4RDF Terms
7Serializations
11RDF 1.2 Docs
12SPARQL 1.2 Docs

RDF 1.2 Primer

The W3C introduction to the Resource Description Framework — triples, IRIs, literals, blank nodes, triple terms, named graphs, seven serialization formats, and RDF semantics. New in 1.2: directional language-tagged strings and triple terms for statement reification.

W3C Group Note Draft · April 16, 2026 · Editors: Pierre-Antoine Champin, Niklas Lindström

RDF Data Model🔗

RDF expresses information as triples: <subject> <predicate> <object>. A set of triples forms a graph. Multiple named graphs plus a default graph form an RDF dataset.

Knowledge Graph Explorer🔗

TermFormatConcept
⚙ Display Settings
Appearance
1.00
9px
Physics
0.25
100

Seven Serialization Formats🔗

FormatGraphsKey Features
TurtleSinglePrefixes, semicolons, a shorthand, [] for blank nodes, <<>> and {||} for reification
TriGMultipleGRAPH blocks extend Turtle for named graphs
N-TriplesSingleLine-based, full IRIs — for bulk exchange
N-QuadsMultipleFourth element per line = graph IRI
JSON-LDMultipleJSON syntax with @context, @id, @type, @reverse
RDFaSingleEmbedded in HTML/XML — resource, property, typeof
RDF/XMLSingleOriginal XML syntax — rdf:Description, rdf:about

Key Concepts🔗

🔗 Reification

Triple terms enable statements about statements — annotate assertions with provenance or context without implying truth. New in RDF 1.2.

New 1.2

🧠 Entailment

RDFS reasoners deduce additional triples from ground statements. Domain/range axioms derive type relationships automatically.

📚 Vocabulary Reuse

FOAF, Dublin Core, schema.org, SKOS provide shared vocabularies. Vocabularies get their value from reuse. owl:sameAs links equivalents.

🗃 Named Graphs

Group triples by source in named graphs. TriG and N-Quads provide syntax. Graph names often indicate provenance or data context.

🌐 Linked Data

Publishing interlinked structured data on the Web. Wikidata, DBpedia, Europeana, VIAF are examples. Retrieving one IRI yields data linking to others.

🌎 Directional Strings

Language-tagged strings now support ltr and rtl base direction. Proper bidirectional text rendering for Arabic, Hebrew, and mixed-script content. New in RDF 1.2.

New 1.2

How to Use RDF🔗

Frequently Asked Questions🔗

Glossary🔗