Definition of s4wear:OnBodyWearable
Defined in https://saref.etsi.org/saref4wear/v1.1.1/ as:
An on-body wearable is a wearable having a direct contact with a physical body.
Description as a Class
- has super-classes
- s4wear:Wearable and ( s4wear:isLocatedOn some s4wear:Wearer)
- has sub-classes
- s4wear:TextileBasedWearable
- is in domain of
- s4wear:isLocatedOn
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:TextileBasedWearable rdfs:subClassOf s4wear:OnBodyWearable .
s4wear:isLocatedOn rdfs:domain s4wear:OnBodyWearable .
<https://saref.etsi.org/saref4wear/v1.1.1/> dct:references s4wear:OnBodyWearable ;
dct:subject s4wear:OnBodyWearable .
<https://saref.etsi.org/saref4wear/v2.1.1/> dct:references s4wear:OnBodyWearable ;
dct:subject s4wear:OnBodyWearable .
s4wear:OnBodyWearable a owl:Class ;
rdfs:label "On-body wearable"@en ;
dct:isReferencedBy <https://saref.etsi.org/saref4wear/v1.1.1/>,
<https://saref.etsi.org/saref4wear/v2.1.1/> ;
rdfs:comment "An on-body wearable is a wearable having a direct contact with 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:isLocatedOn ;
owl:someValuesFrom s4wear:Wearer ] ) ] ;
ns1:hiddenLabel "OnBodyWearable" .