Skip to content

Commit

Permalink
Merge pull request #234 from semanticarts/feature/SimpleUnitOfMeasure…
Browse files Browse the repository at this point in the history
…_definition

Improve the definition of SimpleUnitOfMeasure (stylistic change only). Fixes #84.
  • Loading branch information
sa-bpelakh authored Apr 24, 2020
2 parents 495a6be + d275731 commit 92a2b5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OntologyFiles/gistTop.owl
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,7 @@

<owl:Class rdf:about="&gist;SimpleUnitOfMeasure">
<rdfs:label rdf:datatype="&xsd;string">Simple Unit Of Measure</rdfs:label>
<rdfs:comment rdf:datatype="&xsd;string">Each simple unit has a base unit and a conversion factor to the base. The bases are from the System International (SI). This is the number by which one multiplies a Unit by to get to base, or divides by to get from base. So the convertToBase for inch is 0.0254 to get you to the base (meter).</rdfs:comment>
<rdfs:comment rdf:datatype="&xsd;string">Each simple unit has a base unit and a conversion factor to the base. The bases are from the System International (SI). The conversion factor is the number which one multiplies a Unit by to get to base, or divides by to get from base. E.g., the convertToBase for inch is 0.0254 to get to the base unit (meter).</rdfs:comment>
<owl:equivalentClass>
<owl:Class>
<owl:intersectionOf rdf:parseType="Collection">
Expand Down

0 comments on commit 92a2b5c

Please sign in to comment.