Definition of saref:hasStateValue
Defined in https://saref.etsi.org/core/v4.1.1/ as:
Links a feature kind, a feature of interest, or a state of interest, to a state value.
Description as an Object Property
- has domain
- saref:FeatureKind or saref:FeatureOfInterest or saref:StateOfInterest
- has range
- saref:StateValue
- has sub-property chains
- ( skos:broader o 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#> .
<https://saref.etsi.org/saref4ehaw/v2.1.1/example/COVIDCase#> dct:references saref:hasStateValue .
<https://saref.etsi.org/core/v4.1.1/> dct:references saref:hasStateValue ;
dct:subject saref:hasStateValue .
saref:hasStateValue a owl:ObjectProperty ;
rdfs:label "has state value"@en ;
dct:isReferencedBy <https://saref.etsi.org/core/v4.1.1/>,
<https://saref.etsi.org/saref4ehaw/v2.1.1/example/COVIDCase#> ;
rdfs:comment "Links a feature kind, a feature of interest, or a state of interest, to a state value."@en ;
rdfs:domain [ a owl:Class ;
owl:unionOf ( saref:FeatureKind saref:FeatureOfInterest saref:StateOfInterest ) ] ;
rdfs:isDefinedBy <https://saref.etsi.org/core/v4.1.1/> ;
rdfs:range saref:StateValue ;
rdfs:seeAlso <https://saref.etsi.org/core/v4.1.1/>,
<https://saref.etsi.org/saref4ehaw/v2.1.1/> ;
owl:propertyChainAxiom ( skos:broader saref:hasStateValue ) ;
skos:hiddenLabel "hasStateValue" ;
skos:historyNote "V4.1.1: Introduced saref:hasStateValue."@en .