@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/> .
@prefix untp: <https://test.uncefact.org/vocabulary/untp/> .

<https://test.uncefact.org/vocabulary/assessment-level/authority-benchmark> a skos:Concept ;
    skos:definition "Benchmarking of scheme by an organization approved to UNIDO benchmarking principles and process. UNIDO Global Best Practice Framework for Organisations Performing Benchmarking Activities for Certification-related Conformity Assessment Schemes 2026"@en ;
    skos:inScheme unece:assessment-level ;
    skos:notation "authority-benchmark" ;
    skos:prefLabel "Authority benchmark"@en .

<https://test.uncefact.org/vocabulary/assessment-level/authority-extended-mra> a skos:Concept ;
    skos:definition "Independent peer assessment for accredited CAB. This pathway applies to CABs accredited under the Mutual Recognition Arrangement of the Global Accreditation Cooperation Incorporated. Schemes used by CABs may be owned by the peer assessment body but the CAB itself shall not be owned by or otherwise related to the peer assessment body."@en ;
    skos:inScheme unece:assessment-level ;
    skos:notation "authority-extended-mra" ;
    skos:prefLabel "Authority extended mra"@en .

<https://test.uncefact.org/vocabulary/assessment-level/authority-globalmra> a skos:Concept ;
    skos:definition "Accreditation of CAB under global mutual recognition arrangement by a body peer-evaluated to ISO/IEC 17011. Scheme evaluation is a prerequisite for accreditation of CABs by bodies that are signatories to the Global Accreditation Cooperation Incorporated Mutual Recognition Arrangement."@en ;
    skos:inScheme unece:assessment-level ;
    skos:notation "authority-globalmra" ;
    skos:prefLabel "Authority globalmra"@en .

<https://test.uncefact.org/vocabulary/assessment-level/authority-mandate> a skos:Concept ;
    skos:definition "Government mandate for conformity assessment activity. Ownership or mandate provided by national government or intergovernmental entity."@en ;
    skos:inScheme unece:assessment-level ;
    skos:notation "authority-mandate" ;
    skos:prefLabel "Authority mandate"@en .

<https://test.uncefact.org/vocabulary/assessment-level/authority-peer> a skos:Concept ;
    skos:definition "Peer assessment process managed by government. Ownership or mandate provided by national government or intergovernmental entity."@en ;
    skos:inScheme unece:assessment-level ;
    skos:notation "authority-peer" ;
    skos:prefLabel "Authority peer"@en .

<https://test.uncefact.org/vocabulary/assessment-level/no-endorsement> a skos:Concept ;
    skos:definition "conformity assessment claiming no external authority or else unspecified"@en ;
    skos:inScheme unece:assessment-level ;
    skos:notation "no-endorsement" ;
    skos:prefLabel "No endorsement"@en .

<https://test.uncefact.org/vocabulary/assessment-level/scheme-cab> a skos:Concept ;
    skos:definition "Scheme owner recognition of other parties assessing against the scheme standards. The linked scheme self-declaration can be used to assist in judging credibility of the scheme. Users of conformity credentials issued by a CAB recognised under a scheme may refer to the linked scheme self-declaration for details of the CAB-approval process used by the scheme owner"@en ;
    skos:inScheme unece:assessment-level ;
    skos:notation "scheme-cab" ;
    skos:prefLabel "Scheme cab"@en .

<https://test.uncefact.org/vocabulary/assessment-level/scheme-self> a skos:Concept ;
    skos:definition "Scheme owner directly conducting conformity assessment activities. The linked scheme self-declaration can be used to assist in judging credibility of the scheme."@en ;
    skos:inScheme unece:assessment-level ;
    skos:notation "scheme-self" ;
    skos:prefLabel "Scheme self"@en .

unece:assessment-level a skos:ConceptScheme ;
    rdfs:label "Assessment Level"@en ;
    dcterms:source untp:AssessmentLevel ;
    skos:definition "Assessment Level UN/CEFACT code list."@en ;
    unece:codeListScope <https://test.uncefact.org/vocabulary/code-list-scope/domain> ;
    unece:termStatus ts:proposed .

