Need intermediate quantityKinds like "height", "width"
aec3po:modular_room_height is declared to be directly under qudt:Length. However, we need an intermediate quantityKind (or property) "height" since IFC has such a property.
Same pertains to eg aec3po:width_of_angled_corridor, which should come under "width" (together with sibling props like door_clear_width, etc).
|
aec3po:modular_room_height a aec3po:QuantityKind ; |
|
rdfs:label "modular room height"@en ; |
|
rdfs:comment "vertical distance within one storey between the modular plane of the upper surface of flooring and the modular plane of the finished ceiling."@en ; |
|
qudt:applicableUnit unit:CentiM ; |
|
qudt:applicableUnit unit:IN ; |
|
qudt:applicableUnit unit:M ; |
|
qudt:applicableUnit unit:MilliIN ; |
|
qudt:applicableUnit unit:MilliM ; |
|
qudt:hasDimensionVector qkdv:A0E0L1I0M0H0T0D0 ; |
|
qudt:normativeReference "https://www.iso.org/obp/ui/#iso:std:iso:6707:-1:ed-6:v1:en:term:3.7.2.47"^^xsd:anyURI ; |
|
rdfs:isDefinedBy aec3po:quantity_kinds ; |
|
skos:broader quantitykind:Length . |
@beachtom , @EdliraK do you agree?
Need intermediate quantityKinds like "height", "width"
aec3po:modular_room_height is declared to be directly under
qudt:Length. However, we need an intermediate quantityKind (or property) "height" since IFC has such a property.Same pertains to eg aec3po:width_of_angled_corridor, which should come under "width" (together with sibling props like door_clear_width, etc).
aec3po/src/quantity_kinds.ttl
Lines 49 to 60 in 5fb6f7e
@beachtom , @EdliraK do you agree?