W3C-RDF-WG
W3C RDF WG knowledge representation Web.
Définition
W3C RDF publications principales : RDF 1.0 Concepts and Abstract Syntax (1999, Recommendation 2004), RDF 1.1 Concepts and Abstract Syntax (2014), RDF 1.1 Turtle (Terse RDF Triple Language), RDF 1.1 N-Triples, RDF/XML, JSON-LD (separate spec but RDF-compatible). RDF Schema (RDFS) extension RDF avec class/property modeling. SPARQL 1.1 (2013) query language pour RDF. OWL (Web Ontology Language) extends RDFS pour ontologies complexes. Knowledge Graph adoption : Google Knowledge Graph, Wikidata, DBpedia, schema.org all RDF-based.
Origine
RDF specification first published W3C 1999 ; RDF 1.0 Recommendation 2004 ; RDF Working Group recreate 2011-2014 pour v1.1 ; RDF-Star Working Group 2022 pour v1.2.
Exemple en contexte
Wikidata (knowledge base) stocke ~100M items en RDF triples ; queries via SPARQL endpoint public ; exemple SELECT ?country WHERE ?country wdt:P31 wd:Q6256 retourne all countries.
Termes liés
- JSON-LD — serialisation alternative.