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

<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/collections/level>
  a skos:Collection ;
  skos:inScheme <https://vocabs.cbs.nl/def/isced-2011/levels/scheme> ;
  skos:prefLabel "ISCED 2011 Level"@en, "ISCED 2011 1e Niveau"@nl ;
  skos:member <https://vocabs.cbs.nl/def/isced-2011/levels/0>, <https://vocabs.cbs.nl/def/isced-2011/levels/1>, <https://vocabs.cbs.nl/def/isced-2011/levels/2>, <https://vocabs.cbs.nl/def/isced-2011/levels/3>, <https://vocabs.cbs.nl/def/isced-2011/levels/4>, <https://vocabs.cbs.nl/def/isced-2011/levels/5>, <https://vocabs.cbs.nl/def/isced-2011/levels/6>, <https://vocabs.cbs.nl/def/isced-2011/levels/7>, <https://vocabs.cbs.nl/def/isced-2011/levels/8>, <https://vocabs.cbs.nl/def/isced-2011/levels/9> .

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

<https://vocabs.cbs.nl/def/isced-2011/levels/0>
  a skos:Concept ;
  skos:prefLabel "less than primary"@en ;
  skos:notation "0" .

<https://vocabs.cbs.nl/def/isced-2011/levels/1>
  a skos:Concept ;
  skos:prefLabel "primary"@en ;
  skos:notation "1" .

<https://vocabs.cbs.nl/def/isced-2011/levels/2>
  a skos:Concept ;
  skos:prefLabel "lower secondary"@en ;
  skos:notation "2" .

<https://vocabs.cbs.nl/def/isced-2011/levels/3>
  a skos:Concept ;
  skos:prefLabel "upper secondary"@en ;
  skos:notation "3" .

<https://vocabs.cbs.nl/def/isced-2011/levels/4>
  a skos:Concept ;
  skos:prefLabel "post-secondary non-tertiary"@en ;
  skos:notation "4" .

<https://vocabs.cbs.nl/def/isced-2011/levels/5>
  a skos:Concept ;
  skos:prefLabel "short cycle tertiary"@en ;
  skos:notation "5" .

<https://vocabs.cbs.nl/def/isced-2011/levels/6>
  a skos:Concept ;
  skos:prefLabel "bachelor or equivalent"@en ;
  skos:notation "6" .

<https://vocabs.cbs.nl/def/isced-2011/levels/7>
  a skos:Concept ;
  skos:prefLabel "master or equivalent"@en ;
  skos:notation "7" .

<https://vocabs.cbs.nl/def/isced-2011/levels/8>
  a skos:Concept ;
  skos:prefLabel "doctoral or equivalent"@en ;
  skos:notation "8" .

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

