@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/address-type-code-list/1> a skos:Concept ;
    skos:inScheme unece:address-type-code-list ;
    skos:notation "1" ;
    skos:prefLabel "Postal address"@en .

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

<https://test.uncefact.org/vocabulary/address-type-code-list/3> a skos:Concept ;
    skos:inScheme unece:address-type-code-list ;
    skos:notation "3" ;
    skos:prefLabel "Physical address"@en .

<https://test.uncefact.org/vocabulary/address-type-code-list/4> a skos:Concept ;
    skos:inScheme unece:address-type-code-list ;
    skos:notation "4" ;
    skos:prefLabel "Business address"@en .

<https://test.uncefact.org/vocabulary/address-type-code-list/5> a skos:Concept ;
    skos:inScheme unece:address-type-code-list ;
    skos:notation "5" ;
    skos:prefLabel "Delivery To Address"@en .

<https://test.uncefact.org/vocabulary/address-type-code-list/6> a skos:Concept ;
    skos:inScheme unece:address-type-code-list ;
    skos:notation "6" ;
    skos:prefLabel "Residential Address"@en .

<https://test.uncefact.org/vocabulary/address-type-code-list/7> a skos:Concept ;
    skos:inScheme unece:address-type-code-list ;
    skos:notation "7" ;
    skos:prefLabel "Mail To Address"@en .

<https://test.uncefact.org/vocabulary/address-type-code-list/8> a skos:Concept ;
    skos:inScheme unece:address-type-code-list ;
    skos:notation "8" ;
    skos:prefLabel "Postbox Address"@en .

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

