Definition of s4inma:WorkCenter
Defined in https://saref.etsi.org/saref4inma/v1.1.2/ as:
A subclass of s4inma:ProductionEquipment (and therefore of s4bld:PhysicalObject). It is an equipment element under an area in a role-based equipment hierarchy that performs production, storage or material movement (definition taken from IEC 62264). An Area contains work centers.
Description as a Class
- has super-classes
- s4inma:ProductionEquipment
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 rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix s4inma: <https://saref.etsi.org/saref4inma/> .
<https://saref.etsi.org/saref4inma/v2.1.1/example/Factory#> ns1:references s4inma:WorkCenter .
<https://saref.etsi.org/saref4inma/v1.1.2/> ns1:references s4inma:WorkCenter ;
ns1:subject s4inma:WorkCenter .
<https://saref.etsi.org/saref4inma/v2.1.1/> ns1:references s4inma:WorkCenter ;
ns1:subject s4inma:WorkCenter .
s4inma:WorkCenter a owl:Class ;
rdfs:label "Work center"@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 s4inma:ProductionEquipment (and therefore of s4bld:PhysicalObject). It is an equipment element under an area in a role-based equipment hierarchy that performs production, storage or material movement (definition taken from IEC 62264). An Area contains work centers."@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 s4inma:ProductionEquipment ;
ns2:hiddenLabel "WorkCenter" .
[] a owl:AllDisjointClasses ;
owl:members ( s4inma:Area s4inma:Site s4inma:WorkCenter ) .