RDF

The data model that represents everything as triples.

RDF (Resource Description Framework) is a data model. It represents data as simple three-part statements called triples: a subject, a predicate, and an object. Your entire dataset is a collection of these facts, forming a graph of interconnected things.

This section covers everything you need to read and write RDF: