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

comply with TS, closes #19

parent a44dc5ad
Loading
Loading
Loading
Loading
Loading
+9 −3
Original line number Diff line number Diff line
@@ -7,6 +7,7 @@
@prefix saref: <https://saref.etsi.org/core/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix geo: <http://www.opengis.net/ont/geosparql#> .

dcterms:creator a owl:AnnotationProperty .

@@ -28,6 +29,8 @@ dcterms:source a owl:AnnotationProperty .

dcterms:title a owl:AnnotationProperty .

geo:SpatialThing a owl:Class .

vann:preferredNamespacePrefix a owl:AnnotationProperty .

vann:preferredNamespaceUri a owl:AnnotationProperty .
@@ -1401,7 +1404,8 @@ s4bldg:Building a owl:Class ;
    rdfs:label "Building"@en ;
    rdfs:comment "A building represents a structure that provides shelter for its occupants or contents and stands in one place. The building is also used to provide a basic element within the spatial structure hierarchy for the components of a building project (together with site, storey, and space)."@en ;
    rdfs:seeAlso <https://w3id.org/ifc/IFC4_ADD1#IfcBuilding> ;
    rdfs:subClassOf [ a owl:Restriction ;
    rdfs:subClassOf geo:SpatialThing,
        [ a owl:Restriction ;
            owl:allValuesFrom s4bldg:BuildingSpace ;
            owl:onProperty s4bldg:hasSpace ] ;
    prov:hadPrimarySource <https://standards.buildingsmart.org/IFC/RELEASE/IFC4_1/FINAL/HTML/schema/ifcproductextension/lexical/ifcbuilding.htm> .
@@ -2540,7 +2544,8 @@ s4bldg:weight a saref:Property ;
s4bldg:BuildingSpace a owl:Class ;
    rdfs:label "Building space"@en ;
    rdfs:comment "An entity used to define the physical spaces of the building. A building space contains devices or building objects."@en ;
    rdfs:subClassOf [ a owl:Restriction ;
    rdfs:subClassOf geo:SpatialThing,
        [ a owl:Restriction ;
            owl:allValuesFrom s4bldg:PhysicalObject ;
            owl:onProperty s4bldg:contains ],
        [ a owl:Restriction ;
@@ -2560,7 +2565,8 @@ s4bldg:energySource a owl:DatatypeProperty ;
s4bldg:PhysicalObject a owl:Class ;
    rdfs:label "Physical object"@en ;
    rdfs:comment "Any Object that has a proper space region.  (Definition extracted from DUL ontology)"@en ;
    rdfs:subClassOf [ a owl:Restriction ;
    rdfs:subClassOf geo:SpatialThing,
        [ a owl:Restriction ;
            owl:allValuesFrom s4bldg:PhysicalObject ;
            owl:onProperty s4bldg:contains ],
        [ a owl:Restriction ;