@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix schema: <http://schema.org/> .
@prefix cbs_geo: <https://vocabs.cbs.nl/geo/def/> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://vocabs.cbs.nl/geo/def/ned/scheme>
  skos:hasTopConcept <https://vocabs.cbs.nl/geo/def/ISO_3166-1/528> ;
  a owl:Ontology, skos:ConceptScheme ;
  skos:prefLabel "Geografische gebieden Nederland"@nl, "Geographic areas Netherlands"@en .

<https://www.wikidata.org/wiki/Q55> skos:exactMatch <https://vocabs.cbs.nl/geo/def/ISO_3166-1/528> .
<https://www.geonames.org/2750405> skos:exactMatch <https://vocabs.cbs.nl/geo/def/ISO_3166-1/528> .
<https://vocabs.cbs.nl/geo/def/landsdelen/LD01>
  skos:broader <https://vocabs.cbs.nl/geo/def/ISO_3166-1/528> ;
  schema:geoWithin <https://vocabs.cbs.nl/geo/def/ISO_3166-1/528> ;
  a skos:Concept, schema:Place, cbs_geo:Landsdeel ;
  skos:prefLabel "Noord-Nederland"@nl ;
  skos:notation "LD01" .

<https://vocabs.cbs.nl/geo/def/landsdelen/LD02>
  skos:broader <https://vocabs.cbs.nl/geo/def/ISO_3166-1/528> ;
  schema:geoWithin <https://vocabs.cbs.nl/geo/def/ISO_3166-1/528> ;
  a skos:Concept, schema:Place, cbs_geo:Landsdeel ;
  skos:prefLabel "Oost-Nederland"@nl ;
  skos:notation "LD02" .

<https://vocabs.cbs.nl/geo/def/landsdelen/LD03>
  skos:broader <https://vocabs.cbs.nl/geo/def/ISO_3166-1/528> ;
  schema:geoWithin <https://vocabs.cbs.nl/geo/def/ISO_3166-1/528> ;
  a skos:Concept, schema:Place, cbs_geo:Landsdeel ;
  skos:prefLabel "West-Nederland"@nl ;
  skos:notation "LD03" .

<https://vocabs.cbs.nl/geo/def/landsdelen/LD04>
  skos:broader <https://vocabs.cbs.nl/geo/def/ISO_3166-1/528> ;
  schema:geoWithin <https://vocabs.cbs.nl/geo/def/ISO_3166-1/528> ;
  a skos:Concept, schema:Place, cbs_geo:Landsdeel ;
  skos:prefLabel "Zuid-Nederland"@nl ;
  skos:notation "LD04" .

<https://vocabs.cbs.nl/geo/def/ISO_3166-1/528>
  a skos:Concept, <http://rdf.histograph.io/Country>, schema:Country, <http://vocab.getty.edu/aat/300232420> ;
  skos:topConceptOf <https://vocabs.cbs.nl/geo/def/ned/scheme> ;
  skos:inScheme <https://vocabs.cbs.nl/geo/def/ned/scheme>, <https://vocabs.cbs.nl/geo/def/landen/scheme> ;
  skos:prefLabel "Nederland"@nl, "Netherlands"@en ;
  skos:exactMatch <https://www.wikidata.org/wiki/Q55>, <https://www.geonames.org/2750405> ;
  skos:narrower <https://vocabs.cbs.nl/geo/def/landsdelen/LD01>, <https://vocabs.cbs.nl/geo/def/landsdelen/LD02>, <https://vocabs.cbs.nl/geo/def/landsdelen/LD03>, <https://vocabs.cbs.nl/geo/def/landsdelen/LD04>, <https://vocabs.cbs.nl/geo/def/landsdelen/LD05> ;
  dc:modified "2023-09-27T17:19:35"^^xsd:dateTime ;
  dc:created "2021-07-25"^^xsd:date ;
  schema:geoContains <https://vocabs.cbs.nl/geo/def/landsdelen/LD01>, <https://vocabs.cbs.nl/geo/def/landsdelen/LD02>, <https://vocabs.cbs.nl/geo/def/landsdelen/LD03>, <https://vocabs.cbs.nl/geo/def/landsdelen/LD04>, <https://vocabs.cbs.nl/geo/def/landsdelen/LD05> .

<https://vocabs.cbs.nl/geo/def/landsdelen/LD05>
  a skos:Concept, schema:Place, cbs_geo:Landsdeel ;
  skos:prefLabel "Zuidwest-Nederland"@nl ;
  skos:notation "LD05" .

