@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-detailgroepen
  skos:member <https://vocabs.cbs.nl/def/soi/2016/richtingen/0910> ;
  skos:prefLabel "Detailed fields of study"@en, "ISCED-F2013 detailgroepen"@nl ;
  a skos:Collection .

<https://vocabs.cbs.nl/def/soi/2016/richtingen/091>
  skos:narrower <https://vocabs.cbs.nl/def/soi/2016/richtingen/0910> ;
  a skos:Concept ;
  skos:prefLabel "Gezondheidszorg"@nl, "Health"@en ;
  skos:notation "091" .

<https://vocabs.cbs.nl/def/soi/2016/richtingen/091000>
  skos:broader <https://vocabs.cbs.nl/def/soi/2016/richtingen/0910> ;
  a skos:Concept ;
  skos:prefLabel "Gezondheidszorg z.n.d."@nl ;
  skos:notation "091000" .

<https://vocabs.cbs.nl/def/soi/2016/groepen>
  skos:member soi2016:isced-f2013-detailgroepen ;
  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/0910>
  a skos:Concept ;
  rdfs:isDefinedBy "isced" ;
  skos:notation "0910" ;
  skos:inScheme <https://vocabs.cbs.nl/def/soi/2016/scheme> ;
  skos:prefLabel "Health not further defined"@en, "Gezondheidszorg_2"@nl ;
  skos:altLabel "Gezondheidszorg"@nl ;
  skos:narrower <https://vocabs.cbs.nl/def/soi/2016/richtingen/091000> ;
  skos:broader <https://vocabs.cbs.nl/def/soi/2016/richtingen/091> .

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

