Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

RDF: Meaning as Triples

Resources

Specs

In Semantic Web

Others

Alternative Serialization Formats

RDF is an abstract model, not a file format. Multiple serializations exist:

  • Turtle - Human-readable, most commonly used for hand-written RDF.
  • JSON-LD - JSON-based, popular in web APIs and schema.org.
  • RDF/XML - Original format, verbose, mostly legacy.
  • N-Triples - One triple per line, simple but verbose. Good for streaming.