#RDFS

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

@multimeric I think they serve different purposes. #rdfs is not really a schema language, at least not in the "here is a prescribed structure you can validate against" sense. It was more intended as a descriptional thing, something to define basic vocabulary ("my model is about kinds of vehicles, like cars, and bikes"). A lightweight ontology language if you will. SHACL is about setting structure constraints, and data validation. They're complementary IMO.

2025-02-25

RDF people: why does everyone still use RDFS and not SHACL for writing schemas, when all the actual validation tools are for SHACL?

Are there even any RDFS validators? I can't find any.

#rdf #semanticweb #rdfs #shacl

2025-01-28

📢 Le Programme IA chez Inria recrute dans le Projet P16 un Ingénieur développeur Senior Java pour la bibliothèque Corese (linked data, knowledge graphs, web sémantique)

👥 Candidatez ici : jobs.inria.fr/public/classic/f

🔑 #RDF #RDFS #OWL #SHACL #SPARQL #LinkedData #WebSem #KnowledgeGraphs

#Jobs.inria.fr #Emploi #SophiaAntipolis #Job

2014-01-13

Glossary of terms doc that describes #RDF #RDFS #OWL #LinkedData #OpenData #SemanticWeb #LOD #BigData #SmartData:

2013-01-26

#RDF (Entity Relationship Graph). #RDFS #OWL (basic to advanced Entity Relationship Semantics of Entity Relationship Graph). #LinkedData

2010-03-05

Does anyone have the #ghuri of an #w3c_owl or #rdfs natural disaster ontology out there? The #acm #pdfs from #google are frustrating!

2024-06-24

Version 1.0 of the JavaScript #shacl library shacl-engine is out. here are no breaking changes, only new features, but to indicate that this package is production ready, the version was lifted from 0.x to 1.x.
via ThomasBergwinkl@LinkedIn @bergi

github.com/rdf-ext/shacl-engin

#shack #semanticweb #sparql #rdf #rdfs #javascript

Github page of #shacl libraries: 
shacl-engine
build status npm version

A fast SHACL engine for data provided as RDF/JS objects.

Features
SHACL consists of multiple modules. Here is an overview of the features this library implements and planned features:

 SHACL Validation
 SHACL Core Constraint Components
 SHACL SPARQL-based Constraints
 SHACL JavaScript Extensions
 SHACL Advanced Features
2024-06-10

First tutorial at #ISWS2024 is presented by Sebastian Rudolph from TU Dresden. Sebastian is talking about "Reasoning over Knowledge Graphs" and starts his tutorial with knowledge representation basics such as #rdf #rdfs #sparql etc.

#semanticweb #knowledgegraphs #reasoning #knowledgerepresentation #summerschool

Sebastian Rudolph is introducing RDF, the Resource Description Language as basic building block for knowledge representation on the Semantic Web at the International Semantic Web Research Summer School 2024 in BErtinoro, Italy.
Pierre MaillotLePierreMaillot
2024-03-14

Using IndeGx and our endpoint catalog, I surveyed the usage of , , , , , , and over 320 endpoints.
Some insights:
- Only 2 endpoints do not use RDF, one seems to have gone down during tests, and the other uses only Schema
- 11 endpoints use exclusively RDF
- Endpoints use an average of 3.8 of the listed vocabularies
- By far, the most used are RDF, RDFS, OWL and SKOS
- All vocabularies are used together at least once
More details to follow

jonny (good kind)jonny@neuromatch.social
2024-01-10

@hrefna you're so deeply right in this thread. this essentially defines the early and formative years of #RDF and #RDFS around some key decisions. There is so much worry about errors from mishandling, but the very possibility of expressing something that could be wrong. There is so much here it's hard to even know where to start but from the very start of the rdf-core and especially rdf-logic mailing lists the emphasis on correctness of expression vs. agency of interpretation is heated. This is a pretty unsubtle example: lists.w3.org/Archives/Public/w

"Summary: RDF is not just a data model. The RDF specs should define a semantics so that an RDF statement on the web is interpreted as an assertion of that statement such that its author would be responsible in law as if it had been published in, say, a newspaper."

affirmed by this text: lists.w3.org/Archives/Public/w

"The RDFCore WG takes the view that RDF/XML documents, ie. encodings of
RDF graphs, are represenations of claims or assertions about the world. [...] we note that RDF graphs are the kind of things that can be true or false (rather than 'mere bytes'). For each linear syntax of RDF, there will be conventions (social, legal) for indicating which chunks of data are encodings of RDF graphs in that syntax, and thus of propositional content."

So ya very very early they had decided that RDF was intended to be platonic representation of the world - it is a method of making propositions that must directly bear on the world, there is no ambiguity, there are only true or false things. (There's a lot of subtlety in that but yno.)

Another thing that comes to mind is the discussion of monotonicity that happens throughout, that's also tied up with the discussion of closed worldedness, containers, and whether or not things belong in sets for the purpose of local meaning or need to belong to the One Great Uniform Graph. It must be impossible for adding new triples into the reasoner to make it less certain of some outcome (ie. if it was possible for ambiguity to be introduced eg. by tangled type hierarchies etc.). This thread is all very illustrative but this message is super spicy and also touches on what you're talking about re using the level of granularity you care about: lists.w3.org/Archives/Public/w

this quote from D bricks is also pretty telling of the epistemological commitments:
"RDF Schema is not about policing the content of specific descriptions
'what is said'; it's about policing what is sensibly sayable."

jonny (good kind)jonny@neuromatch.social
2023-12-06

#RDFS has a generic container type
And RDFs has a label property to set something's name.
And skos has a canonical sameAs property.

And containment indicates relative location
And a location relative to an absolute location has an absolute location.
And multiple routes to a location can be indicated to be the same object.

So why are there all these damn bnodes in my JSON-LD representations

2023-10-25

In the next section in this week's #kg2023 online lecture you will learn about vocabularies and how to design simple models with the RDF Schema Description Language RDFS.
video lecture: open.hpi.de/courses/knowledgeg
#OpenHPI @fiz_karlsruhe @fizise @tabea @sashabruns @enorouzi #knowledgegraphs #mooc #lecture #semanticweb #rdf #rdfs #startrek

slide from the OpenHPI lecture Knowledge Graphs - Foundations and Applications, lecture 2: Knowledge GRaph Basic Infrastructure, 2.4: Vocabularies and Model Building with RDFS. The slides shows a simple RDF(S) knowledge base:
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix rdf:  <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix owl:  <http://www.w3.org/2002/07/owl#> .
@prefix :     <http://example.org/KG2023#> .

:Person 			rdf:type        	rdfs:Class .
:FictionalCharacter 	rdf:type		rdfs:Class .
:Occupation		rdf:type		rdfs:Class .
:Artist			rdfs:subClassOf	:Occupation .
:Scientist			rdfs:subClassOf	:Occupation .

:profession   		rdf:type    	rdf:Property ;
    		rdfs:domain 	:Person, FictionalCharacter ;
    		rdfs:range  	:Occupation .

:Actor			rdf:type		:Artist .
:ScienceOfficer		rdf:type		:Scientist .
:LeonardNimoy    	rdf:type     	:Person ;
				:profession  	:Actor ;
 				rdfs:label  	"Leonard Nimoy"@en .
:Spock			rdf:type		:FictionalCharacter ;
				rdfs:label  	"Spock"@en ;
				profession		:ScienceOfficer .
Christopher Pollinchpollin@fedihum.org
2023-09-08

An online workshop on "Introduction to LOD: From Digital Scholarly Editions and Text Collections to the Web of Data" will be held at the University of Rostock on 20 and 21 September, 9-16 Uhr

#SemanticWeb, #RDF, #RDFS, #Ontology + #DigitalEdition.

dhd-blog.org/?p=19908

@alexl in a graph database, schemas are generally very flexible. From "data blocks" to just attaching your own graph structures… lots of options.

Personally I would want this to happen. Real knowledge graphs profit from holistic networking. If we can add a whole semantic ala #RDFS then we‘d really be starting to go off on the races…

2023-06-28

rdfs:isDefinedBy might be a good in-between for owl:sameAs (too strict semantics) and rdfs:seeAlso (too vague).

#lod #owl #rdfs #semantics

2023-06-12

Announcing Aidan Hogan and Sebastian Rudolph for the first tutorial session on querying and reasoning on #knowledgegraphs at #isws2023

#SPARQL #RDF #RDFS #SemanticWeb #GraphDatabases

I am announcing Sebastian Rudolph (left) and Aidan Hogan (middle) at ISWS 2023.

Client Info

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