@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <https://w3id.org/bot#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix metadata_def: <http://data.bioontology.org/metadata/def/> . ns0:Building metadata_def:mappingLoom "building" ; metadata_def:mappingSameURI ns0:Building ; metadata_def:prefLabel "Building" ; a owl:Class ; rdfs:comment "An independent unit of the built environment with a characteristic spatial structure, intended to serve at least one function or user activity [ISO-12006]. A bot:Building is a part of the physical world or a virtual world that is inherently both located in this world and having a 3D spatial extent, is contained in a building site, and can contain one or more storeys that are vertically connected." ; rdfs:isDefinedBy <https://w3id.org/bot#> ; rdfs:label "Building" ; rdfs:subClassOf owl:Thing . ns0:hasSpace rdfs:domain ns0:Building .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <https://w3id.org/bot#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix metadata_def: <http://data.bioontology.org/metadata/def/> .

ns0:Building
    metadata_def:mappingLoom "building" ;
    metadata_def:mappingSameURI ns0:Building ;
    metadata_def:prefLabel "Building" ;
    a owl:Class ;
    rdfs:comment "An independent unit of the built environment with a characteristic spatial structure, intended to serve at least one function or user activity [ISO-12006]. A bot:Building is a part of the physical world or a virtual world that is inherently both located in this world and having a 3D spatial extent, is contained in a building site, and can contain one or more storeys that are vertically connected." ;
    rdfs:isDefinedBy <https://w3id.org/bot#> ;
    rdfs:label "Building" ;
    rdfs:subClassOf owl:Thing .

ns0:hasSpace
    rdfs:domain ns0:Building .