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

<https://test.uncefact.org/vocabulary/scheme-endorsement-level/endorsed_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-endorsement-level ;
    skos:notation "endorsed_accreditation" ;
    skos:prefLabel "Endorsed accreditation"@en .

