s4inma:isCreatedIn — is created in

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

Definition of s4inma:isCreatedIn

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

An Item is created in an ItemBatch.

Description as an Object Property

is inverse of
s4inma:creates

Turtle

@prefix ns1: <http://www.w3.org/2004/02/skos/core#> .
@prefix ns2: <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 xsd: <http://www.w3.org/2001/XMLSchema#> .

s4inma:Item rdfs:subClassOf [ a owl:Restriction ;
            owl:allValuesFrom s4inma:ItemBatch ;
            owl:onProperty s4inma:isCreatedIn ],
        [ a owl:Restriction ;
            owl:onClass s4inma:ItemBatch ;
            owl:onProperty s4inma:isCreatedIn ;
            owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ] .

s4inma:creates owl:inverseOf s4inma:isCreatedIn .

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

s4inma:isCreatedIn a owl:ObjectProperty ;
    rdfs:label "is created in"@en ;
    ns2:isReferencedBy <https://saref.etsi.org/saref4inma/v1.1.2/> ;
    rdfs:comment "An Item is created in an ItemBatch."@en ;
    rdfs:isDefinedBy <https://saref.etsi.org/saref4inma/v1.1.2/> ;
    rdfs:seeAlso <https://saref.etsi.org/saref4inma/v1.1.2/> ;
    ns1:hiddenLabel "isCreatedIn" .