@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix unece: <https://test.uncefact.org/vocabulary/> .

<https://test.uncefact.org/vocabulary/scheme-process-area/conformity-assessment> a skos:Concept ;
    skos:definition "Management of conformity assessment processes under the scheme - the alignment expectations placed on whoever assesses, and the competence and approval of those assessing against the scheme."@en ;
    skos:inScheme unece:scheme-process-area ;
    skos:notation "conformity-assessment" ;
    skos:prefLabel "Conformity Assessment"@en .

