@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/tax-category-code-list/A> a skos:Concept ;
    skos:inScheme unece:tax-category-code-list ;
    skos:notation "A" ;
    skos:prefLabel "Mixed tax rate"@en .

<https://test.uncefact.org/vocabulary/tax-category-code-list/AA> a skos:Concept ;
    skos:inScheme unece:tax-category-code-list ;
    skos:notation "AA" ;
    skos:prefLabel "Lower rate"@en .

<https://test.uncefact.org/vocabulary/tax-category-code-list/AB> a skos:Concept ;
    skos:inScheme unece:tax-category-code-list ;
    skos:notation "AB" ;
    skos:prefLabel "Exempt for resale"@en .

<https://test.uncefact.org/vocabulary/tax-category-code-list/AC> a skos:Concept ;
    skos:inScheme unece:tax-category-code-list ;
    skos:notation "AC" ;
    skos:prefLabel "Value Added Tax (VAT) not now due for payment"@en .

<https://test.uncefact.org/vocabulary/tax-category-code-list/AD> a skos:Concept ;
    skos:inScheme unece:tax-category-code-list ;
    skos:notation "AD" ;
    skos:prefLabel "Value Added Tax (VAT) due from a previous invoice"@en .

<https://test.uncefact.org/vocabulary/tax-category-code-list/AE> a skos:Concept ;
    skos:inScheme unece:tax-category-code-list ;
    skos:notation "AE" ;
    skos:prefLabel "VAT Reverse Charge"@en .

<https://test.uncefact.org/vocabulary/tax-category-code-list/B> a skos:Concept ;
    skos:inScheme unece:tax-category-code-list ;
    skos:notation "B" ;
    skos:prefLabel "Transferred (VAT)"@en .

<https://test.uncefact.org/vocabulary/tax-category-code-list/C> a skos:Concept ;
    skos:inScheme unece:tax-category-code-list ;
    skos:notation "C" ;
    skos:prefLabel "Duty paid by supplier"@en .

<https://test.uncefact.org/vocabulary/tax-category-code-list/D> a skos:Concept ;
    skos:inScheme unece:tax-category-code-list ;
    skos:notation "D" ;
    skos:prefLabel "Value Added Tax (VAT) margin scheme - travel agents"@en .

<https://test.uncefact.org/vocabulary/tax-category-code-list/E> a skos:Concept ;
    skos:inScheme unece:tax-category-code-list ;
    skos:notation "E" ;
    skos:prefLabel "Exempt from tax"@en .

<https://test.uncefact.org/vocabulary/tax-category-code-list/F> a skos:Concept ;
    skos:inScheme unece:tax-category-code-list ;
    skos:notation "F" ;
    skos:prefLabel "Value Added Tax (VAT) margin scheme - second-hand goods"@en .

<https://test.uncefact.org/vocabulary/tax-category-code-list/G> a skos:Concept ;
    skos:inScheme unece:tax-category-code-list ;
    skos:notation "G" ;
    skos:prefLabel "Free export item, tax not charged"@en .

<https://test.uncefact.org/vocabulary/tax-category-code-list/H> a skos:Concept ;
    skos:inScheme unece:tax-category-code-list ;
    skos:notation "H" ;
    skos:prefLabel "Higher rate"@en .

<https://test.uncefact.org/vocabulary/tax-category-code-list/I> a skos:Concept ;
    skos:inScheme unece:tax-category-code-list ;
    skos:notation "I" ;
    skos:prefLabel "Value Added Tax (VAT) margin scheme - works of art Margin scheme — Works of art"@en .

<https://test.uncefact.org/vocabulary/tax-category-code-list/J> a skos:Concept ;
    skos:inScheme unece:tax-category-code-list ;
    skos:notation "J" ;
    skos:prefLabel "Value Added Tax (VAT) margin scheme - collector’s items and antiques"@en .

<https://test.uncefact.org/vocabulary/tax-category-code-list/K> a skos:Concept ;
    skos:inScheme unece:tax-category-code-list ;
    skos:notation "K" ;
    skos:prefLabel "VAT exempt for EEA intra-community supply of goods and services"@en .

<https://test.uncefact.org/vocabulary/tax-category-code-list/L> a skos:Concept ;
    skos:inScheme unece:tax-category-code-list ;
    skos:notation "L" ;
    skos:prefLabel "Canary Islands general indirect tax"@en .

<https://test.uncefact.org/vocabulary/tax-category-code-list/M> a skos:Concept ;
    skos:inScheme unece:tax-category-code-list ;
    skos:notation "M" ;
    skos:prefLabel "Tax for production, services and importation in Ceuta and Melilla"@en .

<https://test.uncefact.org/vocabulary/tax-category-code-list/N> a skos:Concept ;
    skos:inScheme unece:tax-category-code-list ;
    skos:notation "N" ;
    skos:prefLabel "standard rate additional VAT"@en .

<https://test.uncefact.org/vocabulary/tax-category-code-list/O> a skos:Concept ;
    skos:inScheme unece:tax-category-code-list ;
    skos:notation "O" ;
    skos:prefLabel "Services outside scope of tax"@en .

<https://test.uncefact.org/vocabulary/tax-category-code-list/S> a skos:Concept ;
    skos:inScheme unece:tax-category-code-list ;
    skos:notation "S" ;
    skos:prefLabel "Standard rate"@en .

<https://test.uncefact.org/vocabulary/tax-category-code-list/Z> a skos:Concept ;
    skos:inScheme unece:tax-category-code-list ;
    skos:notation "Z" ;
    skos:prefLabel "Zero rated goods"@en .

unece:tax-category-code-list a skos:ConceptScheme ;
    rdfs:label "Tax Category"@en ;
    dcterms:source unece:TaxCategoryCodeList ;
    skos:definition "Tax Category UN/CEFACT code list."@en ;
    unece:codeListScope <https://test.uncefact.org/vocabulary/code-list-scope/domain> ;
    unece:termStatus ts:proposed .

