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

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

