@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@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#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<https://vocabs.cbs.nl/geo/def/regios/2023/scheme>
  skos:hasTopConcept <https://vocabs.cbs.nl/geo/def/corop-gebieden/CR07> ;
  a skos:ConceptScheme .

<https://vocabs.cbs.nl/geo/def/provincies/PV22> skos:narrower <https://vocabs.cbs.nl/geo/def/corop-gebieden/CR07> .
<https://vocabs.cbs.nl/geo/def/gemeenten/GM0106>
  skos:broader <https://vocabs.cbs.nl/geo/def/corop-gebieden/CR07> ;
  schema:geoWithin <https://vocabs.cbs.nl/geo/def/corop-gebieden/CR07> ;
  a skos:Concept, <http://rdf.histograph.io/Municipality>, <http://vocab.getty.edu/aat/300265612> ;
  skos:prefLabel "Assen"@nl .

<https://vocabs.cbs.nl/geo/def/gemeenten/GM1680>
  skos:broader <https://vocabs.cbs.nl/geo/def/corop-gebieden/CR07> ;
  schema:geoWithin <https://vocabs.cbs.nl/geo/def/corop-gebieden/CR07> ;
  a skos:Concept, <http://rdf.histograph.io/Municipality>, <http://vocab.getty.edu/aat/300265612> ;
  skos:prefLabel "Aa en Hunze"@nl .

<https://vocabs.cbs.nl/geo/def/gemeenten/GM1699>
  skos:broader <https://vocabs.cbs.nl/geo/def/corop-gebieden/CR07> ;
  schema:geoWithin <https://vocabs.cbs.nl/geo/def/corop-gebieden/CR07> ;
  a skos:Concept, <http://rdf.histograph.io/Municipality>, <http://vocab.getty.edu/aat/300265612> ;
  skos:prefLabel "Noordenveld"@nl .

<https://vocabs.cbs.nl/geo/def/gemeenten/GM1730>
  skos:broader <https://vocabs.cbs.nl/geo/def/corop-gebieden/CR07> ;
  schema:geoWithin <https://vocabs.cbs.nl/geo/def/corop-gebieden/CR07> ;
  a skos:Concept, <http://rdf.histograph.io/Municipality>, <http://vocab.getty.edu/aat/300265612> ;
  skos:prefLabel "Tynaarlo"@nl .

<https://vocabs.cbs.nl/geo/def/gemeenten/GM1731>
  skos:broader <https://vocabs.cbs.nl/geo/def/corop-gebieden/CR07> ;
  schema:geoWithin <https://vocabs.cbs.nl/geo/def/corop-gebieden/CR07> ;
  a skos:Concept, <http://rdf.histograph.io/Municipality>, <http://vocab.getty.edu/aat/300265612> ;
  skos:prefLabel "Midden-Drenthe"@nl .

<https://vocabs.cbs.nl/geo/def/corop-gebieden/CR07>
  a skos:Concept, cbs_geo:Corop-gebied ;
  skos:notation "CR07" ;
  schema:startDate "1970-01-01" ;
  skos:topConceptOf <https://vocabs.cbs.nl/geo/def/regios/2023/scheme> ;
  skos:inScheme <https://vocabs.cbs.nl/geo/def/regios/2023/scheme> ;
  skos:prefLabel "Noord-Drenthe"@nl ;
  skos:exactMatch <http://data.europa.eu/nuts/code/NL131> ;
  skos:narrower <https://vocabs.cbs.nl/geo/def/gemeenten/GM0106>, <https://vocabs.cbs.nl/geo/def/gemeenten/GM1680>, <https://vocabs.cbs.nl/geo/def/gemeenten/GM1699>, <https://vocabs.cbs.nl/geo/def/gemeenten/GM1730>, <https://vocabs.cbs.nl/geo/def/gemeenten/GM1731> ;
  skos:broader <https://vocabs.cbs.nl/geo/def/provincies/PV22> ;
  dc:modified "2023-09-27T12:09:41"^^xsd:dateTime ;
  dc:created "2023-09-27T12:09:41"^^xsd:dateTime ;
  schema:geoContains <https://vocabs.cbs.nl/geo/def/gemeenten/GM0106>, <https://vocabs.cbs.nl/geo/def/gemeenten/GM1680>, <https://vocabs.cbs.nl/geo/def/gemeenten/GM1699>, <https://vocabs.cbs.nl/geo/def/gemeenten/GM1730>, <https://vocabs.cbs.nl/geo/def/gemeenten/GM1731> ;
  schema:geoWithin <https://vocabs.cbs.nl/geo/def/provincies/PV22> .

cbs_geo:Corop-gebied rdfs:label "Corop-gebied"@nl, "Corop region"@en .
schema:startDate rdfs:label "Start date"@en, "Startdatum"@nl .
