Definition of s4inma:ProductionEquipmentCategory
Defined in https://saref.etsi.org/saref4inma/v1.1.2/ as:
A ProductionEquipmentCategory represents a certain type of production equipment, which is generally static over time. More concretely, the ProductionEquipmentCategory represents a certain model and brand of a production equipment. Each ProductionEquipmentCategory can have multiple related ProductionEquipment, which represent the actual individual machines. Moreover, each ItemCategory can be produced by multiple ProductionEquipmentCategories.
Description as a Class
- has super-classes
-
s4inma:isCategoryOf only
s4inma:ProductionEquipment
s4inma:hasModelNumber max 1 xsd:string
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 xsd: <http://www.w3.org/2001/XMLSchema#> .
s4inma:ItemCategory rdfs:subClassOf [ a owl:Restriction ;
owl:allValuesFrom s4inma:ProductionEquipmentCategory ;
owl:onProperty s4inma:isProducedBy ] .
s4inma:ProductionEquipment rdfs:subClassOf [ a owl:Restriction ;
owl:allValuesFrom s4inma:ProductionEquipmentCategory ;
owl:onProperty s4inma:belongsToCategory ] .
<https://saref.etsi.org/saref4inma/v2.1.1/example/ProductionEquipment#> ns1:references s4inma:ProductionEquipmentCategory .
<https://saref.etsi.org/saref4inma/v1.1.2/> ns1:references s4inma:ProductionEquipmentCategory ;
ns1:subject s4inma:ProductionEquipmentCategory .
<https://saref.etsi.org/saref4inma/v2.1.1/> ns1:references s4inma:ProductionEquipmentCategory ;
ns1:subject s4inma:ProductionEquipmentCategory .
s4inma:ProductionEquipmentCategory a owl:Class ;
rdfs:label "Production equipment category"@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 "A ProductionEquipmentCategory represents a certain type of production equipment, which is generally static over time. More concretely, the ProductionEquipmentCategory represents a certain model and brand of a production equipment. Each ProductionEquipmentCategory can have multiple related ProductionEquipment, which represent the actual individual machines. Moreover, each ItemCategory can be produced by multiple ProductionEquipmentCategories."@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:ProductionEquipment ;
owl:onProperty s4inma:isCategoryOf ],
[ a owl:Restriction ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onDataRange xsd:string ;
owl:onProperty s4inma:hasModelNumber ] ;
ns2:hiddenLabel "ProductionEquipmentCategory" .