@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/2448>
  skos:narrower <https://taxonomie.cbs.nl/vocab/id/2449> ;
  a skos:Concept, soi2016:Keyword ;
  skos:prefLabel "special schools"@en, "bijzondere scholen"@nl .

<https://taxonomie.cbs.nl/vocab/id/2450>
  skos:broader <https://taxonomie.cbs.nl/vocab/id/2449> ;
  a skos:Concept, soi2016:Keyword ;
  skos:prefLabel "islamitische scholen"@nl, "islamic schools"@en .

<https://taxonomie.cbs.nl/vocab/id/2451>
  skos:broader <https://taxonomie.cbs.nl/vocab/id/2449> ;
  a skos:Concept, soi2016:Keyword ;
  skos:prefLabel "protestants-christelijke scholen"@nl, "protestant schools"@en .

<https://taxonomie.cbs.nl/vocab/id/2452>
  skos:broader <https://taxonomie.cbs.nl/vocab/id/2449> ;
  a skos:Concept, soi2016:Keyword ;
  skos:prefLabel "reformatorische scholen"@nl, "reformational schools"@en .

<https://taxonomie.cbs.nl/vocab/id/2453>
  skos:broader <https://taxonomie.cbs.nl/vocab/id/2449> ;
  a skos:Concept, soi2016:Keyword ;
  skos:prefLabel "rooms-katholieke scholen"@nl, "roman catholic schools"@en .

<https://taxonomie.cbs.nl/vocab/id/2449>
  a skos:Concept, soi2016:Keyword ;
  dc:identifier 2449 ;
  skos:inScheme <https://taxonomie.cbs.nl/vocab> ;
  skos:prefLabel "confessionele scholen"@nl, "confessional schools"@en ;
  skos:narrower <https://taxonomie.cbs.nl/vocab/id/2450>, <https://taxonomie.cbs.nl/vocab/id/2451>, <https://taxonomie.cbs.nl/vocab/id/2452>, <https://taxonomie.cbs.nl/vocab/id/2453> ;
  skos:broader <https://taxonomie.cbs.nl/vocab/id/2448> ;
  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 .

