@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/corop-gebieden/2022/scheme>
  skos:hasTopConcept <https://vocabs.cbs.nl/geo/def/corop-gebieden/CR24> ;
  a skos:ConceptScheme ;
  skos:prefLabel "NUTS 3 Areas 2022"@en, "Coropgebieden 2022"@nl .

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

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

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

<https://vocabs.cbs.nl/geo/def/gemeenten/GM0417>
  skos:broader <https://vocabs.cbs.nl/geo/def/corop-gebieden/CR24> ;
  schema:geoWithin <https://vocabs.cbs.nl/geo/def/corop-gebieden/CR24> ;
  a skos:Concept, <http://rdf.histograph.io/Municipality>, schema:AdministrativeArea ;
  skos:prefLabel "Laren (NH.)"@nl ;
  skos:notation "GM0417" .

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

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

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

<https://vocabs.cbs.nl/geo/def/corop-gebieden/CR24>
  a skos:Concept, cbs_geo:corop-gebied ;
  skos:notation "CR24" ;
  schema:startDate "1970-01-01" ;
  skos:topConceptOf <https://vocabs.cbs.nl/geo/def/corop-gebieden/2022/scheme> ;
  skos:inScheme <https://vocabs.cbs.nl/geo/def/corop-gebieden/2022/scheme> ;
  skos:prefLabel "Het Gooi en Vechtstreek"@nl ;
  skos:exactMatch <http://data.europa.eu/nuts/code/NL327> ;
  skos:narrower <https://vocabs.cbs.nl/geo/def/gemeenten/GM0376>, <https://vocabs.cbs.nl/geo/def/gemeenten/GM0402>, <https://vocabs.cbs.nl/geo/def/gemeenten/GM0406>, <https://vocabs.cbs.nl/geo/def/gemeenten/GM0417>, <https://vocabs.cbs.nl/geo/def/gemeenten/GM0457>, <https://vocabs.cbs.nl/geo/def/gemeenten/GM1696>, <https://vocabs.cbs.nl/geo/def/gemeenten/GM1942> ;
  skos:broader <https://vocabs.cbs.nl/geo/def/provincies/PV27> ;
  dc:modified "2022-12-17T20:23:58"^^xsd:dateTime ;
  dc:created "2021-07-25"^^xsd:date ;
  schema:geoContains <https://vocabs.cbs.nl/geo/def/gemeenten/GM0376>, <https://vocabs.cbs.nl/geo/def/gemeenten/GM0402>, <https://vocabs.cbs.nl/geo/def/gemeenten/GM0406>, <https://vocabs.cbs.nl/geo/def/gemeenten/GM0417>, <https://vocabs.cbs.nl/geo/def/gemeenten/GM0457>, <https://vocabs.cbs.nl/geo/def/gemeenten/GM1696>, <https://vocabs.cbs.nl/geo/def/gemeenten/GM1942> ;
  schema:geoWithin <https://vocabs.cbs.nl/geo/def/provincies/PV27> .

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