@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix cbs_geo: <https://vocabs.cbs.nl/geo/def/> .
@prefix schema: <http://schema.org/> .
@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/NL2> skos:exactMatch <https://vocabs.cbs.nl/geo/def/landsdelen/LD02> .
cbs_geo:landsdelen
  skos:narrower <https://vocabs.cbs.nl/geo/def/landsdelen/LD02> ;
  a skos:Concept ;
  skos:prefLabel "Landsdelen"@nl, "NUTS 1 areas"@en .

<https://vocabs.cbs.nl/geo/def/ISO_3166-1/528>
  skos:narrower <https://vocabs.cbs.nl/geo/def/landsdelen/LD02> ;
  schema:geoContains <https://vocabs.cbs.nl/geo/def/landsdelen/LD02> ;
  a skos:Concept, <http://rdf.histograph.io/Country>, schema:Country, <http://vocab.getty.edu/aat/300232420> ;
  skos:prefLabel "Nederland"@nl, "Netherlands"@en .

<https://vocabs.cbs.nl/geo/def/provincies/PV23>
  skos:broader <https://vocabs.cbs.nl/geo/def/landsdelen/LD02> ;
  schema:geoWithin <https://vocabs.cbs.nl/geo/def/landsdelen/LD02> ;
  a skos:Concept, <http://rdf.histograph.io/Province>, schema:AdministrativeArea, <http://vocab.getty.edu/aat/300000774> ;
  skos:prefLabel "Overijssel"@nl ;
  skos:notation "PV23" .

<https://vocabs.cbs.nl/geo/def/provincies/PV25>
  skos:broader <https://vocabs.cbs.nl/geo/def/landsdelen/LD02> ;
  schema:geoWithin <https://vocabs.cbs.nl/geo/def/landsdelen/LD02> ;
  a skos:Concept, <http://rdf.histograph.io/Province>, schema:AdministrativeArea, <http://vocab.getty.edu/aat/300000774> ;
  skos:prefLabel "Gelderland"@nl ;
  skos:notation "PV25" .

<https://vocabs.cbs.nl/geo/def/provincies/PV24>
  skos:broader <https://vocabs.cbs.nl/geo/def/landsdelen/LD02> ;
  schema:geoWithin <https://vocabs.cbs.nl/geo/def/landsdelen/LD02> ;
  a skos:Concept, <http://rdf.histograph.io/Province>, schema:AdministrativeArea, <http://vocab.getty.edu/aat/300000774> ;
  skos:prefLabel "Flevoland"@nl ;
  skos:notation "PV24" .

<https://vocabs.cbs.nl/geo/def/landsdelen/LD02>
  a skos:Concept, schema:Place, cbs_geo:Landsdeel ;
  skos:notation "LD02" ;
  schema:startDate "1950-01-01" ;
  skos:inScheme <https://vocabs.cbs.nl/geo/def/ned/scheme> ;
  skos:prefLabel "Oost-Nederland"@nl ;
  skos:exactMatch <http://data.europa.eu/nuts/code/NL2> ;
  skos:narrower <https://vocabs.cbs.nl/geo/def/provincies/PV23>, <https://vocabs.cbs.nl/geo/def/provincies/PV25>, <https://vocabs.cbs.nl/geo/def/provincies/PV24> ;
  skos:broader cbs_geo:landsdelen, <https://vocabs.cbs.nl/geo/def/ISO_3166-1/528> ;
  dc:modified "2023-10-25T16:16:41"^^xsd:dateTime ;
  dc:created "2021-07-25"^^xsd:date ;
  schema:geoContains <https://vocabs.cbs.nl/geo/def/provincies/PV23>, <https://vocabs.cbs.nl/geo/def/provincies/PV25>, <https://vocabs.cbs.nl/geo/def/provincies/PV24> ;
  schema:geoWithin <https://vocabs.cbs.nl/geo/def/ISO_3166-1/528> .

cbs_geo:Landsdeel a rdfs:Class .
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 .

