@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix unece: <https://test.uncefact.org/vocabulary/> .

<https://test.uncefact.org/vocabulary/registry-type/business> a skos:Concept ;
    skos:definition "A register of business entities or legal persons, such as a national company register, VAT register, or LEI registry."@en ;
    skos:inScheme unece:registry-type ;
    skos:notation "business" ;
    skos:prefLabel "Business"@en .

