RDF Data Model

Created on Feb. 18, 2013, 1:59 p.m. by Hevok & updated by Hevok on May 2, 2013, 4:42 p.m.

The RDF Data Model (RDF Model) is closely connected with the Model of Relation Databases. A Relation Database consists of Tables, which consists of Records (Rows). Each Record consists of a Set of Fields. The Record is nothing but the Content of its Fields, just as an RDF node is nothing but its Connections: the Property Values.

RDBMS Elements can therefore easily be mapped to their Counterparts in RDF:

  • record (row) -> Node (Subject)
  • Field (Column) -> Property
  • Record Field (Table Cell) -> Value (Object)
  • Primary key -> URI of the node
data_model_relationships.png

Tags: mapping, modeling, data
Parent: Data Integration

Update entry (Admin) | See changes

Comment on This Data Unit