saref:hasPrice — has price

IRI
https://saref.etsi.org/core/hasPrice
Is defined by
https://saref.etsi.org/core/v3.1.1/
https://saref.etsi.org/core/v3.2.1/
Is referenced by
https://saref.etsi.org/core/v3.1.1/
https://saref.etsi.org/core/v3.1.1/example/washingmachine#
https://saref.etsi.org/core/v3.2.1/
https://saref.etsi.org/saref4ener/v1.1.2/
https://saref.etsi.org/saref4ener/v1.2.1/
https://saref.etsi.org/saref4ener/v2.1.1/
Download serialization
License

Definition of saref:hasPrice

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

A relationship indentifying the price associated to an entity

Description as an Object Property

has range
saref:Price

Turtle

@prefix dct: <http://purl.org/dc/terms/> .
@prefix ns1: <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 saref: <https://saref.etsi.org/core/> .

saref:Profile rdfs:subClassOf [ a owl:Restriction ;
            owl:allValuesFrom saref:Price ;
            owl:onProperty saref:hasPrice ] .

<https://saref.etsi.org/core/v3.1.1/example/washingmachine#> dct:references saref:hasPrice .

<https://saref.etsi.org/saref4ener/v1.1.2/> dct:references saref:hasPrice .

<https://saref.etsi.org/saref4ener/v1.2.1/> dct:references saref:hasPrice .

<https://saref.etsi.org/saref4ener/v2.1.1/> dct:references saref:hasPrice .

<https://saref.etsi.org/core/v3.1.1/> dct:references saref:hasPrice ;
    dct:subject saref:hasPrice .

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

saref:hasPrice a owl:ObjectProperty ;
    rdfs:label "has price"@en ;
    dct:isReferencedBy <https://saref.etsi.org/core/v3.1.1/>,
        <https://saref.etsi.org/core/v3.1.1/example/washingmachine#>,
        <https://saref.etsi.org/core/v3.2.1/>,
        <https://saref.etsi.org/saref4ener/v1.1.2/>,
        <https://saref.etsi.org/saref4ener/v1.2.1/>,
        <https://saref.etsi.org/saref4ener/v2.1.1/> ;
    rdfs:comment "A relationship indentifying the price associated to an entity"@en ;
    rdfs:isDefinedBy <https://saref.etsi.org/core/v3.1.1/>,
        <https://saref.etsi.org/core/v3.2.1/> ;
    rdfs:range saref:Price ;
    rdfs:seeAlso <https://saref.etsi.org/core/v3.1.1/>,
        <https://saref.etsi.org/core/v3.2.1/>,
        <https://saref.etsi.org/saref4ener/v1.1.2/>,
        <https://saref.etsi.org/saref4ener/v1.2.1/>,
        <https://saref.etsi.org/saref4ener/v2.1.1/> ;
    ns1:hiddenLabel "hasPrice" .