s4auto:Platoon — Platoon

IRI
https://saref.etsi.org/saref4auto/Platoon
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/v1.1.1/example/example1#
https://saref.etsi.org/saref4auto/v2.1.1/
https://saref.etsi.org/saref4auto/v2.1.1/example/Platoon#
Download serialization
License

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

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" .