|
I wasn't aware that there was a formal RDF data model, as in:
1. A collection of data structures. In the relational data model this is relations & tuples (also called tables & rows, bleah).
2. A collection of operators which can be applied to those structures in order to retrieve data from those structures, in other words a query language.
3. A collection of integrity constraints which can be used to define valid states for the data.
The above definition is a paraphrased version of that given by Fabian Pascal in an article here: http://www.tdan.com/sms_issue28.htm
What would these 3 things be for RDF?
|