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

