@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/payment-means-channel-code-list/1> a skos:Concept ;
    skos:inScheme unece:payment-means-channel-code-list ;
    skos:notation "1" ;
    skos:prefLabel "Ordinary post"@en .

<https://test.uncefact.org/vocabulary/payment-means-channel-code-list/10> a skos:Concept ;
    skos:inScheme unece:payment-means-channel-code-list ;
    skos:notation "10" ;
    skos:prefLabel "Registered air mail"@en .

<https://test.uncefact.org/vocabulary/payment-means-channel-code-list/11> a skos:Concept ;
    skos:inScheme unece:payment-means-channel-code-list ;
    skos:notation "11" ;
    skos:prefLabel "Registered mail"@en .

<https://test.uncefact.org/vocabulary/payment-means-channel-code-list/12> a skos:Concept ;
    skos:inScheme unece:payment-means-channel-code-list ;
    skos:notation "12" ;
    skos:prefLabel "Courier"@en .

<https://test.uncefact.org/vocabulary/payment-means-channel-code-list/13> a skos:Concept ;
    skos:inScheme unece:payment-means-channel-code-list ;
    skos:notation "13" ;
    skos:prefLabel "Messenger"@en .

<https://test.uncefact.org/vocabulary/payment-means-channel-code-list/14> a skos:Concept ;
    skos:inScheme unece:payment-means-channel-code-list ;
    skos:notation "14" ;
    skos:prefLabel "National ACH"@en .

<https://test.uncefact.org/vocabulary/payment-means-channel-code-list/15> a skos:Concept ;
    skos:inScheme unece:payment-means-channel-code-list ;
    skos:notation "15" ;
    skos:prefLabel "Other ACH"@en .

<https://test.uncefact.org/vocabulary/payment-means-channel-code-list/2> a skos:Concept ;
    skos:inScheme unece:payment-means-channel-code-list ;
    skos:notation "2" ;
    skos:prefLabel "Air mail"@en .

<https://test.uncefact.org/vocabulary/payment-means-channel-code-list/3> a skos:Concept ;
    skos:inScheme unece:payment-means-channel-code-list ;
    skos:notation "3" ;
    skos:prefLabel "Telegraph"@en .

<https://test.uncefact.org/vocabulary/payment-means-channel-code-list/4> a skos:Concept ;
    skos:inScheme unece:payment-means-channel-code-list ;
    skos:notation "4" ;
    skos:prefLabel "Telex"@en .

<https://test.uncefact.org/vocabulary/payment-means-channel-code-list/5> a skos:Concept ;
    skos:inScheme unece:payment-means-channel-code-list ;
    skos:notation "5" ;
    skos:prefLabel "S.W.I.F.T."@en .

<https://test.uncefact.org/vocabulary/payment-means-channel-code-list/6> a skos:Concept ;
    skos:inScheme unece:payment-means-channel-code-list ;
    skos:notation "6" ;
    skos:prefLabel "Other transmission networks"@en .

<https://test.uncefact.org/vocabulary/payment-means-channel-code-list/7> a skos:Concept ;
    skos:inScheme unece:payment-means-channel-code-list ;
    skos:notation "7" ;
    skos:prefLabel "Networks not defined"@en .

<https://test.uncefact.org/vocabulary/payment-means-channel-code-list/8> a skos:Concept ;
    skos:inScheme unece:payment-means-channel-code-list ;
    skos:notation "8" ;
    skos:prefLabel "Fedwire"@en .

<https://test.uncefact.org/vocabulary/payment-means-channel-code-list/9> a skos:Concept ;
    skos:inScheme unece:payment-means-channel-code-list ;
    skos:notation "9" ;
    skos:prefLabel "Personal (face-to-face)"@en .

<https://test.uncefact.org/vocabulary/payment-means-channel-code-list/ZZZ> a skos:Concept ;
    skos:inScheme unece:payment-means-channel-code-list ;
    skos:notation "ZZZ" ;
    skos:prefLabel "Mutually defined"@en .

unece:payment-means-channel-code-list a skos:ConceptScheme ;
    rdfs:label "Payment Means Channel"@en ;
    dcterms:source unece:PaymentMeansChannelCodeList ;
    skos:definition "Payment Means Channel UN/CEFACT code list."@en ;
    unece:codeListScope <https://test.uncefact.org/vocabulary/code-list-scope/domain> ;
    unece:termStatus ts:proposed .

