Definition of s4wear:sendsInformationTo
Defined in https://saref.etsi.org/saref4wear/v1.1.1/ as:
A relationship specifying the sending information operation between two wearables.
Description as an Object Property
- has super-properties
- s4syst:connectedTo
- has domain
- s4wear:Wearable
- has range
- s4wear:Wearable
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:sendsInformationTo ;
dct:subject s4wear:sendsInformationTo .
<https://saref.etsi.org/saref4wear/v2.1.1/> dct:references s4wear:sendsInformationTo ;
dct:subject s4wear:sendsInformationTo .
s4wear:sendsInformationTo a owl:ObjectProperty ;
rdfs:label "sends information 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 information 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:Wearable ;
rdfs:seeAlso <https://saref.etsi.org/saref4wear/v1.1.1/>,
<https://saref.etsi.org/saref4wear/v2.1.1/> ;
rdfs:subPropertyOf s4syst:connectedTo ;
ns1:hiddenLabel "sendsInformationTo" .