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

<https://test.uncefact.org/vocabulary/scheme-alignment-level/exceeds> a skos:Concept ;
    skos:definition "The scheme profile or criterion goes beyond the requirements of the referenced standard or regulation, imposing stricter thresholds or broader scope."@en ;
    skos:inScheme unece:scheme-alignment-level ;
    skos:notation "exceeds" ;
    skos:prefLabel "Exceeds"@en .

