The Datum Universe can be seen as an abstraction of the relational table and the entity attribute value or RDF models as shown in the following illustration. However, it is best viewed as a graph of datums.
Table Representation
Color | Taste | |
Apple | Red | Sweet |
Mango | Green | Sweet |
Hard coded concepts: Table, Column, and Field (the value in a given row and column).
The unit is a row which is a list of fields.
Advantages: Provide natural visualization of large sets of similar data.
Entity Attribute Value Model
Entity | Attribute | Value |
---|---|---|
Apple | Color | Red |
Apple | Taste | Sweet |
Mango | Color | Green |
Mango | Taste | Sweet |
Hard coded concepts: Entity, Attribute, and Value.
The unit is a triple.
Advantages :
Datum Universe Representation
Value | Class |
---|---|
Red | Color |
Apple | Red |
Sweet | Taste |
Apple | Sweet |
Green | Color |
Mango | Green |
Mango | Sweet |
Hard coded concepts:Value and Class
The unit is a pair.
Advantages :
The Datum Universe:
Datumtron In-Memory Graph Database API.
A quick tutorial to the Datumtron API. Providing code to query a converted MS-Northwind database and showing a datamining example.
What is the most fundamental element of knowledge?
A brief introduction to the Datum Universe Model which is the theory behind the Datumtron API.