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

<https://vocabs.cbs.nl/geo/def/ISO-3166-1/810a>
  rdfs:subClassOf <https://vocabs.cbs.nl/geo/def/ISO-3166-1/810> ;
  skos:related: <https://vocabs.cbs.nl/geo/def/ISO-3166-1/810> .

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

<https://vocabs.cbs.nl/geo/def/ISO-3166-1/810>
  a skos:Concept, schema:Country, <http://vocab.getty.edu/aat/300387356> ;
  soi2016:statline-notation "L007186" ;
  soi2016:iso-notation2 "SU" ;
  skos:notation "810" ;
  schema:endDate "1991-12-25"^^xsd:date ;
  skos:inScheme <https://vocabs.cbs.nl/geo/def/landen/scheme> ;
  skos:prefLabel "Sovjet-Unie"@nl, "Soviet Union"@en ;
  skos:exactMatch <https://registry.sdmx.org/ws/public/sdmxapi/rest/codelist/SDMX/CL_AREA/2.0/810> ;
  skos:broader <https://vocabs.cbs.nl/geo/def/landen/1047> ;
  skos:scopeNote "Betreft de Sovjet-Unie van vóór de opsplitsing in 1991"@nl ;
  dc:modified "2023-02-02T15:12:20"^^xsd:dateTime ;
  dc:created "2021-11-22"^^xsd:date .

<http://vocab.getty.edu/aat/300387356>
  a owl:Class ;
  skos:prefLabel "Former political entities"@en, "Voormalige politieke eenheden"@nl ;
  rdfs:label "Former political entities"@en, "Voormalige politieke eenheden"@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 .

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

