@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/refund-method-code-list/1> a skos:Concept ;
    skos:inScheme unece:refund-method-code-list ;
    skos:notation "1" ;
    skos:prefLabel "Contractual allowance"@en .

<https://test.uncefact.org/vocabulary/refund-method-code-list/2> a skos:Concept ;
    skos:inScheme unece:refund-method-code-list ;
    skos:notation "2" ;
    skos:prefLabel "Refunding"@en .

<https://test.uncefact.org/vocabulary/refund-method-code-list/3> a skos:Concept ;
    skos:inScheme unece:refund-method-code-list ;
    skos:notation "3" ;
    skos:prefLabel "Entity Reimbursement"@en .

unece:refund-method-code-list a skos:ConceptScheme ;
    rdfs:label "Refund Method"@en ;
    dcterms:source unece:RefundMethodCodeList ;
    skos:definition "Refund Method UN/CEFACT code list."@en ;
    unece:codeListScope <https://test.uncefact.org/vocabulary/code-list-scope/domain> ;
    unece:termStatus ts:proposed .

