s4inma:containsItem — contains item

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

Definition of s4inma:containsItem

Defined in https://saref.etsi.org/saref4inma/v2.1.1/ as:

A relation between a production process (e.g., Batch) that creates one or more tangible objects (e.g., Items)

Description as an Object Property

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#> .

s4inma:ItemBatch rdfs:subClassOf [ a owl:Restriction ;
            owl:allValuesFrom s4inma:Item ;
            owl:onProperty s4inma:containsItem ] .

s4inma:containsItem a owl:ObjectProperty ;
    rdfs:label "contains item"@en ;
    dct:isReferencedBy <https://saref.etsi.org/saref4inma/v2.1.1/> ;
    rdfs:comment "A relation between a production process (e.g., Batch) that creates one or more tangible objects (e.g., Items)"@en ;
    rdfs:isDefinedBy <https://saref.etsi.org/saref4inma/v2.1.1/> ;
    rdfs:seeAlso <https://saref.etsi.org/saref4inma/v2.1.1/> ;
    owl:inverseOf s4inma:belongsToItemBatch ;
    skos:hiddenLabel "containsItem" .

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