s4auto:VehicleParkingState — Parking Vehicle State

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

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

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 .