@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/attestation-type/calibration> a skos:Concept ;
    skos:definition "An equipment calibration report"@en ;
    skos:inScheme unece:attestation-type ;
    skos:notation "calibration" ;
    skos:prefLabel "Calibration"@en .

<https://test.uncefact.org/vocabulary/attestation-type/certification> a skos:Concept ;
    skos:definition "A formal third party certification of conformity"@en ;
    skos:inScheme unece:attestation-type ;
    skos:notation "certification" ;
    skos:prefLabel "Certification"@en .

<https://test.uncefact.org/vocabulary/attestation-type/declaration> a skos:Concept ;
    skos:definition "A self assessed declaration of conformity"@en ;
    skos:inScheme unece:attestation-type ;
    skos:notation "declaration" ;
    skos:prefLabel "Declaration"@en .

<https://test.uncefact.org/vocabulary/attestation-type/inspection> a skos:Concept ;
    skos:definition "An Inspection report"@en ;
    skos:inScheme unece:attestation-type ;
    skos:notation "inspection" ;
    skos:prefLabel "Inspection"@en .

<https://test.uncefact.org/vocabulary/attestation-type/testing> a skos:Concept ;
    skos:definition "A test report"@en ;
    skos:inScheme unece:attestation-type ;
    skos:notation "testing" ;
    skos:prefLabel "Testing"@en .

<https://test.uncefact.org/vocabulary/attestation-type/validation> a skos:Concept ;
    skos:definition "A validation report"@en ;
    skos:inScheme unece:attestation-type ;
    skos:notation "validation" ;
    skos:prefLabel "Validation"@en .

<https://test.uncefact.org/vocabulary/attestation-type/verification> a skos:Concept ;
    skos:definition "A verification report"@en ;
    skos:inScheme unece:attestation-type ;
    skos:notation "verification" ;
    skos:prefLabel "Verification"@en .

unece:attestation-type a skos:ConceptScheme ;
    rdfs:label "Attestation Type"@en ;
    dcterms:source untp:AttestationType ;
    skos:definition "Attestation Type UN/CEFACT code list."@en ;
    unece:codeListScope <https://test.uncefact.org/vocabulary/code-list-scope/domain> ;
    unece:termStatus ts:proposed .

