saref:hasState — has state

IRI
https://saref.etsi.org/core/hasState
Is defined by
https://saref.etsi.org/core/v3.1.1/
https://saref.etsi.org/core/v3.2.1/
https://saref.etsi.org/core/v4.1.1/
Is referenced by
https://saref.etsi.org/core/v3.1.1/
https://saref.etsi.org/core/v3.1.1/example/doorswitch#
https://saref.etsi.org/core/v3.1.1/example/lightswitch#
https://saref.etsi.org/core/v3.1.1/example/smokesensor#
https://saref.etsi.org/core/v3.1.1/example/temperaturesensor#
https://saref.etsi.org/core/v3.1.1/example/washingmachine#
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/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/saref4agri/v1.1.2/
https://saref.etsi.org/saref4ehaw/v2.1.1/
https://saref.etsi.org/saref4ehaw/v2.1.1/example/UC3-ECG#
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/v1.1.1/example/BreakerState#
https://saref.etsi.org/saref4grid/v2.1.1/example/BreakerState#
https://saref.etsi.org/saref4inma/v1.1.2/
https://saref.etsi.org/saref4inma/v2.1.1/
https://saref.etsi.org/saref4lift/v1.1.1/example/TS103735_Clause_6_12_PowerSupplySignals#
https://saref.etsi.org/saref4lift/v1.1.1/example/TS103735_Clause_6_5_SLConfiguration#
https://saref.etsi.org/saref4lift/v1.1.1/example/TS103735_Clause_6_6_GeneralSignals#
https://saref.etsi.org/saref4lift/v1.1.1/example/TS103735_Clause_6_7_StatusSignals#
https://saref.etsi.org/saref4lift/v1.1.1/example/TS103735_Clause_6_9_FaultSignals#
Download serialization
License

Definition of saref:hasState

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

A relationship identifying the type of state of a device

Description as an Object Property

has domain
saref:Device
has range
saref:State

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:DoorSwitch rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty saref:hasState ;
            owl:someValuesFrom saref:OpenCloseState ] .

saref:LightSwitch rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty saref:hasState ;
            owl:someValuesFrom saref:OnOffState ] .

saref:Device rdfs:subClassOf [ a owl:Restriction ;
            owl:allValuesFrom saref:State ;
            owl:onProperty saref:hasState ] .

<https://saref.etsi.org/core/v3.1.1/example/doorswitch#> dct:references saref:hasState .

<https://saref.etsi.org/core/v3.1.1/example/lightswitch#> dct:references saref:hasState .

<https://saref.etsi.org/core/v3.1.1/example/smokesensor#> dct:references saref:hasState .

<https://saref.etsi.org/core/v3.1.1/example/temperaturesensor#> dct:references saref:hasState .

<https://saref.etsi.org/core/v3.1.1/example/washingmachine#> dct:references saref:hasState .

<https://saref.etsi.org/core/v3.2.1/example/door_switch#> dct:references saref:hasState .

<https://saref.etsi.org/core/v3.2.1/example/light_switch#> dct:references saref:hasState .

<https://saref.etsi.org/core/v4.1.1/example/door_switch#> dct:references saref:hasState .

<https://saref.etsi.org/core/v4.1.1/example/light_switch#> dct:references saref:hasState .

<https://saref.etsi.org/saref4ehaw/v2.1.1/example/UC3-ECG#> dct:references saref:hasState .

<https://saref.etsi.org/saref4grid/v1.1.1/example/BreakerState#> dct:references saref:hasState .

<https://saref.etsi.org/saref4grid/v2.1.1/example/BreakerState#> dct:references saref:hasState .

<https://saref.etsi.org/saref4lift/v1.1.1/example/TS103735_Clause_6_12_PowerSupplySignals#> dct:references saref:hasState .

<https://saref.etsi.org/saref4lift/v1.1.1/example/TS103735_Clause_6_5_SLConfiguration#> dct:references saref:hasState .

<https://saref.etsi.org/saref4lift/v1.1.1/example/TS103735_Clause_6_6_GeneralSignals#> dct:references saref:hasState .

<https://saref.etsi.org/saref4lift/v1.1.1/example/TS103735_Clause_6_7_StatusSignals#> dct:references saref:hasState .

<https://saref.etsi.org/saref4lift/v1.1.1/example/TS103735_Clause_6_9_FaultSignals#> dct:references saref:hasState .

<https://saref.etsi.org/saref4agri/v1.1.2/> dct:references saref:hasState .

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

<https://saref.etsi.org/saref4ener/v1.1.2/> dct:references saref:hasState .

<https://saref.etsi.org/saref4ener/v1.2.1/> dct:references saref:hasState .

<https://saref.etsi.org/saref4ener/v2.1.1/> dct:references saref:hasState .

<https://saref.etsi.org/saref4grid/v1.1.1/> dct:references saref:hasState .

<https://saref.etsi.org/saref4inma/v1.1.2/> dct:references saref:hasState .

<https://saref.etsi.org/saref4inma/v2.1.1/> dct:references saref:hasState .

<https://saref.etsi.org/core/v3.1.1/> dct:references saref:hasState ;
    dct:subject saref:hasState .

<https://saref.etsi.org/core/v3.2.1/> dct:references saref:hasState ;
    dct:subject saref:hasState .

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

saref:hasState a owl:ObjectProperty ;
    rdfs:label "has state"@en ;
    dct:isReferencedBy <https://saref.etsi.org/core/v3.1.1/>,
        <https://saref.etsi.org/core/v3.1.1/example/doorswitch#>,
        <https://saref.etsi.org/core/v3.1.1/example/lightswitch#>,
        <https://saref.etsi.org/core/v3.1.1/example/smokesensor#>,
        <https://saref.etsi.org/core/v3.1.1/example/temperaturesensor#>,
        <https://saref.etsi.org/core/v3.1.1/example/washingmachine#>,
        <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/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/saref4agri/v1.1.2/>,
        <https://saref.etsi.org/saref4ehaw/v2.1.1/>,
        <https://saref.etsi.org/saref4ehaw/v2.1.1/example/UC3-ECG#>,
        <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/v1.1.1/example/BreakerState#>,
        <https://saref.etsi.org/saref4grid/v2.1.1/example/BreakerState#>,
        <https://saref.etsi.org/saref4inma/v1.1.2/>,
        <https://saref.etsi.org/saref4inma/v2.1.1/>,
        <https://saref.etsi.org/saref4lift/v1.1.1/example/TS103735_Clause_6_12_PowerSupplySignals#>,
        <https://saref.etsi.org/saref4lift/v1.1.1/example/TS103735_Clause_6_5_SLConfiguration#>,
        <https://saref.etsi.org/saref4lift/v1.1.1/example/TS103735_Clause_6_6_GeneralSignals#>,
        <https://saref.etsi.org/saref4lift/v1.1.1/example/TS103735_Clause_6_7_StatusSignals#>,
        <https://saref.etsi.org/saref4lift/v1.1.1/example/TS103735_Clause_6_9_FaultSignals#> ;
    rdfs:comment "A relationship identifying the type of state of a device"@en ;
    rdfs:domain saref:Device ;
    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:range saref:State ;
    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/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/> ;
    ns1:hiddenLabel "hasState" .