@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/4070> ;
  a skos:Concept, soi2016:Keyword ;
  skos:prefLabel "statistische methoden"@nl, "statistical methods"@en .

<https://taxonomie.cbs.nl/vocab/id/4071>
  skos:broader <https://taxonomie.cbs.nl/vocab/id/4070> ;
  a skos:Concept, soi2016:Keyword ;
  skos:prefLabel "blaise"@nl, "blaise"@en .

<https://taxonomie.cbs.nl/vocab/id/4102>
  skos:broader <https://taxonomie.cbs.nl/vocab/id/4070> ;
  a skos:Concept, soi2016:Keyword ;
  skos:prefLabel "matlab"@nl, "Matlab"@en .

<https://taxonomie.cbs.nl/vocab/id/4100>
  skos:broader <https://taxonomie.cbs.nl/vocab/id/4070> ;
  a skos:Concept, soi2016:Keyword ;
  skos:prefLabel "R (software)"@nl, "R (software)"@en .

<https://taxonomie.cbs.nl/vocab/id/4104>
  skos:broader <https://taxonomie.cbs.nl/vocab/id/4070> ;
  a skos:Concept, soi2016:Keyword ;
  skos:prefLabel "SAS"@nl, "SAS"@en .

<https://taxonomie.cbs.nl/vocab/id/4103>
  skos:broader <https://taxonomie.cbs.nl/vocab/id/4070> ;
  a skos:Concept, soi2016:Keyword ;
  skos:prefLabel "SPSS"@nl, "SPSS"@en .

<https://taxonomie.cbs.nl/vocab/id/4101>
  skos:broader <https://taxonomie.cbs.nl/vocab/id/4070> ;
  a skos:Concept, soi2016:Keyword ;
  skos:prefLabel "stata"@nl, "stata"@en .

<https://taxonomie.cbs.nl/vocab/id/3797>
  skos:related <https://taxonomie.cbs.nl/vocab/id/4070> ;
  a skos:Concept, soi2016:Keyword ;
  skos:prefLabel "software"@nl, "software"@en .

<https://taxonomie.cbs.nl/vocab/id/4070>
  a skos:Concept, soi2016:Keyword ;
  dc:identifier 4070 ;
  skos:inScheme <https://taxonomie.cbs.nl/vocab> ;
  skos:prefLabel "statistische software"@nl, "statistical software"@en ;
  skos:narrower <https://taxonomie.cbs.nl/vocab/id/4071>, <https://taxonomie.cbs.nl/vocab/id/4102>, <https://taxonomie.cbs.nl/vocab/id/4100>, <https://taxonomie.cbs.nl/vocab/id/4104>, <https://taxonomie.cbs.nl/vocab/id/4103>, <https://taxonomie.cbs.nl/vocab/id/4101> ;
  skos:broader <https://taxonomie.cbs.nl/vocab/id/2980> ;
  dc:modified "2023-12-04T10:29:30"^^xsd:dateTime ;
  dc:created "2015-10-19T15:11:28"^^xsd:dateTime ;
  skos:related <https://taxonomie.cbs.nl/vocab/id/3797> .

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 .

