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

<https://registry.sdmx.org/ws/public/sdmxapi/rest/codelist/SDMX/CL_AREA/2.0/890> skos:closeMatch <https://vocabs.cbs.nl/geo/def/ISO-3166-1/890a> .
<https://vocabs.cbs.nl/geo/def/gebieden/1000>
  skos:narrower <https://vocabs.cbs.nl/geo/def/ISO-3166-1/890a> ;
  a skos:Concept ;
  skos:prefLabel "Areas and other "@en, "Gebieden enz."@nl ;
  skos:notation "1000" .

<https://vocabs.cbs.nl/geo/def/ISO-3166-1/890a>
  a skos:Concept, <http://vocab.getty.edu/aat/300387355> ;
  rdfs:subClassOf <https://vocabs.cbs.nl/geo/def/ISO-3166-1/890> ;
  soi2016:statline-notation "L007069" ;
  soi2016:iso-notation2 "YU" ;
  skos:notation "890a" ;
  skos:inScheme <https://vocabs.cbs.nl/geo/def/landen/scheme> ;
  skos:prefLabel "Yugoslavia (fictive area)"@en, "Joegoslavië (voormalig gebied)"@nl ;
  skos:closeMatch <https://registry.sdmx.org/ws/public/sdmxapi/rest/codelist/SDMX/CL_AREA/2.0/890> ;
  skos:broader <https://vocabs.cbs.nl/geo/def/gebieden/1000> ;
  skos:scopeNote """Betreft een samentelling van de landen die tot het grondgebied van het Joegoslavië van vóór 1991/92 behoorden. Om bijvoorbeeld beter inzicht te krijgen in de aantallen personen die zijn geboren in de afzonderlijke staten van het voormalige Joegoslavië heeft het CBS op basis van geboorteplaatsinformatie van personen een schatting gemaakt van het aantal voormalig Joegoslaven naar huidig herkomstgebied. Dit gebied heeft dus geen officiële iso code.
In 1991/'92 is Joegoslavië opgesplitst in de landen Bosnië-Herzegovina, Federale Republiek Joegoslavië, Kroatië, Macedonië en Slovenië. 
In 2003 is de naam "Federale Republiek Joegoslavië" gewijzigd in "Servië en Montenegro". 
In 2006 is "Servië en Montenegro" opgesplitst in "Servië" respectievelijk "Montenegro". 
In 2008 heeft Kosovo zich afgesplitst van Servië."""@nl ;
  dc:modified "2023-02-02T13:03:54"^^xsd:dateTime ;
  dc:created "2021-11-22"^^xsd:date .

<http://vocab.getty.edu/aat/300387355>
  a owl:Class ;
  skos:prefLabel "Statistical areas"@en, "Statistische gebieden"@nl ;
  rdfs:label "Statistical areas"@en, "Statistische gebieden"@nl .

<https://vocabs.cbs.nl/geo/def/ISO-3166-1/890>
  a skos:Concept, schema:Country, <http://vocab.getty.edu/aat/300387356> ;
  skos:prefLabel "Joegoslavië"@nl, "Yugoslavia (former)"@en ;
  skos:notation "890" .

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 .

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

