Introduction to RDF
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