s4auto:Accident — Accident

IRI
https://saref.etsi.org/saref4auto/Accident
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:Accident

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

In case the type of event is a road accident. The following narrower traffic event causes are defined: - s4auto:Accident_multiVehicleAccident - in case more than two vehicles are involved in accident, - s4auto:Accident_heavyAccident - in case the airbag of the vehicle involved in the accident is triggered, the accident requires important rescue and/or recovery work, - s4auto:Accident_accidentInvolvingLorry - in case the accident involves a lorry, - s4auto:Accident_accidentInvolvingBus - in case the accident involves a bus, - s4auto:Accident_accidentInvolvingHazardousMaterials - in case the accident involves hazardous material, - s4auto:Accident_accidentOnOppositeLane - in case the accident happens on opposite lanes, - s4auto:Accident_unsecuredAccident - in case the accident is not secured, - s4auto:Accident_assistanceRequested - in case rescue and assistance are requested,

Definition as a Named Individual

belongs to
s4auto:TrafficEventCause
skos:historyNote
"Adapted from ETSI TS 102 894-2 - ITS Common Data Dictionary (CDD) V2.1.1: AccidentSubCauseCode"@en

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 skos: <http://www.w3.org/2004/02/skos/core#> .

s4auto:Accident_accidentInvolvingBus skos:broader s4auto:Accident .

s4auto:Accident_accidentInvolvingHazardousMaterials skos:broader s4auto:Accident .

s4auto:Accident_accidentInvolvingLorry skos:broader s4auto:Accident .

s4auto:Accident_accidentOnOppositeLane skos:broader s4auto:Accident .

s4auto:Accident_assistanceRequested skos:broader s4auto:Accident .

s4auto:Accident_heavyAccident skos:broader s4auto:Accident .

s4auto:Accident_multiVehicleAccident skos:broader s4auto:Accident .

s4auto:Accident_unsecuredAccident skos:broader s4auto:Accident .

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

s4auto:Accident a owl:Thing,
        s4auto:TrafficEventCause ;
    rdfs:label "Accident"@en ;
    dct:isReferencedBy <https://saref.etsi.org/saref4auto/v2.1.1/> ;
    rdfs:comment """In case the type of event is a road accident.

The following narrower traffic event causes are defined:

- s4auto:Accident_multiVehicleAccident                - in case more than two vehicles are involved in accident,
- s4auto:Accident_heavyAccident                       - in case the airbag of the vehicle involved in the accident is triggered, the accident requires important rescue and/or recovery work,
- s4auto:Accident_accidentInvolvingLorry              - in case the accident involves a lorry,
- s4auto:Accident_accidentInvolvingBus                - in case the accident involves a bus,
- s4auto:Accident_accidentInvolvingHazardousMaterials - in case the accident involves hazardous material,
- s4auto:Accident_accidentOnOppositeLane              - in case the accident happens on opposite lanes,
- s4auto:Accident_unsecuredAccident                   - in case the accident is not secured,
- s4auto:Accident_assistanceRequested                 - in case rescue and assistance are requested,
"""@en ;
    rdfs:isDefinedBy <https://saref.etsi.org/saref4auto/v2.1.1/> ;
    rdfs:seeAlso <https://saref.etsi.org/saref4auto/v2.1.1/> ;
    skos:hiddenLabel "Accident" ;
    skos:historyNote "Adapted from ETSI TS 102 894-2 - ITS Common Data Dictionary (CDD) V2.1.1: AccidentSubCauseCode"@en .