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

<https://test.uncefact.org/vocabulary/scheme-authority/authority-accreditation> a skos:Concept ;
    skos:definition "Scheme evaluated for suitability by the Global Accreditation Cooperation Incorporated, or by an accreditation body member of the Global Mutual Recognition Arrangement for such scope, or by a Regional Accreditation Cooperation member."@en ;
    skos:inScheme unece:scheme-authority ;
    skos:notation "authority-accreditation" ;
    skos:prefLabel "Accreditation authority endorsement of scheme suitability"@en .

