s4wear:sendsNotificationsTo — sends notifications to

IRI
https://saref.etsi.org/saref4wear/sendsNotificationsTo
Is defined by
https://saref.etsi.org/saref4wear/v1.1.1/
https://saref.etsi.org/saref4wear/v2.1.1/
Is referenced by
https://saref.etsi.org/saref4wear/v1.1.1/
https://saref.etsi.org/saref4wear/v2.1.1/
Download serialization
License

Definition of s4wear:sendsNotificationsTo

Defined in https://saref.etsi.org/saref4wear/v1.1.1/ as:

A relationship specifying the sending notification operation between two wearables.

Description as an Object Property

has super-properties
s4syst:connectedTo
has domain
s4wear:Wearable
has range
s4wear:Wearer

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 s4syst: <https://saref.etsi.org/saref4syst/> .
@prefix s4wear: <https://saref.etsi.org/saref4wear/> .

<https://saref.etsi.org/saref4wear/v1.1.1/> dct:references s4wear:sendsNotificationsTo ;
    dct:subject s4wear:sendsNotificationsTo .

<https://saref.etsi.org/saref4wear/v2.1.1/> dct:references s4wear:sendsNotificationsTo ;
    dct:subject s4wear:sendsNotificationsTo .

s4wear:sendsNotificationsTo a owl:ObjectProperty ;
    rdfs:label "sends notifications to"@en ;
    dct:isReferencedBy <https://saref.etsi.org/saref4wear/v1.1.1/>,
        <https://saref.etsi.org/saref4wear/v2.1.1/> ;
    rdfs:comment "A relationship specifying the sending notification operation between two wearables."@en ;
    rdfs:domain s4wear:Wearable ;
    rdfs:isDefinedBy <https://saref.etsi.org/saref4wear/v1.1.1/>,
        <https://saref.etsi.org/saref4wear/v2.1.1/> ;
    rdfs:range s4wear:Wearer ;
    rdfs:seeAlso <https://saref.etsi.org/saref4wear/v1.1.1/>,
        <https://saref.etsi.org/saref4wear/v2.1.1/> ;
    rdfs:subPropertyOf s4syst:connectedTo ;
    ns1:hiddenLabel "sendsNotificationsTo" .