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

<https://test.uncefact.org/vocabulary/optional-criteria/alternative-pathways> a skos:Concept ;
    skos:definition "Alternative pathways to achieving compliance exist, such that not all criteria need to be addressed."@en ;
    skos:inScheme unece:optional-criteria ;
    skos:notation "alternative-pathways" ;
    skos:prefLabel "Alternative compliance pathways"@en .

