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

<https://vocabs.cbs.nl/def/isced-2011/collections/subcategory>
  skos:member <https://vocabs.cbs.nl/def/isced-2011/levels/550> ;
  skos:prefLabel "ISCED 2011 Subcategory"@en, "ISCED 2011 3e niveau: Subcategorie"@nl ;
  a skos:Collection .

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

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

<https://vocabs.cbs.nl/def/isced-2011/levels/550>
  a skos:Concept ;
  skos:notation "550" ;
  skos:inScheme <https://vocabs.cbs.nl/def/isced-2011/levels/scheme> ;
  skos:prefLabel "short cycle tertiary - vocational"@en ;
  skos:broader <https://vocabs.cbs.nl/def/isced-2011/levels/55> .

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

