Definition of s4inma:ProductionEquipment
Defined in https://saref.etsi.org/saref4inma/v1.1.2/ as:
A production equipment is a specialization of a saref:Device and s4bldg:PhysicalObject that can produce items in a manufacturing process. This class represents an individual production equipment device and includes their specification in terms of functions, states and services. Different types of machines can be defined under this class as needed, for example, LaserCuttingMachine (i.e., a type of production equipment to cut steel material), MillingMachine (i.e., to drill holes in steel material), MouldingMachine (i.e., to mold liquid material, such as iron or plastic, and let it harden in a certain shape), WeldingMachine (i.e., join parts of material, such as steel, together), etc.
Description as a Class
- has super-classes
-
saref:hasFunction only
s4inma:ProductionEquipmentFunction
saref:hasState only saref:State
saref:makesMeasurement only s4inma:Measurement
saref:measuresProperty only saref:Property
s4inma:belongsToCategory only s4inma:ProductionEquipmentCategory
s4inma:hasIdentifier only s4inma:ID
s4inma:hasIDValue only xsd:string
saref:Device
s4bldg:PhysicalObject - has sub-classes
- s4inma:WorkCenter
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/> .
@prefix saref: <https://saref.etsi.org/core/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
s4inma:Batch rdfs:subClassOf [ a owl:Restriction ;
owl:allValuesFrom s4inma:ProductionEquipment ;
owl:onProperty s4inma:needsEquipment ] .
s4inma:WorkCenter rdfs:subClassOf s4inma:ProductionEquipment .
s4inma:ProductionEquipmentCategory rdfs:subClassOf [ a owl:Restriction ;
owl:allValuesFrom s4inma:ProductionEquipment ;
owl:onProperty s4inma:isCategoryOf ] .
<https://saref.etsi.org/saref4inma/v2.1.1/example/Factory#> ns1:references s4inma:ProductionEquipment .
<https://saref.etsi.org/saref4inma/v2.1.1/example/Item#> ns1:references s4inma:ProductionEquipment .
<https://saref.etsi.org/saref4inma/v2.1.1/example/ProductionEquipment#> ns1:references s4inma:ProductionEquipment .
<https://saref.etsi.org/saref4inma/v1.1.2/> ns1:references s4inma:ProductionEquipment ;
ns1:subject s4inma:ProductionEquipment .
<https://saref.etsi.org/saref4inma/v2.1.1/> ns1:references s4inma:ProductionEquipment ;
ns1:subject s4inma:ProductionEquipment .
s4inma:ProductionEquipment a owl:Class ;
rdfs:label "ProductionEquipment"@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#>,
<https://saref.etsi.org/saref4inma/v2.1.1/example/Item#>,
<https://saref.etsi.org/saref4inma/v2.1.1/example/ProductionEquipment#> ;
rdfs:comment "A production equipment is a specialization of a saref:Device and s4bldg:PhysicalObject that can produce items in a manufacturing process. This class represents an individual production equipment device and includes their specification in terms of functions, states and services. Different types of machines can be defined under this class as needed, for example, LaserCuttingMachine (i.e., a type of production equipment to cut steel material), MillingMachine (i.e., to drill holes in steel material), MouldingMachine (i.e., to mold liquid material, such as iron or plastic, and let it harden in a certain shape), WeldingMachine (i.e., join parts of material, such as steel, together), etc."@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 [ a owl:Restriction ;
owl:allValuesFrom s4inma:ProductionEquipmentFunction ;
owl:onProperty saref:hasFunction ],
[ a owl:Restriction ;
owl:allValuesFrom saref:State ;
owl:onProperty saref:hasState ],
[ a owl:Restriction ;
owl:allValuesFrom s4inma:Measurement ;
owl:onProperty saref:makesMeasurement ],
[ a owl:Restriction ;
owl:allValuesFrom saref:Property ;
owl:onProperty saref:measuresProperty ],
[ a owl:Restriction ;
owl:allValuesFrom s4inma:ProductionEquipmentCategory ;
owl:onProperty s4inma:belongsToCategory ],
[ a owl:Restriction ;
owl:allValuesFrom s4inma:ID ;
owl:onProperty s4inma:hasIdentifier ],
[ a owl:Restriction ;
owl:allValuesFrom xsd:string ;
owl:onProperty s4inma:hasIDValue ],
saref:Device,
s4bldg:PhysicalObject ;
ns2:hiddenLabel "ProductionEquipment" .