s4auto:ParkingSpot — ParkingSpot

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

Definition of s4auto:ParkingSpot

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

A location that is designated for parking. A parking spot has a geometry defining the parking area boundaries and its centre point

Description as a Class

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/> .
@prefix time: <http://www.w3.org/2006/time#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

s4auto:ElectricChargingParkingSpot rdfs:subClassOf s4auto:ParkingSpot .

s4auto:RegularParkingSpot rdfs:subClassOf s4auto:ParkingSpot .

s4auto:SpecialPermitParkingSpot rdfs:subClassOf s4auto:ParkingSpot .

<https://saref.etsi.org/saref4auto/v2.1.1/example/ParkingSpot#> dct:references s4auto:ParkingSpot .

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

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

s4auto:ParkingSpot a owl:Class ;
    rdfs:label "ParkingSpot"@en ;
    dct:isReferencedBy <https://saref.etsi.org/saref4auto/v1.1.1/>,
        <https://saref.etsi.org/saref4auto/v2.1.1/>,
        <https://saref.etsi.org/saref4auto/v2.1.1/example/ParkingSpot#> ;
    rdfs:comment "A location that is designated for parking. A parking spot has a geometry defining the parking area boundaries and its centre point"@en ;
    rdfs:isDefinedBy <https://saref.etsi.org/saref4auto/v1.1.1/>,
        <https://saref.etsi.org/saref4auto/v2.1.1/> ;
    rdfs:seeAlso <https://saref.etsi.org/saref4auto/v1.1.1/>,
        <https://saref.etsi.org/saref4auto/v2.1.1/> ;
    rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty geo:hasGeometry ;
            owl:someValuesFrom s4auto:ParkingSpotPoint ],
        [ a owl:Restriction ;
            owl:onProperty s4auto:hasHeight ;
            owl:someValuesFrom s4auto:Height ],
        [ a owl:Restriction ;
            owl:onProperty s4auto:hasIdentifier ;
            owl:someValuesFrom s4auto:Identifier ],
        [ a owl:Restriction ;
            owl:onProperty s4auto:hasLength ;
            owl:someValuesFrom s4auto:Length ],
        [ a owl:Restriction ;
            owl:onProperty s4auto:hasOpeningTimeAvailability ;
            owl:someValuesFrom time:TemporalEntity ],
        [ a owl:Restriction ;
            owl:onProperty s4auto:hasWidth ;
            owl:someValuesFrom s4auto:Width ],
        [ a owl:Restriction ;
            owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
            owl:onClass s4auto:ParkingSpotState ;
            owl:onProperty s4auto:hasParkingSpotState ],
        [ a owl:Restriction ;
            owl:onProperty s4auto:hasDescriptionName ;
            owl:someValuesFrom xsd:string ],
        geo:Feature ;
    ns1:hiddenLabel "ParkingSpot" .