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

<https://test.uncefact.org/vocabulary/optional-criteria/all-mandatory> a skos:Concept ;
    skos:definition "All listed criteria need to be addressed in full for compliance to be achieved."@en ;
    skos:inScheme unece:optional-criteria ;
    skos:notation "all-mandatory" ;
    skos:prefLabel "Listed criteria are mandatory"@en .

