Skip to content

Commit

Permalink
1823-dev-add-weight-percent-unit: Add weight percent unit under Mass …
Browse files Browse the repository at this point in the history
…Fraction Unit
  • Loading branch information
Abyssus1010 committed Aug 1, 2024
1 parent 6eb9fc0 commit 9414e52
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions om-2.0.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -8717,6 +8717,7 @@
<om:Unit rdf:about="&om;one"/>
<om:Unit rdf:about="&om;partsPerMillion"/>
<om:Unit rdf:about="&om;percent"/>
<om:Unit rdf:about="&om;weightPercent"/>
<om:UnitDivision rdf:about="&om;gramPerGram"/>
<om:UnitDivision rdf:about="&om;gramPerKilogram"/>
<om:UnitDivision rdf:about="&om;gramPerHectogram"/>
Expand Down Expand Up @@ -8855,6 +8856,15 @@
<om:hasDimension rdf:resource="&om;dimensionOne"/>
</om:Unit>

<om:Unit rdf:about="&om;weightPercent">
<rdfs:label xml:lang="en">weight percent</rdfs:label>
<rdfs:label xml:lang="nl">gewicht procent</rdfs:label>
<rdfs:comment xml:lang="en">A mass-based percentage unit.</rdfs:comment>
<om:symbol>wt.%</om:symbol>
<rdf:type rdf:resource="&om;SingularUnit"/>
<om:hasDimension rdf:resource="&om;dimensionOne"/>
</om:Unit>

<om:Unit rdf:about="&om;partsPerMillion">
<rdfs:label xml:lang="en">parts per million</rdfs:label>
<rdfs:comment xml:lang="en">Parts per million is a unit of dimension one defined as 1/1 000 000.</rdfs:comment>
Expand Down

0 comments on commit 9414e52

Please sign in to comment.