Skip to content

Commit

Permalink
Fix wrong unit localname unit:Flight
Browse files Browse the repository at this point in the history
  • Loading branch information
fkleedorfer committed Dec 2, 2024
1 parent 1e394e1 commit 0be4922
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ and this project is in the process of adopting [Semantic Versioning](https://sem
## Fixed

- Renamed incorrectly named Unit `unit:CI-PER-KiloGM` to `unit:Ci-PER-KiloGM`
- Renamed incorrectly named Unit `unit:Flight` to `unit:FLIGHT`

## [2.1.45] - 2024-11-15

Expand Down
18 changes: 18 additions & 0 deletions src/main/rdf/vocab/unit/VOCAB_QUDT-UNITS-ALL.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -9008,6 +9008,22 @@ unit:FC
rdfs:isDefinedBy <http://qudt.org/2.1/vocab/unit> ;
rdfs:label "Foot Candle"@en .

unit:FLIGHT
a qudt:Unit ;
qudt:applicableSystem sou:ASU ;
qudt:applicableSystem sou:CGS ;
qudt:applicableSystem sou:CGS-EMU ;
qudt:applicableSystem sou:CGS-ESU ;
qudt:applicableSystem sou:CGS-GAUSS ;
qudt:applicableSystem sou:IMPERIAL ;
qudt:applicableSystem sou:PLANCK ;
qudt:applicableSystem sou:SI ;
qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ;
qudt:hasQuantityKind quantitykind:Dimensionless ;
qudt:symbol "flight" ;
rdfs:isDefinedBy <http://qudt.org/2.1/vocab/unit> ;
rdfs:label "Flight"@en .

unit:FM
a qudt:Unit ;
dcterms:description "The $\\textit{fermi}$, or $\\textit{femtometer}$ (other spelling $femtometre$, symbol $fm$) is an SI unit of length equal to $10^{-15} metre$. This distance is often encountered in nuclear physics as a characteristic of this scale. The symbol for the fermi is also $fm$."^^qudt:LatexString ;
Expand Down Expand Up @@ -10186,6 +10202,7 @@ unit:FemtoV

unit:Flight
a qudt:Unit ;
dcterms:isReplacedBy unit:FLIGHT ;
qudt:applicableSystem sou:ASU ;
qudt:applicableSystem sou:CGS ;
qudt:applicableSystem sou:CGS-EMU ;
Expand All @@ -10194,6 +10211,7 @@ unit:Flight
qudt:applicableSystem sou:IMPERIAL ;
qudt:applicableSystem sou:PLANCK ;
qudt:applicableSystem sou:SI ;
qudt:deprecated true ;
qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D1 ;
qudt:hasQuantityKind quantitykind:Dimensionless ;
qudt:symbol "flight" ;
Expand Down

0 comments on commit 0be4922

Please sign in to comment.