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

<https://test.uncefact.org/vocabulary/optional-criteria/minimum-thresholds> a skos:Concept ;
    skos:definition "Minimum compliance thresholds apply, such that not every aspect of a given criterion need be addressed in full."@en ;
    skos:inScheme unece:optional-criteria ;
    skos:notation "minimum-thresholds" ;
    skos:prefLabel "Minimum compliance thresholds apply"@en .

