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

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

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

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

<https://test.uncefact.org/vocabulary/payment-guarantee-means-code-list/13> a skos:Concept ;
    skos:inScheme unece:payment-guarantee-means-code-list ;
    skos:notation "13" ;
    skos:prefLabel "Standby letter of credit"@en .

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

<https://test.uncefact.org/vocabulary/payment-guarantee-means-code-list/20> a skos:Concept ;
    skos:inScheme unece:payment-guarantee-means-code-list ;
    skos:notation "20" ;
    skos:prefLabel "Goods as security"@en .

<https://test.uncefact.org/vocabulary/payment-guarantee-means-code-list/21> a skos:Concept ;
    skos:inScheme unece:payment-guarantee-means-code-list ;
    skos:notation "21" ;
    skos:prefLabel "Business as security"@en .

<https://test.uncefact.org/vocabulary/payment-guarantee-means-code-list/23> a skos:Concept ;
    skos:inScheme unece:payment-guarantee-means-code-list ;
    skos:notation "23" ;
    skos:prefLabel "Warrant or similar (warehouse receipts)"@en .

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

<https://test.uncefact.org/vocabulary/payment-guarantee-means-code-list/45> a skos:Concept ;
    skos:inScheme unece:payment-guarantee-means-code-list ;
    skos:notation "45" ;
    skos:prefLabel "Insurance certificate"@en .

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

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

