Commit a4d2279b authored by dragoni's avatar dragoni
Browse files

Addressed issue #13.

parent f1290be0
Loading
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -218,7 +218,9 @@ s4bldg:connectionSize rdf:type owl:ObjectProperty ;
s4bldg:contains rdf:type owl:ObjectProperty ;
                owl:inverseOf s4bldg:isContainedIn ;
                rdf:type owl:TransitiveProperty ;
                rdfs:comment "A relation between a physical space and the objects located in such space."@en ;
                rdfs:domain s4bldg:PhysicalObject ;
                rdfs:range s4bldg:PhysicalObject ;
                rdfs:comment "A relation between a physical object and another physical object it contains."@en ;
                rdfs:label "contains"@en .