Definition of s4inma:Site
Defined in https://saref.etsi.org/saref4inma/v1.1.2/ as:
A subclass of s4bldg:BuildingSpace used to define the physical spaces of the building. According to IEC 62264, sites are identified physical, geographical, and/or logical component groupings of a manufacturing enterprise. A factory can be divided in sites, whereas sites can be divided areas
Description as a Class
- has super-classes
- s4bldg:BuildingSpace
Turtle
@prefix ns1: <http://www.w3.org/2004/02/skos/core#> .
@prefix ns2: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix s4bldg: <https://saref.etsi.org/saref4bldg/> .
@prefix s4inma: <https://saref.etsi.org/saref4inma/> .
<https://saref.etsi.org/saref4inma/v2.1.1/example/Factory#> ns2:references s4inma:Site .
<https://saref.etsi.org/saref4inma/v1.1.2/> ns2:references s4inma:Site ;
ns2:subject s4inma:Site .
<https://saref.etsi.org/saref4inma/v2.1.1/> ns2:references s4inma:Site ;
ns2:subject s4inma:Site .
s4inma:Site a owl:Class ;
rdfs:label "Site"@en ;
ns2:isReferencedBy <https://saref.etsi.org/saref4inma/v1.1.2/>,
<https://saref.etsi.org/saref4inma/v2.1.1/>,
<https://saref.etsi.org/saref4inma/v2.1.1/example/Factory#> ;
rdfs:comment "A subclass of s4bldg:BuildingSpace used to define the physical spaces of the building. According to IEC 62264, sites are identified physical, geographical, and/or logical component groupings of a manufacturing enterprise. A factory can be divided in sites, whereas sites can be divided areas"@en ;
rdfs:isDefinedBy <https://saref.etsi.org/saref4inma/v1.1.2/>,
<https://saref.etsi.org/saref4inma/v2.1.1/> ;
rdfs:seeAlso <https://saref.etsi.org/saref4inma/v1.1.2/>,
<https://saref.etsi.org/saref4inma/v2.1.1/> ;
rdfs:subClassOf s4bldg:BuildingSpace ;
ns1:hiddenLabel "Site" .
[] a owl:AllDisjointClasses ;
owl:members ( s4inma:Area s4inma:Site s4inma:WorkCenter ) .