@prefix cbs_geo: <https://vocabs.cbs.nl/geo/def/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix schema: <http://schema.org/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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#> .

cbs_geo:landsdelen
  skos:narrower <https://vocabs.cbs.nl/geo/def/landsdelen/LD05> ;
  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/LD05> ;
  schema:geoContains <https://vocabs.cbs.nl/geo/def/landsdelen/LD05> ;
  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/landsdelen/LD05>
  a skos:Concept, schema:Place, cbs_geo:Landsdeel ;
  skos:notation "LD05" ;
  schema:startDate "1950-01-01" ;
  schema:endDate "1986-01-01" ;
  skos:inScheme <https://vocabs.cbs.nl/geo/def/ned/scheme> ;
  skos:prefLabel "Zuidwest-Nederland"@nl ;
  skos:broader cbs_geo:landsdelen, <https://vocabs.cbs.nl/geo/def/ISO_3166-1/528> ;
  owl:deprecated true ;
  dc:modified "2023-10-25T16:17:24"^^xsd:dateTime ;
  dc:created "2021-07-25"^^xsd:date ;
  skos:historyNote "Niet meer in gebruik sinds 1986. Zeeland en Zuid-Holland vormden dit landsdeel."@nl ;
  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 .
schema:endDate rdfs:label "End date"@en, "Einddatum"@nl .
<https://vocabs.cbs.nl/geo/def/ned/scheme>
  a owl:Ontology, skos:ConceptScheme ;
  skos:prefLabel "Geografische gebieden Nederland"@nl, "Geographic areas Netherlands"@en .

