eupolicy.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
This Mastodon server is a friendly and respectful discussion space for people working in areas related to EU policy. When you request to create an account, please tell us something about you.

Server stats:

219
active users

#rdf

3 posts3 participants0 posts today

I've started a draft spec defining high level processing and rendering rules to bind an RDF graph to HTML elements.

The UI data binding is specified using HTML attributes, which when hydrated provides valid RDFa.

The idea is to enable bringing pages of data together within a single document

Still early days, but here's the description of a subject-connected list

jg10.solidcommunity.net/open-w

jg10.solidcommunity.netRDF HTML UI data binding

Many new Ontopic Studio users come from Stanford's Protégé open-source ontology editor.

While using Protégé, together with the Ontop plugin, gives excellent start to virtual knowledge graphs and knowledge graph construction, there are a couple of things users should be aware of, when start using Ontopic Studio. We discuss them explicitly in our documentation section.

docs.ontopic.ai/studio/learn/c

Gibt/gab es in Deutschland in letzter Zeit eine Konferenz oder Unkonferenz rund um #LinkedData #RDF #SemanticWeb?

Wenn ja: Bitte antworten und boosten.

Wenn nicht oder nicht bekannt: Bitte abstimmen und boosten.

Weder noch: Bitte boosten ;)!

Ein Barcamp rund um diese Themen…

Gracias al @flisoluy (2025) y @wikimedistasuy, pude inferir que #Wikimedia tiene sus datos en #RDF. Yo no tenía ni idea, pero cuando lo pensás, ¡es obvio! 🤦 WM tiene la mayor BD de conocimiento libre, **en un formato estándar** e **interconectable**.

Mi respuesta durante la charla no estaba nada preparada, claro. Así que agrego, esos estándares facilitan relacionar datos de WM con OSM (wiki.openstreetmap.org/wiki/RD), con legislación de la EU (eur-lex.europa.eu/eli-register), o un largo etc.

Qué maravilla.

wiki.openstreetmap.orgRDF - OpenStreetMap Wiki

📣 Appel à candidatures #SemWebPro !

La conférence semweb.pro est LA journée annuelle de présentations et de rencontres dédiées au #webSémantique dans le monde professionnel 🤓

Elle a lieu chaque année à Paris 📍

Le comité de programme souhaite intégrer de nouveaux membres ! Vous nous rejoignez ?

Candidature avant le 30 avril à contact@semweb.pro 📧

#semweb #websem #linkeddata #linkedopendata #knowledgegraph #thesaurus #ontology #RDF #SPARQL #SHACL #OWL #JSONLD

@semwebpro @logilab

🚀 New Releases! Along with the roadmap update, I'm happy to announce:

- JSON-LD.ex v1.0 with JSON-LD 1.1 support
- RDF.ex v2.1 with rdf:JSON literal support
- Grax v0.6 with a new JSON type and support for ordered lists based on rdf:List

These updates lay groundwork for the DID implementation and future developments. Please refer to the respective CHANGELOGs for a comprehensive list of the changes.

#rdf#jsonld#elixir
Continued thread

Storing #RDF or #LinkedData is the easy part (I am working on #activitypub client, so everything is JSON-LD anyway), but as soon as I need to formulate queries like "Give me list of the activities from all the actors who are on the following collection of my user, sorted by published/updated date", the amount of data mangling that I need to do is already making me think "ok, why don't I just push all of this to sqlite?"

#couchdb experts (@janl, @nolan), any suggestions here?