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
- has super-classes
-
geo:hasGeometry some
s4auto:ParkingSpotPoint
s4auto:hasHeight some s4auto:Height
s4auto:hasIdentifier some s4auto:Identifier
s4auto:hasLength some s4auto:Length
s4auto:hasOpeningTimeAvailability some time:TemporalEntity
s4auto:hasWidth some s4auto:Width
s4auto:hasParkingSpotState max 1 s4auto:ParkingSpotState
s4auto:hasDescriptionName some xsd:string
geo:Feature - has sub-classes
-
s4auto:ElectricChargingParkingSpot
s4auto:RegularParkingSpot
s4auto:SpecialPermitParkingSpot
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" .