@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/2526>
  skos:narrower <https://taxonomie.cbs.nl/vocab/id/2527> ;
  a skos:Concept, soi2016:Keyword ;
  skos:prefLabel "onderwijsinstellingen"@nl, "educational institutions"@en .

<https://taxonomie.cbs.nl/vocab/id/2530>
  skos:broader <https://taxonomie.cbs.nl/vocab/id/2527> ;
  a skos:Concept, soi2016:Keyword ;
  skos:prefLabel "basisscholen"@nl, "primary schools"@en .

<https://taxonomie.cbs.nl/vocab/id/2532>
  skos:broader <https://taxonomie.cbs.nl/vocab/id/2527> ;
  a skos:Concept, soi2016:Keyword ;
  skos:prefLabel "hogescholen"@nl, "college"@en .

<https://taxonomie.cbs.nl/vocab/id/4766>
  skos:broader <https://taxonomie.cbs.nl/vocab/id/2527> ;
  a skos:Concept, soi2016:Keyword ;
  skos:prefLabel "particuliere scholen"@nl, "private schools"@en .

<https://taxonomie.cbs.nl/vocab/id/2537>
  skos:broader <https://taxonomie.cbs.nl/vocab/id/2527> ;
  a skos:Concept, soi2016:Keyword ;
  skos:prefLabel "speciale scholen"@nl, "special schools"@en .

<https://taxonomie.cbs.nl/vocab/id/4767>
  skos:broader <https://taxonomie.cbs.nl/vocab/id/2527> ;
  a skos:Concept, soi2016:Keyword ;
  skos:prefLabel "middelbare scholen"@nl, "secondary schools"@en .

<https://taxonomie.cbs.nl/vocab/id/2527>
  a skos:Concept, soi2016:Keyword ;
  dc:identifier 2527 ;
  skos:inScheme <https://taxonomie.cbs.nl/vocab> ;
  skos:prefLabel "scholen"@nl, "schools"@en ;
  skos:altLabel "school"@nl ;
  skos:narrower <https://taxonomie.cbs.nl/vocab/id/2530>, <https://taxonomie.cbs.nl/vocab/id/2532>, <https://taxonomie.cbs.nl/vocab/id/4766>, <https://taxonomie.cbs.nl/vocab/id/2537>, <https://taxonomie.cbs.nl/vocab/id/4767> ;
  skos:broader <https://taxonomie.cbs.nl/vocab/id/2526> ;
  dc:created "2015-09-30T16:12:07"^^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 .

