Definition of s4auto:PlatoonVehicleState
Defined in https://saref.etsi.org/saref4auto/v1.1.1/ as:
Examples of states for a vehicle in a platoon are: unknown, standalone, engaging, platooning, disengaging, searching, forming.
Description as a Class
- has super-classes
- s4auto:State
- has sub-classes
-
s4auto:Disengaging
s4auto:Engaging
s4auto:Forming
s4auto:Platooning
s4auto:Searching
s4auto:Standalone
s4auto:Unknown
Turtle
@prefix dct: <http://purl.org/dc/terms/> .
@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:Disengaging rdfs:subClassOf s4auto:PlatoonVehicleState .
s4auto:Engaging rdfs:subClassOf s4auto:PlatoonVehicleState .
s4auto:Forming rdfs:subClassOf s4auto:PlatoonVehicleState .
s4auto:Platooning rdfs:subClassOf s4auto:PlatoonVehicleState .
s4auto:Searching rdfs:subClassOf s4auto:PlatoonVehicleState .
s4auto:Standalone rdfs:subClassOf s4auto:PlatoonVehicleState .
s4auto:Unknown rdfs:subClassOf s4auto:PlatoonVehicleState .
s4auto:Vehicle rdfs:subClassOf [ a owl:Restriction ;
owl:onProperty s4auto:hasParkingVehicleState ;
owl:someValuesFrom s4auto:PlatoonVehicleState ],
[ a owl:Restriction ;
owl:onProperty s4auto:hasPlatoonVehicleState ;
owl:someValuesFrom s4auto:PlatoonVehicleState ] .
<https://saref.etsi.org/saref4auto/v1.1.1/example/example1#> dct:references s4auto:PlatoonVehicleState .
<https://saref.etsi.org/saref4auto/v2.1.1/example/Platoon#> dct:references s4auto:PlatoonVehicleState .
<https://saref.etsi.org/saref4auto/v1.1.1/> dct:references s4auto:PlatoonVehicleState ;
dct:subject s4auto:PlatoonVehicleState .
<https://saref.etsi.org/saref4auto/v2.1.1/> dct:references s4auto:PlatoonVehicleState ;
dct:subject s4auto:PlatoonVehicleState .
s4auto:PlatoonVehicleState a owl:Class ;
rdfs:label "PlatoonVehicleState"@en ;
dct:isReferencedBy <https://saref.etsi.org/saref4auto/v1.1.1/>,
<https://saref.etsi.org/saref4auto/v1.1.1/example/example1#>,
<https://saref.etsi.org/saref4auto/v2.1.1/>,
<https://saref.etsi.org/saref4auto/v2.1.1/example/Platoon#> ;
rdfs:comment "Examples of states for a vehicle in a platoon are: unknown, standalone, engaging, platooning, disengaging, searching, forming."@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 s4auto:State ;
ns1:hiddenLabel "PlatoonVehicleState" .