@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix ts: <https://test.uncefact.org/vocabulary/term-status/> .
@prefix unece: <https://test.uncefact.org/vocabulary/> .
@prefix untp: <https://test.uncefact.org/vocabulary/untp/> .

<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 .

<https://test.uncefact.org/vocabulary/scheme-alignment-level/meets> a skos:Concept ;
    skos:definition "The scheme profile or criterion fully satisfies the requirements of the referenced standard or regulation."@en ;
    skos:inScheme unece:scheme-alignment-level ;
    skos:notation "meets" ;
    skos:prefLabel "Meets"@en .

<https://test.uncefact.org/vocabulary/scheme-alignment-level/partial> a skos:Concept ;
    skos:definition "The scheme profile or criterion addresses some but not all requirements of the referenced standard or regulation."@en ;
    skos:inScheme unece:scheme-alignment-level ;
    skos:notation "partial" ;
    skos:prefLabel "Partial"@en .

unece:scheme-alignment-level a skos:ConceptScheme ;
    rdfs:label "Scheme Alignment Level"@en ;
    dcterms:source untp:SchemeAlignmentLevel ;
    skos:definition "Scheme Alignment Level UN/CEFACT code list."@en ;
    unece:codeListScope <https://test.uncefact.org/vocabulary/code-list-scope/domain> ;
    unece:termStatus ts:proposed .

