@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <https://saref.etsi.org/saref4inma/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix ns1: <https://saref.etsi.org/core/> . @prefix metadata: <http://data.bioontology.org/metadata/> . @prefix metadata_def: <http://data.bioontology.org/metadata/def/> . ns0:Batch metadata_def:mappingLoom "batch" ; metadata_def:mappingSameURI ns0:Batch ; metadata_def:prefLabel "Batch"@en ; metadata:prefixIRI "s4inma:Batch" ; a owl:Class ; 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). " ; rdfs:label "Batch"@en ; rdfs:subClassOf owl:Thing, ns1:FeatureOfInterest . ns0:ItemBatch rdfs:subClassOf ns0:Batch . ns0:MaterialBatch rdfs:subClassOf ns0:Batch .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <https://saref.etsi.org/saref4inma/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns1: <https://saref.etsi.org/core/> .
@prefix metadata: <http://data.bioontology.org/metadata/> .
@prefix metadata_def: <http://data.bioontology.org/metadata/def/> .

ns0:Batch
    metadata_def:mappingLoom "batch" ;
    metadata_def:mappingSameURI ns0:Batch ;
    metadata_def:prefLabel "Batch"@en ;
    metadata:prefixIRI "s4inma:Batch" ;
    a owl:Class ;
    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). " ;
    rdfs:label "Batch"@en ;
    rdfs:subClassOf owl:Thing, ns1:FeatureOfInterest .

ns0:ItemBatch
    rdfs:subClassOf ns0:Batch .

ns0:MaterialBatch
    rdfs:subClassOf ns0:Batch .