Definition of s4wear:isLocated
Defined in https://saref.etsi.org/saref4wear/v1.1.1/ as:
A relationship specifying the location of a wearer with respect to a wearable.
Description as an Object Property
- has sub-properties
-
s4wear:isLocatedIn
s4wear:isLocatedNear
s4wear:isLocatedOn - has domain
- s4wear:Wearable
- 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 rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix s4wear: <https://saref.etsi.org/saref4wear/> .
s4wear:isLocatedIn rdfs:subPropertyOf s4wear:isLocated .
s4wear:isLocatedNear rdfs:subPropertyOf s4wear:isLocated .
s4wear:isLocatedOn rdfs:subPropertyOf s4wear:isLocated .
<https://saref.etsi.org/saref4wear/v1.1.1/> dct:references s4wear:isLocated ;
dct:subject s4wear:isLocated .
<https://saref.etsi.org/saref4wear/v2.1.1/> dct:references s4wear:isLocated ;
dct:subject s4wear:isLocated .
s4wear:isLocated a owl:ObjectProperty ;
rdfs:label "is located"@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 a wearable."@en ;
rdfs:domain s4wear:Wearable ;
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/> ;
ns1:hiddenLabel "isLocated" .