@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/4496> ;
  a skos:Concept, soi2016:Keyword ;
  skos:prefLabel "Nederland"@nl, "Netherlands"@en .

<https://taxonomie.cbs.nl/vocab/id/4867>
  skos:broader <https://taxonomie.cbs.nl/vocab/id/4496> ;
  a skos:Concept, soi2016:Keyword ;
  skos:prefLabel "Enschede"@nl, "Enschede"@en ;
  skos:notation "GM0153" .

<https://taxonomie.cbs.nl/vocab/id/4866>
  skos:broader <https://taxonomie.cbs.nl/vocab/id/4496> ;
  a skos:Concept, soi2016:Keyword ;
  skos:prefLabel "Zwolle"@nl, "Zwolle"@en ;
  skos:notation "GM0193" .

<https://taxonomie.cbs.nl/vocab/id/4496>
  a skos:Concept, soi2016:Keyword ;
  skos:notation "PV23" ;
  dc:identifier 4496 ;
  skos:inScheme <https://taxonomie.cbs.nl/vocab> ;
  skos:prefLabel "Overijssel"@nl, "Overijssel"@en ;
  skos:narrower <https://taxonomie.cbs.nl/vocab/id/4867>, <https://taxonomie.cbs.nl/vocab/id/4866> ;
  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 .

