@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix schema: <http://schema.org/> .
@prefix gg: <http://www.gemeentegeschiedenis.nl/gg-schema#> .
@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://www.wikidata.org/wiki/Q104758976> skos:exactMatch <https://vocabs.cbs.nl/geo/def/gemeenten/GM1991> .
<https://vocabs.cbs.nl/geo/def/provincies/PV30>
  skos:narrower <https://vocabs.cbs.nl/geo/def/gemeenten/GM1991> ;
  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/gemeenten/GM0856>
  gg:absorbedBy <https://vocabs.cbs.nl/geo/def/gemeenten/GM1991> ;
  a skos:Concept, <http://rdf.histograph.io/Municipality>, schema:AdministrativeArea, <http://vocab.getty.edu/aat/300265612> ;
  skos:prefLabel "Uden"@nl ;
  skos:notation "GM0856" .

<https://vocabs.cbs.nl/geo/def/gemeenten/GM1685>
  gg:absorbedBy <https://vocabs.cbs.nl/geo/def/gemeenten/GM1991> ;
  a skos:Concept, <http://rdf.histograph.io/Municipality>, schema:AdministrativeArea, <http://vocab.getty.edu/aat/300265612> ;
  skos:prefLabel "Landerd"@nl ;
  skos:notation "GM1685" .

<https://vocabs.cbs.nl/geo/def/gemeenten/GM1991>
  a skos:Concept, <http://rdf.histograph.io/Municipality>, schema:AdministrativeArea, <http://vocab.getty.edu/aat/300265612> ;
  skos:notation "GM1991" ;
  schema:startDate "2022-01-01" ;
  skos:inScheme <https://vocabs.cbs.nl/geo/def/ned/scheme> ;
  skos:prefLabel "Maashorst"@nl ;
  skos:exactMatch <https://www.wikidata.org/wiki/Q104758976> ;
  skos:broader <https://vocabs.cbs.nl/geo/def/provincies/PV30> ;
  dc:modified "2022-10-06T11:39:53"^^xsd:dateTime ;
  dc:created "2022-02-02"^^xsd:date ;
  skos:historyNote """Ontstaan per 01-01-2022, ontvangen van:
- Landerd (GM1685),
... 7035 hectare met 6497 woningen en 15896 inwoners
- Uden (GM0856),
... 6698 hectare met 19303 woningen en 42466 inwoners""" ;
  schema:geoWithin <https://vocabs.cbs.nl/geo/def/provincies/PV30> ;
  gg:originatedFrom <https://vocabs.cbs.nl/geo/def/gemeenten/GM0856>, <https://vocabs.cbs.nl/geo/def/gemeenten/GM1685> .

schema:startDate rdfs:label "Start date"@en, "Startdatum"@nl .
<https://vocabs.cbs.nl/geo/def/ned/scheme>
  a owl:Ontology, skos:ConceptScheme ;
  skos:prefLabel "Geografische gebieden Nederland"@nl, "Geographic areas Netherlands"@en .

gg:originatedFrom rdfs:label "Ontstaan uit"@nl, "Originates from"@en .
