-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Description
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).
Lines 49 to 60 in 5fb6f7e
| 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 . |
Reactions are currently unavailable