s4inma:MaterialBatch — Material Batch

IRI
https://saref.etsi.org/saref4inma/MaterialBatch
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/
https://saref.etsi.org/saref4inma/v2.1.1/example/Material#
Download serialization
License

Definition of s4inma:MaterialBatch

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

A uniform collection of tangible raw material which are relevant for the prodcution process. The MaterialBatch can consists of a set of objects with similar properties (e.g. a certain type of screws) or a stock of homogeen material (e.g. oil, water). The difference between MaterialBatch and ItemBatch is that individual items cannot be traced in a MaterialBatch, whereas this is possible in an ItemBatch, meaning that, for example, it is not possible to trace the individual screw used in a MaterialBatch.

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 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:MaterialCategory rdfs:subClassOf [ a owl:Restriction ;
            owl:allValuesFrom s4inma:MaterialBatch ;
            owl:onProperty s4inma:isCategoryOf ] .

<https://saref.etsi.org/saref4inma/v2.1.1/example/Material#> ns1:references s4inma:MaterialBatch .

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

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

s4inma:MaterialBatch a owl:Class ;
    rdfs:label "Material 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/Material#> ;
    rdfs:comment "A uniform collection of tangible raw material which are relevant for the prodcution process. The MaterialBatch can consists of a set of objects with similar properties (e.g. a certain type of screws) or a stock of homogeen material (e.g. oil, water). The difference between MaterialBatch and ItemBatch is that individual items cannot be traced in a MaterialBatch, whereas this is possible in an ItemBatch, meaning that, for example, it is not possible to trace the individual screw used in a MaterialBatch."@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:MaterialCategory ;
            owl:onProperty s4inma:belongsToCategory ],
        [ a owl:Restriction ;
            owl:allValuesFrom xsd:string ;
            owl:onProperty s4inma:hasCertificate ],
        s4inma:Batch ;
    ns2:hiddenLabel "MaterialBatch" .