Definition of s4auto:PlatoonPosition
Defined in https://saref.etsi.org/saref4auto/v1.1.1/ as:
A vehicle member of a platoon has a platoon position that is defined as the index of the vehicle in the platoon starting from zero (leader) up to N (trailing vehicle).
Description as a Class
- has super-classes
-
s4auto:hasPlatoonIndex some
xsd:int
s4auto:Position
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/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
s4auto:Vehicle rdfs:subClassOf [ a owl:Restriction ;
owl:onProperty s4auto:hasPlatoonPosition ;
owl:someValuesFrom s4auto:PlatoonPosition ] .
<https://saref.etsi.org/saref4auto/v1.1.1/example/example1#> dct:references s4auto:PlatoonPosition .
<https://saref.etsi.org/saref4auto/v2.1.1/example/Platoon#> dct:references s4auto:PlatoonPosition .
<https://saref.etsi.org/saref4auto/v1.1.1/> dct:references s4auto:PlatoonPosition ;
dct:subject s4auto:PlatoonPosition .
<https://saref.etsi.org/saref4auto/v2.1.1/> dct:references s4auto:PlatoonPosition ;
dct:subject s4auto:PlatoonPosition .
s4auto:PlatoonPosition a owl:Class ;
rdfs:label "PlatoonPosition"@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 "A vehicle member of a platoon has a platoon position that is defined as the index of the vehicle in the platoon starting from zero (leader) up to N (trailing vehicle)."@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 [ a owl:Restriction ;
owl:onProperty s4auto:hasPlatoonIndex ;
owl:someValuesFrom xsd:int ],
s4auto:Position ;
ns1:hiddenLabel "PlatoonPosition" .