Definition of s4ehaw:PhysicalLocation
Defined in https://saref.etsi.org/saref4ehaw/v1.1.1/ as:
The physical location, i.e. a postal address and a geolocation when available.
Description as a Class
- has super-classes
 - s4ehaw:Location
 - is in domain of
 - 
        s4ehaw:geolocation
s4ehaw:postalAddress - is in range of
 - s4ehaw:hasPhysicalLocation
 
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:geolocation rdfs:domain s4ehaw:PhysicalLocation .
s4ehaw:hasPhysicalLocation rdfs:range s4ehaw:PhysicalLocation .
s4ehaw:postalAddress rdfs:domain s4ehaw:PhysicalLocation .
<https://saref.etsi.org/saref4ehaw/v1.1.1/example/UC3-ECG#> dct:references s4ehaw:PhysicalLocation .
<https://saref.etsi.org/saref4ehaw/v1.1.1/> dct:references s4ehaw:PhysicalLocation ;
    dct:subject s4ehaw:PhysicalLocation .
s4ehaw:PhysicalLocation a owl:Class ;
    rdfs:label "Physical location"@en ;
    dct:isReferencedBy <https://saref.etsi.org/saref4ehaw/v1.1.1/>,
        <https://saref.etsi.org/saref4ehaw/v1.1.1/example/UC3-ECG#> ;
    rdfs:comment "The physical location, i.e. a postal address and a geolocation when available."@en ;
    rdfs:isDefinedBy <https://saref.etsi.org/saref4ehaw/v1.1.1/> ;
    rdfs:seeAlso <https://saref.etsi.org/saref4ehaw/v1.1.1/> ;
    rdfs:subClassOf s4ehaw:Location ;
    ns1:hiddenLabel "PhysicalLocation" .