saref:whenPropertyValue — when property value

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

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

Links a profile to a property value that contributes to restricting its applicable context.

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:whenPropertyValue ;
    dct:subject saref:whenPropertyValue .

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

saref:whenPropertyValue a owl:ObjectProperty ;
    rdfs:label "when property value"@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 a property value that contributes to restricting its applicable context."@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 "whenPropertyValue" .