@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/freight-charge-tariff-class-code-list/A> a skos:Concept ;
    skos:inScheme unece:freight-charge-tariff-class-code-list ;
    skos:notation "A" ;
    skos:prefLabel "Senior person rate"@en .

<https://test.uncefact.org/vocabulary/freight-charge-tariff-class-code-list/B> a skos:Concept ;
    skos:inScheme unece:freight-charge-tariff-class-code-list ;
    skos:notation "B" ;
    skos:prefLabel "Basic"@en .

<https://test.uncefact.org/vocabulary/freight-charge-tariff-class-code-list/C> a skos:Concept ;
    skos:inScheme unece:freight-charge-tariff-class-code-list ;
    skos:notation "C" ;
    skos:prefLabel "Specific commodity rate"@en .

<https://test.uncefact.org/vocabulary/freight-charge-tariff-class-code-list/D> a skos:Concept ;
    skos:inScheme unece:freight-charge-tariff-class-code-list ;
    skos:notation "D" ;
    skos:prefLabel "Teenager rate"@en .

<https://test.uncefact.org/vocabulary/freight-charge-tariff-class-code-list/E> a skos:Concept ;
    skos:inScheme unece:freight-charge-tariff-class-code-list ;
    skos:notation "E" ;
    skos:prefLabel "Child rate"@en .

<https://test.uncefact.org/vocabulary/freight-charge-tariff-class-code-list/F> a skos:Concept ;
    skos:inScheme unece:freight-charge-tariff-class-code-list ;
    skos:notation "F" ;
    skos:prefLabel "Adult rate"@en .

<https://test.uncefact.org/vocabulary/freight-charge-tariff-class-code-list/G> a skos:Concept ;
    skos:inScheme unece:freight-charge-tariff-class-code-list ;
    skos:notation "G" ;
    skos:prefLabel "Export Subsidy Rate"@en .

<https://test.uncefact.org/vocabulary/freight-charge-tariff-class-code-list/H> a skos:Concept ;
    skos:inScheme unece:freight-charge-tariff-class-code-list ;
    skos:notation "H" ;
    skos:prefLabel "Subsidy Rate"@en .

<https://test.uncefact.org/vocabulary/freight-charge-tariff-class-code-list/K> a skos:Concept ;
    skos:inScheme unece:freight-charge-tariff-class-code-list ;
    skos:notation "K" ;
    skos:prefLabel "Rate per kilogram"@en .

<https://test.uncefact.org/vocabulary/freight-charge-tariff-class-code-list/M> a skos:Concept ;
    skos:inScheme unece:freight-charge-tariff-class-code-list ;
    skos:notation "M" ;
    skos:prefLabel "Minimum charge rate"@en .

<https://test.uncefact.org/vocabulary/freight-charge-tariff-class-code-list/N> a skos:Concept ;
    skos:inScheme unece:freight-charge-tariff-class-code-list ;
    skos:notation "N" ;
    skos:prefLabel "Normal rate"@en .

<https://test.uncefact.org/vocabulary/freight-charge-tariff-class-code-list/Q> a skos:Concept ;
    skos:inScheme unece:freight-charge-tariff-class-code-list ;
    skos:notation "Q" ;
    skos:prefLabel "Quantity rate"@en .

<https://test.uncefact.org/vocabulary/freight-charge-tariff-class-code-list/R> a skos:Concept ;
    skos:inScheme unece:freight-charge-tariff-class-code-list ;
    skos:notation "R" ;
    skos:prefLabel "Class rate (Reduction on normal rate)"@en .

<https://test.uncefact.org/vocabulary/freight-charge-tariff-class-code-list/S> a skos:Concept ;
    skos:inScheme unece:freight-charge-tariff-class-code-list ;
    skos:notation "S" ;
    skos:prefLabel "Class rate (Surcharge on normal rate)"@en .

unece:freight-charge-tariff-class-code-list a skos:ConceptScheme ;
    rdfs:label "Freight Charge Tariff Class"@en ;
    dcterms:source unece:FreightChargeTariffClassCodeList ;
    skos:definition "Freight Charge Tariff Class UN/CEFACT code list."@en ;
    unece:codeListScope <https://test.uncefact.org/vocabulary/code-list-scope/domain> ;
    unece:termStatus ts:proposed .

