s4inma:Batch — Batch

IRI
https://saref.etsi.org/saref4inma/Batch
Is defined by
https://saref.etsi.org/saref4inma/v1.1.2/
https://saref.etsi.org/saref4inma/v2.1.1/
Is referenced by
https://saref.etsi.org/saref4inma/v1.1.2/
https://saref.etsi.org/saref4inma/v2.1.1/
Download serialization
License

Definition of s4inma:Batch

Defined in https://saref.etsi.org/saref4inma/v1.1.2/ as:

A uniform collection of tangible objects or Lot. This can either be a collection of produced items (i.e. the outflow of products) or a collection of raw material or required material (i.e. the inflow of products). It is assumed that the objects in a batch are similar and thus have shared attributes. Note that this definition is broader than the definition in IEC 61512, which defines a batch as the material that is being produced (whereas in SAREF4INMA a batch can be items or materials).

Description as a Class

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 rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix s4inma: <https://saref.etsi.org/saref4inma/> .
@prefix saref: <https://saref.etsi.org/core/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

s4inma:ItemBatch rdfs:subClassOf s4inma:Batch .

s4inma:MaterialBatch rdfs:subClassOf s4inma:Batch .

s4inma:Measurement rdfs:subClassOf [ a owl:Restriction ;
            owl:allValuesFrom [ a owl:Class ;
                    owl:unionOf ( s4inma:Batch s4inma:Item ) ] ;
            owl:onProperty s4inma:hasFeatureOfInterest ] .

<https://saref.etsi.org/saref4inma/v1.1.2/> ns1:references s4inma:Batch ;
    ns1:subject s4inma:Batch .

<https://saref.etsi.org/saref4inma/v2.1.1/> ns1:references s4inma:Batch ;
    ns1:subject s4inma:Batch .

s4inma:Batch a owl:Class ;
    rdfs:label "Batch"@en ;
    ns1:isReferencedBy <https://saref.etsi.org/saref4inma/v1.1.2/>,
        <https://saref.etsi.org/saref4inma/v2.1.1/> ;
    rdfs:comment "A uniform collection of tangible objects or Lot. This can either be a collection of produced items (i.e. the outflow of products) or a collection of raw material or required material (i.e. the inflow of products). It is assumed that the objects in a batch are similar and thus have shared attributes. Note that this definition is broader than the definition in IEC 61512, which defines a batch as the material that is being produced (whereas in SAREF4INMA a batch can be items or materials). "@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:Batch ;
            owl:onProperty s4inma:consistsOfBatch ],
        [ a owl:Restriction ;
            owl:allValuesFrom s4inma:ID ;
            owl:onProperty s4inma:hasIdentifier ],
        [ a owl:Restriction ;
            owl:allValuesFrom s4inma:Measurement ;
            owl:onProperty s4inma:isFeatureOfInterestOf ],
        [ a owl:Restriction ;
            owl:allValuesFrom s4inma:ProductionEquipment ;
            owl:onProperty s4inma:needsEquipment ],
        [ a owl:Restriction ;
            owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
            owl:onClass s4inma:Size ;
            owl:onProperty s4inma:hasSize ],
        owl:Thing,
        saref:FeatureOfInterest ;
    ns2:hiddenLabel "Batch" .