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

<https://test.uncefact.org/vocabulary/optional-criteria/see-scoring-framework> a skos:Concept ;
    skos:definition "Refer to the scheme profile scoring framework for details."@en ;
    skos:inScheme unece:optional-criteria ;
    skos:notation "see-scoring-framework" ;
    skos:prefLabel "See Profile Scoring Framework"@en .

