opencaesar / oml

Ontological Modeling Language (OML)
https://opencaesar.github.io/oml/
Apache License 2.0
24 stars 4 forks source link

Specify ontology separator as an enum #26

Closed melaasar closed 4 years ago

melaasar commented 4 years ago

Currently, the ontology separator is a string that is limited to the character # or /. The separator should be modeled as an enumeration instead.

melaasar commented 4 years ago

duplicate of #10