@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix cbs_geo: <https://vocabs.cbs.nl/geo/def/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix schema: <http://schema.org/> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://vocabs.cbs.nl/geo/def/ned/scheme>
  skos:hasTopConcept cbs_geo:provincies ;
  a owl:Ontology, skos:ConceptScheme ;
  skos:prefLabel "Geografische gebieden Nederland"@nl, "Geographic areas Netherlands"@en .

<https://vocabs.cbs.nl/geo/def/provincies/PV20>
  skos:broader cbs_geo:provincies ;
  a skos:Concept, <http://rdf.histograph.io/Province>, schema:AdministrativeArea, <http://vocab.getty.edu/aat/300000774> ;
  skos:prefLabel "Groningen"@nl ;
  skos:notation "PV20" .

<https://vocabs.cbs.nl/geo/def/provincies/PV21>
  skos:broader cbs_geo:provincies ;
  a skos:Concept, <http://rdf.histograph.io/Province>, schema:AdministrativeArea, <http://vocab.getty.edu/aat/300000774> ;
  skos:prefLabel "Fryslân"@nl ;
  skos:notation "PV21" .

<https://vocabs.cbs.nl/geo/def/provincies/PV22>
  skos:broader cbs_geo:provincies ;
  a skos:Concept, <http://rdf.histograph.io/Province>, schema:AdministrativeArea, <http://vocab.getty.edu/aat/300000774> ;
  skos:prefLabel "Drenthe"@nl ;
  skos:notation "PV22" .

<https://vocabs.cbs.nl/geo/def/provincies/PV23>
  skos:broader cbs_geo:provincies ;
  a skos:Concept, <http://rdf.histograph.io/Province>, schema:AdministrativeArea, <http://vocab.getty.edu/aat/300000774> ;
  skos:prefLabel "Overijssel"@nl ;
  skos:notation "PV23" .

<https://vocabs.cbs.nl/geo/def/provincies/PV25>
  skos:broader cbs_geo:provincies ;
  a skos:Concept, <http://rdf.histograph.io/Province>, schema:AdministrativeArea, <http://vocab.getty.edu/aat/300000774> ;
  skos:prefLabel "Gelderland"@nl ;
  skos:notation "PV25" .

<https://vocabs.cbs.nl/geo/def/provincies/PV26>
  skos:broader cbs_geo:provincies ;
  a skos:Concept, <http://rdf.histograph.io/Province>, schema:AdministrativeArea, <http://vocab.getty.edu/aat/300000774> ;
  skos:prefLabel "Utrecht"@nl ;
  skos:notation "PV26" .

<https://vocabs.cbs.nl/geo/def/provincies/PV27>
  skos:broader cbs_geo:provincies ;
  a skos:Concept, <http://rdf.histograph.io/Province>, schema:AdministrativeArea, <http://vocab.getty.edu/aat/300000774> ;
  skos:prefLabel "Noord-Holland"@nl ;
  skos:notation "PV27" .

<https://vocabs.cbs.nl/geo/def/provincies/PV28>
  skos:broader cbs_geo:provincies ;
  a skos:Concept, <http://rdf.histograph.io/Province>, schema:AdministrativeArea, <http://vocab.getty.edu/aat/300000774> ;
  skos:prefLabel "Zuid-Holland"@nl ;
  skos:notation "PV28" .

<https://vocabs.cbs.nl/geo/def/provincies/PV29>
  skos:broader cbs_geo:provincies ;
  a skos:Concept, <http://rdf.histograph.io/Province>, schema:AdministrativeArea, <http://vocab.getty.edu/aat/300000774> ;
  skos:prefLabel "Zeeland"@nl ;
  skos:notation "PV29" .

<https://vocabs.cbs.nl/geo/def/provincies/PV30>
  skos:broader cbs_geo:provincies ;
  a skos:Concept, <http://rdf.histograph.io/Province>, schema:AdministrativeArea, <http://vocab.getty.edu/aat/300000774> ;
  skos:prefLabel "Noord-Brabant"@nl ;
  skos:notation "PV30" .

<https://vocabs.cbs.nl/geo/def/provincies/PV31>
  skos:broader cbs_geo:provincies ;
  a skos:Concept, <http://rdf.histograph.io/Province>, schema:AdministrativeArea, <http://vocab.getty.edu/aat/300000774> ;
  skos:prefLabel "Limburg"@nl ;
  skos:notation "PV31" .

<https://vocabs.cbs.nl/geo/def/provincies/PV24>
  skos:broader cbs_geo:provincies ;
  a skos:Concept, <http://rdf.histograph.io/Province>, schema:AdministrativeArea, <http://vocab.getty.edu/aat/300000774> ;
  skos:prefLabel "Flevoland"@nl ;
  skos:notation "PV24" .

cbs_geo:provincies
  a skos:Concept ;
  skos:topConceptOf <https://vocabs.cbs.nl/geo/def/ned/scheme> ;
  skos:inScheme <https://vocabs.cbs.nl/geo/def/ned/scheme> ;
  skos:prefLabel "Provincies"@nl, "Provinces"@en ;
  skos:altLabel "NUTS 2 areas"@en ;
  skos:narrower <https://vocabs.cbs.nl/geo/def/provincies/PV20>, <https://vocabs.cbs.nl/geo/def/provincies/PV21>, <https://vocabs.cbs.nl/geo/def/provincies/PV22>, <https://vocabs.cbs.nl/geo/def/provincies/PV23>, <https://vocabs.cbs.nl/geo/def/provincies/PV25>, <https://vocabs.cbs.nl/geo/def/provincies/PV26>, <https://vocabs.cbs.nl/geo/def/provincies/PV27>, <https://vocabs.cbs.nl/geo/def/provincies/PV28>, <https://vocabs.cbs.nl/geo/def/provincies/PV29>, <https://vocabs.cbs.nl/geo/def/provincies/PV30>, <https://vocabs.cbs.nl/geo/def/provincies/PV31>, <https://vocabs.cbs.nl/geo/def/provincies/PV24> ;
  dc:modified "2022-01-25"^^xsd:date ;
  dc:created "2021-07-25"^^xsd:date .

