Introduction to RDF: Difference between revisions

From MemCP
Jump to navigation Jump to search
(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")
 
(No difference)

Latest revision as of 10:42, 19 May 2024

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