@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix unece: <https://vocab.uncece-test.workers.dev/> .

<https://vocab.uncece-test.workers.dev/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 .

