@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://purl.org/linked-data/sdmx/2009/code#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix ns1: <http://purl.org/linked-data/sdmx#> . @prefix skos: <http://www.w3.org/2004/02/skos/core#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix ns2: <http://sdmx.org/wp-content/uploads/2009/01/> . ns0:Currency rdfs:seeAlso ns0:currency . ns0:currency a ns1:CodeList, owl:NamedIndividual, skos:ConceptScheme ; rdfs:label "code list for Currency (CURRENCY) - codelist scheme"@en ; rdfs:seeAlso ns0:Currency ; skos:definition <http://sdmx.org/wp-content/uploads/2009/01/02_sdmx_cog_annex_2_cl_2009.pdf> ; skos:notation "CL_CURRENCY" ; skos:note "This code list provides code values for currencies."@en ; skos:prefLabel "code list for Currency (CURRENCY) - codelist scheme"@en .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://purl.org/linked-data/sdmx/2009/code#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix ns1: <http://purl.org/linked-data/sdmx#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns2: <http://sdmx.org/wp-content/uploads/2009/01/> .

ns0:Currency
    rdfs:seeAlso ns0:currency .

ns0:currency
    a ns1:CodeList, owl:NamedIndividual, skos:ConceptScheme ;
    rdfs:label "code list for Currency (CURRENCY) - codelist scheme"@en ;
    rdfs:seeAlso ns0:Currency ;
    skos:definition <http://sdmx.org/wp-content/uploads/2009/01/02_sdmx_cog_annex_2_cl_2009.pdf> ;
    skos:notation "CL_CURRENCY" ;
    skos:note "This code list provides code values for currencies."@en ;
    skos:prefLabel "code list for Currency (CURRENCY) - codelist scheme"@en .