Skip to content

Commit e780aea

Browse files
committed
[docs] Update data model description
1 parent aff5428 commit e780aea

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

docs/data_model.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1-
# odml data model
1+
# The odML data model
22

3-
Data exchange requires that also annoations, metadata, are
4-
exchanged. In oder to allow interoperability we need both a common
3+
Data exchange requires that also annotations, metadata, are
4+
shared. In oder to allow interoperability both a common
55
(meta) data model, the format in which the metadata are exchanged, and
6-
a common terminology.
6+
a common terminology are required.
77

88
Here, we briefly describe the *odML* data model. It is based on
99
the idea of key-value pairs like ``temperature = 26°C``.
1010

1111
The model is as simple as possible while being flexible, allowing
12-
interoperability, and being customizable. The model defines four
13-
entities (Property, Section, Value, RootSection) whose relations and
12+
interoperability, and being customizable. The model defines three
13+
entities (Property, Section, Document) whose relations and
1414
elements are shown in the figure below.
1515

16-
![odml_logo](images/erModel.png "odml data model")
16+
![odml_logo](images/erModel.png "odML data model")
1717

1818
Property and Section are the core entities. A Section contains
1919
Properties and can further have subsection thus building a tree-like

0 commit comments

Comments
 (0)