Definition of s4auto:Platoon
Defined in https://saref.etsi.org/saref4auto/v1.1.1/ as:
A group of vehicles automatically following each other at a relatively close distance
Description as a Class
- has super-classes
-
s4auto:hasDestinationEndPoint some
s4auto:EndPoint
s4auto:hasIdentifier some s4auto:Identifier
s4auto:hasLength some s4auto:Length
s4auto:hasPlatoonMember some s4auto:Vehicle
s4auto:hasPlatoonState some s4auto:PlatoonState
s4auto:hasRoute some s4auto:Route
s4auto:hasSize some s4auto:Size
s4auto:hasMaxSize some xsd:int
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:isMemberOfPlatoon ;
owl:someValuesFrom s4auto:Platoon ] .
<https://saref.etsi.org/saref4auto/v1.1.1/example/example1#> dct:references s4auto:Platoon .
<https://saref.etsi.org/saref4auto/v2.1.1/example/Platoon#> dct:references s4auto:Platoon .
<https://saref.etsi.org/saref4auto/v1.1.1/> dct:references s4auto:Platoon ;
dct:subject s4auto:Platoon .
<https://saref.etsi.org/saref4auto/v2.1.1/> dct:references s4auto:Platoon ;
dct:subject s4auto:Platoon .
s4auto:Platoon a owl:Class ;
rdfs:label "Platoon"@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 group of vehicles automatically following each other at a relatively close distance"@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:hasDestinationEndPoint ;
owl:someValuesFrom s4auto:EndPoint ],
[ a owl:Restriction ;
owl:onProperty s4auto:hasIdentifier ;
owl:someValuesFrom s4auto:Identifier ],
[ a owl:Restriction ;
owl:onProperty s4auto:hasLength ;
owl:someValuesFrom s4auto:Length ],
[ a owl:Restriction ;
owl:onProperty s4auto:hasPlatoonMember ;
owl:someValuesFrom s4auto:Vehicle ],
[ a owl:Restriction ;
owl:onProperty s4auto:hasPlatoonState ;
owl:someValuesFrom s4auto:PlatoonState ],
[ a owl:Restriction ;
owl:onProperty s4auto:hasRoute ;
owl:someValuesFrom s4auto:Route ],
[ a owl:Restriction ;
owl:onProperty s4auto:hasSize ;
owl:someValuesFrom s4auto:Size ],
[ a owl:Restriction ;
owl:onProperty s4auto:hasMaxSize ;
owl:someValuesFrom xsd:int ] ;
ns1:hiddenLabel "Platoon" .