saref:isObservedBy — is observed by

IRI
https://saref.etsi.org/core/isObservedBy
Is defined by
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.2.1/
https://saref.etsi.org/core/v4.1.1/
https://saref.etsi.org/saref4grid/v2.1.1/example/Observations#
https://saref.etsi.org/saref4grid/v2.1.1/example/ProfileGeneric#
https://saref.etsi.org/saref4watr/v2.1.1/example/MeterObservation#
https://saref.etsi.org/saref4watr/v2.1.1/example/WaterInfrastructure#
https://saref.etsi.org/saref4watr/v2.1.1/example/WaterMeter#
https://saref.etsi.org/saref4watr/v2.1.1/example/WaterObservation#
https://saref.etsi.org/saref4wear/v2.1.1/
https://saref.etsi.org/saref4wear/v2.1.1/example/health-status-monitor#
https://saref.etsi.org/saref4wear/v2.1.1/example/indoor-event#
https://saref.etsi.org/saref4wear/v2.1.1/example/openair-event#
Download serialization
License

Definition of saref:isObservedBy

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

Links a feature, property, or state, to the device, function, command, or procedure execution, that observes it.

Description as an Object Property

has super-properties
saref:isActedUponBy
has sub-properties
saref:isMeasuredByDevice
is inverse of
saref:observes
saref:observes

Turtle

@prefix dct: <http://purl.org/dc/terms/> .
@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/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

saref:isMeasuredByDevice rdfs:subPropertyOf saref:isObservedBy .

saref:observes owl:inverseOf saref:isObservedBy .

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

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

<https://saref.etsi.org/saref4watr/v2.1.1/example/MeterObservation#> dct:references saref:isObservedBy .

<https://saref.etsi.org/saref4watr/v2.1.1/example/WaterInfrastructure#> dct:references saref:isObservedBy .

<https://saref.etsi.org/saref4watr/v2.1.1/example/WaterMeter#> dct:references saref:isObservedBy .

<https://saref.etsi.org/saref4watr/v2.1.1/example/WaterObservation#> dct:references saref:isObservedBy .

<https://saref.etsi.org/saref4wear/v2.1.1/example/health-status-monitor#> dct:references saref:isObservedBy .

<https://saref.etsi.org/saref4wear/v2.1.1/example/indoor-event#> dct:references saref:isObservedBy .

<https://saref.etsi.org/saref4wear/v2.1.1/example/openair-event#> dct:references saref:isObservedBy .

<https://saref.etsi.org/saref4wear/v2.1.1/> dct:references saref:isObservedBy .

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

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

saref:isObservedBy a owl:ObjectProperty ;
    rdfs:label "is observed by"@en ;
    dct:isReferencedBy <https://saref.etsi.org/core/v3.2.1/>,
        <https://saref.etsi.org/core/v4.1.1/>,
        <https://saref.etsi.org/saref4grid/v2.1.1/example/Observations#>,
        <https://saref.etsi.org/saref4grid/v2.1.1/example/ProfileGeneric#>,
        <https://saref.etsi.org/saref4watr/v2.1.1/example/MeterObservation#>,
        <https://saref.etsi.org/saref4watr/v2.1.1/example/WaterInfrastructure#>,
        <https://saref.etsi.org/saref4watr/v2.1.1/example/WaterMeter#>,
        <https://saref.etsi.org/saref4watr/v2.1.1/example/WaterObservation#>,
        <https://saref.etsi.org/saref4wear/v2.1.1/>,
        <https://saref.etsi.org/saref4wear/v2.1.1/example/health-status-monitor#>,
        <https://saref.etsi.org/saref4wear/v2.1.1/example/indoor-event#>,
        <https://saref.etsi.org/saref4wear/v2.1.1/example/openair-event#> ;
    rdfs:comment "Links a feature, property, or state, to the device, function, command, or procedure execution, that observes it."@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/>,
        <https://saref.etsi.org/saref4grid/v2.1.1/>,
        <https://saref.etsi.org/saref4watr/v2.1.1/>,
        <https://saref.etsi.org/saref4wear/v2.1.1/> ;
    rdfs:subPropertyOf saref:isActedUponBy ;
    owl:inverseOf saref:observes ;
    skos:hiddenLabel "isObservedBy" .