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

<https://vocabs.cbs.nl/def/isced-2011/collections/category>
  skos:member <https://vocabs.cbs.nl/def/isced-2011/levels/34> ;
  skos:prefLabel "ISCED 2011 Category"@en, "ISCED 2011 2e niveau: Categorie"@nl ;
  a skos:Collection .

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

<https://vocabs.cbs.nl/def/isced-2011/levels/344>
  skos:broader <https://vocabs.cbs.nl/def/isced-2011/levels/34> ;
  a skos:Concept ;
  skos:prefLabel "upper secondary - general - level completion, with direct access to tertiary"@en ;
  skos:notation "344" .

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

<https://vocabs.cbs.nl/def/isced-2011/levels/34>
  a skos:Concept ;
  skos:notation "34" ;
  skos:inScheme <https://vocabs.cbs.nl/def/isced-2011/levels/scheme> ;
  skos:prefLabel "upper secondary - general"@en ;
  skos:narrower <https://vocabs.cbs.nl/def/isced-2011/levels/344> ;
  skos:broader <https://vocabs.cbs.nl/def/isced-2011/levels/3> .

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

