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

<https://test.uncefact.org/vocabulary/assessor-level/hybrid> a skos:Concept ;
    skos:definition "2nd or 3rd party conformity assessment that is dependent on the accuracy of information provided by self-declaring parties"@en ;
    skos:inScheme unece:assessor-level ;
    skos:notation "hybrid" ;
    skos:prefLabel "Hybrid"@en .

