Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add in Osm and mOsm/kg for measurement done with Osmometer #1085

Merged
merged 10 commits into from
Jan 10, 2025
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,12 @@ and this project is in the process of adopting [Semantic Versioning](https://sem

### Added

- New QuantityKinds
- `qk:OsmoticConcentration` by [Toby Broom](https://github.com/Toby-Broom/)
- New Units
- `unit:MegaTONNE-PER-YR` by [Jurek Müller](https://github.com/JurekMueller)
- `unit:OSM` by [Toby Broom](https://github.com/Toby-Broom/)
- `unit:MilliOSM-PER-KiloGM` by [Toby Broom](https://github.com/Toby-Broom/)

### Changed

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9606,6 +9606,18 @@ quantitykind:OsmoticCoefficient
rdfs:isDefinedBy <http://qudt.org/2.1/vocab/quantitykind> ;
rdfs:label "Osmotic Coefficient"@en .

quantitykind:OsmoticConcentration
a qudt:QuantityKind ;
dcterms:description "The \"Osmotic Concentration\" is the moles of an osmotically active entity (solute) in the volume of a solution."^^qudt:LatexString ;
qudt:hasDimensionVector qkdv:A1E0L-3I0M0H0T0D0 ;
qudt:informativeReference "https://doi.org/10.1351/goldbook.O04343"^^xsd:anyURI ;
qudt:informativeReference "https://en.wikipedia.org/wiki/Osmotic_concentration"^^xsd:anyURI ;
qudt:latexDefinition "$osmolarity = \\sum_{i} \\varphi_i n_i C_i, where \\varphi is the osmotic coefficient of the solution n, is the number of particles (e.g. ions), C is the molar concentration of the solute, and i is the index of solute$"^^qudt:LatexString ;
qudt:latexSymbol "$\\c$"^^qudt:LatexString ;
qudt:plainTextDescription "The \"Osmotic Concentration\" is the moles of an osmotically active entity (solute) in the volume of a solution." ;
rdfs:isDefinedBy <http://qudt.org/2.1/vocab/quantitykind> ;
rdfs:label "Osmotic Concentration"@en .

quantitykind:OsmoticPressure
a qudt:QuantityKind ;
dcterms:description "The \"Osmotic Pressure\" is the pressure which needs to be applied to a solution to prevent the inward flow of water across a semipermeable membrane."^^qudt:LatexString ;
Expand Down
25 changes: 25 additions & 0 deletions src/main/rdf/vocab/unit/VOCAB_QUDT-UNITS-ALL.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -30641,6 +30641,19 @@ unit:MilliOHM-PER-M
rdfs:isDefinedBy <http://qudt.org/2.1/vocab/unit> ;
rdfs:label "milliohm per metre" .

unit:MilliOSM-PER-KiloGM
a qudt:Unit ;
dcterms:description "0.001-fold of the unit Osmol divided by the SI base unit kilogram" ;
qudt:conversionMultiplier 0.001 ;
qudt:conversionMultiplierSN 1.0E-3 ;
qudt:hasDimensionVector qkdv:A1E0L0I0M-1H0TD0 ;
Toby-Broom marked this conversation as resolved.
Show resolved Hide resolved
qudt:hasQuantityKind quantitykind:AmountOfSubstancePerMass ;
qudt:symbol "mOsmol/kg" ;
qudt:ucumCode "mOsmol.kg-1"^^qudt:UCUMcs ;
qudt:ucumCode "mOsmol/kg"^^qudt:UCUMcs ;
rdfs:isDefinedBy <http://qudt.org/2.1/vocab/unit> ;
rdfs:label "milliosmole per kilogram" .

unit:MilliPA
a qudt:Unit ;
dcterms:description "0.001-fold of the SI derived unit pascal"^^rdf:HTML ;
Expand Down Expand Up @@ -33828,6 +33841,18 @@ unit:ONE-PER-ONE
rdfs:isDefinedBy <http://qudt.org/2.1/vocab/unit> ;
rdfs:label "one per one" .

unit:OSM
a qudt:Unit ;
dcterms:description "One osmole is the amount of osmotically active material that when dissolved in 22.4L of solvent at 0 degrees celsius exerts an osmotic pressure of 1 atmosphere." ;
qudt:conversionMultiplier 0 ;
Toby-Broom marked this conversation as resolved.
Show resolved Hide resolved
qudt:conversionMultiplierSN 0.0E0 ;
qudt:hasDimensionVector qkdv:A1E0L0I0M0H0TD0 ;
qudt:hasQuantityKind quantitykind:AmountOfSubstance ;
qudt:symbol "Osmol" ;
qudt:ucumCode "Osmol"^^qudt:UCUMcs ;
rdfs:isDefinedBy <http://qudt.org/2.1/vocab/unit> ;
rdfs:label "osmole" .

unit:OZ
a qudt:Unit ;
dcterms:description "An ounce of mass is 1/16th of a pound of mass, based on the international standard definition of the pound as exactly 0.45359237 kg."^^rdf:HTML ;
Expand Down