Introduction to RDF

From MemCP
Revision as of 10:42, 19 May 2024 by Carli (talk | contribs) (Created page with "RDF is the '''Resource Description Format'''. It describes all data in ''Triple Format'': {| class="wikitable" |+ !Subject !Predicate !Object |- |item:1 |a |foaf:Person |- |item:1 |foaf:name |Klaus |- |item:1 |foaf:mbox |klaus@example.com |- |item:1 |foaf:knows |item:2 |- |item:2 |a |foaf:Person |- |item:2 |foaf:name |Dieter |} See also: https://github.com/launix-de/rdfop")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

RDF is the Resource Description Format. It describes all data in Triple Format:

Subject Predicate Object
item:1 a foaf:Person
item:1 foaf:name Klaus
item:1 foaf:mbox klaus@example.com
item:1 foaf:knows item:2
item:2 a foaf:Person
item:2 foaf:name Dieter

See also: https://github.com/launix-de/rdfop