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

<https://test.uncefact.org/vocabulary/assessor-level/first-party> a skos:Concept ;
    skos:definition "Conformity assessment activity that is performed by the person or organisation that is the object of conformity assessment (ISO/IEC 17000:2020)."@en ;
    skos:inScheme unece:assessor-level ;
    skos:notation "first-party" ;
    skos:prefLabel "First party conformity assessment activity"@en .

