Definition of s4wear:NearBodyWearable
Defined in https://saref.etsi.org/saref4wear/v1.1.1/ as:
A near-body wearable is a wearable located near a physical body.
Description as a Class
- has super-classes
- s4wear:Wearable and ( s4wear:isLocatedNear some s4wear:Wearer)
- is in domain of
- s4wear:isLocatedNear
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 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/> .
s4wear:isLocatedNear rdfs:domain s4wear:NearBodyWearable .
<https://saref.etsi.org/saref4wear/v1.1.1/> dct:references s4wear:NearBodyWearable ;
dct:subject s4wear:NearBodyWearable .
<https://saref.etsi.org/saref4wear/v2.1.1/> dct:references s4wear:NearBodyWearable ;
dct:subject s4wear:NearBodyWearable .
s4wear:NearBodyWearable a owl:Class ;
rdfs:label "Near-body wearable"@en ;
dct:isReferencedBy <https://saref.etsi.org/saref4wear/v1.1.1/>,
<https://saref.etsi.org/saref4wear/v2.1.1/> ;
rdfs:comment "A near-body wearable is a wearable located near a physical body."@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:Wearable [ a owl:Restriction ;
owl:onProperty s4wear:isLocatedNear ;
owl:someValuesFrom s4wear:Wearer ] ) ] ;
ns1:hiddenLabel "NearBodyWearable" .