@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 owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<https://vocabs.cbs.nl/geo/def/gebieden/1000>
  skos:narrower <https://vocabs.cbs.nl/geo/def/gebieden/A045582> ;
  a skos:Concept ;
  skos:prefLabel "Areas and other "@en, "Gebieden enz."@nl ;
  skos:notation "1000" .

<https://vocabs.cbs.nl/geo/def/gebieden/A045582>
  a skos:Concept, <http://vocab.getty.edu/aat/300387355> ;
  soi2016:statline-notation "A045582" ;
  skos:notation "A045582" ;
  skos:inScheme <https://vocabs.cbs.nl/geo/def/landen/scheme> ;
  skos:prefLabel "Offshore Financiële Centra"@nl, "Offshore financial centres"@en ;
  skos:broader <https://vocabs.cbs.nl/geo/def/gebieden/1000> ;
  skos:scopeNote "Landen of gebieden met speciale voordelen (bijvoorbeeld gereduceerde belastingstarieven)."@nl ;
  dc:modified "2023-02-02T13:04:54"^^xsd:dateTime ;
  dc:created "2021-11-22"^^xsd:date .

<http://vocab.getty.edu/aat/300387355>
  a owl:Class ;
  skos:prefLabel "Statistical areas"@en, "Statistische gebieden"@nl ;
  rdfs:label "Statistical areas"@en, "Statistische gebieden"@nl .

soi2016:statline-notation
  rdfs:label "StatLine code"@nl, "StatLine notation"@en ;
  rdfs:subPropertyOf skos:notation .

<https://vocabs.cbs.nl/geo/def/landen/scheme>
  a skos:ConceptScheme ;
  skos:prefLabel "Countries and areas"@en, "Landen en gebieden in de wereld"@nl .

