@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#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

<http://data.europa.eu/nuts/code/NL23> skos:exactMatch <https://vocabs.cbs.nl/geo/def/provincies/PV24> .
<https://www.wikidata.org/wiki/Q707> skos:exactMatch <https://vocabs.cbs.nl/geo/def/provincies/PV24> .
<https://vocabs.cbs.nl/geo/def/landsdelen/LD02>
  skos:narrower <https://vocabs.cbs.nl/geo/def/provincies/PV24> ;
  schema:geoContains <https://vocabs.cbs.nl/geo/def/provincies/PV24> ;
  a skos:Concept, schema:Place, cbs_geo:Landsdeel ;
  skos:prefLabel "Oost-Nederland"@nl ;
  skos:notation "LD02" .

cbs_geo:provincies
  skos:narrower <https://vocabs.cbs.nl/geo/def/provincies/PV24> ;
  a skos:Concept ;
  skos:prefLabel "Provincies"@nl, "Provinces"@en .

<https://vocabs.cbs.nl/geo/def/gemeenten/GM0034>
  skos:broader <https://vocabs.cbs.nl/geo/def/provincies/PV24> ;
  schema:geoWithin <https://vocabs.cbs.nl/geo/def/provincies/PV24> ;
  a skos:Concept, <http://rdf.histograph.io/Municipality>, schema:AdministrativeArea, <http://vocab.getty.edu/aat/300265612> ;
  skos:prefLabel "Almere"@nl ;
  skos:notation "GM0034" .

<https://vocabs.cbs.nl/geo/def/gemeenten/GM0050>
  skos:broader <https://vocabs.cbs.nl/geo/def/provincies/PV24> ;
  schema:geoWithin <https://vocabs.cbs.nl/geo/def/provincies/PV24> ;
  a skos:Concept, <http://rdf.histograph.io/Municipality>, schema:AdministrativeArea, <http://vocab.getty.edu/aat/300265612> ;
  skos:prefLabel "Zeewolde"@nl ;
  skos:notation "GM0050" .

<https://vocabs.cbs.nl/geo/def/gemeenten/GM0171>
  skos:broader <https://vocabs.cbs.nl/geo/def/provincies/PV24> ;
  schema:geoWithin <https://vocabs.cbs.nl/geo/def/provincies/PV24> ;
  a skos:Concept, <http://rdf.histograph.io/Municipality>, schema:AdministrativeArea, <http://vocab.getty.edu/aat/300265612> ;
  skos:prefLabel "Noordoostpolder"@nl ;
  skos:notation "GM0171" .

<https://vocabs.cbs.nl/geo/def/gemeenten/GM0184>
  skos:broader <https://vocabs.cbs.nl/geo/def/provincies/PV24> ;
  schema:geoWithin <https://vocabs.cbs.nl/geo/def/provincies/PV24> ;
  a skos:Concept, <http://rdf.histograph.io/Municipality>, schema:AdministrativeArea, <http://vocab.getty.edu/aat/300265612> ;
  skos:prefLabel "Urk"@nl ;
  skos:notation "GM0184" .

<https://vocabs.cbs.nl/geo/def/gemeenten/GM0303>
  skos:broader <https://vocabs.cbs.nl/geo/def/provincies/PV24> ;
  schema:geoWithin <https://vocabs.cbs.nl/geo/def/provincies/PV24> ;
  a skos:Concept, <http://rdf.histograph.io/Municipality>, schema:AdministrativeArea, <http://vocab.getty.edu/aat/300265612> ;
  skos:prefLabel "Dronten"@nl ;
  skos:notation "GM0303" .

<https://vocabs.cbs.nl/geo/def/gemeenten/GM0995>
  skos:broader <https://vocabs.cbs.nl/geo/def/provincies/PV24> ;
  schema:geoWithin <https://vocabs.cbs.nl/geo/def/provincies/PV24> ;
  a skos:Concept, <http://rdf.histograph.io/Municipality>, schema:AdministrativeArea, <http://vocab.getty.edu/aat/300265612> ;
  skos:prefLabel "Lelystad"@nl ;
  skos:notation "GM0995" .

<https://vocabs.cbs.nl/geo/def/provincies/PV24>
  a skos:Concept, <http://rdf.histograph.io/Province>, schema:AdministrativeArea, <http://vocab.getty.edu/aat/300000774> ;
  skos:notation "PV24" ;
  schema:startDate "1986-01-01" ;
  skos:inScheme <https://vocabs.cbs.nl/geo/def/ned/scheme> ;
  skos:prefLabel "Flevoland"@nl ;
  skos:exactMatch <http://data.europa.eu/nuts/code/NL23>, <https://www.wikidata.org/wiki/Q707> ;
  skos:narrower <https://vocabs.cbs.nl/geo/def/gemeenten/GM0034>, <https://vocabs.cbs.nl/geo/def/gemeenten/GM0050>, <https://vocabs.cbs.nl/geo/def/gemeenten/GM0171>, <https://vocabs.cbs.nl/geo/def/gemeenten/GM0184>, <https://vocabs.cbs.nl/geo/def/gemeenten/GM0303>, <https://vocabs.cbs.nl/geo/def/gemeenten/GM0995> ;
  skos:broader <https://vocabs.cbs.nl/geo/def/landsdelen/LD02>, cbs_geo:provincies ;
  dc:modified "2022-01-25"^^xsd:date ;
  dc:created "2021-07-25"^^xsd:date ;
  schema:geoWithin <https://vocabs.cbs.nl/geo/def/landsdelen/LD02> .

schema:startDate rdfs:label "Start date"@en, "Startdatum"@nl .
<https://vocabs.cbs.nl/geo/def/ned/scheme>
  a owl:Ontology, skos:ConceptScheme ;
  skos:prefLabel "Geografische gebieden Nederland"@nl, "Geographic areas Netherlands"@en .

