saref:isValueOfState — is value of state

IRI
https://saref.etsi.org/core/isValueOfState
Is defined by
https://saref.etsi.org/core/v4.1.1/
Is referenced by
https://saref.etsi.org/core/v4.1.1/
https://saref.etsi.org/saref4ehaw/v2.1.1/
https://saref.etsi.org/saref4lift/v2.1.1/
Download serialization
License

Definition of saref:isValueOfState

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

Links a state value to the state or state of interest it is a value of.

Description as an Object Property

Turtle

@prefix dct: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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:consistsOf owl:propertyChainAxiom ( saref:consistsOf saref:isValueOfState ) .

<https://saref.etsi.org/saref4ehaw/v2.1.1/> dct:references saref:isValueOfState .

<https://saref.etsi.org/saref4lift/v2.1.1/> dct:references saref:isValueOfState .

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

saref:isValueOfState a owl:ObjectProperty ;
    rdfs:label "is value of state"@en ;
    dct:isReferencedBy <https://saref.etsi.org/core/v4.1.1/>,
        <https://saref.etsi.org/saref4ehaw/v2.1.1/>,
        <https://saref.etsi.org/saref4lift/v2.1.1/> ;
    rdfs:comment "Links a state value to the state or state of interest it is a value of."@en ;
    rdfs:domain saref:StateValue ;
    rdfs:isDefinedBy <https://saref.etsi.org/core/v4.1.1/> ;
    rdfs:range [ a owl:Class ;
            owl:unionOf ( saref:FeatureKind saref:FeatureOfInterest saref:StateOfInterest ) ] ;
    rdfs:seeAlso <https://saref.etsi.org/core/v4.1.1/>,
        <https://saref.etsi.org/saref4ehaw/v2.1.1/>,
        <https://saref.etsi.org/saref4lift/v2.1.1/> ;
    owl:propertyChainAxiom ( saref:isValueOfState saref:hasStateKind ) ;
    skos:hiddenLabel "isValueOfState" ;
    skos:historyNote "V4.1.1: Introduced saref:isValueOfState."@en .