Definition of s4inma:belongsToItemBatch
Defined in https://saref.etsi.org/saref4inma/v2.1.1/ as:
An Item is created in an ItemBatch.
Description as an Object Property
- is inverse of
- s4inma:containsItem
Turtle
@prefix dct: <http://purl.org/dc/terms/> .
@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 skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
s4inma:Item rdfs:subClassOf [ a owl:Restriction ;
            owl:onClass s4inma:ItemBatch ;
            owl:onProperty s4inma:belongsToItemBatch ;
            owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ],
        [ a owl:Restriction ;
            owl:allValuesFrom s4inma:ItemBatch ;
            owl:onProperty s4inma:belongsToItemBatch ] .
s4inma:containsItem owl:inverseOf s4inma:belongsToItemBatch .
<https://saref.etsi.org/saref4inma/v2.1.1/example/Item#> dct:references s4inma:belongsToItemBatch .
<https://saref.etsi.org/saref4inma/v2.1.1/> dct:references s4inma:belongsToItemBatch ;
    dct:subject s4inma:belongsToItemBatch .
s4inma:belongsToItemBatch a owl:ObjectProperty ;
    rdfs:label "is created in"@en ;
    dct:isReferencedBy <https://saref.etsi.org/saref4inma/v2.1.1/>,
        <https://saref.etsi.org/saref4inma/v2.1.1/example/Item#> ;
    rdfs:comment "An Item is created in an ItemBatch."@en ;
    rdfs:isDefinedBy <https://saref.etsi.org/saref4inma/v2.1.1/> ;
    rdfs:seeAlso <https://saref.etsi.org/saref4inma/v2.1.1/> ;
    skos:hiddenLabel "belongsToItemBatch" .