@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix ts: <https://test.uncefact.org/vocabulary/term-status/> .
@prefix unece: <https://test.uncefact.org/vocabulary/> .

<https://test.uncefact.org/vocabulary/dangerous-goods-class-code-list/1> a skos:Concept ;
    skos:inScheme unece:dangerous-goods-class-code-list ;
    skos:notation "1" ;
    skos:prefLabel "Explosives"@en .

<https://test.uncefact.org/vocabulary/dangerous-goods-class-code-list/1.1> a skos:Concept ;
    skos:inScheme unece:dangerous-goods-class-code-list ;
    skos:notation "1.1" ;
    skos:prefLabel "Explosives with a mass explosion hazard"@en .

<https://test.uncefact.org/vocabulary/dangerous-goods-class-code-list/1.2> a skos:Concept ;
    skos:inScheme unece:dangerous-goods-class-code-list ;
    skos:notation "1.2" ;
    skos:prefLabel "Explosives with a projection hazard"@en .

<https://test.uncefact.org/vocabulary/dangerous-goods-class-code-list/1.3> a skos:Concept ;
    skos:inScheme unece:dangerous-goods-class-code-list ;
    skos:notation "1.3" ;
    skos:prefLabel "Explosives with a fire/minor blast hazard"@en .

<https://test.uncefact.org/vocabulary/dangerous-goods-class-code-list/1.4> a skos:Concept ;
    skos:inScheme unece:dangerous-goods-class-code-list ;
    skos:notation "1.4" ;
    skos:prefLabel "Explosives with no significant hazard"@en .

<https://test.uncefact.org/vocabulary/dangerous-goods-class-code-list/1.5> a skos:Concept ;
    skos:inScheme unece:dangerous-goods-class-code-list ;
    skos:notation "1.5" ;
    skos:prefLabel "Very insensitive explosives"@en .

<https://test.uncefact.org/vocabulary/dangerous-goods-class-code-list/1.6> a skos:Concept ;
    skos:inScheme unece:dangerous-goods-class-code-list ;
    skos:notation "1.6" ;
    skos:prefLabel "Extremely insensitive explosives"@en .

<https://test.uncefact.org/vocabulary/dangerous-goods-class-code-list/2.1> a skos:Concept ;
    skos:inScheme unece:dangerous-goods-class-code-list ;
    skos:notation "2.1" ;
    skos:prefLabel "Flammable gases"@en .

<https://test.uncefact.org/vocabulary/dangerous-goods-class-code-list/2.2> a skos:Concept ;
    skos:inScheme unece:dangerous-goods-class-code-list ;
    skos:notation "2.2" ;
    skos:prefLabel "Non-flammable, non-toxic gases"@en .

<https://test.uncefact.org/vocabulary/dangerous-goods-class-code-list/2.3> a skos:Concept ;
    skos:inScheme unece:dangerous-goods-class-code-list ;
    skos:notation "2.3" ;
    skos:prefLabel "Toxic gases"@en .

<https://test.uncefact.org/vocabulary/dangerous-goods-class-code-list/3> a skos:Concept ;
    skos:inScheme unece:dangerous-goods-class-code-list ;
    skos:notation "3" ;
    skos:prefLabel "Flammable liquids"@en .

<https://test.uncefact.org/vocabulary/dangerous-goods-class-code-list/4.1> a skos:Concept ;
    skos:inScheme unece:dangerous-goods-class-code-list ;
    skos:notation "4.1" ;
    skos:prefLabel "Flammable solids"@en .

<https://test.uncefact.org/vocabulary/dangerous-goods-class-code-list/4.2> a skos:Concept ;
    skos:inScheme unece:dangerous-goods-class-code-list ;
    skos:notation "4.2" ;
    skos:prefLabel "Substances liable to spontaneous combustion"@en .

<https://test.uncefact.org/vocabulary/dangerous-goods-class-code-list/4.3> a skos:Concept ;
    skos:inScheme unece:dangerous-goods-class-code-list ;
    skos:notation "4.3" ;
    skos:prefLabel "Substances which emit flammable gases in contact with water"@en .

<https://test.uncefact.org/vocabulary/dangerous-goods-class-code-list/5.1> a skos:Concept ;
    skos:inScheme unece:dangerous-goods-class-code-list ;
    skos:notation "5.1" ;
    skos:prefLabel "Oxidizing substances"@en .

<https://test.uncefact.org/vocabulary/dangerous-goods-class-code-list/5.2> a skos:Concept ;
    skos:inScheme unece:dangerous-goods-class-code-list ;
    skos:notation "5.2" ;
    skos:prefLabel "Organic peroxides"@en .

<https://test.uncefact.org/vocabulary/dangerous-goods-class-code-list/6.1> a skos:Concept ;
    skos:inScheme unece:dangerous-goods-class-code-list ;
    skos:notation "6.1" ;
    skos:prefLabel "Toxic substances"@en .

<https://test.uncefact.org/vocabulary/dangerous-goods-class-code-list/6.2> a skos:Concept ;
    skos:inScheme unece:dangerous-goods-class-code-list ;
    skos:notation "6.2" ;
    skos:prefLabel "Infectious substances"@en .

<https://test.uncefact.org/vocabulary/dangerous-goods-class-code-list/7> a skos:Concept ;
    skos:inScheme unece:dangerous-goods-class-code-list ;
    skos:notation "7" ;
    skos:prefLabel "Radioactive material"@en .

<https://test.uncefact.org/vocabulary/dangerous-goods-class-code-list/8> a skos:Concept ;
    skos:inScheme unece:dangerous-goods-class-code-list ;
    skos:notation "8" ;
    skos:prefLabel "Corrosive substances"@en .

<https://test.uncefact.org/vocabulary/dangerous-goods-class-code-list/9> a skos:Concept ;
    skos:inScheme unece:dangerous-goods-class-code-list ;
    skos:notation "9" ;
    skos:prefLabel "Miscellaneous dangerous goods"@en .

unece:dangerous-goods-class-code-list a skos:ConceptScheme ;
    rdfs:label "Dangerous Goods Class"@en ;
    dcterms:provenance "Proposed Vocab addition — SKOS encoding of the UN Model Regulations hazard classes; pending governance approval."@en ;
    skos:definition "UN dangerous-goods hazard classes and divisions (UN Model Regulations; carried by IMDG, ICAO-TI, ADR)."@en ;
    unece:codeListScope <https://test.uncefact.org/vocabulary/code-list-scope/shared> ;
    unece:termStatus ts:proposed .

