@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/10022> skos:exactMatch <https://vocabs.cbs.nl/geo/def/gemeenten/GM1940> .
<https://www.wikidata.org/wiki/Q2114866> skos:exactMatch <https://vocabs.cbs.nl/geo/def/gemeenten/GM1940> .
<https://vocabs.cbs.nl/geo/def/provincies/PV21>
  skos:narrower <https://vocabs.cbs.nl/geo/def/gemeenten/GM1940> ;
  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/gemeenten/GM1921>
  gg:absorbedBy <https://vocabs.cbs.nl/geo/def/gemeenten/GM1940> ;
  a skos:Concept, <http://rdf.histograph.io/Municipality>, schema:AdministrativeArea, <http://vocab.getty.edu/aat/300265612> ;
  skos:prefLabel "De Friese Meren"@nl ;
  skos:notation "GM1921" .

<https://vocabs.cbs.nl/geo/def/gemeenten/GM1940>
  a skos:Concept, <http://rdf.histograph.io/Municipality>, schema:AdministrativeArea, <http://vocab.getty.edu/aat/300265612> ;
  skos:notation "GM1940" ;
  schema:startDate "2015-07-01" ;
  skos:inScheme <https://vocabs.cbs.nl/geo/def/ned/scheme> ;
  skos:prefLabel "De Fryske Marren"@nl ;
  skos:altLabel "De Friese Meren"@nl ;
  skos:exactMatch <https://gemeentegeschiedenis.nl/amco/10022>, <https://www.wikidata.org/wiki/Q2114866> ;
  skos:broader <https://vocabs.cbs.nl/geo/def/provincies/PV21> ;
  dc:modified "2023-07-18T17:01:41"^^xsd:dateTime ;
  dc:created "2021-07-25"^^xsd:date ;
  skos:historyNote """Naamswijziging per 01-07-2015,
oude naam: De Friese Meren (GM1921)
Begindatum 01-07-2015""" ;
  schema:geoWithin <https://vocabs.cbs.nl/geo/def/provincies/PV21> ;
  gg:originatedFrom <https://vocabs.cbs.nl/geo/def/gemeenten/GM1921> .

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 .
