@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/assessment-subject-type/facility> a skos:Concept ;
    skos:definition "The conformity profile targets facilities — assessing the operational practices, environmental performance, or working conditions at a specific site."@en ;
    skos:inScheme unece:assessment-subject-type ;
    skos:notation "facility" ;
    skos:prefLabel "Facility"@en .

<https://test.uncefact.org/vocabulary/assessment-subject-type/organisation> a skos:Concept ;
    skos:definition "The conformity profile targets organisations — assessing entity-level governance, policies, management systems, or corporate sustainability performance."@en ;
    skos:inScheme unece:assessment-subject-type ;
    skos:notation "organisation" ;
    skos:prefLabel "Organisation"@en .

<https://test.uncefact.org/vocabulary/assessment-subject-type/product> a skos:Concept ;
    skos:definition "The conformity profile targets products — assessing characteristics, composition, performance, or safety of manufactured goods."@en ;
    skos:inScheme unece:assessment-subject-type ;
    skos:notation "product" ;
    skos:prefLabel "Product"@en .

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

