Definition of s4inma:consistsOfBatch
Defined in https://saref.etsi.org/saref4inma/v1.1.2/ as:
A relation to express that a batch can recursively consists of other batches
Description as an Object Property
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/> .
s4inma:Batch rdfs:subClassOf [ a owl:Restriction ;
owl:allValuesFrom s4inma:Batch ;
owl:onProperty s4inma:consistsOfBatch ] .
s4inma:consistsOfBatch a owl:ObjectProperty ;
rdfs:label "consists of batch"@en ;
ns1:isReferencedBy <https://saref.etsi.org/saref4inma/v1.1.2/> ;
rdfs:comment "A relation to express that a batch can recursively consists of other batches"@en ;
rdfs:isDefinedBy <https://saref.etsi.org/saref4inma/v1.1.2/> ;
rdfs:seeAlso <https://saref.etsi.org/saref4inma/v1.1.2/> ;
ns2:hiddenLabel "consistsOfBatch" .
<https://saref.etsi.org/saref4inma/v1.1.2/> ns1:references s4inma:consistsOfBatch ;
ns1:subject s4inma:consistsOfBatch .