Definition of s4auto:VehicleParkingState
Defined in https://saref.etsi.org/saref4auto/v2.1.1/ as:
The state related to the parking phases of a vehicle.
Definition as a Named Individual
- belongs to
- saref:Property
- saref:isPropertyOf
- s4auto:Vehicle
Turtle
@prefix dct: <http://purl.org/dc/terms/> .
@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 saref: <https://saref.etsi.org/core/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
s4auto:VehicleParkingStateAtDropOffSpot saref:isValueOfProperty s4auto:VehicleParkingState .
s4auto:VehicleParkingStateAtPickUpSpot saref:isValueOfProperty s4auto:VehicleParkingState .
s4auto:VehicleParkingStateCharging saref:isValueOfProperty s4auto:VehicleParkingState .
s4auto:VehicleParkingStateDrivingToParkingSpot saref:isValueOfProperty s4auto:VehicleParkingState .
s4auto:VehicleParkingStateDrivingToPickUpSpot saref:isValueOfProperty s4auto:VehicleParkingState .
s4auto:VehicleParkingStateParked saref:isValueOfProperty s4auto:VehicleParkingState .
s4auto:VehicleParkingStateParking saref:isValueOfProperty s4auto:VehicleParkingState .
s4auto:Vehicle saref:hasProperty s4auto:VehicleParkingState .
<https://saref.etsi.org/saref4auto/v2.1.1/example/ParkingSpot#> dct:references s4auto:VehicleParkingState .
<https://saref.etsi.org/saref4auto/v2.1.1/> dct:references s4auto:VehicleParkingState ;
dct:subject s4auto:VehicleParkingState .
s4auto:VehicleParkingState a owl:Thing,
saref:Property ;
rdfs:label "Parking Vehicle State"@en ;
dct:isReferencedBy <https://saref.etsi.org/saref4auto/v2.1.1/>,
<https://saref.etsi.org/saref4auto/v2.1.1/example/ParkingSpot#> ;
rdfs:comment "The state related to the parking phases of a vehicle."@en ;
rdfs:isDefinedBy <https://saref.etsi.org/saref4auto/v2.1.1/> ;
rdfs:seeAlso <https://saref.etsi.org/saref4auto/v2.1.1/> ;
skos:hiddenLabel "VehicleParkingState" ;
saref:isPropertyOf s4auto:Vehicle .