@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://gemeentegeschiedenis.nl/amco/10895> skos:exactMatch <https://vocabs.cbs.nl/geo/def/gemeenten/GM1714> .
<https://www.wikidata.org/wiki/Q10080> skos:exactMatch <https://vocabs.cbs.nl/geo/def/gemeenten/GM1714> .
<https://vocabs.cbs.nl/geo/def/provincies/PV29>
  skos:narrower <https://vocabs.cbs.nl/geo/def/gemeenten/GM1714> ;
  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/gemeenten/GM0692>
  gg:absorbedBy <https://vocabs.cbs.nl/geo/def/gemeenten/GM1714> ;
  a skos:Concept, <http://rdf.histograph.io/Municipality>, schema:AdministrativeArea, <http://vocab.getty.edu/aat/300265612> ;
  skos:prefLabel "Oostburg"@nl ;
  skos:notation "GM0692" .

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

<https://vocabs.cbs.nl/geo/def/gemeenten/GM1714>
  a skos:Concept, <http://rdf.histograph.io/Municipality>, schema:AdministrativeArea, <http://vocab.getty.edu/aat/300265612> ;
  skos:notation "GM1714" ;
  schema:startDate "2003-01-01" ;
  skos:inScheme <https://vocabs.cbs.nl/geo/def/ned/scheme> ;
  skos:prefLabel "Sluis"@nl ;
  skos:exactMatch <https://gemeentegeschiedenis.nl/amco/10895>, <https://www.wikidata.org/wiki/Q10080> ;
  skos:broader <https://vocabs.cbs.nl/geo/def/provincies/PV29> ;
  dc:modified "2022-01-25"^^xsd:date ;
  dc:created "2021-07-25"^^xsd:date ;
  skos:historyNote """Ontstaan per 01-01-2003, ontvangen van:
- Oostburg (GM0692),
... 19779 hectare met 10004 woningen en 18227 inwoners
- Sluis-Aardenburg (GM1698),
... 8248 hectare met 3454 woningen en 6601 inwoners
Begindatum 01-01-2003""" ;
  schema:geoWithin <https://vocabs.cbs.nl/geo/def/provincies/PV29> ;
  gg:originatedFrom <https://vocabs.cbs.nl/geo/def/gemeenten/GM0692>, <https://vocabs.cbs.nl/geo/def/gemeenten/GM1698> .

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 .
