From dd272197e26be85f500eb25617b974920a9e05af Mon Sep 17 00:00:00 2001 From: Toby-Broom Date: Thu, 2 Jan 2025 11:58:41 +0100 Subject: [PATCH 1/7] Added Osmol for Osmotic concentration and the unit we use for this in measurements of ionic solutions --- .../quantitykinds/VOCAB_QUDT-QUANTITY-KINDS-ALL.ttl | 12 ++++++++++++ src/main/rdf/vocab/unit/VOCAB_QUDT-UNITS-ALL.ttl | 13 +++++++++++++ 2 files changed, 25 insertions(+) diff --git a/src/main/rdf/vocab/quantitykinds/VOCAB_QUDT-QUANTITY-KINDS-ALL.ttl b/src/main/rdf/vocab/quantitykinds/VOCAB_QUDT-QUANTITY-KINDS-ALL.ttl index 9ebcd645..00201583 100644 --- a/src/main/rdf/vocab/quantitykinds/VOCAB_QUDT-QUANTITY-KINDS-ALL.ttl +++ b/src/main/rdf/vocab/quantitykinds/VOCAB_QUDT-QUANTITY-KINDS-ALL.ttl @@ -9599,6 +9599,18 @@ quantitykind:OrderOfReflection rdfs:isDefinedBy ; 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 ; + 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 ; diff --git a/src/main/rdf/vocab/unit/VOCAB_QUDT-UNITS-ALL.ttl b/src/main/rdf/vocab/unit/VOCAB_QUDT-UNITS-ALL.ttl index b984711e..bb933497 100644 --- a/src/main/rdf/vocab/unit/VOCAB_QUDT-UNITS-ALL.ttl +++ b/src/main/rdf/vocab/unit/VOCAB_QUDT-UNITS-ALL.ttl @@ -30643,6 +30643,19 @@ unit:MilliOHM-PER-M rdfs:isDefinedBy ; 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: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 ; + rdfs:label "milliosmole per kilogram" . + unit:MilliPA a qudt:Unit ; dcterms:description "0.001-fold of the SI derived unit pascal"^^rdf:HTML ; From 8656699e139f0c19095afa09f48d902758cc2ad9 Mon Sep 17 00:00:00 2001 From: Toby-Broom Date: Fri, 3 Jan 2025 11:46:36 +0100 Subject: [PATCH 2/7] Added changes as proposed in PR --- CHANGELOG.md | 5 +++++ .../quantitykinds/VOCAB_QUDT-QUANTITY-KINDS-ALL.ttl | 4 ++-- src/main/rdf/vocab/unit/VOCAB_QUDT-UNITS-ALL.ttl | 13 +++++++++++++ 3 files changed, 20 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc48a236..ba28f44d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,8 +9,13 @@ 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 diff --git a/src/main/rdf/vocab/quantitykinds/VOCAB_QUDT-QUANTITY-KINDS-ALL.ttl b/src/main/rdf/vocab/quantitykinds/VOCAB_QUDT-QUANTITY-KINDS-ALL.ttl index 00201583..02905426 100644 --- a/src/main/rdf/vocab/quantitykinds/VOCAB_QUDT-QUANTITY-KINDS-ALL.ttl +++ b/src/main/rdf/vocab/quantitykinds/VOCAB_QUDT-QUANTITY-KINDS-ALL.ttl @@ -9601,13 +9601,13 @@ quantitykind:OrderOfReflection 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 ; + 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://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." ; + qudt:plainTextDescription "The \"Osmotic Concentration\" is the moles of an osmotically active entity (solute) in the volume of a solution." ; rdfs:isDefinedBy ; rdfs:label "Osmotic Concentration"@en . diff --git a/src/main/rdf/vocab/unit/VOCAB_QUDT-UNITS-ALL.ttl b/src/main/rdf/vocab/unit/VOCAB_QUDT-UNITS-ALL.ttl index bb933497..26528992 100644 --- a/src/main/rdf/vocab/unit/VOCAB_QUDT-UNITS-ALL.ttl +++ b/src/main/rdf/vocab/unit/VOCAB_QUDT-UNITS-ALL.ttl @@ -33843,6 +33843,19 @@ unit:ONE-PER-ONE rdfs:isDefinedBy ; rdfs:label "one per one" . +unit:OSM + a qudt:Unit ; + dcterms:description "A mole of an osmotically active entity" ; + qudt:conversionMultiplier 1 ; + qudt:conversionMultiplierSN 1.0E0; + qudt:hasDimensionVector qkdv:A1E0L0I0M0H0TD0 ; + qudt:hasQuantityKind quantitykind:AmountOfSubstance; + qudt:symbol "Osmol" ; + qudt:ucumCode "Osmol"^^qudt:UCUMcs ; + qudt:ucumCode "Osmol"^^qudt:UCUMcs ; + rdfs:isDefinedBy ; + 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 ; From b00b8526b2a6efb1c7421ebc51a90d5201bfe4e4 Mon Sep 17 00:00:00 2001 From: Toby-Broom <> Date: Fri, 3 Jan 2025 10:49:04 +0000 Subject: [PATCH 3/7] Apply formatting rules --- CHANGELOG.md | 1 - .../VOCAB_QUDT-QUANTITY-KINDS-ALL.ttl | 24 +++++++-------- .../rdf/vocab/unit/VOCAB_QUDT-UNITS-ALL.ttl | 29 +++++++++---------- 3 files changed, 26 insertions(+), 28 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba28f44d..6cc65076 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,6 @@ and this project is in the process of adopting [Semantic Versioning](https://sem - 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/) diff --git a/src/main/rdf/vocab/quantitykinds/VOCAB_QUDT-QUANTITY-KINDS-ALL.ttl b/src/main/rdf/vocab/quantitykinds/VOCAB_QUDT-QUANTITY-KINDS-ALL.ttl index 02905426..eb2afb17 100644 --- a/src/main/rdf/vocab/quantitykinds/VOCAB_QUDT-QUANTITY-KINDS-ALL.ttl +++ b/src/main/rdf/vocab/quantitykinds/VOCAB_QUDT-QUANTITY-KINDS-ALL.ttl @@ -9599,18 +9599,6 @@ quantitykind:OrderOfReflection rdfs:isDefinedBy ; rdfs:label "Order of Reflection"@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://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 the moles of an osmotically active entity (solute) in the volume of a solution." ; - rdfs:isDefinedBy ; - 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 ; @@ -9623,6 +9611,18 @@ quantitykind:OsmoticCoefficient rdfs:isDefinedBy ; 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 ; + 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 ; diff --git a/src/main/rdf/vocab/unit/VOCAB_QUDT-UNITS-ALL.ttl b/src/main/rdf/vocab/unit/VOCAB_QUDT-UNITS-ALL.ttl index 26528992..754baf8d 100644 --- a/src/main/rdf/vocab/unit/VOCAB_QUDT-UNITS-ALL.ttl +++ b/src/main/rdf/vocab/unit/VOCAB_QUDT-UNITS-ALL.ttl @@ -30643,18 +30643,18 @@ unit:MilliOHM-PER-M rdfs:isDefinedBy ; 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: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 ; - rdfs:label "milliosmole per kilogram" . +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: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 ; + rdfs:label "milliosmole per kilogram" . unit:MilliPA a qudt:Unit ; @@ -33847,12 +33847,11 @@ unit:OSM a qudt:Unit ; dcterms:description "A mole of an osmotically active entity" ; qudt:conversionMultiplier 1 ; - qudt:conversionMultiplierSN 1.0E0; + qudt:conversionMultiplierSN 1.0E0 ; qudt:hasDimensionVector qkdv:A1E0L0I0M0H0TD0 ; - qudt:hasQuantityKind quantitykind:AmountOfSubstance; + qudt:hasQuantityKind quantitykind:AmountOfSubstance ; qudt:symbol "Osmol" ; qudt:ucumCode "Osmol"^^qudt:UCUMcs ; - qudt:ucumCode "Osmol"^^qudt:UCUMcs ; rdfs:isDefinedBy ; rdfs:label "osmole" . From 69894b9601a7b55b6ae786a1d03e74da9f2b65dd Mon Sep 17 00:00:00 2001 From: Toby-Broom Date: Tue, 7 Jan 2025 11:36:10 +0100 Subject: [PATCH 4/7] Fixed mistake in dimensions. --- .../VOCAB_QUDT-QUANTITY-KINDS-ALL.ttl | 34 +++++++++++++------ .../rdf/vocab/unit/VOCAB_QUDT-UNITS-ALL.ttl | 24 ++++++------- 2 files changed, 35 insertions(+), 23 deletions(-) diff --git a/src/main/rdf/vocab/quantitykinds/VOCAB_QUDT-QUANTITY-KINDS-ALL.ttl b/src/main/rdf/vocab/quantitykinds/VOCAB_QUDT-QUANTITY-KINDS-ALL.ttl index 02905426..1f167024 100644 --- a/src/main/rdf/vocab/quantitykinds/VOCAB_QUDT-QUANTITY-KINDS-ALL.ttl +++ b/src/main/rdf/vocab/quantitykinds/VOCAB_QUDT-QUANTITY-KINDS-ALL.ttl @@ -9599,17 +9599,29 @@ quantitykind:OrderOfReflection rdfs:isDefinedBy ; rdfs:label "Order of Reflection"@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://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 the moles of an osmotically active entity (solute) in the volume of a solution." ; - rdfs:isDefinedBy ; - rdfs:label "Osmotic Concentration"@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://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 the moles of an osmotically active entity (solute) in the volume of a solution." ; +rdfs:isDefinedBy ; +rdfs:label "Osmotic Concentration"@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://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 the moles of an osmotically active entity (solute) in the volume of a solution." ; +rdfs:isDefinedBy ; +rdfs:label "Osmotic Concentration"@en . quantitykind:OsmoticCoefficient a qudt:QuantityKind ; diff --git a/src/main/rdf/vocab/unit/VOCAB_QUDT-UNITS-ALL.ttl b/src/main/rdf/vocab/unit/VOCAB_QUDT-UNITS-ALL.ttl index 26528992..c5e055f1 100644 --- a/src/main/rdf/vocab/unit/VOCAB_QUDT-UNITS-ALL.ttl +++ b/src/main/rdf/vocab/unit/VOCAB_QUDT-UNITS-ALL.ttl @@ -30643,18 +30643,18 @@ unit:MilliOHM-PER-M rdfs:isDefinedBy ; 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: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 ; - rdfs:label "milliosmole per kilogram" . +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 ; +qudt:hasQuantityKind quantitykind:AmountOfSubstancePerMass ; +qudt:symbol "mOsmol/kg" ; +qudt:ucumCode "mOsmol.kg-1"^^qudt:UCUMcs ; +qudt:ucumCode "mOsmol/kg"^^qudt:UCUMcs ; +rdfs:isDefinedBy ; +rdfs:label "milliosmole per kilogram" . unit:MilliPA a qudt:Unit ; From 3efd1c8a9b2c0b9e185b8b2b73f9eb03b2f56041 Mon Sep 17 00:00:00 2001 From: Toby-Broom Date: Tue, 7 Jan 2025 11:43:27 +0100 Subject: [PATCH 5/7] Corrected quantity kind --- src/main/rdf/vocab/unit/VOCAB_QUDT-UNITS-ALL.ttl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/rdf/vocab/unit/VOCAB_QUDT-UNITS-ALL.ttl b/src/main/rdf/vocab/unit/VOCAB_QUDT-UNITS-ALL.ttl index 754baf8d..23b199ed 100644 --- a/src/main/rdf/vocab/unit/VOCAB_QUDT-UNITS-ALL.ttl +++ b/src/main/rdf/vocab/unit/VOCAB_QUDT-UNITS-ALL.ttl @@ -30649,7 +30649,7 @@ unit:MilliOSM-PER-KiloGM qudt:conversionMultiplier 0.001 ; qudt:conversionMultiplierSN 1.0E-3 ; qudt:hasDimensionVector qkdv:A1E0L-3I0M-1H0TD0 ; - qudt:hasQuantityKind quantitykind:OsmoticConcentration ; + qudt:hasQuantityKind quantitykind:AmountOfSubstancePerMass ; qudt:symbol "mOsmol/kg" ; qudt:ucumCode "mOsmol.kg-1"^^qudt:UCUMcs ; qudt:ucumCode "mOsmol/kg"^^qudt:UCUMcs ; @@ -33845,7 +33845,7 @@ unit:ONE-PER-ONE unit:OSM a qudt:Unit ; - dcterms:description "A mole of an osmotically active entity" ; + 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 1 ; qudt:conversionMultiplierSN 1.0E0 ; qudt:hasDimensionVector qkdv:A1E0L0I0M0H0TD0 ; From ebe2769438c7b4bec1fdefdac8e723bf617c9c66 Mon Sep 17 00:00:00 2001 From: Toby-Broom Date: Wed, 8 Jan 2025 10:42:49 +0100 Subject: [PATCH 6/7] Corrected dimensions and the conversion --- src/main/rdf/vocab/unit/VOCAB_QUDT-UNITS-ALL.ttl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/rdf/vocab/unit/VOCAB_QUDT-UNITS-ALL.ttl b/src/main/rdf/vocab/unit/VOCAB_QUDT-UNITS-ALL.ttl index 681635e8..0efcd570 100644 --- a/src/main/rdf/vocab/unit/VOCAB_QUDT-UNITS-ALL.ttl +++ b/src/main/rdf/vocab/unit/VOCAB_QUDT-UNITS-ALL.ttl @@ -30646,7 +30646,7 @@ unit:MilliOSM-PER-KiloGM 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:A1E0L-3I0M-1H0TD0 ; + qudt:hasDimensionVector qkdv:A1E0L0I0M-1H0TD0 ; qudt:hasQuantityKind quantitykind:AmountOfSubstancePerMass ; qudt:symbol "mOsmol/kg" ; qudt:ucumCode "mOsmol.kg-1"^^qudt:UCUMcs ; @@ -33844,8 +33844,8 @@ unit: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 1 ; - qudt:conversionMultiplierSN 1.0E0 ; + qudt:conversionMultiplier 0 ; + qudt:conversionMultiplierSN 0.0E0 ; qudt:hasDimensionVector qkdv:A1E0L0I0M0H0TD0 ; qudt:hasQuantityKind quantitykind:AmountOfSubstance ; qudt:symbol "Osmol" ; From bff65b237e6a845c04d2b164259aaabb4817d6dd Mon Sep 17 00:00:00 2001 From: Toby-Broom Date: Fri, 10 Jan 2025 12:17:18 +0100 Subject: [PATCH 7/7] Fixed validation errors --- src/main/rdf/vocab/unit/VOCAB_QUDT-UNITS-ALL.ttl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/rdf/vocab/unit/VOCAB_QUDT-UNITS-ALL.ttl b/src/main/rdf/vocab/unit/VOCAB_QUDT-UNITS-ALL.ttl index fd4e3c9e..2628fcb4 100644 --- a/src/main/rdf/vocab/unit/VOCAB_QUDT-UNITS-ALL.ttl +++ b/src/main/rdf/vocab/unit/VOCAB_QUDT-UNITS-ALL.ttl @@ -30646,7 +30646,7 @@ unit:MilliOSM-PER-KiloGM 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 ; + qudt:hasDimensionVector qkdv:A1E0L0I0M-1H0T0D0 ; qudt:hasQuantityKind quantitykind:AmountOfSubstancePerMass ; qudt:symbol "mOsmol/kg" ; qudt:ucumCode "mOsmol.kg-1"^^qudt:UCUMcs ; @@ -33869,9 +33869,9 @@ unit: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 ; + qudt:conversionMultiplier 0.0 ; qudt:conversionMultiplierSN 0.0E0 ; - qudt:hasDimensionVector qkdv:A1E0L0I0M0H0TD0 ; + qudt:hasDimensionVector qkdv:A1E0L0I0M0H0T0D0 ; qudt:hasQuantityKind quantitykind:AmountOfSubstance ; qudt:symbol "Osmol" ; qudt:ucumCode "Osmol"^^qudt:UCUMcs ;