Definition of s4inma:ItemBatch
Defined in https://saref.etsi.org/saref4inma/v1.1.2/ as:
A uniform collection of tangible objects which are relevant for the prodcution process. The ItemBatch consists of a set of objects with similar properties (e.g. a certain type of sensors or metal sheets). The difference between ItemBatch and MaterialBatch is that individual items can be traced in a ItemBatch, whereas this is not possible in a MaterialBatch, meaning that, for example, it is possible to trace the individual metal sheet used in a ItemBatch. This implies that the objects in an ItemBatch have an unique identifier (e.g. a GTIN code in the form of a barcode/QR-code or RFID tag).
Description as a Class
- has super-classes
-
s4inma:belongsToCategory only
s4inma:ItemCategory
s4inma:creates only s4inma:Item
s4inma:Batch
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:Item rdfs:subClassOf [ a owl:Restriction ;
owl:allValuesFrom s4inma:ItemBatch ;
owl:onProperty s4inma:isCreatedIn ],
[ a owl:Restriction ;
owl:onClass s4inma:ItemBatch ;
owl:onProperty s4inma:isCreatedIn ;
owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ] .
s4inma:ItemCategory rdfs:subClassOf [ a owl:Restriction ;
owl:allValuesFrom s4inma:ItemBatch ;
owl:onProperty s4inma:isCategoryOf ] .
<https://saref.etsi.org/saref4inma/v2.1.1/example/Item#> ns1:references s4inma:ItemBatch .
<https://saref.etsi.org/saref4inma/v2.1.1/example/Material#> ns1:references s4inma:ItemBatch .
<https://saref.etsi.org/saref4inma/v1.1.2/> ns1:references s4inma:ItemBatch ;
ns1:subject s4inma:ItemBatch .
<https://saref.etsi.org/saref4inma/v2.1.1/> ns1:references s4inma:ItemBatch ;
ns1:subject s4inma:ItemBatch .
s4inma:ItemBatch a owl:Class ;
rdfs:label "Item Batch"@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#>,
<https://saref.etsi.org/saref4inma/v2.1.1/example/Material#> ;
rdfs:comment "A uniform collection of tangible objects which are relevant for the prodcution process. The ItemBatch consists of a set of objects with similar properties (e.g. a certain type of sensors or metal sheets). The difference between ItemBatch and MaterialBatch is that individual items can be traced in a ItemBatch, whereas this is not possible in a MaterialBatch, meaning that, for example, it is possible to trace the individual metal sheet used in a ItemBatch. This implies that the objects in an ItemBatch have an unique identifier (e.g. a GTIN code in the form of a barcode/QR-code or RFID tag)."@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:ItemCategory ;
owl:onProperty s4inma:belongsToCategory ],
[ a owl:Restriction ;
owl:allValuesFrom s4inma:Item ;
owl:onProperty s4inma:creates ],
s4inma:Batch ;
ns2:hiddenLabel "ItemBatch" .