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
A intended basic use should be to specify one or more unit ontologies, with EMMO being the default. However, adding a new unit to the ontologies is often time-consuming, so we also need a simple way to specify new units. That can be done with triples:
- configurations:
clear: True # Whether to start with a blank unit registryprefixes:
emmo: http://emmo.info/emmo#oteio: http://emmo.info/oteio#onto: http://example.com/onto#ontologies: # Ontologies to load units fromemmo: emmo-basedtriples:
- [onto:DogYear, oteapi:hasUnitDef, "dog_year = 52 * day = DogYear"]
The text was updated successfully, but these errors were encountered:
Strategy for adding units.
A intended basic use should be to specify one or more unit ontologies, with EMMO being the default. However, adding a new unit to the ontologies is often time-consuming, so we also need a simple way to specify new units. That can be done with triples:
The text was updated successfully, but these errors were encountered: