@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix ikmkc: <https://ikmk.smb.museum/ndp/category/> .
@prefix gn: <http://www.geonames.org/ontology#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://ikmk.smb.museum/ndp/location/2821>
  a skos:Concept, ikmkc:location ;
  skos:prefLabel "Wunstorf"@de ;
  skos:exactMatch <https://www.geonames.org/2805761> ;
  gn:parentCountry <https://ikmk.smb.museum/ndp/country/19> ;
  skos:inScheme ikmkc:location ;
  dc:created "2024-05-10"^^xsd:date ;
  dc:modified "2024-05-10"^^xsd:date .

