Open jdvorak001 opened 11 months ago
In Markdown files:
List<...>
or Set<...>
In PlantUML files:
List<...>
or Set<...>
<<ordered>>
to the role in the direction where the ordering is important.This translates into the ontology as follows:
FunctionalProperties
rdf:List
. An additional SHACL shape could constrain the types of the elements.
In some contexts, ordering of elements in a collection is important, e.g. keywords or authors of a document. In other contexts, ordering is not important: e.g. contacts.
A convention should be introduced for the Markdown files. This should then be somehow represented in the PlantUML diagrams and also in the generated ontology.