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

