s4auto:ClusterLeaveReason — ClusterLeaveReason

IRI
https://saref.etsi.org/saref4auto/ClusterLeaveReason
Is defined by
https://saref.etsi.org/saref4auto/v2.1.1/
Is referenced by
https://saref.etsi.org/saref4auto/v2.1.1/
Download serialization
License

Definition of s4auto:ClusterLeaveReason

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

This property indicates the reason why a cluster participant is leaving the cluster. The following instances values are defined: - s4auto:ClusterLeaveReason_clusterLeaderLost - if the cluster leader cannot be found anymore, - s4auto:ClusterLeaveReason_clusterDisbandedByLeader - if the cluster has been disbanded by the leader, - s4auto:ClusterLeaveReason_outOfClusterBoundingBox - if the participants moved out of the cluster's bounding box, - s4auto:ClusterLeaveReason_outOfClusterSpeedRange - if the cluster speed moved out of a defined range, - s4auto:ClusterLeaveReason_joiningAnotherCluster - if the participant is joining another cluster, - s4auto:ClusterLeaveReason_cancelledJoin - if the participant is cancelling a joining procedure, - s4auto:ClusterLeaveReason_failedJoin - if the participant failed to join the cluster, - s4auto:ClusterLeaveReason_safetyCondition - if a safety condition applies.

Description as a Class

Turtle

@prefix dct: <http://purl.org/dc/terms/> .
@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 saref: <https://saref.etsi.org/core/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

s4auto:ClusterLeave rdfs:subClassOf [ a owl:Restriction ;
            owl:allValuesFrom s4auto:ClusterLeaveReason ;
            owl:onProperty saref:hasResult ] .

s4auto:ClusterLeaveReason_cancelledJoin a s4auto:ClusterLeaveReason .

s4auto:ClusterLeaveReason_clusterDisbandedByLeader a s4auto:ClusterLeaveReason .

s4auto:ClusterLeaveReason_clusterLeaderLost a s4auto:ClusterLeaveReason .

s4auto:ClusterLeaveReason_failedJoin a s4auto:ClusterLeaveReason .

s4auto:ClusterLeaveReason_joiningAnotherCluster a s4auto:ClusterLeaveReason .

s4auto:ClusterLeaveReason_outOfClusterBoundingBox a s4auto:ClusterLeaveReason .

s4auto:ClusterLeaveReason_outOfClusterSpeedRange a s4auto:ClusterLeaveReason .

s4auto:ClusterLeaveReason_safetyCondition a s4auto:ClusterLeaveReason .

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

s4auto:ClusterLeaveReason a owl:Class ;
    rdfs:label "ClusterLeaveReason"@en ;
    dct:isReferencedBy <https://saref.etsi.org/saref4auto/v2.1.1/> ;
    rdfs:comment """This property indicates the reason why a cluster participant is leaving the cluster.

The following instances values are defined:
- s4auto:ClusterLeaveReason_clusterLeaderLost            - if the cluster leader cannot be found anymore,   
- s4auto:ClusterLeaveReason_clusterDisbandedByLeader     - if the cluster has been disbanded by the leader,
- s4auto:ClusterLeaveReason_outOfClusterBoundingBox      - if the participants moved out of the cluster's bounding box,
- s4auto:ClusterLeaveReason_outOfClusterSpeedRange       - if the cluster speed moved out of a defined range, 
- s4auto:ClusterLeaveReason_joiningAnotherCluster        - if the participant is joining another cluster,
- s4auto:ClusterLeaveReason_cancelledJoin                - if the participant is cancelling a joining procedure,
- s4auto:ClusterLeaveReason_failedJoin                   - if the participant failed to join the cluster,
- s4auto:ClusterLeaveReason_safetyCondition              - if a safety condition applies.
"""@en ;
    rdfs:isDefinedBy <https://saref.etsi.org/saref4auto/v2.1.1/> ;
    rdfs:seeAlso <https://saref.etsi.org/saref4auto/v2.1.1/> ;
    skos:hiddenLabel "ClusterLeaveReason" ;
    skos:historyNote "Adapted from ETSI TS 102 894-2 - ITS Common Data Dictionary (CDD) V2.1.1: ClusterLeaveReason"@en .