s4inma:consistsOfItem — consists of item

IRI
https://saref.etsi.org/saref4inma/consistsOfItem
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:consistsOfItem

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

A relation to express that an item can recursively consists of other Items

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:Item rdfs:subClassOf [ a owl:Restriction ;
            owl:allValuesFrom s4inma:Item ;
            owl:onProperty s4inma:consistsOfItem ] .

s4inma:consistsOfItem a owl:ObjectProperty ;
    rdfs:label "consists of item"@en ;
    ns1:isReferencedBy <https://saref.etsi.org/saref4inma/v1.1.2/> ;
    rdfs:comment "A relation to express that an item can recursively consists of other Items"@en ;
    rdfs:isDefinedBy <https://saref.etsi.org/saref4inma/v1.1.2/> ;
    rdfs:seeAlso <https://saref.etsi.org/saref4inma/v1.1.2/> ;
    ns2:hiddenLabel "consistsOfItem" .

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