From 6ef8705c30bfd60323bf0b99a4e6fc504b9ec0e4 Mon Sep 17 00:00:00 2001 From: Florian Kleedorfer Date: Thu, 30 Jan 2025 17:36:36 +0100 Subject: [PATCH] Fix dimension vector correction on wrong unit Actually, dv of unit:MicroMOL-PER-M2-SEC2 actually was incorrect. --- CHANGELOG.md | 2 +- src/main/rdf/vocab/unit/VOCAB_QUDT-UNITS-ALL.ttl | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a903e15..cc5b66ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ and this project is in the process of adopting [Semantic Versioning](https://sem ### Fixed - Corrected unit symbols containing some kind of conversion artifact, e.g. '' -- Fix dimension vector of unit:MicroMOL-PER-M2-SEC +- Fix dimension vector of unit:MicroMOL-PER-M2-SEC2 ## [2.1.47] - 2025-01-28 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 d203cd89..86cd3d15 100644 --- a/src/main/rdf/vocab/unit/VOCAB_QUDT-UNITS-ALL.ttl +++ b/src/main/rdf/vocab/unit/VOCAB_QUDT-UNITS-ALL.ttl @@ -27536,7 +27536,7 @@ unit:MicroMOL-PER-M2-SEC qudt:applicableSystem sou:SI ; qudt:conversionMultiplier 0.000001 ; qudt:conversionMultiplierSN 1.0E-6 ; - qudt:hasDimensionVector qkdv:A1E0L-2I0M0H0T-2D0 ; + qudt:hasDimensionVector qkdv:A1E0L-2I0M0H0T-1D0 ; qudt:hasQuantityKind quantitykind:PhotosyntheticPhotonFluxDensity ; qudt:symbol "µmol/(m²·s)" ; qudt:ucumCode "umol.m-2.s-1"^^qudt:UCUMcs ; @@ -27549,7 +27549,7 @@ unit:MicroMOL-PER-M2-SEC2 dcterms:description "One part per 10**6 (million) of the SI unit of quantity of matter (the mole) per SI unit area per SI unit of time squared."@en ; qudt:applicableSystem sou:SI ; qudt:conversionMultiplier 0.000001 ; - qudt:hasDimensionVector qkdv:A1E0L-2I0M0H0T-1D0 ; + qudt:hasDimensionVector qkdv:A1E0L-2I0M0H0T-2D0 ; qudt:hasQuantityKind quantitykind:Unknown ; qudt:plainTextDescription "One part per 10**6 (million) of the SI unit of quantity of matter (the mole) per SI unit area per SI unit of time squared." ; qudt:symbol "μmol/(m²·s²)" ;