@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix soi2016: <https://vocabs.cbs.nl/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#> .

<https://taxonomie.cbs.nl/vocab/id/4446>
  skos:narrower <https://taxonomie.cbs.nl/vocab/id/4491> ;
  a skos:Concept, soi2016:Keyword ;
  skos:prefLabel "Nederland"@nl, "Netherlands"@en .

<https://taxonomie.cbs.nl/vocab/id/4871>
  skos:broader <https://taxonomie.cbs.nl/vocab/id/4491> ;
  a skos:Concept, soi2016:Keyword ;
  skos:prefLabel "Delft"@nl, "Delft"@en ;
  skos:notation "GM0503" .

<https://taxonomie.cbs.nl/vocab/id/4870>
  skos:broader <https://taxonomie.cbs.nl/vocab/id/4491> ;
  a skos:Concept, soi2016:Keyword ;
  skos:prefLabel "Leiden"@nl, "Leiden"@en ;
  skos:notation "GM0546" .

<https://taxonomie.cbs.nl/vocab/id/4991>
  skos:broader <https://taxonomie.cbs.nl/vocab/id/4491> ;
  a skos:Concept, soi2016:Keyword ;
  skos:prefLabel "Leidschendam-Voorburg"@nl, "Leidschendam-Voorburg"@en ;
  skos:notation "GM1916" .

<https://taxonomie.cbs.nl/vocab/id/4502>
  skos:broader <https://taxonomie.cbs.nl/vocab/id/4491> ;
  a skos:Concept, soi2016:Keyword ;
  skos:prefLabel "Rotterdam"@nl, "Rotterdam"@en ;
  skos:notation "GM0599" .

<https://taxonomie.cbs.nl/vocab/id/4501>
  skos:broader <https://taxonomie.cbs.nl/vocab/id/4491> ;
  a skos:Concept, soi2016:Keyword ;
  skos:prefLabel "Den Haag"@nl, "The Hague"@en ;
  skos:notation "GM0518" .

<https://taxonomie.cbs.nl/vocab/id/4491>
  a skos:Concept, soi2016:Keyword ;
  skos:notation "PV28" ;
  dc:identifier 4491 ;
  skos:inScheme <https://taxonomie.cbs.nl/vocab> ;
  skos:prefLabel "Zuid-Holland"@nl, "Zuid-Holland"@en ;
  skos:altLabel "Zuid Holland"@nl, "ZH"@nl, "Zuidholland"@nl ;
  skos:narrower <https://taxonomie.cbs.nl/vocab/id/4871>, <https://taxonomie.cbs.nl/vocab/id/4870>, <https://taxonomie.cbs.nl/vocab/id/4991>, <https://taxonomie.cbs.nl/vocab/id/4502>, <https://taxonomie.cbs.nl/vocab/id/4501> ;
  skos:broader <https://taxonomie.cbs.nl/vocab/id/4446> ;
  dc:created "2016-02-02T13:57:47"^^xsd:dateTime .

soi2016:Keyword
  a rdfs:Class, owl:Class ;
  rdfs:label "CBS keyword"@nl, "CBS keyword"@en .

<https://taxonomie.cbs.nl/vocab>
  a owl:Ontology, skos:ConceptScheme ;
  skos:prefLabel "Statistics Netherlands taxonomy"@en, "CBS taxonomie"@nl .

