@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/3763>
  skos:narrower <https://taxonomie.cbs.nl/vocab/id/3797> ;
  a skos:Concept, soi2016:Keyword ;
  skos:prefLabel "ICT"@nl, "ICT"@en .

<https://taxonomie.cbs.nl/vocab/id/4165>
  skos:broader <https://taxonomie.cbs.nl/vocab/id/3797> ;
  a skos:Concept, soi2016:Keyword ;
  skos:prefLabel "apps"@nl, "apps"@en .

<https://taxonomie.cbs.nl/vocab/id/3800>
  skos:broader <https://taxonomie.cbs.nl/vocab/id/3797> ;
  a skos:Concept, soi2016:Keyword ;
  skos:prefLabel "open source"@nl, "open source"@en .

<https://taxonomie.cbs.nl/vocab/id/3799>
  skos:broader <https://taxonomie.cbs.nl/vocab/id/3797> ;
  a skos:Concept, soi2016:Keyword ;
  skos:prefLabel "applicaties"@nl, "applications"@en .

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

<https://taxonomie.cbs.nl/vocab/id/3797>
  a skos:Concept, soi2016:Keyword ;
  dc:identifier 3797 ;
  skos:inScheme <https://taxonomie.cbs.nl/vocab> ;
  skos:prefLabel "software"@nl, "software"@en ;
  skos:altLabel "softwareprogrammatuur"@nl ;
  skos:narrower <https://taxonomie.cbs.nl/vocab/id/4165>, <https://taxonomie.cbs.nl/vocab/id/3800>, <https://taxonomie.cbs.nl/vocab/id/3799> ;
  skos:broader <https://taxonomie.cbs.nl/vocab/id/3763> ;
  dc:modified "2023-12-04T10:30:20"^^xsd:dateTime ;
  dc:created "2015-09-30T16:12:10"^^xsd:dateTime ;
  skos:related <https://taxonomie.cbs.nl/vocab/id/4070> .

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 .

