Definition of s4inma:Factory
Defined in https://saref.etsi.org/saref4inma/v1.1.2/ as:
A subclass of s4bldg:Building specialized for the purpose of SAREF4INMA, a factory represents one or more organizations sharing a definit mission, goals and objectives which provides an output such as a product (definition taken from IEC 62264). A factory can be divided in one or multiple sites.
Description as a Class
- has super-classes
- s4bldg:Building
Turtle
@prefix ns1: <http://purl.org/dc/terms/> .
@prefix ns2: <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 s4bldg: <https://saref.etsi.org/saref4bldg/> .
@prefix s4inma: <https://saref.etsi.org/saref4inma/> .
<https://saref.etsi.org/saref4inma/v2.1.1/example/Factory#> ns1:references s4inma:Factory .
<https://saref.etsi.org/saref4inma/v1.1.2/> ns1:references s4inma:Factory ;
ns1:subject s4inma:Factory .
<https://saref.etsi.org/saref4inma/v2.1.1/> ns1:references s4inma:Factory ;
ns1:subject s4inma:Factory .
s4inma:Factory a owl:Class ;
rdfs:label "Factory"@en ;
ns1: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:Building specialized for the purpose of SAREF4INMA, a factory represents one or more organizations sharing a definit mission, goals and objectives which provides an output such as a product (definition taken from IEC 62264). A factory can be divided in one or multiple sites. "@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:Building ;
ns2:hiddenLabel "Factory" .