Definition of s4inma:ProductionEquipmentFunction
Defined in https://saref.etsi.org/saref4inma/v1.1.2/ as:
Functionallity neccessary to accomplish the task for which a production equipment is designed.
Description as a Class
- has super-classes
-
owl:Thing
saref:Function
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 s4inma: <https://saref.etsi.org/saref4inma/> .
@prefix saref: <https://saref.etsi.org/core/> .
s4inma:ProductionEquipment rdfs:subClassOf [ a owl:Restriction ;
owl:allValuesFrom s4inma:ProductionEquipmentFunction ;
owl:onProperty saref:hasFunction ] .
<https://saref.etsi.org/saref4inma/v2.1.1/example/ProductionEquipment#> ns1:references s4inma:ProductionEquipmentFunction .
<https://saref.etsi.org/saref4inma/v1.1.2/> ns1:references s4inma:ProductionEquipmentFunction ;
ns1:subject s4inma:ProductionEquipmentFunction .
<https://saref.etsi.org/saref4inma/v2.1.1/> ns1:references s4inma:ProductionEquipmentFunction ;
ns1:subject s4inma:ProductionEquipmentFunction .
s4inma:ProductionEquipmentFunction a owl:Class ;
rdfs:label "Production equipment function"@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/ProductionEquipment#> ;
rdfs:comment "Functionallity neccessary to accomplish the task for which a production equipment is designed."@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 owl:Thing,
saref:Function ;
ns2:hiddenLabel "ProductionEquipmentFunction" .