@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/0> ;
  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/0> ;
  skos:prefLabel "ISCED 2011 Level"@en, "ISCED 2011 1e Niveau"@nl ;
  a skos:Collection .

<https://vocabs.cbs.nl/def/isced-2011/levels/01>
  skos:broader <https://vocabs.cbs.nl/def/isced-2011/levels/0> ;
  a skos:Concept ;
  skos:prefLabel "never attended an educational programme"@en ;
  skos:notation "01" .

<https://vocabs.cbs.nl/def/isced-2011/levels/03>
  skos:broader <https://vocabs.cbs.nl/def/isced-2011/levels/0> ;
  a skos:Concept ;
  skos:prefLabel "some primary education (without level completion)"@en ;
  skos:notation "03" .

<https://vocabs.cbs.nl/def/soi/2016/pubniveaus/10000>
  skos:broadMatch <https://vocabs.cbs.nl/def/isced-2011/levels/0> ;
  a skos:Concept ;
  skos:prefLabel "less than primary"@en, "onderwijs aan kleuters"@nl ;
  skos:notation "10000" .

<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/0>
  a skos:Concept ;
  skos:notation "0" ;
  skos:topConceptOf <https://vocabs.cbs.nl/def/isced-2011/levels/scheme> ;
  skos:inScheme <https://vocabs.cbs.nl/def/isced-2011/levels/scheme> ;
  skos:prefLabel "less than primary"@en ;
  skos:narrower <https://vocabs.cbs.nl/def/isced-2011/levels/01>, <https://vocabs.cbs.nl/def/isced-2011/levels/03>, <https://vocabs.cbs.nl/def/soi/2016/pubniveaus/10000> ;
  skos:narrowMatch <https://vocabs.cbs.nl/def/soi/2016/pubniveaus/10000> .

