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

<https://vocabs.cbs.nl/geo/def/corop-gebieden/2021/scheme>
  skos:hasTopConcept <https://vocabs.cbs.nl/geo/def/corop-gebieden/CR38> ;
  a owl:Ontology, skos:ConceptScheme ;
  skos:prefLabel "NUTS 3 Areas 2021"@en, "corop-gebieden 2021"@nl .

<https://vocabs.cbs.nl/geo/def/gemeenten/GM0946>
  skos:broader <https://vocabs.cbs.nl/geo/def/corop-gebieden/CR38> ;
  schema:geoWithin <https://vocabs.cbs.nl/geo/def/corop-gebieden/CR38> ;
  a skos:Concept, <http://rdf.histograph.io/Municipality>, schema:AdministrativeArea ;
  skos:prefLabel "Nederweert"@nl ;
  skos:notation "GM0946" .

<https://vocabs.cbs.nl/geo/def/gemeenten/GM0957>
  skos:broader <https://vocabs.cbs.nl/geo/def/corop-gebieden/CR38> ;
  schema:geoWithin <https://vocabs.cbs.nl/geo/def/corop-gebieden/CR38> ;
  a skos:Concept, <http://rdf.histograph.io/Municipality>, schema:AdministrativeArea ;
  skos:prefLabel "Roermond"@nl ;
  skos:notation "GM0957" .

<https://vocabs.cbs.nl/geo/def/gemeenten/GM0988>
  skos:broader <https://vocabs.cbs.nl/geo/def/corop-gebieden/CR38> ;
  schema:geoWithin <https://vocabs.cbs.nl/geo/def/corop-gebieden/CR38> ;
  a skos:Concept, <http://rdf.histograph.io/Municipality>, schema:AdministrativeArea ;
  skos:prefLabel "Weert"@nl ;
  skos:notation "GM0988" .

<https://vocabs.cbs.nl/geo/def/gemeenten/GM1640>
  skos:broader <https://vocabs.cbs.nl/geo/def/corop-gebieden/CR38> ;
  schema:geoWithin <https://vocabs.cbs.nl/geo/def/corop-gebieden/CR38> ;
  a skos:Concept, <http://rdf.histograph.io/Municipality>, schema:AdministrativeArea ;
  skos:prefLabel "Leudal"@nl ;
  skos:notation "GM1640" .

<https://vocabs.cbs.nl/geo/def/gemeenten/GM1641>
  skos:broader <https://vocabs.cbs.nl/geo/def/corop-gebieden/CR38> ;
  schema:geoWithin <https://vocabs.cbs.nl/geo/def/corop-gebieden/CR38> ;
  a skos:Concept, <http://rdf.histograph.io/Municipality>, schema:AdministrativeArea ;
  skos:prefLabel "Maasgouw"@nl ;
  skos:notation "GM1641" .

<https://vocabs.cbs.nl/geo/def/gemeenten/GM1669>
  skos:broader <https://vocabs.cbs.nl/geo/def/corop-gebieden/CR38> ;
  schema:geoWithin <https://vocabs.cbs.nl/geo/def/corop-gebieden/CR38> ;
  a skos:Concept, <http://rdf.histograph.io/Municipality>, schema:AdministrativeArea ;
  skos:prefLabel "Roerdalen"@nl ;
  skos:notation "GM1669" .

<https://vocabs.cbs.nl/geo/def/gemeenten/GM1711>
  skos:broader <https://vocabs.cbs.nl/geo/def/corop-gebieden/CR38> ;
  schema:geoWithin <https://vocabs.cbs.nl/geo/def/corop-gebieden/CR38> ;
  a skos:Concept, <http://rdf.histograph.io/Municipality>, schema:AdministrativeArea ;
  skos:prefLabel "Echt-Susteren"@nl ;
  skos:notation "GM1711" .

<https://vocabs.cbs.nl/geo/def/corop-gebieden/CR38>
  a skos:Concept, cbs_geo:corop-gebied ;
  skos:notation "CR38" ;
  schema:startDate "1970-01-01" ;
  skos:topConceptOf <https://vocabs.cbs.nl/geo/def/corop-gebieden/2021/scheme> ;
  skos:inScheme <https://vocabs.cbs.nl/geo/def/corop-gebieden/2021/scheme> ;
  skos:prefLabel "Midden-Limburg"@nl ;
  skos:exactMatch <http://data.europa.eu/nuts/code/NL422> ;
  skos:narrower <https://vocabs.cbs.nl/geo/def/gemeenten/GM0946>, <https://vocabs.cbs.nl/geo/def/gemeenten/GM0957>, <https://vocabs.cbs.nl/geo/def/gemeenten/GM0988>, <https://vocabs.cbs.nl/geo/def/gemeenten/GM1640>, <https://vocabs.cbs.nl/geo/def/gemeenten/GM1641>, <https://vocabs.cbs.nl/geo/def/gemeenten/GM1669>, <https://vocabs.cbs.nl/geo/def/gemeenten/GM1711> ;
  skos:broader <https://vocabs.cbs.nl/geo/def/provincies/PV31> ;
  dc:modified "2022-11-17T20:23:58"^^xsd:dateTime ;
  dc:created "2021-07-25"^^xsd:date ;
  schema:geoContains <https://vocabs.cbs.nl/geo/def/gemeenten/GM0946>, <https://vocabs.cbs.nl/geo/def/gemeenten/GM0957>, <https://vocabs.cbs.nl/geo/def/gemeenten/GM0988>, <https://vocabs.cbs.nl/geo/def/gemeenten/GM1640>, <https://vocabs.cbs.nl/geo/def/gemeenten/GM1641>, <https://vocabs.cbs.nl/geo/def/gemeenten/GM1669>, <https://vocabs.cbs.nl/geo/def/gemeenten/GM1711> ;
  schema:geoWithin <https://vocabs.cbs.nl/geo/def/provincies/PV31> .

cbs_geo:corop-gebied a rdfs:Class .
schema:startDate rdfs:label "Start date"@en, "Startdatum"@nl .
