@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@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 .

