@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-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 .

