Definition of saref:StateOfInterest
Defined in https://saref.etsi.org/core/v3.2.1/ as:
Identifiable conditions that features of interest are or may be in, and that can be acted upon by devices, such as observed and controlled. An instance of saref:StateOfInterest is specific to a feature of interest. It is inherent to and cannot exist without that feature of interest.
Description as a Class
- has super-classes
- saref:isStateOfInterestOf exactly 1
- is in domain of
-
saref:hasStateKind
saref:isStateOfInterestOf - is in range of
- saref:hasStateOfInterest
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#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
saref:actsUpon rdfs:range [ a owl:Class ;
owl:unionOf ( saref:FeatureKind saref:FeatureOfInterest saref:Property saref:PropertyOfInterest saref:State saref:StateOfInterest ) ] .
saref:hasState rdfs:domain [ a owl:Class ;
owl:unionOf ( saref:FeatureKind saref:FeatureOfInterest saref:StateOfInterest ) ] .
saref:hasStateKind rdfs:domain saref:StateOfInterest .
saref:hasStateOfInterest rdfs:range saref:StateOfInterest .
saref:isActedUponBy rdfs:domain [ a owl:Class ;
owl:unionOf ( saref:FeatureKind saref:FeatureOfInterest saref:Property saref:PropertyOfInterest saref:State saref:StateOfInterest ) ] .
saref:isStateOfInterestOf rdfs:domain saref:StateOfInterest .
<https://saref.etsi.org/core/v3.2.1/> dct:references saref:StateOfInterest ;
dct:subject saref:StateOfInterest .
<https://saref.etsi.org/core/v4.1.1/> dct:references saref:StateOfInterest ;
dct:subject saref:StateOfInterest .
saref:StateOfInterest a owl:Class ;
rdfs:label "State of Interest"@en ;
dct:isReferencedBy <https://saref.etsi.org/core/v3.2.1/>,
<https://saref.etsi.org/core/v4.1.1/> ;
rdfs:comment "Identifiable conditions that features of interest are or may be in, and that can be acted upon by devices, such as observed and controlled. An instance of saref:StateOfInterest is specific to a feature of interest. It is inherent to and cannot exist without that feature of interest."@en ;
rdfs:isDefinedBy <https://saref.etsi.org/core/v3.2.1/>,
<https://saref.etsi.org/core/v4.1.1/> ;
rdfs:seeAlso <https://saref.etsi.org/core/v3.2.1/>,
<https://saref.etsi.org/core/v4.1.1/> ;
rdfs:subClassOf [ a owl:Restriction ;
owl:cardinality 1 ;
owl:onProperty saref:isStateOfInterestOf ] ;
skos:hiddenLabel "StateOfInterest" ;
skos:historyNote "V3.2.1: Introduced saref:StateOfInterest, parallel to saref:PropertyOfInterest."@en ;
skos:note "A state of interest is the state of (OP saref:isStateOfInterestOf) exactly one feature of interest."@en,
"Per convention, the IRI of states of interest should consist of the IRI of their feature of interest, suffixed with a fragment identifier #{S} where {S} refers to the name of the state."@en,
"States of interest need not always be explicited. It depends on the use case. Typically, states of interest are useful in applications, where the association between a feature of interest and a state (i.e., the state of interest) needs to be identified and related to other states of interest."@en .