Definition of s4ehaw:Location
Defined in https://saref.etsi.org/saref4ehaw/v1.1.1/ as:
The location, i.e. a position against the body (on - body surface β or in the body β implant β) and a physical location (i.e. a postal address and/or a current geolocation when available).
Description as a Class
- has sub-classes
-
s4ehaw:BodySurfaceLocation
s4ehaw:ImplantLocation
s4ehaw:PhysicalLocation - is in range of
- s4ehaw:hasLocation
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 s4ehaw: <https://saref.etsi.org/saref4ehaw/> .
s4ehaw:BodySurfaceLocation rdfs:subClassOf s4ehaw:Location .
s4ehaw:ImplantLocation rdfs:subClassOf s4ehaw:Location .
s4ehaw:PhysicalLocation rdfs:subClassOf s4ehaw:Location .
s4ehaw:hasLocation rdfs:range s4ehaw:Location .
<https://saref.etsi.org/saref4ehaw/v2.1.1/example/UC3-ECG#> dct:references s4ehaw:Location .
<https://saref.etsi.org/saref4ehaw/v1.1.1/> dct:references s4ehaw:Location ;
dct:subject s4ehaw:Location .
<https://saref.etsi.org/saref4ehaw/v2.1.1/> dct:references s4ehaw:Location ;
dct:subject s4ehaw:Location .
s4ehaw:Location a owl:Class ;
rdfs:label "Location"@en ;
dct:isReferencedBy <https://saref.etsi.org/saref4ehaw/v1.1.1/>,
<https://saref.etsi.org/saref4ehaw/v2.1.1/>,
<https://saref.etsi.org/saref4ehaw/v2.1.1/example/UC3-ECG#> ;
rdfs:comment "The location, i.e. a position against the body (on - body surface β or in the body β implant β) and a physical location (i.e. a postal address and/or a current geolocation when available)."@en ;
rdfs:isDefinedBy <https://saref.etsi.org/saref4ehaw/v1.1.1/>,
<https://saref.etsi.org/saref4ehaw/v2.1.1/> ;
rdfs:seeAlso <https://saref.etsi.org/saref4ehaw/v1.1.1/>,
<https://saref.etsi.org/saref4ehaw/v2.1.1/> ;
ns1:hiddenLabel "Location" .