@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/2876>
  skos:narrower <https://taxonomie.cbs.nl/vocab/id/13> ;
  a skos:Concept, soi2016:Keyword ;
  skos:prefLabel "politiek actief"@nl, "politically active"@en .

<https://taxonomie.cbs.nl/vocab/id/2880>
  skos:broader <https://taxonomie.cbs.nl/vocab/id/13> ;
  a skos:Concept, soi2016:Keyword ;
  skos:prefLabel "boycotten van produkten"@nl, "consumer boycotts"@en .

<https://taxonomie.cbs.nl/vocab/id/2881>
  skos:broader <https://taxonomie.cbs.nl/vocab/id/13> ;
  a skos:Concept, soi2016:Keyword ;
  skos:prefLabel "demonstreren"@nl, "demonstrate"@en .

<https://taxonomie.cbs.nl/vocab/id/2882>
  skos:broader <https://taxonomie.cbs.nl/vocab/id/13> ;
  a skos:Concept, soi2016:Keyword ;
  skos:prefLabel "petities tekenen"@nl, "sign petitions"@en .

<https://taxonomie.cbs.nl/vocab/id/12>
  skos:related <https://taxonomie.cbs.nl/vocab/id/13> ;
  a skos:Concept, soi2016:Keyword ;
  skos:prefLabel "stakingen"@nl, "strikes"@en .

<https://taxonomie.cbs.nl/vocab/id/13>
  a skos:Concept, soi2016:Keyword ;
  dc:identifier 13 ;
  skos:inScheme <https://taxonomie.cbs.nl/vocab> ;
  skos:prefLabel "onconventionele participatie"@nl, "unconventional political participation"@en ;
  skos:altLabel "politieke acties"@nl ;
  skos:narrower <https://taxonomie.cbs.nl/vocab/id/2880>, <https://taxonomie.cbs.nl/vocab/id/2881>, <https://taxonomie.cbs.nl/vocab/id/2882> ;
  skos:broader <https://taxonomie.cbs.nl/vocab/id/2876> ;
  dc:created "2015-09-30T16:12:02"^^xsd:dateTime ;
  skos:related <https://taxonomie.cbs.nl/vocab/id/12> .

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 .

