#RDF

2025-06-18

Back in the lecture hall again after two exciting weeks of #ESWC2025 and #ISWS2025. This morning, we introduced our students to RDF, RDFS, RDF Inferencing, and RDF Reification.

#ise2025 #semanticweb #semweb #knowledgegraphs #rdf #reasoning #reification #lecture @fiz_karlsruhe @fizise @KIT_Karlsruhe @sourisnumerique @tabea @enorouzi

Slide from the ISE 2025 lecture on Resource Descriptiuon Framework (RDF) as simple data model. The slide is showing a small knowledge graph, indicating that Climate Change was explained by Eunice Newton Foot in 1856 as well as by John Tyndall in 1859. To represent this n-ary (multi-valued) relations, we are using so-called blank nodes, representing an "explanation" each, which bundles the discoverer and the discovery date. This is done via "dereferencable" blank nodes here.
Nik | Klampfradler 🎸🚲nik@toot.teckids.org
2025-06-17

I just released version 0.1.0 of #Trinja, the #RDF-based static site generator and RDFS-to-HTML-renderer:

codeberg.org/Taganak/trinja

It can build working static websites from #LinkedData on a graph (in a somewhat limited fashion for the moment).

The README shows what it is supposed to do. I promise it will become more usefull in the medium run ;).

2025-06-14

#TIL Netflix is actually using #RDF for their Unified Data Architecture

netflixtechblog.com/uda-unifie

2025-06-13

However, there is another way:
publishing a SPARQL endpoint for RDF data that conforms to commonly used ontologies and which is self documenting using VoID.

Here's a list of very common ontologies, so much so they are part of the RDFa Core Initial Context: w3.org/2011/rdfa-context/rdfa-
And here's a description of how to use VoID: w3.org/TR/void/

Bonus— @bobdc 's post on exploring unknown sparql endpoints: bobdc.com/blog/exploring-a-spa

#SPARQL #RDF #VoID

amy tech (bones)amy@spookygirl.boo
2025-06-13

Hey do you know things about RDF and/or have references to work on building machine-usable ontologies? Cause I'd like to talk to you! (And if you don't could you give a boost?)

I'm looking into it because for media-thing I'm wanting to identify ways to give people meta-descriptive power over their media metadata.

#rdf #ontology #ontologies #mediathing

Huber DigitalHuber_Digital
2025-06-12

The Digital Scholarly Editions platform is built with open standards, ensuring citable and enduring editions.

embeds your edition in a network of primary sources and scholarship, and includes tools for annotation and analysis:

prisms.digital/

2025-06-10

As Heiko Paulheim is referring in his tutorial at ISWS 2025, his presentation on RDF2vec is not an individual contribution, but an effort of a great team of PhDs, PostDocs & students from his research group at University of Mannheim.

#isws2025 #summerschool #tutorial #rdf2vec #rdf #knowledgegraphs #ML #AI #summerschool

Heiko Paulheil in front of the presentation screen projection, which is listing 8 people and their individual contribution to the RDF2vec project.
2025-06-06

Double award! 🏆 🏆 Best Poster and the Dieter Fensel Visionary Award at European Semantic Web Conference went to the work "Representing and querying data tensors in and ", done by Piotr Marciniak, our CTO Piotr Sowiński, and Maria Ganzha.

We are deeply thankful for this distinction! The work is absolutely key to systems we are building.

Poster: ostrzyciel.eu/assets/pdf/poste
Paper: arxiv.org/pdf/2504.19224
Website, code, datasets, and more: w3id.org/rdf-tensor

Orbifold Consultingorbifold
2025-06-06

Cognee is an open-source AI memory engine and is the only knowledge graph generator (I am aware of) using actual RDF ontologies to structure knowledge.


cognee.ai/

2025-06-05

While working on a graph partitioning strategy, I stumbled upon an interesting paper
jbiomedsem.biomedcentral.com/a
So, let me ask, what successful strategies for multi-level partitioning with #RDF named graphs have you applied or know about?
(beyond this paper and what it cites)

Nik | Klampfradler 🎸🚲nik@toot.teckids.org
2025-06-04

I might be overdoing this whole #RDF and #LinkedData thing, but… here's the first steps with #Trinja, a RDF-to-HTML mapper and #SSG:

codeberg.org/Taganak/trinja/sr

The idea is: Use *any* resource described as RDF (e.g. from #Wikidata or an #ActivityPub action), link a #Jinja template to it or its rdf:type in your own set of statements, and there you got your visualisation!

Based on #TaganakNet, the #Rust #RDF development kit by @codecraft and me. We are collecting real-world examples at a good rate!

Screenshot of a Turtle document; see linked code in post for text version.A quite basic web page with heading "Ninja Turtles", followed by four cards with names and depictions of the four Ninja Turtles Leonardo, Raphael, Donatello and Michelangelo.
Doğa Armangilarma@ieji.de
2025-06-03

It turns out that using RDF's built-in mechanism for defining #RDF ontologies may be too limiting. Case in point: defining properties that are applicable in many different contexts is impossible using rdfs:domain and rdfs:range.

For instance, defining an ex:child property that applies both to human relations and to graphs is impossible with those. That's why the schema.org ontology defines schema:domainIncludes, and also schema:rangeIncludes.

Description of rdfs:domainDescription of schema:domainIncludes

@libreabc

Notre prochaine intervention à #LibreABC le 9 septembre prochain s'intitule "Comment gérer ses fonds d’archives sous forme de données liées au moyen de la plateforme libre ResearchSpace"

Cela sera l'occasion de promouvoir l'utilisation de #RDF natif pour gérer des collections et de plaider pour une mutualisation des coûts de développement dans ce domaine.

performing-arts.ch/

researchspace.org/

#LOD
#ResearchSpace
#RecordsInContexts
#archives
#archivCH

Alex Bodrugalbdrg
2025-06-02

just spend 30 minutes trying to find the bug in my script generator. It was a space in the prefix. This website is gonna be my official monday space, because it's monday and all my colleagues are in home office on monday, so i can't emotionally unload on them. I just need to write this and send it out there because the frustration is getting intense.

François Renaville 🇺🇦🇪🇺frenaville
2025-06-01
2025-05-31

I have been thinking about how to combine RDF models when one of them is too large to load in to memory.

The answer will involve copying a connected subgraph into a temporary model, a "view" if you will. This will be centred on a start node and then use some specified number of breadth first search steps.

The problem is that if you hit a node with a large number of links, such as a class type, the process will crash just getting a count of the links (if that were possible).

I think the answer involves setting a boundary fence. A set of nodes, or tests that if reached will prevent the search from including that node in subsequent steps.

Some thoughts:
ocratato-sassy.sourceforge.io/

#SASSY #RDF

2025-05-30

The June 2025 release of the Between Our Worlds dataset with anime metadata is available now! betweenourworlds.org
#linkeddata #rdf #opendata #anime #metadata

2025-05-30

Scrolling past the Royal Flying Doctor Service website for the 100th time as I Google for the RDF Schema documentation

#semanticweb #rdf #rdfs #owl

Eugene Alvin Villar 🇵🇭seav@en.osm.town
2025-05-29

@thibaultmol @nemobis the #WDQS database was recently split but this is not a sustainable solution because the two parts will eventually grow bigger. I’m not actually sure if the split is at least working as intended.

wikidata.org/wiki/Wikidata:SPA

#Wikidata #SPARQL #RDF

Client Info

Server: https://mastodon.social
Version: 2025.04
Repository: https://github.com/cyevgeniy/lmst