@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/3005>
  a skos:Concept, ikmkc:location ;
  skos:prefLabel "Belgard an der Leba (Białogarda)"@de, "Białogarda"@en ;
  skos:exactMatch <https://www.geonames.org/3103555> ;
  gn:parentCountry <https://ikmk.smb.museum/ndp/country/57> ;
  skos:inScheme ikmkc:location ;
  dc:created "2024-05-10"^^xsd:date ;
  dc:modified "2024-05-10"^^xsd:date .

