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

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

