Definition of s4wear:Wearer
Defined in https://saref.etsi.org/saref4wear/v1.1.1/ as:
A wearer is any living organism that is sensed by a wearable.
Description as a Class
- has super-classes
-
s4wear:LivingOrganism and (
s4wear:featureIsMeasuredByDevice some
s4wear:Wearable)
saref:hasProperty only s4wear:WearerProperty
geo:SpatialObject - is in domain of
-
s4wear:wearerAgeRange
s4wear:wearerStatus - is in range of
-
s4wear:isLocated
s4wear:isLocatedIn
s4wear:isLocatedNear
s4wear:isLocatedOn
s4wear:sendsNotificationsTo
Turtle
@prefix dct: <http://purl.org/dc/terms/> .
@prefix geo: <http://www.opengis.net/ont/geosparql#> .
@prefix ns1: <http://www.w3.org/2004/02/skos/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix s4wear: <https://saref.etsi.org/saref4wear/> .
@prefix saref: <https://saref.etsi.org/core/> .
s4wear:InBodyWearable rdfs:subClassOf [ a owl:Class ;
owl:intersectionOf ( s4wear:Wearable [ a owl:Restriction ;
owl:onProperty s4wear:isLocatedIn ;
owl:someValuesFrom s4wear:Wearer ] ) ] .
s4wear:NearBodyWearable rdfs:subClassOf [ a owl:Class ;
owl:intersectionOf ( s4wear:Wearable [ a owl:Restriction ;
owl:onProperty s4wear:isLocatedNear ;
owl:someValuesFrom s4wear:Wearer ] ) ] .
s4wear:OnBodyWearable rdfs:subClassOf [ a owl:Class ;
owl:intersectionOf ( s4wear:Wearable [ a owl:Restriction ;
owl:onProperty s4wear:isLocatedOn ;
owl:someValuesFrom s4wear:Wearer ] ) ] .
s4wear:isLocated rdfs:range s4wear:Wearer .
s4wear:sendsNotificationsTo rdfs:range s4wear:Wearer .
s4wear:wearerAgeRange rdfs:domain s4wear:Wearer .
s4wear:wearerStatus rdfs:domain s4wear:Wearer .
s4wear:isLocatedIn rdfs:range s4wear:Wearer .
s4wear:isLocatedNear rdfs:range s4wear:Wearer .
s4wear:isLocatedOn rdfs:range s4wear:Wearer .
<https://saref.etsi.org/saref4wear/v1.1.1/example/health-status-monitor#> dct:references s4wear:Wearer .
<https://saref.etsi.org/saref4wear/v2.1.1/example/health-status-monitor#> dct:references s4wear:Wearer .
<https://saref.etsi.org/saref4wear/v1.1.1/> dct:references s4wear:Wearer ;
dct:subject s4wear:Wearer .
<https://saref.etsi.org/saref4wear/v2.1.1/> dct:references s4wear:Wearer ;
dct:subject s4wear:Wearer .
s4wear:Wearer a owl:Class ;
rdfs:label "Wearer"@en ;
dct:isReferencedBy <https://saref.etsi.org/saref4wear/v1.1.1/>,
<https://saref.etsi.org/saref4wear/v1.1.1/example/health-status-monitor#>,
<https://saref.etsi.org/saref4wear/v2.1.1/>,
<https://saref.etsi.org/saref4wear/v2.1.1/example/health-status-monitor#> ;
rdfs:comment "A wearer is any living organism that is sensed by a wearable."@en ;
rdfs:isDefinedBy <https://saref.etsi.org/saref4wear/v1.1.1/>,
<https://saref.etsi.org/saref4wear/v2.1.1/> ;
rdfs:seeAlso <https://saref.etsi.org/saref4wear/v1.1.1/>,
<https://saref.etsi.org/saref4wear/v2.1.1/> ;
rdfs:subClassOf [ a owl:Class ;
owl:intersectionOf ( s4wear:LivingOrganism [ a owl:Restriction ;
owl:onProperty s4wear:featureIsMeasuredByDevice ;
owl:someValuesFrom s4wear:Wearable ] ) ],
[ a owl:Restriction ;
owl:allValuesFrom s4wear:WearerProperty ;
owl:onProperty saref:hasProperty ],
geo:SpatialObject ;
ns1:hiddenLabel "Wearer" .