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

<https://test.uncefact.org/vocabulary/assessment-level/scheme-self> a skos:Concept ;
    skos:definition "Scheme owner directly conducting conformity assessment activities. The linked scheme self-declaration can be used to assist in judging credibility of the scheme."@en ;
    skos:inScheme unece:assessment-level ;
    skos:notation "scheme-self" ;
    skos:prefLabel "Scheme self"@en .

