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
Original file line number Diff line number Diff line change
Expand Up @@ -9599,6 +9599,18 @@ quantitykind:OrderOfReflection
rdfs:isDefinedBy <http://qudt.org/2.1/vocab/quantitykind> ;
rdfs:label "Order of Reflection"@en .

quantitykind:OsmoticConcentration
a qudt:QuantityKind ;
dcterms:description "The \"Osmotic Concentration\" is a quantity which characterises the solute concentration of an osmotically active compound."^^qudt:LatexString ;
qudt:hasDimensionVector qkdv:A1E0L-3I0M0H0T0D0 ;
qudt:informativeReference "https://en.wikipedia.org/wiki/Osmotic_concentration"^^xsd:anyURI ;
qudt:informativeReference "https://doi.org/10.1351/goldbook.O04343"^^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 a quantity which characterises the solute concentration of an osmotically active compound." ;
rdfs:isDefinedBy <http://qudt.org/2.1/vocab/quantitykind> ;
rdfs:label "Osmotic Concentration"@en .

quantitykind:OsmoticCoefficient
a qudt:QuantityKind ;
dcterms:description "The \"Osmotic Coefficient\" is a quantity which characterises the deviation of a solvent from ideal behavior."^^qudt:LatexString ;
Expand Down
13 changes: 13 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 @@ -30643,6 +30643,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 ;
Toby-Broom marked this conversation as resolved.
Show resolved Hide resolved
qudt:conversionMultiplierSN 1.0E-3 ;
qudt:hasDimensionVector qkdv:A1E0L-3I0M-1H0TD0 ;
qudt:hasQuantityKind quantitykind:OsmoticConcentration ;
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