@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/74> ;
  skos:prefLabel "ISCED 2011 Category"@en, "ISCED 2011 2e niveau: Categorie"@nl ;
  a skos:Collection .

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

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

<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/74>
  a skos:Concept ;
  skos:notation "74" ;
  skos:inScheme <https://vocabs.cbs.nl/def/isced-2011/levels/scheme> ;
  skos:prefLabel "master or equivalent - academic"@en ;
  skos:narrower <https://vocabs.cbs.nl/def/isced-2011/levels/740> ;
  skos:broader <https://vocabs.cbs.nl/def/isced-2011/levels/7> .

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

