Unverified Commit 9aa12c59 authored by Maxime Lefrançois's avatar Maxime Lefrançois
Browse files

closes #13

parent b2ca5ca9
Loading
Loading
Loading
Loading
Loading
+7 −2
Original line number Diff line number Diff line
@@ -2186,7 +2186,9 @@ s4bldg:closeOffRating a saref:Property ;
s4bldg:contains a owl:ObjectProperty,
        owl:TransitiveProperty ;
    rdfs:label "contains"@en ;
    rdfs:comment "A relation between a physical space and the objects located in such space."@en ;
    rdfs:comment "A relation between a physical object and another physical object it contains."@en ;
    rdfs:domain s4bldg:PhysicalObject ;
    rdfs:range s4bldg:PhysicalObject ;
    owl:inverseOf s4bldg:isContainedIn .

s4bldg:externalSurfaceArea a saref:Property ;
@@ -2214,7 +2216,10 @@ s4bldg:internalWaterVolume a saref:Property ;
s4bldg:isContainedIn a owl:ObjectProperty,
        owl:TransitiveProperty ;
    rdfs:label "is contained in"@en ;
    rdfs:comment "A relation between an object and the physical space in which it is located."@en .
    rdfs:comment "A relation between a physical object and the physical space in which it is contained."@en ;
    rdfs:domain s4bldg:PhysicalObject ;
    rdfs:range s4bldg:PhysicalObject ;
    owl:inverseOf s4bldg:contains .

s4bldg:isSpaceOf a owl:ObjectProperty,
        owl:TransitiveProperty ;