@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix soi2016: <https://vocabs.cbs.nl/def/> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

<https://taxonomie.cbs.nl/vocab/id/2980>
  skos:narrower <https://taxonomie.cbs.nl/vocab/id/3914> ;
  a skos:Concept, soi2016:Keyword ;
  skos:prefLabel "statistische methoden"@nl, "statistical methods"@en .

<https://taxonomie.cbs.nl/vocab/id/4078>
  skos:broader <https://taxonomie.cbs.nl/vocab/id/3914> ;
  a skos:Concept, soi2016:Keyword ;
  skos:prefLabel "survey onderzoek"@nl, "survey research"@en .

<https://taxonomie.cbs.nl/vocab/id/8521>
  skos:broader <https://taxonomie.cbs.nl/vocab/id/3914> ;
  a skos:Concept, soi2016:Keyword ;
  skos:prefLabel "onderzoekspopulatie"@nl, "research population"@en .

<https://taxonomie.cbs.nl/vocab/id/4077>
  skos:broader <https://taxonomie.cbs.nl/vocab/id/3914> ;
  a skos:Concept, soi2016:Keyword ;
  skos:prefLabel "onderzoeksrapporten"@nl, "research reports"@en .

<https://taxonomie.cbs.nl/vocab/id/4076>
  skos:broader <https://taxonomie.cbs.nl/vocab/id/3914> ;
  a skos:Concept, soi2016:Keyword ;
  skos:prefLabel "papers"@nl, "discussion papers"@en .

<https://taxonomie.cbs.nl/vocab/id/3828>
  skos:related <https://taxonomie.cbs.nl/vocab/id/3914> ;
  a skos:Concept, soi2016:Keyword ;
  skos:prefLabel "wetenschappelijk onderzoek"@nl, "science"@en .

<https://taxonomie.cbs.nl/vocab/id/3914>
  a skos:Concept, soi2016:Keyword ;
  dc:identifier 3914 ;
  skos:inScheme <https://taxonomie.cbs.nl/vocab> ;
  skos:prefLabel "statistisch onderzoek"@nl, "statistical research"@en ;
  skos:narrower <https://taxonomie.cbs.nl/vocab/id/4078>, <https://taxonomie.cbs.nl/vocab/id/8521>, <https://taxonomie.cbs.nl/vocab/id/4077>, <https://taxonomie.cbs.nl/vocab/id/4076> ;
  skos:broader <https://taxonomie.cbs.nl/vocab/id/2980> ;
  dc:modified "2018-06-06T20:58:19"^^xsd:dateTime ;
  dc:created "2015-10-14T11:56:43"^^xsd:dateTime ;
  skos:related <https://taxonomie.cbs.nl/vocab/id/3828> .

soi2016:Keyword
  a rdfs:Class, owl:Class ;
  rdfs:label "CBS keyword"@nl, "CBS keyword"@en .

<https://taxonomie.cbs.nl/vocab>
  a owl:Ontology, skos:ConceptScheme ;
  skos:prefLabel "Statistics Netherlands taxonomy"@en, "CBS taxonomie"@nl .

