From 996ba0c591203cb3634c4677623cc29084564330 Mon Sep 17 00:00:00 2001 From: Florian Kleedorfer Date: Fri, 6 Dec 2024 15:25:03 +0100 Subject: [PATCH] Add qk:AmountOfSubstanceIonConentration --- CHANGELOG.md | 1 + .../quantitykinds/VOCAB_QUDT-QUANTITY-KINDS-ALL.ttl | 9 +++++++++ src/main/rdf/vocab/unit/VOCAB_QUDT-UNITS-ALL.ttl | 2 +- 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 42917937..9a99ec3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,7 @@ and this project is in the process of adopting [Semantic Versioning](https://sem - Add units `unit:CYC-PER-SEC`, `unit:KiloLM`, `unit:CD-PER-KiloLM` - Add `qk:VaporPermeability` to `unit:KiloGM-PER-PA-SEC-M` - Add quantitykind `qk:VaporPermeance` +- Add quantitykind `qk:AmountOfSubstanceIonConcentration` as a narrower kind of `qk:Concentration`. ### 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 87d5b25c..67be5d4e 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 @@ -534,6 +534,15 @@ quantitykind:AmountOfSubstanceFractionOfB rdfs:label "Amount of Substance of Fraction of B"@en ; skos:broader quantitykind:MoleFraction . +quantitykind:AmountOfSubstanceIonConcentration + a qudt:QuantityKind ; + dcterms:description "\"Ion Concentration\" is the moles of ions per volume of solution."^^qudt:LatexString ; + qudt:hasDimensionVector qkdv:A1E0L-3I0M0H0T0D0 ; + qudt:plainTextDescription "\"Ion Concentration\" is the moles of ions per volume of solution." ; + rdfs:isDefinedBy ; + rdfs:label "Ion Concentration"@en ; + skos:broader quantitykind:Concentration . + quantitykind:AmountOfSubstancePerMass a qudt:QuantityKind ; qudt:hasDimensionVector qkdv:A1E0L0I0M-1H0T0D0 ; 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 5b3ab142..ee466519 100644 --- a/src/main/rdf/vocab/unit/VOCAB_QUDT-UNITS-ALL.ttl +++ b/src/main/rdf/vocab/unit/VOCAB_QUDT-UNITS-ALL.ttl @@ -19627,7 +19627,7 @@ unit:L-PER-MOL-SEC unit:L-PER-MicroMOL a qudt:Unit ; - dcterms:description "The inverse of a molar concentration - the untits of per molarity."@en ; + dcterms:description "The inverse of a molar concentration."@en ; qudt:applicableSystem sou:SI ; qudt:conversionMultiplier 1000.0 ; qudt:conversionMultiplierSN 1.0E3 ;