@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/optional-criteria/all-mandatory> a skos:Concept ;
    skos:definition "All listed criteria need to be addressed in full for compliance to be achieved."@en ;
    skos:inScheme unece:optional-criteria ;
    skos:notation "all-mandatory" ;
    skos:prefLabel "Listed criteria are mandatory"@en .

<https://test.uncefact.org/vocabulary/optional-criteria/alternative-pathways> a skos:Concept ;
    skos:definition "Alternative pathways to achieving compliance exist, such that not all criteria need to be addressed."@en ;
    skos:inScheme unece:optional-criteria ;
    skos:notation "alternative-pathways" ;
    skos:prefLabel "Alternative compliance pathways"@en .

<https://test.uncefact.org/vocabulary/optional-criteria/minimum-thresholds> a skos:Concept ;
    skos:definition "Minimum compliance thresholds apply, such that not every aspect of a given criterion need be addressed in full."@en ;
    skos:inScheme unece:optional-criteria ;
    skos:notation "minimum-thresholds" ;
    skos:prefLabel "Minimum compliance thresholds apply"@en .

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

unece:optional-criteria a skos:ConceptScheme ;
    rdfs:label "Optional Criteria"@en ;
    dcterms:provenance "Proposed Vocab addition — new list for the profile optional-criteria warning (#815, split from #661); not a UNTP-published list." ;
    skos:definition "A code indicating whether, and how, the criteria listed for a conformity profile are mandatory for a profile-level pass."@en ;
    unece:codeListScope <https://test.uncefact.org/vocabulary/code-list-scope/domain> ;
    unece:termStatus ts:proposed .

