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

<https://vocab.uncece-test.workers.dev/party-type-code-list/BRA> a skos:Concept ;
    skos:inScheme unece:party-type-code-list ;
    skos:notation "BRA" ;
    skos:prefLabel "Branch"@en .

