Definition of saref:State
Defined in https://saref.etsi.org/core/v3.1.1/ as:
The state in which a device can be found, e.g, ON/OFF/STANDBY, or ONLINE/OFFLINE. We propose here a list of states that are relevant for the purpose of SAREF, but this list can be extended.
Description as a Class
- has sub-classes
-
saref:MultiLevelState
saref:OnOffState
saref:OpenCloseState
saref:StartStopState - is in range of
-
saref:actsUpon
saref:hasState
Turtle
@prefix dct: <http://purl.org/dc/terms/> .
@prefix ns1: <http://www.w3.org/2004/02/skos/core#> .
@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/> .
saref:Command rdfs:subClassOf [ a owl:Restriction ;
owl:allValuesFrom saref:State ;
owl:onProperty saref:actsUpon ] .
saref:Device rdfs:subClassOf [ a owl:Restriction ;
owl:allValuesFrom saref:State ;
owl:onProperty saref:hasState ] .
saref:MultiLevelState rdfs:subClassOf saref:State .
saref:OnOffState rdfs:subClassOf saref:State .
saref:OpenCloseState rdfs:subClassOf saref:State .
saref:StartStopState rdfs:subClassOf saref:State .
saref:actsUpon rdfs:range saref:State .
saref:hasState rdfs:range saref:State .
<https://saref.etsi.org/core/v3.2.1/example/door_switch#> dct:references saref:State .
<https://saref.etsi.org/core/v3.2.1/example/light_switch#> dct:references saref:State .
<https://saref.etsi.org/core/v3.2.1/example/on_off_switch#> dct:references saref:State .
<https://saref.etsi.org/core/v3.2.1/example/open_close_switch#> dct:references saref:State .
<https://saref.etsi.org/core/v3.2.1/example/states#> dct:references saref:State .
<https://saref.etsi.org/core/v4.1.1/example/door_switch#> dct:references saref:State .
<https://saref.etsi.org/core/v4.1.1/example/light_switch#> dct:references saref:State .
<https://saref.etsi.org/core/v4.1.1/example/on_off_switch#> dct:references saref:State .
<https://saref.etsi.org/core/v4.1.1/example/open_close_switch#> dct:references saref:State .
<https://saref.etsi.org/core/v4.1.1/example/states#> dct:references saref:State .
<https://saref.etsi.org/saref4agri/v1.1.2/> dct:references saref:State .
<https://saref.etsi.org/saref4auto/v1.1.1/> dct:references saref:State .
<https://saref.etsi.org/saref4ehaw/v2.1.1/> dct:references saref:State .
<https://saref.etsi.org/saref4ener/v1.1.2/> dct:references saref:State .
<https://saref.etsi.org/saref4ener/v1.2.1/> dct:references saref:State .
<https://saref.etsi.org/saref4ener/v2.1.1/> dct:references saref:State .
<https://saref.etsi.org/saref4grid/v1.1.1/> dct:references saref:State .
<https://saref.etsi.org/saref4grid/v2.1.1/> dct:references saref:State .
<https://saref.etsi.org/saref4inma/v1.1.2/> dct:references saref:State .
<https://saref.etsi.org/saref4inma/v2.1.1/> dct:references saref:State .
<https://saref.etsi.org/saref4lift/v1.1.1/> dct:references saref:State .
<https://saref.etsi.org/saref4lift/v2.1.1/> dct:references saref:State .
<https://saref.etsi.org/saref4mari/v1.1.1/> dct:references saref:State .
<https://saref.etsi.org/core/v3.1.1/> dct:references saref:State ;
dct:subject saref:State .
<https://saref.etsi.org/core/v3.2.1/> dct:references saref:State ;
dct:subject saref:State .
<https://saref.etsi.org/core/v4.1.1/> dct:references saref:State ;
dct:subject saref:State .
saref:State a owl:Class ;
rdfs:label "State"@en ;
dct:isReferencedBy <https://saref.etsi.org/core/v3.1.1/>,
<https://saref.etsi.org/core/v3.2.1/>,
<https://saref.etsi.org/core/v3.2.1/example/door_switch#>,
<https://saref.etsi.org/core/v3.2.1/example/light_switch#>,
<https://saref.etsi.org/core/v3.2.1/example/on_off_switch#>,
<https://saref.etsi.org/core/v3.2.1/example/open_close_switch#>,
<https://saref.etsi.org/core/v3.2.1/example/states#>,
<https://saref.etsi.org/core/v4.1.1/>,
<https://saref.etsi.org/core/v4.1.1/example/door_switch#>,
<https://saref.etsi.org/core/v4.1.1/example/light_switch#>,
<https://saref.etsi.org/core/v4.1.1/example/on_off_switch#>,
<https://saref.etsi.org/core/v4.1.1/example/open_close_switch#>,
<https://saref.etsi.org/core/v4.1.1/example/states#>,
<https://saref.etsi.org/saref4agri/v1.1.2/>,
<https://saref.etsi.org/saref4auto/v1.1.1/>,
<https://saref.etsi.org/saref4ehaw/v2.1.1/>,
<https://saref.etsi.org/saref4ener/v1.1.2/>,
<https://saref.etsi.org/saref4ener/v1.2.1/>,
<https://saref.etsi.org/saref4ener/v2.1.1/>,
<https://saref.etsi.org/saref4grid/v1.1.1/>,
<https://saref.etsi.org/saref4grid/v2.1.1/>,
<https://saref.etsi.org/saref4inma/v1.1.2/>,
<https://saref.etsi.org/saref4inma/v2.1.1/>,
<https://saref.etsi.org/saref4lift/v1.1.1/>,
<https://saref.etsi.org/saref4lift/v2.1.1/>,
<https://saref.etsi.org/saref4mari/v1.1.1/> ;
rdfs:comment "The state in which a device can be found, e.g, ON/OFF/STANDBY, or ONLINE/OFFLINE. We propose here a list of states that are relevant for the purpose of SAREF, but this list can be extended."@en ;
rdfs:isDefinedBy <https://saref.etsi.org/core/v3.1.1/>,
<https://saref.etsi.org/core/v3.2.1/>,
<https://saref.etsi.org/core/v4.1.1/> ;
rdfs:seeAlso <https://saref.etsi.org/core/v3.1.1/>,
<https://saref.etsi.org/core/v3.2.1/>,
<https://saref.etsi.org/core/v4.1.1/>,
<https://saref.etsi.org/saref4agri/v1.1.2/>,
<https://saref.etsi.org/saref4auto/v1.1.1/>,
<https://saref.etsi.org/saref4ehaw/v2.1.1/>,
<https://saref.etsi.org/saref4ener/v1.1.2/>,
<https://saref.etsi.org/saref4ener/v1.2.1/>,
<https://saref.etsi.org/saref4ener/v2.1.1/>,
<https://saref.etsi.org/saref4grid/v1.1.1/>,
<https://saref.etsi.org/saref4grid/v2.1.1/>,
<https://saref.etsi.org/saref4inma/v1.1.2/>,
<https://saref.etsi.org/saref4inma/v2.1.1/>,
<https://saref.etsi.org/saref4lift/v1.1.1/>,
<https://saref.etsi.org/saref4lift/v2.1.1/>,
<https://saref.etsi.org/saref4mari/v1.1.1/> ;
ns1:hiddenLabel "State" .