@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/financial-institution-role-code-list/I> a skos:Concept ;
    skos:inScheme unece:financial-institution-role-code-list ;
    skos:notation "I" ;
    skos:prefLabel "Intermediary"@en .

<https://test.uncefact.org/vocabulary/financial-institution-role-code-list/S> a skos:Concept ;
    skos:inScheme unece:financial-institution-role-code-list ;
    skos:notation "S" ;
    skos:prefLabel "Settlement agent"@en .

unece:financial-institution-role-code-list a skos:ConceptScheme ;
    rdfs:label "Financial Institution Role"@en ;
    dcterms:source unece:FinancialInstitutionRoleCodeList ;
    skos:definition "Financial Institution Role UN/CEFACT code list."@en ;
    unece:codeListScope <https://test.uncefact.org/vocabulary/code-list-scope/domain> ;
    unece:termStatus ts:proposed .

