@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix soi2016: <https://vocabs.cbs.nl/def/> .

<https://vocabs.cbs.nl/def/soi/2016/groepen>
  a skos:Collection ;
  skos:inScheme <https://vocabs.cbs.nl/def/soi/2016/scheme> ;
  skos:prefLabel "ISCED F2013 Group divisions: fields of study"@en, "ISCED F2013 Groepen Studierichting"@nl ;
  skos:member soi2016:isced-f2013-detailgroepen, soi2016:isced-f2013-hoofdgroepen, soi2016:isced-f2013-rubrieken, soi2016:isced-f2013-subgroepen .

<https://vocabs.cbs.nl/def/soi/2016/scheme>
  a skos:ConceptScheme ;
  skos:prefLabel "Standaard Onderwijsindeling 2016"@nl, "Education levels and fields of study Netherlands"@en .

soi2016:isced-f2013-detailgroepen
  a skos:Collection ;
  skos:prefLabel "Detailed fields of study"@en, "ISCED-F2013 detailgroepen"@nl .

soi2016:isced-f2013-hoofdgroepen
  a skos:Collection ;
  skos:prefLabel "Broad fields of study"@en, "ISCED-F2013 hoofdgroepen"@nl .

soi2016:isced-f2013-rubrieken
  a skos:Collection ;
  skos:prefLabel "CBS special fields"@en, "ISCED-F2013 rubrieken"@nl .

soi2016:isced-f2013-subgroepen
  a skos:Collection ;
  skos:prefLabel "Narrow fields of study"@en, "ISCED-F2013 subgroepen"@nl .

