saref:StateValue — State Value

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

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

Describes the value for a state. The state value is optionally linked the states or states of interest it is a value of (OP saref:isValueOfState).

Description as a Class

is in domain of
saref:isValueOfState
is in range of
saref:hasStateValue

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:hasStateValue rdfs:range saref:StateValue .

saref:isValueOfState rdfs:domain saref:StateValue .

saref:PropertyValue rdfs:subClassOf [ owl:allValuesFrom [ a owl:Class ;
                    owl:unionOf ( saref:FeatureKind saref:Property saref:State saref:PropertyOfInterest saref:StateOfInterest saref:FeatureOfInterest saref:PropertyValue saref:StateValue ) ] ;
            owl:onProperty saref:consistsOf ] .

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

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

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

saref:StateValue a owl:Class ;
    rdfs:label "State Value"@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 "Describes the value for a state. The state value is optionally linked the states or states of interest it is a value of (OP saref:isValueOfState)."@en ;
    rdfs:isDefinedBy <https://saref.etsi.org/core/v4.1.1/> ;
    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/> ;
    skos:hiddenLabel "StateValue" ;
    skos:historyNote "V4.1.1: Introduced saref:StateValue."@en .