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

<https://test.uncefact.org/vocabulary/assessment-level/scheme-derived> a skos:Concept ;
    skos:definition "Assurance over the issued attestation derives from the scheme under which the assessment is made. Refer to the linked scheme declaration where the issuer of the attestation is the scheme, or to the licensed-by-scheme reference where the issuer holds a licence or other approval from the scheme to issue the attestation."@en ;
    skos:inScheme unece:assessment-level ;
    skos:notation "scheme-derived" ;
    skos:prefLabel "Scheme-derived assurance for the attestation"@en .

