s4auto:PlatoonRole — PlatoonRole

IRI
https://saref.etsi.org/saref4auto/PlatoonRole
Is defined by
https://saref.etsi.org/saref4auto/v1.1.1/
https://saref.etsi.org/saref4auto/v2.1.1/
Is referenced by
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#
Download serialization
License

Definition of s4auto:PlatoonRole

Defined in https://saref.etsi.org/saref4auto/v1.1.1/ as:

In platoon a vehicle can assume roles such as: unknown, leader, follower, ready-for-leading, trailing, etc.

Description as a Class

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:Follower a s4auto:PlatoonRole .

s4auto:Leader a s4auto:PlatoonRole .

s4auto:ReadyForLeading a s4auto:PlatoonRole .

s4auto:Trailing a s4auto:PlatoonRole .

s4auto:Unknown a s4auto:PlatoonRole .

s4auto:Vehicle rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty s4auto:hasPlatoonRole ;
            owl:someValuesFrom s4auto:PlatoonRole ] .

<https://saref.etsi.org/saref4auto/v2.1.1/example/Platoon#> dct:references s4auto:PlatoonRole .

<https://saref.etsi.org/saref4auto/v1.1.1/> dct:references s4auto:PlatoonRole ;
    dct:subject s4auto:PlatoonRole .

<https://saref.etsi.org/saref4auto/v2.1.1/> dct:references s4auto:PlatoonRole ;
    dct:subject s4auto:PlatoonRole .

s4auto:PlatoonRole a owl:Class ;
    rdfs:label "PlatoonRole"@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 "In platoon a vehicle can assume roles such as: unknown, leader, follower, ready-for-leading, trailing, etc."@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:Role ;
    ns1:hiddenLabel "PlatoonRole" .