Knowledge graph & RDF concepts
RDF (resource description framework)
A W3C RDF standard framework for representing information about resources on the web using Subject-Predicate-Object triples.SPARQL
A declarative query language and protocol for RDF graph databases defined by the W3C SPARQL 1.1 specification. SPARQL allows agents to perform deterministic graph traversals and pattern matching.Triple / quad
The foundational unit of RDF data:- Triple: Subject, Predicate, Object (e.g.
ex:Agent ex:uses ex:Worlds). - Quad: A triple bound to a named graph context (Subject, Predicate, Object, Graph/World ID).