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

Fix 456 unit symbols #1115

Merged
merged 7 commits into from
Jan 31, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ and this project is in the process of adopting [Semantic Versioning](https://sem
- Corrected unit symbols containing some kind of conversion artifact, e.g. '<C2>'
- Fix dimension vector of unit:MicroMOL-PER-M2-SEC2
- Added the newly referred-to dimension vector to the dv vocabulary
- Corrected 456 unit symbols of derived unist by generating them based on their factors. Note: correcting
derived unit symbols without correcting their factor units (e.g. `km/hr` -> `km/h` without `hr`->`h`)
will not solve the problem in the long term. We are not yet automatically detecting and correcting
incorrect derived unit symbols but it might happen in the future. If we started doing that, the factors
would take precedence.
- Corrected the language tag `@en-us` to `@en-US`

## [2.1.47] - 2025-01-28

Expand Down
4 changes: 2 additions & 2 deletions src/main/rdf/community/extensions/loop3d/voc.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -58,15 +58,15 @@ unit:DEG
unit:KiloGM-PER-CentiM3
a skos:Concept ;
rdfs:isDefinedBy <http://qudt.org/2.1/vocab/unit> ;
skos:altLabel "kilogram per cubic centimeter"@en-us ;
skos:altLabel "kilogram per cubic centimeter"@en-US ;
skos:definition "Kilogram per cubic centimetre is an SI derived unit of density, defined by mass in kilograms divided by volume in cubic centimetres. The official SI symbolic abbreviation is $kg \\cdot cm^{-3}$, or equivalently either $kg/cm^3$."@en ;
skos:prefLabel "kilogram per cubic centimetre"@en ;
skos:topConceptOf <http://qudt.org/community/loop3d/voc> .

unit:KiloGM-PER-M3
a skos:Concept ;
rdfs:isDefinedBy <http://qudt.org/2.1/vocab/unit> ;
skos:altLabel "kilogram per cubic meter"@en-us ;
skos:altLabel "kilogram per cubic meter"@en-US ;
skos:definition "Kilogram per cubic metre is an SI derived unit of density, defined by mass in kilograms divided by volume in cubic metres. The official SI symbolic abbreviation is $kg \\cdot m^{-3}$, or equivalently either $kg/m^3$."@en ;
skos:prefLabel "kilogram per cubic metre"@en ;
skos:topConceptOf <http://qudt.org/community/loop3d/voc> .
Expand Down
36 changes: 18 additions & 18 deletions src/main/rdf/vocab/constants/VOCAB_QUDT-CONSTANTS.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ constant:AtomicMassUnitInverseMeterRelationship
qudt:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ;
qudt:quantityValue constant:Value_AtomicMassUnitInverseMeterRelationship ;
rdfs:isDefinedBy <http://qudt.org/2.1/vocab/constant> ;
rdfs:label "atomic mass unit-inverse meter relationship"@en-us ;
rdfs:label "atomic mass unit-inverse meter relationship"@en-US ;
rdfs:label "atomic mass unit-inverse metre relationship"@en ;
skos:closeMatch <http://dbpedia.org/resource/Atomic_mass_unit> .

Expand Down Expand Up @@ -468,7 +468,7 @@ constant:BohrMagnetonInInverseMetersPerTesla
qudt:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ;
qudt:quantityValue constant:Value_BohrMagnetonInInverseMetersPerTesla ;
rdfs:isDefinedBy <http://qudt.org/2.1/vocab/constant> ;
rdfs:label "Bohr magneton in inverse meters per tesla"@en-us ;
rdfs:label "Bohr magneton in inverse meters per tesla"@en-US ;
rdfs:label "Bohr magneton in inverse metres per tesla"@en ;
skos:closeMatch <http://dbpedia.org/resource/Bohr_magneton> .

Expand Down Expand Up @@ -571,7 +571,7 @@ constant:BoltzmannConstantInInverseMetersPerKelvin
qudt:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ;
qudt:quantityValue constant:Value_BoltzmannConstantInInverseMetersPerKelvin ;
rdfs:isDefinedBy <http://qudt.org/2.1/vocab/constant> ;
rdfs:label "Boltzmann constant in inverse meters per kelvin"@en-us ;
rdfs:label "Boltzmann constant in inverse meters per kelvin"@en-US ;
rdfs:label "Boltzmann constant in inverse metres per kelvin"@en ;
skos:closeMatch <http://dbpedia.org/resource/Boltzmann_constant> .

Expand Down Expand Up @@ -1099,7 +1099,7 @@ constant:ElectronVoltInverseMeterRelationship
qudt:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ;
qudt:quantityValue constant:Value_ElectronVoltInverseMeterRelationship ;
rdfs:isDefinedBy <http://qudt.org/2.1/vocab/constant> ;
rdfs:label "electron volt-inverse meter relationship"@en-us ;
rdfs:label "electron volt-inverse meter relationship"@en-US ;
rdfs:label "electron volt-inverse metre relationship"@en ;
skos:closeMatch <http://dbpedia.org/resource/Electron_volt> .

Expand Down Expand Up @@ -1312,7 +1312,7 @@ constant:HartreeInverseMeterRelationship
qudt:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ;
qudt:quantityValue constant:Value_HartreeInverseMeterRelationship ;
rdfs:isDefinedBy <http://qudt.org/2.1/vocab/constant> ;
rdfs:label "hartree-inverse meter relationship"@en-us ;
rdfs:label "hartree-inverse meter relationship"@en-US ;
rdfs:label "hartree-inverse metre relationship"@en .

constant:HartreeJouleRelationship
Expand Down Expand Up @@ -1431,7 +1431,7 @@ constant:HertzInverseMeterRelationship
qudt:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ;
qudt:quantityValue constant:Value_HertzInverseMeterRelationship ;
rdfs:isDefinedBy <http://qudt.org/2.1/vocab/constant> ;
rdfs:label "hertz-inverse meter relationship"@en-us ;
rdfs:label "hertz-inverse meter relationship"@en-US ;
rdfs:label "hertz-inverse metre relationship"@en .

constant:HertzJouleRelationship
Expand Down Expand Up @@ -1473,7 +1473,7 @@ constant:InverseMeterAtomicMassUnitRelationship
qudt:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ;
qudt:quantityValue constant:Value_InverseMeterAtomicMassUnitRelationship ;
rdfs:isDefinedBy <http://qudt.org/2.1/vocab/constant> ;
rdfs:label "inverse meter-atomic mass unit relationship"@en-us ;
rdfs:label "inverse meter-atomic mass unit relationship"@en-US ;
rdfs:label "inverse metre-atomic mass unit relationship"@en ;
skos:closeMatch <http://dbpedia.org/resource/Atomic_mass_unit> .

Expand All @@ -1483,7 +1483,7 @@ constant:InverseMeterElectronVoltRelationship
qudt:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ;
qudt:quantityValue constant:Value_InverseMeterElectronVoltRelationship ;
rdfs:isDefinedBy <http://qudt.org/2.1/vocab/constant> ;
rdfs:label "inverse meter-electron volt relationship"@en-us ;
rdfs:label "inverse meter-electron volt relationship"@en-US ;
rdfs:label "inverse metre-electron volt relationship"@en ;
skos:closeMatch <http://dbpedia.org/resource/Electron_volt> .

Expand All @@ -1493,7 +1493,7 @@ constant:InverseMeterHartreeRelationship
qudt:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ;
qudt:quantityValue constant:Value_InverseMeterHartreeRelationship ;
rdfs:isDefinedBy <http://qudt.org/2.1/vocab/constant> ;
rdfs:label "inverse meter-hartree relationship"@en-us ;
rdfs:label "inverse meter-hartree relationship"@en-US ;
rdfs:label "inverse metre-hartree relationship"@en .

constant:InverseMeterHertzRelationship
Expand All @@ -1503,7 +1503,7 @@ constant:InverseMeterHertzRelationship
qudt:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ;
qudt:quantityValue constant:Value_InverseMeterHertzRelationship ;
rdfs:isDefinedBy <http://qudt.org/2.1/vocab/constant> ;
rdfs:label "inverse meter-hertz relationship"@en-us ;
rdfs:label "inverse meter-hertz relationship"@en-US ;
rdfs:label "inverse metre-hertz relationship"@en .

constant:InverseMeterJouleRelationship
Expand All @@ -1512,7 +1512,7 @@ constant:InverseMeterJouleRelationship
qudt:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ;
qudt:quantityValue constant:Value_InverseMeterJouleRelationship ;
rdfs:isDefinedBy <http://qudt.org/2.1/vocab/constant> ;
rdfs:label "inverse meter-joule relationship"@en-us ;
rdfs:label "inverse meter-joule relationship"@en-US ;
rdfs:label "inverse metre-joule relationship"@en .

constant:InverseMeterKelvinRelationship
Expand All @@ -1521,7 +1521,7 @@ constant:InverseMeterKelvinRelationship
qudt:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ;
qudt:quantityValue constant:Value_InverseMeterKelvinRelationship ;
rdfs:isDefinedBy <http://qudt.org/2.1/vocab/constant> ;
rdfs:label "inverse meter-kelvin relationship"@en-us ;
rdfs:label "inverse meter-kelvin relationship"@en-US ;
rdfs:label "inverse metre-kelvin relationship"@en .

constant:InverseMeterKilogramRelationship
Expand All @@ -1530,7 +1530,7 @@ constant:InverseMeterKilogramRelationship
qudt:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ;
qudt:quantityValue constant:Value_InverseMeterKilogramRelationship ;
rdfs:isDefinedBy <http://qudt.org/2.1/vocab/constant> ;
rdfs:label "inverse meter-kilogram relationship"@en-us ;
rdfs:label "inverse meter-kilogram relationship"@en-US ;
rdfs:label "inverse metre-kilogram relationship"@en .

constant:InverseOfConductanceQuantum
Expand Down Expand Up @@ -1606,7 +1606,7 @@ constant:JouleInverseMeterRelationship
qudt:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ;
qudt:quantityValue constant:Value_JouleInverseMeterRelationship ;
rdfs:isDefinedBy <http://qudt.org/2.1/vocab/constant> ;
rdfs:label "joule-inverse meter relationship"@en-us ;
rdfs:label "joule-inverse meter relationship"@en-US ;
rdfs:label "joule-inverse metre relationship"@en .

constant:JouleKelvinRelationship
Expand Down Expand Up @@ -1666,7 +1666,7 @@ constant:KelvinInverseMeterRelationship
qudt:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ;
qudt:quantityValue constant:Value_KelvinInverseMeterRelationship ;
rdfs:isDefinedBy <http://qudt.org/2.1/vocab/constant> ;
rdfs:label "kelvin-inverse meter relationship"@en-us ;
rdfs:label "kelvin-inverse meter relationship"@en-US ;
rdfs:label "kelvin-inverse metre relationship"@en .

constant:KelvinJouleRelationship
Expand Down Expand Up @@ -1725,7 +1725,7 @@ constant:KilogramInverseMeterRelationship
qudt:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ;
qudt:quantityValue constant:Value_KilogramInverseMeterRelationship ;
rdfs:isDefinedBy <http://qudt.org/2.1/vocab/constant> ;
rdfs:label "kilogram-inverse meter relationship"@en-us ;
rdfs:label "kilogram-inverse meter relationship"@en-US ;
rdfs:label "kilogram-inverse metre relationship"@en .

constant:KilogramJouleRelationship
Expand All @@ -1751,7 +1751,7 @@ constant:LatticeParameterOfSilicon
qudt:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ;
qudt:quantityValue constant:Value_LatticeParameterOfSilicon ;
rdfs:isDefinedBy <http://qudt.org/2.1/vocab/constant> ;
rdfs:label "lattice parameter of silicon"@en-us ;
rdfs:label "lattice parameter of silicon"@en-US ;
rdfs:label "lattice parametre of silicon"@en .

constant:LatticeSpacingOfSilicon
Expand Down Expand Up @@ -2395,7 +2395,7 @@ constant:NuclearMagnetonInInverseMetersPerTesla
qudt:informativeReference "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ;
qudt:quantityValue constant:Value_NuclearMagnetonInInverseMetersPerTesla ;
rdfs:isDefinedBy <http://qudt.org/2.1/vocab/constant> ;
rdfs:label "nuclear magneton in inverse meters per tesla"@en-us ;
rdfs:label "nuclear magneton in inverse meters per tesla"@en-US ;
rdfs:label "nuclear magneton in inverse metres per tesla"@en ;
skos:closeMatch <http://dbpedia.org/resource/Nuclear_magneton> .

Expand Down
Loading
Loading