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