saref:profileHasPrice — has price

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

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

Links a profile to the money earned (negative values) or paid (positive values) for the use (production or consumption) of the commodity by the device

Description as an Object Property

has domain
saref:Profile
has range
saref:PropertyValue

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#> .

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

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

saref:profileHasPrice a owl:ObjectProperty ;
    rdfs:label "has price"@en ;
    dct:isReferencedBy <https://saref.etsi.org/core/v3.2.1/>,
        <https://saref.etsi.org/core/v4.1.1/> ;
    rdfs:comment "Links a profile to the money earned (negative values) or paid (positive values) for the use (production or consumption) of the commodity by the device"@en ;
    rdfs:domain saref:Profile ;
    rdfs:isDefinedBy <https://saref.etsi.org/core/v3.2.1/>,
        <https://saref.etsi.org/core/v4.1.1/> ;
    rdfs:range saref:PropertyValue ;
    rdfs:seeAlso <https://saref.etsi.org/core/v3.2.1/>,
        <https://saref.etsi.org/core/v4.1.1/> ;
    skos:hiddenLabel "profileHasPrice" .