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

<https://test.uncefact.org/vocabulary/registry-type/accreditation> a skos:Concept ;
    skos:definition "A register of accredited conformity assessment bodies, maintained by a national or regional accreditation authority."@en ;
    skos:inScheme unece:registry-type ;
    skos:notation "accreditation" ;
    skos:prefLabel "Accreditation"@en .

