Definition of s4inma:ItemCategory
Defined in https://saref.etsi.org/saref4inma/v1.1.2/ as:
An ItemCategory describes a single type of item in terms of its static properties. Each ItemCategory can have multiple related ItemBatches, which all contain individual Items. The essential properties of each Item in all ItemBatches are the same. However, each batch might use different MaterialBatches and/or different ProductionEquipment. Therefore, small deviations between batches might occur, while the essential properties of all Items related to an ItemCategory are similar.
Description as a Class
- has super-classes
-
s4inma:hasIdentifier some
s4inma:ID
s4inma:hasIdentifier only s4inma:ID
s4inma:hasUpdate only s4inma:ItemCategory
s4inma:isCategoryOf only s4inma:ItemBatch
s4inma:isProducedBy only s4inma:ProductionEquipmentCategory
s4inma:hasModelNumber max 1 xsd:string
s4inma:hasVersion 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:ItemBatch rdfs:subClassOf [ a owl:Restriction ;
owl:allValuesFrom s4inma:ItemCategory ;
owl:onProperty s4inma:belongsToCategory ] .
<https://saref.etsi.org/saref4inma/v2.1.1/example/Item#> ns1:references s4inma:ItemCategory .
<https://saref.etsi.org/saref4inma/v1.1.2/> ns1:references s4inma:ItemCategory ;
ns1:subject s4inma:ItemCategory .
<https://saref.etsi.org/saref4inma/v2.1.1/> ns1:references s4inma:ItemCategory ;
ns1:subject s4inma:ItemCategory .
s4inma:ItemCategory a owl:Class ;
rdfs:label "Item 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/Item#> ;
rdfs:comment "An ItemCategory describes a single type of item in terms of its static properties. Each ItemCategory can have multiple related ItemBatches, which all contain individual Items. The essential properties of each Item in all ItemBatches are the same. However, each batch might use different MaterialBatches and/or different ProductionEquipment. Therefore, small deviations between batches might occur, while the essential properties of all Items related to an ItemCategory are similar."@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:onProperty s4inma:hasIdentifier ;
owl:someValuesFrom s4inma:ID ],
[ a owl:Restriction ;
owl:allValuesFrom s4inma:ID ;
owl:onProperty s4inma:hasIdentifier ],
[ a owl:Restriction ;
owl:allValuesFrom s4inma:ItemCategory ;
owl:onProperty s4inma:hasUpdate ],
[ a owl:Restriction ;
owl:allValuesFrom s4inma:ItemBatch ;
owl:onProperty s4inma:isCategoryOf ],
[ a owl:Restriction ;
owl:allValuesFrom s4inma:ProductionEquipmentCategory ;
owl:onProperty s4inma:isProducedBy ],
[ a owl:Restriction ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onDataRange xsd:string ;
owl:onProperty s4inma:hasModelNumber ],
[ a owl:Restriction ;
owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onDataRange xsd:string ;
owl:onProperty s4inma:hasVersion ] ;
ns2:hiddenLabel "ItemCategory" .