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

<https://taxonomie.cbs.nl/vocab/id/4608>
  a skos:Concept, soi2016:Keyword ;
  dc:identifier 4608 ;
  skos:inScheme <https://taxonomie.cbs.nl/vocab> ;
  skos:prefLabel "Trends in Nederland"@nl, "Trends in the Netherlands"@en ;
  skos:altLabel "Statistisch jaarboek"@nl, "Statistisch zakboek"@nl ;
  skos:broader <https://taxonomie.cbs.nl/vocab/id/4605> ;
  skos:scopeNote "Dit is de opvolger van het Statistische Zakboek en het Statistisch Jaarboek "@nl ;
  dc:modified "2023-06-29T12:26:49"^^xsd:dateTime ;
  dc:created "2016-03-22T10:42:03"^^xsd:dateTime ;
  dc:audience "CBS" .

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 .

