@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix schema: <http://schema.org/> .

<https://vocabs.cbs.nl/def/sbi/2008/v2021/900>
  skos:narrower <https://vocabs.cbs.nl/def/sbi/2008/v2021/9003> ;
  a skos:Concept, schema:Organization ;
  skos:prefLabel "Kunst"@nl, "Creative, arts and entertainment activities"@en ;
  skos:notation "900" .

<https://vocabs.cbs.nl/def/sbi/2008/v2021/9003>
  a skos:Concept, schema:Organization ;
  skos:notation "9003" ;
  skos:inScheme <https://vocabs.cbs.nl/def/sbi/2008/v2021/scheme> ;
  skos:prefLabel "Schrijven en overige scheppende kunst"@nl, "Artistic creation"@en ;
  skos:exactMatch <http://data.europa.eu/ux2/nace2/9003> ;
  skos:broader <https://vocabs.cbs.nl/def/sbi/2008/v2021/900> .

<https://vocabs.cbs.nl/def/sbi/2008/v2021/scheme>
  a skos:ConceptScheme ;
  skos:prefLabel "Standaard Bedrijfs Indeling 2008 Update 2021"@nl, "SBI 2008: Dutch Standard Industrial Classification, update 2021"@en .

