Definition of s4wear:isLocatedOn
Defined in https://saref.etsi.org/saref4wear/v1.1.1/ as:
A relationship specifying the location of a wearer with respect to an on-body wearable.
Description as an Object Property
- has super-properties
- s4wear:isLocated
- has domain
- s4wear:OnBodyWearable
- 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 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:OnBodyWearable rdfs:subClassOf [ a owl:Class ;
owl:intersectionOf ( s4wear:Wearable [ a owl:Restriction ;
owl:onProperty s4wear:isLocatedOn ;
owl:someValuesFrom s4wear:Wearer ] ) ] .
<https://saref.etsi.org/saref4wear/v1.1.1/> dct:references s4wear:isLocatedOn ;
dct:subject s4wear:isLocatedOn .
<https://saref.etsi.org/saref4wear/v2.1.1/> dct:references s4wear:isLocatedOn ;
dct:subject s4wear:isLocatedOn .
s4wear:isLocatedOn a owl:ObjectProperty ;
rdfs:label "is located on"@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 location of a wearer with respect to an on-body wearable."@en ;
rdfs:domain s4wear:OnBodyWearable ;
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 s4wear:isLocated ;
ns1:hiddenLabel "isLocatedOn" .