emmo-repo / EMMO

Elementary Multiperspective Material Ontology (EMMO)
Other
62 stars 16 forks source link

Removed physical dimensions #74

Closed jesper-friis closed 4 years ago

jesper-friis commented 4 years ago

Removed all the universal restrictions linking units to quantities via their dimensionality (as well as all subclasses under PhysicsDimension) to save time for the reasoner.

With this, we can no longer use the reasoner to check if the right unit is used as a measure of a quantity. Such checking is now left to external tools. To aid them, we provide the dimensionality information via the new physicalDimension annotation property.

Summary of changes:

jesper-friis commented 4 years ago

I converted this pull request to a draft, since the emmocheck tool now fails, since it check for the dimensionality restrictions that are now gone. I will updated the tool...

jesper-friis commented 4 years ago

Closing. Replaced by PR #76