Skip to content

Commit

Permalink
Remove qk:RotationalFrequency again as it would only duplicate qk:Ang…
Browse files Browse the repository at this point in the history
…ularFrequency
  • Loading branch information
fkleedorfer committed Dec 2, 2024
1 parent 0f696ba commit 8d7c7f9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ and this project is in the process of adopting [Semantic Versioning](https://sem

- Add the qudt:altSymbol relation
- Add "mph" and "kph" as `qudt:altSymbol`
- Add quantitykinds `qk:CompoundPlaneAngle`. `qk:CountRate`, `qk:RotationalFrequency`
- Add quantitykinds `qk:CompoundPlaneAngle`, `qk:CountRate`

### Changed

Expand Down
12 changes: 0 additions & 12 deletions src/main/rdf/vocab/quantitykinds/VOCAB_QUDT-QUANTITY-KINDS-ALL.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -11707,18 +11707,6 @@ quantitykind:RotaryShock
rdfs:isDefinedBy <http://qudt.org/2.1/vocab/quantitykind> ;
rdfs:label "rotary shock"@en-US .

quantitykind:RotationalFrequency
a qudt:QuantityKind ;
dcterms:description "A measure of the number of cycles that an item revolves per time period."^^qudt:LatexString ;
qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T-1D0 ;
qudt:informativeReference "http://standards.buildingsmart.org/IFC/DEV/IFC4_2/FINAL/HTML/link/ifcrotationalfrequencymeasure.htm"^^xsd:anyURI ;
qudt:plainTextDescription "IfcRotationalFrequencyMeasure is a measure of the number of cycles that an item revolves in unit time. Usually measured in cycles/s." ;
qudt:qkdvDenominator qkdv:A0E0L0I0M0H0T1D0 ;
qudt:qkdvNumerator qkdv:A0E0L0I0M0H0T0D1 ;
rdfs:isDefinedBy <http://qudt.org/2.1/vocab/quantitykind> ;
rdfs:label "RotationalFrequency"@en ;
skos:broader quantitykind:Frequency .

quantitykind:RotationalMass
a qudt:QuantityKind ;
dcterms:description "\"Rotational Mass\" denotes the inertia of a body with respect to angular acceleration. It is usually measured in kg*m^2."^^qudt:LatexString ;
Expand Down

0 comments on commit 8d7c7f9

Please sign in to comment.