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

<https://test.uncefact.org/vocabulary/assessment-level/unspecified> a skos:Concept ;
    skos:definition "No assurance pathway is being specified for the attestation."@en ;
    skos:inScheme unece:assessment-level ;
    skos:notation "unspecified" ;
    skos:prefLabel "No assurance pathway is specified for the attestation"@en .

