Skip to content

Commit

Permalink
Defined the number density units reciprocalCubicAngstrom, reciprocalC…
Browse files Browse the repository at this point in the history
…ubicMillimetre, reciprocalCubicMicrometre and reciprocalCubicNanometre
  • Loading branch information
HajoRijgersberg authored Jun 22, 2024
1 parent 66df3bb commit a12c603
Showing 1 changed file with 51 additions and 2 deletions.
53 changes: 51 additions & 2 deletions om-2.0.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@
<rdfs:label xml:lang="en">Ontology of units of Measure (OM)</rdfs:label>
<rdfs:label xml:lang="nl">Ontologie van Maateenheden (OM)</rdfs:label>
<rdfs:label xml:lang="ja">測定単位のオントロジー (OM)</rdfs:label>
<owl:versionInfo xml:lang="en">2.0.56</owl:versionInfo>
<owl:versionInfo xml:lang="en">2.0.57</owl:versionInfo>
<!-- <dc:identifier>http://www.wurvoc.org/vocabularies/om-2.0/</dc:identifier> -->
<dc:identifier>http://www.ontology-of-units-of-measure.org/vocabularies/om-2/</dc:identifier>
<dc:date>2024/05/12</dc:date>
<dc:date>2024/06/22</dc:date>
<rdfs:comment xml:lang="en">The Ontology of units of Measure (OM) 2.0 models concepts and relations important to scientific research. It has a strong focus on units, quantities, measurements, and dimensions.</rdfs:comment>
<rdfs:comment xml:lang="ja">測定単位のオントロジー (Ontology of units of Measure; OM) は,科学技術にとって重要な概念及び関係をモデル化する。OMは,単位・量・測定・次元に特に焦点を当てている。</rdfs:comment>
<wv:logo>http://www.wurvoc.org/images/vocabularies/om-logo.jpg</wv:logo>
Expand Down Expand Up @@ -7039,6 +7039,7 @@
<!-- Reciprocal Cubic Metre Ontology -->
<!-- Reciprocal Cubic Metre Multiples and Submultiples Ontology -->
<!-- Reciprocal Litre Ontology -->
<!-- Number Density Unit Ontology -->
<!-- Reciprocal Metre Ontology -->
<!-- Wavenumber Unit Ontology -->
<!-- Metre Per Metre Ontology -->
Expand Down Expand Up @@ -9272,7 +9273,11 @@
<owl:equivalentClass>
<owl:Class>
<owl:oneOf rdf:parseType="Collection">
<om:UnitExponentiation rdf:about="&om;reciprocalCubicAngstrom"/>
<om:UnitExponentiation rdf:about="&om;reciprocalCubicCentimetre"/>
<om:UnitExponentiation rdf:about="&om;reciprocalCubicMillimetre"/>
<om:UnitExponentiation rdf:about="&om;reciprocalCubicMicrometre"/>
<om:UnitExponentiation rdf:about="&om;reciprocalCubicNanometre"/>
<om:UnitExponentiation rdf:about="&om;reciprocalLitre"/>
<om:UnitExponentiation rdf:about="&om;reciprocalCubicMetre"/>
<om:UnitExponentiation rdf:about="&om;reciprocalCubicParsec"/>
Expand Down Expand Up @@ -9308,8 +9313,38 @@
<om:hasDimension rdf:resource="&om;numberDensity-Dimension"/>
</om:UnitExponentiation>

<om:UnitExponentiation rdf:about="&om;reciprocalCubicMillimetre">
<rdfs:label xml:lang="en">reciprocal cubic millimetre</rdfs:label>
<rdfs:label xml:lang="nl">omgekeerde kubieke millimeter</rdfs:label>
<om:symbol>mm-3</om:symbol>
<om:hasBase rdf:resource="&om;millimetre"/>
<om:hasExponent rdf:datatype="&xsd;integer">-3</om:hasExponent>
<om:hasDimension rdf:resource="&om;numberDensity-Dimension"/>
</om:UnitExponentiation>

<om:UnitExponentiation rdf:about="&om;reciprocalCubicMicrometre">
<rdfs:label xml:lang="en">reciprocal cubic micrometre</rdfs:label>
<rdfs:label xml:lang="nl">omgekeerde kubieke micrometer</rdfs:label>
<om:symbol>μm-3</om:symbol>
<om:hasBase rdf:resource="&om;micrometre"/>
<om:hasExponent rdf:datatype="&xsd;integer">-3</om:hasExponent>
<om:hasDimension rdf:resource="&om;numberDensity-Dimension"/>
</om:UnitExponentiation>

<om:UnitExponentiation rdf:about="&om;reciprocalCubicNanometre">
<rdfs:label xml:lang="en">reciprocal cubic nanometre</rdfs:label>
<rdfs:label xml:lang="nl">omgekeerde kubieke nanometer</rdfs:label>
<om:symbol>nm-3</om:symbol>
<om:hasBase rdf:resource="&om;nanometre"/>
<om:hasExponent rdf:datatype="&xsd;integer">-3</om:hasExponent>
<om:hasDimension rdf:resource="&om;numberDensity-Dimension"/>
</om:UnitExponentiation>

<owl:Class rdf:about="&om;NumberDensity">
<om:commonlyHasUnit rdf:resource="&om;reciprocalCubicCentimetre"/>
<om:commonlyHasUnit rdf:resource="&om;reciprocalCubicMillimetre"/>
<om:commonlyHasUnit rdf:resource="&om;reciprocalCubicMicrometre"/>
<om:commonlyHasUnit rdf:resource="&om;reciprocalCubicNanometre"/>
</owl:Class>

<!-- Reciprocal Litre Ontology -->
Expand All @@ -9327,6 +9362,20 @@
<om:commonlyHasUnit rdf:resource="&om;reciprocalLitre"/>
</owl:Class>

<!-- Number Density Unit Ontology -->

<om:UnitExponentiation rdf:about="&om;reciprocalCubicAngstrom">
<rdfs:label xml:lang="en">reciprocal cubic angstrom</rdfs:label>
<om:symbol>Å-3</om:symbol>
<om:hasBase rdf:resource="&om;angstrom"/>
<om:hasExponent rdf:datatype="&xsd;integer">-3</om:hasExponent>
<om:hasDimension rdf:resource="&om;numberDensity-Dimension"/>
</om:UnitExponentiation>

<owl:Class rdf:about="&om;NumberDensity">
<om:commonlyHasUnit rdf:resource="&om;reciprocalCubicAngstrom"/>
</owl:Class>

<!-- Reciprocal Metre Ontology -->

<om:UnitExponentiation rdf:about="&om;reciprocalMetre">
Expand Down

0 comments on commit a12c603

Please sign in to comment.