s4auto:ParkingSpotPoint — ParkingSpotPoint

IRI
https://saref.etsi.org/saref4auto/ParkingSpotPoint
Is defined by
https://saref.etsi.org/saref4auto/v1.1.1/
Is referenced by
https://saref.etsi.org/saref4auto/v1.1.1/
https://saref.etsi.org/saref4auto/v1.1.1/example/example1#
Download serialization
License

Definition of s4auto:ParkingSpotPoint

Defined in https://saref.etsi.org/saref4auto/v1.1.1/ as:

the position of aparking spot (its centre point) in terms of lat, long and alt

Description as a Class

has super-classes
s4auto:Point

Turtle

@prefix dct: <http://purl.org/dc/terms/> .
@prefix geo: <http://www.opengis.net/ont/geosparql#> .
@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 s4auto: <https://saref.etsi.org/saref4auto/> .

s4auto:ParkingSpot rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty geo:hasGeometry ;
            owl:someValuesFrom s4auto:ParkingSpotPoint ] .

<https://saref.etsi.org/saref4auto/v1.1.1/example/example1#> dct:references s4auto:ParkingSpotPoint .

<https://saref.etsi.org/saref4auto/v1.1.1/> dct:references s4auto:ParkingSpotPoint ;
    dct:subject s4auto:ParkingSpotPoint .

s4auto:ParkingSpotPoint a owl:Class ;
    rdfs:label "ParkingSpotPoint"@en ;
    dct:isReferencedBy <https://saref.etsi.org/saref4auto/v1.1.1/>,
        <https://saref.etsi.org/saref4auto/v1.1.1/example/example1#> ;
    rdfs:comment "the position of aparking spot (its centre point) in terms of lat, long and alt"@en ;
    rdfs:isDefinedBy <https://saref.etsi.org/saref4auto/v1.1.1/> ;
    rdfs:seeAlso <https://saref.etsi.org/saref4auto/v1.1.1/> ;
    rdfs:subClassOf s4auto:Point ;
    ns1:hiddenLabel "ParkingSpotPoint" .