You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: linkml_model/model/docs/specification/02instances.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ This specification provides a grammar for a **functional syntax** for expressing
6
6
7
7
This syntax is not intended for data exchange, but instead for unambiguous describing data in LinkML in a way that is independent of any particular syntax.
8
8
9
-
[Section 6](06mapping) specifies how the instance model is serialized as JSON, YAML, and RDF, and guidelines for mapping to object-oriented programming representations.
9
+
[Section 6](../06mapping) specifies how the instance model is serialized as JSON, YAML, and RDF, and guidelines for mapping to object-oriented programming representations.
10
10
11
11
This section uses BNF to define the structure of the LinkML instance abstract model.
12
12
We also include UML-style diagrams for informative purposes.
@@ -33,7 +33,7 @@ classDiagram
33
33
34
34
### Definition Types and Names
35
35
36
-
Definition names are used to unambiguously indicate *elements* specified in a **Schema** (described in [Part 3](03schemas)):
36
+
Definition names are used to unambiguously indicate *elements* specified in a **Schema** (described in [Part 3](../03schemas)):
37
37
38
38
> **ClassDefinitionName** := **ElementName**
39
39
@@ -223,7 +223,7 @@ Examples of collections:
223
223
*`[Person(name=..., ...), Integer^5, None]` -- a heterogeneous collection
224
224
*`[]` -- an empty collection
225
225
226
-
Note that collections can be serialized in different ways depending on the target syntax, for examples, lists vs dictionaries. See section [6](06mapping) for details of serializations.
226
+
Note that collections can be serialized in different ways depending on the target syntax, for examples, lists vs dictionaries. See section [6](../06mapping) for details of serializations.
0 commit comments