@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/NL3> skos:exactMatch <https://vocabs.cbs.nl/geo/def/landsdelen/LD03> .
cbs_geo:landsdelen
  skos:narrower <https://vocabs.cbs.nl/geo/def/landsdelen/LD03> ;
  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/LD03> ;
  schema:geoContains <https://vocabs.cbs.nl/geo/def/landsdelen/LD03> ;
  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/PV26>
  skos:broader <https://vocabs.cbs.nl/geo/def/landsdelen/LD03> ;
  schema:geoWithin <https://vocabs.cbs.nl/geo/def/landsdelen/LD03> ;
  a skos:Concept, <http://rdf.histograph.io/Province>, schema:AdministrativeArea, <http://vocab.getty.edu/aat/300000774> ;
  skos:prefLabel "Utrecht"@nl ;
  skos:notation "PV26" .

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

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

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

<https://vocabs.cbs.nl/geo/def/landsdelen/LD03>
  a skos:Concept, schema:Place, cbs_geo:Landsdeel ;
  skos:notation "LD03" ;
  schema:startDate "1950-01-01" ;
  skos:inScheme <https://vocabs.cbs.nl/geo/def/ned/scheme> ;
  skos:prefLabel "West-Nederland"@nl ;
  skos:exactMatch <http://data.europa.eu/nuts/code/NL3> ;
  skos:narrower <https://vocabs.cbs.nl/geo/def/provincies/PV26>, <https://vocabs.cbs.nl/geo/def/provincies/PV27>, <https://vocabs.cbs.nl/geo/def/provincies/PV28>, <https://vocabs.cbs.nl/geo/def/provincies/PV29> ;
  skos:broader cbs_geo:landsdelen, <https://vocabs.cbs.nl/geo/def/ISO_3166-1/528> ;
  dc:modified "2023-10-25T16:16:55"^^xsd:dateTime ;
  dc:created "2021-07-25"^^xsd:date ;
  schema:geoContains <https://vocabs.cbs.nl/geo/def/provincies/PV26>, <https://vocabs.cbs.nl/geo/def/provincies/PV27>, <https://vocabs.cbs.nl/geo/def/provincies/PV28>, <https://vocabs.cbs.nl/geo/def/provincies/PV29> ;
  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 .

