@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/organization-function-type-code-list/5> a skos:Concept ;
    skos:inScheme unece:organization-function-type-code-list ;
    skos:notation "5" ;
    skos:prefLabel "Management Chartered Centre"@en .

<https://test.uncefact.org/vocabulary/organization-function-type-code-list/6> a skos:Concept ;
    skos:inScheme unece:organization-function-type-code-list ;
    skos:notation "6" ;
    skos:prefLabel "Management Chartered Association"@en .

<https://test.uncefact.org/vocabulary/organization-function-type-code-list/AUD> a skos:Concept ;
    skos:inScheme unece:organization-function-type-code-list ;
    skos:notation "AUD" ;
    skos:prefLabel "Audit Firm"@en .

<https://test.uncefact.org/vocabulary/organization-function-type-code-list/CER> a skos:Concept ;
    skos:inScheme unece:organization-function-type-code-list ;
    skos:notation "CER" ;
    skos:prefLabel "Centre of Rural Economy Firm"@en .

<https://test.uncefact.org/vocabulary/organization-function-type-code-list/EXC> a skos:Concept ;
    skos:inScheme unece:organization-function-type-code-list ;
    skos:notation "EXC" ;
    skos:prefLabel "Chartered Accountant Firm"@en .

<https://test.uncefact.org/vocabulary/organization-function-type-code-list/LAU> a skos:Concept ;
    skos:inScheme unece:organization-function-type-code-list ;
    skos:notation "LAU" ;
    skos:prefLabel "Legal Audit Firm"@en .

unece:organization-function-type-code-list a skos:ConceptScheme ;
    rdfs:label "Organization Function Type"@en ;
    dcterms:source unece:OrganizationFunctionTypeCodeList ;
    skos:definition "Organization Function Type UN/CEFACT code list."@en ;
    unece:codeListScope <https://test.uncefact.org/vocabulary/code-list-scope/shared> ;
    unece:termStatus ts:proposed .

