s4agri:BuildingSpace — Building space

IRI
https://saref.etsi.org/saref4agri/BuildingSpace
Is defined by
https://saref.etsi.org/saref4agri/v1.1.2/
Is referenced by
https://saref.etsi.org/saref4agri/v1.1.2/
https://saref.etsi.org/saref4agri/v1.1.2/example/saref4agri-ex1#
Download serialization
License

Definition of s4agri:BuildingSpace

Defined in https://saref.etsi.org/saref4agri/v1.1.2/ as:

An entity used to define the physical spaces of the building. A building space contains devices or building objects.

Description as a Class

has super-classes
geo:Feature

Turtle

@prefix dct: <http://purl.org/dc/terms/> .
@prefix geo: <http://www.opengis.net/ont/geosparql#> .
@prefix ns1: <http://www.w3.org/2004/02/skos/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix s4agri: <https://saref.etsi.org/saref4agri/> .

s4agri:Building rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty s4agri:contains ;
            owl:someValuesFrom s4agri:BuildingSpace ] .

<https://saref.etsi.org/saref4agri/v1.1.2/example/saref4agri-ex1#> dct:references s4agri:BuildingSpace .

<https://saref.etsi.org/saref4agri/v1.1.2/> dct:references s4agri:BuildingSpace ;
    dct:subject s4agri:BuildingSpace .

s4agri:BuildingSpace a owl:Class ;
    rdfs:label "Building space"@en ;
    dct:isReferencedBy <https://saref.etsi.org/saref4agri/v1.1.2/>,
        <https://saref.etsi.org/saref4agri/v1.1.2/example/saref4agri-ex1#> ;
    rdfs:comment "An entity used to define the physical spaces of the building. A building space contains devices or building objects."@en ;
    rdfs:isDefinedBy <https://saref.etsi.org/saref4agri/v1.1.2/> ;
    rdfs:seeAlso <https://saref.etsi.org/saref4agri/v1.1.2/> ;
    rdfs:subClassOf geo:Feature ;
    ns1:hiddenLabel "BuildingSpace" .