@prefix soi2016: <https://vocabs.cbs.nl/def/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

soi2016:isced-f2013-subgroepen
  skos:member <https://vocabs.cbs.nl/def/soi/2016/richtingen/020> ;
  skos:prefLabel "Narrow fields of study"@en, "ISCED-F2013 subgroepen"@nl ;
  a skos:Collection .

<https://vocabs.cbs.nl/def/soi/2016/richtingen/02>
  skos:narrower <https://vocabs.cbs.nl/def/soi/2016/richtingen/020> ;
  a skos:Concept ;
  skos:prefLabel "Vormgeving, kunst, talen en geschiedenis"@nl, "Arts and humanities"@en ;
  skos:notation "02" .

<https://vocabs.cbs.nl/def/soi/2016/richtingen/0200>
  skos:broader <https://vocabs.cbs.nl/def/soi/2016/richtingen/020> ;
  a skos:Concept ;
  skos:prefLabel "Arts and humanities not further defined"@en, "Vormgeving, kunst, talen en geschiedenis_3"@nl ;
  skos:notation "0200" .

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

<https://vocabs.cbs.nl/def/soi/2016/richtingen/020>
  a skos:Concept ;
  rdfs:isDefinedBy "isced" ;
  skos:notation "020" ;
  skos:inScheme <https://vocabs.cbs.nl/def/soi/2016/scheme> ;
  skos:prefLabel "Arts and humanities not further defined"@en, "Vormgeving, kunst, talen en geschiedenis_2"@nl ;
  skos:altLabel "Vormgeving, kunst, talen en geschiedenis"@nl ;
  skos:narrower <https://vocabs.cbs.nl/def/soi/2016/richtingen/0200> ;
  skos:broader <https://vocabs.cbs.nl/def/soi/2016/richtingen/02> .

<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 .

