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

<https://test.uncefact.org/vocabulary/attestation-type/audit> a skos:Concept ;
    skos:definition "Documented outcome of an audit process, where audit is defined in ISO/IEC 17000:2020 Clause 6.4."@en ;
    skos:inScheme unece:attestation-type ;
    skos:notation "audit" ;
    skos:prefLabel "Audit report"@en .

