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

<https://taxonomie.cbs.nl/vocab/id/190>
  skos:narrower <https://taxonomie.cbs.nl/vocab/id/5266> ;
  a skos:Concept, soi2016:Keyword ;
  skos:prefLabel "beroepsclassificaties"@nl, "occupational classification"@en .

<https://taxonomie.cbs.nl/vocab/id/5266>
  a skos:Concept ;
  rdfs:isDefinedBy "CBS"@nl ;
  skos:inScheme <https://taxonomie.cbs.nl/vocab> ;
  skos:prefLabel "Beroepenindeling ROA CBS 2014"@nl ;
  skos:altLabel "BRC 2014"@nl ;
  skos:definition "De Beroepenindeling ROA CBS 2014 is een van de International Standard Classification of Occupations 2008 (ISCO 2008) afgeleide indeling van beroepen."@nl ;
  skos:broader <https://taxonomie.cbs.nl/vocab/id/190> ;
  dc:modified "2023-10-03T11:21:36"^^xsd:dateTime ;
  dc:created "2023-10-03T11:05:05"^^xsd:dateTime .

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

