Definition of s4inma:creates
Defined in https://saref.etsi.org/saref4inma/v1.1.2/ 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
- is inverse of
- s4inma:isCreatedIn
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/> .
s4inma:ItemBatch rdfs:subClassOf [ a owl:Restriction ;
owl:allValuesFrom s4inma:Item ;
owl:onProperty s4inma:creates ] .
s4inma:creates a owl:ObjectProperty ;
rdfs:label "creates"@en ;
ns2:isReferencedBy <https://saref.etsi.org/saref4inma/v1.1.2/> ;
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/v1.1.2/> ;
rdfs:seeAlso <https://saref.etsi.org/saref4inma/v1.1.2/> ;
owl:inverseOf s4inma:isCreatedIn ;
ns1:hiddenLabel "creates" .
<https://saref.etsi.org/saref4inma/v1.1.2/> ns2:references s4inma:creates ;
ns2:subject s4inma:creates .