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

<https://test.uncefact.org/vocabulary/scheme-process-area/conformity-assessment> a skos:Concept ;
    skos:definition "Management of conformity assessment processes under the scheme - the alignment expectations placed on whoever assesses, and the competence and approval of those assessing against the scheme."@en ;
    skos:inScheme unece:scheme-process-area ;
    skos:notation "conformity-assessment" ;
    skos:prefLabel "Conformity Assessment"@en .

<https://test.uncefact.org/vocabulary/scheme-process-area/personnel-competency> a skos:Concept ;
    skos:definition "Competence of the people who build and govern the scheme - those developing standards and schemes, and those governing, designing and validating it. It concerns people; organisational integrity and standard operating procedures fall within scheme governance."@en ;
    skos:inScheme unece:scheme-process-area ;
    skos:notation "personnel-competency" ;
    skos:prefLabel "Competency of Personnel"@en .

<https://test.uncefact.org/vocabulary/scheme-process-area/scheme-development> a skos:Concept ;
    skos:definition "Development of the conformity scheme itself, including its design, validation and change processes."@en ;
    skos:inScheme unece:scheme-process-area ;
    skos:notation "scheme-development" ;
    skos:prefLabel "Development of Scheme"@en .

<https://test.uncefact.org/vocabulary/scheme-process-area/scheme-governance> a skos:Concept ;
    skos:definition "Governance of the conformity scheme, including its organisational integrity, accountability framework and standard operating procedures."@en ;
    skos:inScheme unece:scheme-process-area ;
    skos:notation "scheme-governance" ;
    skos:prefLabel "Scheme Governance"@en .

<https://test.uncefact.org/vocabulary/scheme-process-area/standards-development> a skos:Concept ;
    skos:definition "Development of the standards against which conformity is assessed under the scheme."@en ;
    skos:inScheme unece:scheme-process-area ;
    skos:notation "standards-development" ;
    skos:prefLabel "Standards Development"@en .

unece:scheme-process-area a skos:ConceptScheme ;
    rdfs:label "Scheme Process Area"@en ;
    dcterms:provenance "Proposed Vocab addition — new process-area classification for scheme declarations (#661); not from BSP/UNTP." ;
    skos:definition "Scheme Process Area UN/CEFACT code list."@en ;
    unece:codeListScope <https://test.uncefact.org/vocabulary/code-list-scope/domain> ;
    unece:termStatus ts:proposed .

