saref:isConsumedBy — is consumed by

IRI
https://saref.etsi.org/core/isConsumedBy
Is defined by
https://saref.etsi.org/core/v3.2.1/
https://saref.etsi.org/core/v4.1.1/
Is referenced by
https://saref.etsi.org/core/v3.2.1/
https://saref.etsi.org/core/v4.1.1/
Download serialization
License

Definition of saref:isConsumedBy

Defined in https://saref.etsi.org/core/v3.2.1/ as:

Links a commodity to the feature kind, feature of interest, or device, that consumes it

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 saref: <https://saref.etsi.org/core/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

saref:consumes owl:inverseOf saref:isConsumedBy .

<https://saref.etsi.org/core/v3.2.1/> dct:references saref:isConsumedBy ;
    dct:subject saref:isConsumedBy .

<https://saref.etsi.org/core/v4.1.1/> dct:references saref:isConsumedBy ;
    dct:subject saref:isConsumedBy .

saref:isConsumedBy a owl:ObjectProperty ;
    rdfs:label "is consumed by"@en ;
    dct:isReferencedBy <https://saref.etsi.org/core/v3.2.1/>,
        <https://saref.etsi.org/core/v4.1.1/> ;
    rdfs:comment "Links a commodity to the feature kind, feature of interest, or device, that consumes it"@en ;
    rdfs:isDefinedBy <https://saref.etsi.org/core/v3.2.1/>,
        <https://saref.etsi.org/core/v4.1.1/> ;
    rdfs:seeAlso <https://saref.etsi.org/core/v3.2.1/>,
        <https://saref.etsi.org/core/v4.1.1/> ;
    owl:inverseOf saref:consumes ;
    skos:hiddenLabel "isConsumedBy" .