Skip to content

Commit 13b4d26

Browse files
closes #29
1 parent e3188bb commit 13b4d26

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

src/vocabularies/quantity_kinds.ttl

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,6 @@
5555
aec3po:ModularRoomHeight a owl:NamedIndividual, skos:Concept, aec3po:QuantityKind ;
5656
skos:prefLabel "modular room height"@en ;
5757
skos:definition "vertical distance within one storey between the modular plane of the upper surface of flooring and the modular plane of the finished ceiling."@en ;
58-
qudt:applicableUnit unit:CentiM ;
59-
qudt:applicableUnit unit:IN ;
60-
qudt:applicableUnit unit:M ;
61-
qudt:applicableUnit unit:MilliIN ;
62-
qudt:applicableUnit unit:MilliM ;
6358
qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ;
6459
qudt:normativeReference "https://www.iso.org/obp/ui/#iso:std:iso:6707:-1:ed-6:v1:en:term:3.7.2.47"^^xsd:anyURI ;
6560
rdfs:isDefinedBy aec3po:quantity_kinds ;
@@ -68,11 +63,6 @@
6863
aec3po:WidthOfAngledCorridor a owl:NamedIndividual, skos:Concept, aec3po:QuantityKind ;
6964
skos:prefLabel "width of angled corridor"@en ;
7065
skos:definition "width of a corridor with a right angled turn in which the wheelchair can be driven in both forward and rearward directions."@en ;
71-
qudt:applicableUnit unit:CentiM ;
72-
qudt:applicableUnit unit:IN ;
73-
qudt:applicableUnit unit:M ;
74-
qudt:applicableUnit unit:MilliIN ;
75-
qudt:applicableUnit unit:MilliM ;
7666
qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ;
7767
qudt:normativeReference "https://www.iso.org/obp/ui/#iso:std:iso:7176:-5:ed-2:v1:en:term:3.25"^^xsd:anyURI ;
7868
rdfs:isDefinedBy aec3po:quantity_kinds ;
@@ -97,22 +87,19 @@
9787
aec3po:PartialSafetyFactor a owl:NamedIndividual, skos:Concept, aec3po:QuantityKind ;
9888
skos:prefLabel "Partial Safety Factor"@en ;
9989
skos:definition "Also written γM, the partial safety factor for resistance."@en ;
100-
qudt:applicableUnit unit:UNITLESS ;
10190
qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D0 ;
10291
rdfs:isDefinedBy aec3po:quantity_kinds .
10392

10493
aec3po:PartialSafetyFactor0 a owl:NamedIndividual, skos:Concept, aec3po:QuantityKind ;
10594
skos:prefLabel "Partial Safety Factor"@en ;
10695
skos:definition "Also written γM0, the partial safety factor for resistance related to member resistance without instability."@en ;
107-
qudt:applicableUnit unit:UNITLESS ;
10896
qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D0 ;
10997
rdfs:isDefinedBy aec3po:quantity_kinds ;
11098
skos:broader aec3po:PartialSafetyFactor .
11199

112100
aec3po:PartialSafetyFactor1 a owl:NamedIndividual, skos:Concept, aec3po:QuantityKind ;
113101
rdfs:label "Partial Safety Factor"@en ;
114102
skos:definition "Also written γM1, the partial safety factor for resistance related to any limit state where instability governs."@en ;
115-
qudt:applicableUnit unit:UNITLESS ;
116103
qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D0 ;
117104
rdfs:isDefinedBy aec3po:quantity_kinds ;
118105
skos:broader aec3po:PartialSafetyFactor .
@@ -126,7 +113,6 @@
126113
aec3po:ModificationFactorKmod a owl:NamedIndividual, skos:Concept, aec3po:QuantityKind ;
127114
skos:prefLabel "Modification Factor Kmod"@en ;
128115
skos:definition "Modification Factor to take into account the duration of load"@en ;
129-
qudt:applicableUnit unit:UNITLESS ;
130116
qudt:hasDimensionVector qkdv:A0E0L0I0M0H0T0D0 ;
131117
rdfs:isDefinedBy aec3po:quantity_kinds .
132118

0 commit comments

Comments
 (0)