saref:consumes — consumes

IRI
https://saref.etsi.org/core/consumes
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/
https://saref.etsi.org/saref4ener/v2.1.1/example/demandDrivenProfile#
https://saref.etsi.org/saref4ener/v2.1.1/example/fillRateProfile#
https://saref.etsi.org/saref4ener/v2.1.1/example/heatingSystemPowerProfile#
Download serialization
License

Definition of saref:consumes

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

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

Description as an Object Property

has super-properties
saref:isUsedFor
is inverse of
saref:isConsumedBy
saref:isConsumedBy

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:isConsumedBy owl:inverseOf saref:consumes .

<https://saref.etsi.org/saref4ener/v2.1.1/example/demandDrivenProfile#> dct:references saref:consumes .

<https://saref.etsi.org/saref4ener/v2.1.1/example/fillRateProfile#> dct:references saref:consumes .

<https://saref.etsi.org/saref4ener/v2.1.1/example/heatingSystemPowerProfile#> dct:references saref:consumes .

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

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

saref:consumes a owl:ObjectProperty ;
    rdfs:label "consumes"@en ;
    dct:isReferencedBy <https://saref.etsi.org/core/v3.2.1/>,
        <https://saref.etsi.org/core/v4.1.1/>,
        <https://saref.etsi.org/saref4ener/v2.1.1/example/demandDrivenProfile#>,
        <https://saref.etsi.org/saref4ener/v2.1.1/example/fillRateProfile#>,
        <https://saref.etsi.org/saref4ener/v2.1.1/example/heatingSystemPowerProfile#> ;
    rdfs:comment "Links a feature kind, feature of interest, or device, to the commodity it consumes"@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/>,
        <https://saref.etsi.org/saref4ener/v2.1.1/> ;
    rdfs:subPropertyOf saref:isUsedFor ;
    owl:inverseOf saref:isConsumedBy ;
    skos:hiddenLabel "consumes" ;
    skos:historyNote "V3.2.1: Introduced saref:consumes, saref:isConsumedBy, saref:produces, saref:isProducedBy, saref:stores, saref:isStoredBy."@en .