@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix schema: <http://schema.org/> .
@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/10018> skos:exactMatch <https://vocabs.cbs.nl/geo/def/gemeenten/GM0034> .
<https://www.wikidata.org/wiki/Q83178> skos:exactMatch <https://vocabs.cbs.nl/geo/def/gemeenten/GM0034> .
<https://vocabs.cbs.nl/geo/def/provincies/PV24>
  skos:narrower <https://vocabs.cbs.nl/geo/def/gemeenten/GM0034> ;
  a skos:Concept, <http://rdf.histograph.io/Province>, schema:AdministrativeArea, <http://vocab.getty.edu/aat/300000774> ;
  skos:prefLabel "Flevoland"@nl ;
  skos:notation "PV24" .

<https://vocabs.cbs.nl/geo/def/gemeenten/GM0034>
  a skos:Concept, <http://rdf.histograph.io/Municipality>, schema:AdministrativeArea, <http://vocab.getty.edu/aat/300265612> ;
  skos:notation "GM0034" ;
  schema:startDate "1984-01-01" ;
  skos:inScheme <https://vocabs.cbs.nl/geo/def/ned/scheme> ;
  skos:prefLabel "Almere"@nl ;
  skos:exactMatch <https://gemeentegeschiedenis.nl/amco/10018>, <https://www.wikidata.org/wiki/Q83178> ;
  skos:broader <https://vocabs.cbs.nl/geo/def/provincies/PV24> ;
  dc:modified "2022-01-25"^^xsd:date ;
  dc:created "2021-07-25"^^xsd:date ;
  skos:historyNote """Ontstaan per 01-01-1984, ontvangen van:
- Openbaar Lichaam Z.IJ.P. (GM0996),
... 15020 hectare met 33037 inwoners
Begindatum 01-01-1984""" ;
  schema:geoWithin <https://vocabs.cbs.nl/geo/def/provincies/PV24> .

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 .

