Skip to content

Commit

Permalink
Add qk:AmountOfSubstanceIonConentration
Browse files Browse the repository at this point in the history
  • Loading branch information
fkleedorfer committed Dec 6, 2024
1 parent 5d8cc6e commit 996ba0c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 <http://qudt.org/2.1/vocab/quantitykind> ;
rdfs:label "Ion Concentration"@en ;
skos:broader quantitykind:Concentration .

quantitykind:AmountOfSubstancePerMass
a qudt:QuantityKind ;
qudt:hasDimensionVector qkdv:A1E0L0I0M-1H0T0D0 ;
Expand Down
2 changes: 1 addition & 1 deletion src/main/rdf/vocab/unit/VOCAB_QUDT-UNITS-ALL.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -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 ;
Expand Down

0 comments on commit 996ba0c

Please sign in to comment.