Skip to content

Commit

Permalink
Add in NUM-PER-MilliL (#995)
Browse files Browse the repository at this point in the history
* Rebase and resolve conflicts, update CHANGELOG.md

* Fix conversion multiplier

---------

Co-authored-by: Florian Kleedorfer <[email protected]>
  • Loading branch information
Toby-Broom and fkleedorfer authored Nov 13, 2024
1 parent 0302f11 commit 253a482
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ and this project is in the process of adopting [Semantic Versioning](https://sem
- Introduced a maven based build process to automate the manual tasks required for merging PRs and making releases.
This change does not affect the content of the ontologies.
- Replaced (hopefully) all occurrences of `hr` as a symbol for `unit:HR` with `h`.
- Add `unit:NUM-PER-MilliL`

## [2.1.44] - 2024-10-27

Expand Down
14 changes: 14 additions & 0 deletions src/main/rdf/vocab/unit/VOCAB_QUDT-UNITS-ALL-v2.1.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -32288,6 +32288,20 @@ unit:NUM-PER-MilliGM
rdfs:isDefinedBy <http://qudt.org/2.1/vocab/unit> ;
rdfs:label "Number per milligram"@en .

unit:NUM-PER-MilliL
a qudt:Unit ;
dcterms:description "Count of an entity or phenomenon occurrence in one thousandth of the SI unit of volume (litre)."@en ;
qudt:conversionMultiplier 1000000.0 ;
qudt:conversionMultiplierSN 1.0E6 ;
qudt:exactMatch unit:NUM-PER-MilliL ;
qudt:hasDimensionVector qkdv:A0E0L-3I0M0H0T0D0 ;
qudt:hasQuantityKind quantitykind:NumberDensity ;
qudt:symbol "/mL" ;
qudt:ucumCode "/mL"^^qudt:UCUMcs ;
qudt:ucumCode "{#}.mL-1"^^qudt:UCUMcs ;
rdfs:isDefinedBy <http://qudt.org/2.1/vocab/unit> ;
rdfs:label "Number per Millilitre"@en .

unit:NUM-PER-MilliM3
a qudt:Unit ;
qudt:conversionMultiplier 1000000000.0 ;
Expand Down

0 comments on commit 253a482

Please sign in to comment.