@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

<https://vocabs.cbs.nl/def/isced-2011/levels/scheme>
  skos:hasTopConcept <https://vocabs.cbs.nl/def/isced-2011/levels/9> ;
  a skos:ConceptScheme ;
  skos:prefLabel "ISCED 2011 Onderwijsniveaus"@nl, "ISCED 2011 Levels of education"@en .

<https://vocabs.cbs.nl/def/isced-2011/collections/level>
  skos:member <https://vocabs.cbs.nl/def/isced-2011/levels/9> ;
  skos:prefLabel "ISCED 2011 Level"@en, "ISCED 2011 1e Niveau"@nl ;
  a skos:Collection .

<https://vocabs.cbs.nl/def/isced-2011/levels/99>
  skos:broader <https://vocabs.cbs.nl/def/isced-2011/levels/9> ;
  a skos:Concept ;
  skos:prefLabel "unknown"@en ;
  skos:notation "99" .

<https://vocabs.cbs.nl/def/isced-2011/collections>
  skos:member <https://vocabs.cbs.nl/def/isced-2011/collections/level> ;
  skos:prefLabel "ISCED 2011 Levels"@en, "ISCED 2011 Niveaus"@nl ;
  a skos:Collection .

<https://vocabs.cbs.nl/def/isced-2011/levels/9>
  a skos:Concept ;
  skos:notation "9" ;
  skos:topConceptOf <https://vocabs.cbs.nl/def/isced-2011/levels/scheme> ;
  skos:inScheme <https://vocabs.cbs.nl/def/isced-2011/levels/scheme> ;
  skos:prefLabel "unknown"@en ;
  skos:narrower <https://vocabs.cbs.nl/def/isced-2011/levels/99> .

