@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix ts: <https://test.uncefact.org/vocabulary/term-status/> .
@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 .

<https://test.uncefact.org/vocabulary/scheme-authority/authority-benchmarked> a skos:Concept ;
    skos:definition "Scheme benchmarking undertaken by an organization recognised by an authority as aligned to the principles and processes defined in the UNIDO publication 'Global Best Practice Framework for Organisations Performing Benchmarking Activities for Certification-related Conformity Assessment Schemes (2026)'."@en ;
    skos:inScheme unece:scheme-authority ;
    skos:notation "authority-benchmarked" ;
    skos:prefLabel "Scheme recognition by a scheme benchmarking organisation approved to UNIDO principles and process"@en .

<https://test.uncefact.org/vocabulary/scheme-authority/authority-mandate> a skos:Concept ;
    skos:definition "Ownership of scheme or mandate for adoption of scheme by national government or intergovernmental entity."@en ;
    skos:inScheme unece:scheme-authority ;
    skos:notation "authority-mandate" ;
    skos:prefLabel "Government owned or mandated scheme"@en .

unece:scheme-authority a skos:ConceptScheme ;
    rdfs:label "Scheme Authority"@en ;
    dcterms:provenance "Proposed Vocab addition — supersedes the deprecated UNTP SchemeEndorsementLevel list (#661); not a UNTP-published list." ;
    rdfs:comment "Carries no self-declaration value: self-declaration is read from the mandatory scheme declaration together with the absence of any authority recognition."@en ;
    skos:definition "A code for the type of authority-derived recognition for a conformity scheme."@en ;
    unece:codeListScope <https://test.uncefact.org/vocabulary/code-list-scope/domain> ;
    unece:termStatus ts:proposed .

