Definition of s4auto:PlatoonAutomationLevel
Defined in https://saref.etsi.org/saref4auto/v1.1.1/ as:
A level of automation is defined for a vehicle that it is platooning. For example, in the ENSEMBLE project there are three levels of platoon automation defined: Level A, Level B, Level C. Level C represents the highest level of automation for platooning in terms of longitudinal and lateral control, shortest time gap supported, wider range of situations handled and support for merging of entire platoons.
Description as a Class
- has super-classes
- s4auto:AutomationLevel
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/> .
<https://saref.etsi.org/saref4auto/v2.1.1/example/Platoon#> dct:references s4auto:PlatoonAutomationLevel .
<https://saref.etsi.org/saref4auto/v1.1.1/> dct:references s4auto:PlatoonAutomationLevel ;
dct:subject s4auto:PlatoonAutomationLevel .
<https://saref.etsi.org/saref4auto/v2.1.1/> dct:references s4auto:PlatoonAutomationLevel ;
dct:subject s4auto:PlatoonAutomationLevel .
s4auto:PlatoonAutomationLevel a owl:Class ;
rdfs:label "PlatoonAutomationLevel"@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/Platoon#> ;
rdfs:comment "A level of automation is defined for a vehicle that it is platooning. For example, in the ENSEMBLE project there are three levels of platoon automation defined: Level A, Level B, Level C. Level C represents the highest level of automation for platooning in terms of longitudinal and lateral control, shortest time gap supported, wider range of situations handled and support for merging of entire platoons."@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:AutomationLevel ;
ns1:hiddenLabel "PlatoonAutomationLevel" .