@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/endorsement-type/authority-benchmark> 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:endorsement-type ;
    skos:notation "authority-benchmark" ;
    skos:prefLabel "Authority-derived assurance based on recognition by approved scheme benchmarking organisation"@en .

<https://test.uncefact.org/vocabulary/endorsement-type/authority-extended-mra> a skos:Concept ;
    skos:definition "Independent peer assessment for conformity assessment activities accredited under the Multilateral Recognition Arrangement of the Global Accreditation Cooperation Incorporated. Note: conformity schemes used by a conformity assessment body may be owned by the peer assessment body, however the conformity assessment body itself shall not be owned by or otherwise related to the peer assessment body."@en ;
    skos:inScheme unece:endorsement-type ;
    skos:notation "authority-extended-mra" ;
    skos:prefLabel "Authority-derived assurance based on recognition by a peer assessment body for accredited conformity assessment activities"@en .

<https://test.uncefact.org/vocabulary/endorsement-type/authority-globalmra> a skos:Concept ;
    skos:definition "The conformity assessment body is accredited under global multilateral recognition arrangements by a body peer-evaluated to ISO/IEC 17011. Note: conformity scheme evaluation is a prerequisite for accreditation of conformity assessment bodies by bodies that are signatories to the Global Accreditation Cooperation Incorporated Multilateral Recognition Arrangement."@en ;
    skos:inScheme unece:endorsement-type ;
    skos:notation "authority-globalmra" ;
    skos:prefLabel "Authority-derived assurance based on global accreditation multilateral recognition arrangement"@en .

<https://test.uncefact.org/vocabulary/endorsement-type/authority-mandate> a skos:Concept ;
    skos:definition "The conformity assessment activity is carried out either by a party that is owned by a national government or intergovernmental entity, or by a body undertaking the activity under a mandate from a national government or intergovernmental entity."@en ;
    skos:inScheme unece:endorsement-type ;
    skos:notation "authority-mandate" ;
    skos:prefLabel "Authority-derived assurance based on recognition by government mandate"@en .

<https://test.uncefact.org/vocabulary/endorsement-type/authority-peer> a skos:Concept ;
    skos:definition "Peer assessment process managed by a national government or intergovernmental entity."@en ;
    skos:inScheme unece:endorsement-type ;
    skos:notation "authority-peer" ;
    skos:prefLabel "Authority-derived assurance based on recognition under a governmental peer assessment process"@en .

unece:endorsement-type a skos:ConceptScheme ;
    rdfs:label "Endorsement Type"@en ;
    dcterms:provenance "Proposed Vocab addition — carries the authority-recognition detail formerly held on the assessment-level list (#661); not a UNTP-published list." ;
    skos:definition "A code for the type of authority-derived assurance that applies to a conformity attestation."@en ;
    unece:codeListScope <https://test.uncefact.org/vocabulary/code-list-scope/domain> ;
    unece:termStatus ts:proposed .

