@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix schema: <http://schema.org/> .
@prefix soi2016: <https://vocabs.cbs.nl/def/> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<https://registry.sdmx.org/ws/public/sdmxapi/rest/codelist/SDMX/CL_AREA/2.0/112> skos:exactMatch <https://vocabs.cbs.nl/geo/def/ISO-3166-1/112> .
<https://vocabs.cbs.nl/geo/def/landen/1047>
  skos:narrower <https://vocabs.cbs.nl/geo/def/ISO-3166-1/112> ;
  a skos:Concept ;
  skos:prefLabel "Landen"@nl, "Countries"@en ;
  skos:notation "1047" .

<https://vocabs.cbs.nl/geo/def/ISO-3166-1/112>
  a skos:Concept, schema:Country, <http://vocab.getty.edu/aat/300232420> ;
  soi2016:statline-notation "L008783" ;
  soi2016:iso-notation2 "BY" ;
  soi2016:iso-notation3 "BLR" ;
  skos:notation "112" ;
  skos:inScheme <https://vocabs.cbs.nl/geo/def/landen/scheme> ;
  skos:prefLabel "Wit-Rusland"@nl, "Belarus"@en ;
  skos:altLabel "Belarus"@nl ;
  skos:exactMatch <https://registry.sdmx.org/ws/public/sdmxapi/rest/codelist/SDMX/CL_AREA/2.0/112> ;
  skos:broader <https://vocabs.cbs.nl/geo/def/landen/1047> ;
  skos:scopeNote """Nieuw land ontstaan uit de opsplitsing van de Sovjet-Unie in 1991. Omdat dit land in de registers die het CBS gebruikt pas sinds deze opsplitsing apart wordt onderscheiden kan het CBS in principe alleen personen die na de opsplitsing zijn geboren tot dit geboorteland rekenen. 
Is eveneens geteld in het aantal van (voormalig) Sovjet-Unie."""@nl ;
  dc:modified "2022-01-25"^^xsd:date, "2021-11-29"^^xsd:date ;
  dc:created "2021-11-22"^^xsd:date .

<http://vocab.getty.edu/aat/300232420>
  a skos:Concept ;
  skos:prefLabel "Sovereign states"@en, "Soevereine staten"@nl ;
  rdfs:label "Sovereign states"@en, "Soevereine staten"@nl .

soi2016:statline-notation
  rdfs:label "StatLine code"@nl, "StatLine notation"@en ;
  rdfs:subPropertyOf skos:notation .

soi2016:iso-notation2
  rdfs:label "ISO-3166-1 alfa2 code"@nl, "ISO-3166-1 alpha2 notation"@en ;
  rdfs:subPropertyOf skos:notation .

soi2016:iso-notation3
  rdfs:label "ISO-3166-1 alfa3 code"@nl, "ISO-3166-1 alpha3 notation"@en ;
  rdfs:subPropertyOf skos:notation .

<https://vocabs.cbs.nl/geo/def/landen/scheme>
  a skos:ConceptScheme ;
  skos:prefLabel "Countries and areas"@en, "Landen en gebieden in de wereld"@nl .

