From 0469fe0c4eea0fd47fbb25e7d875b4579ee49cb6 Mon Sep 17 00:00:00 2001 From: Pascal Christoph Date: Thu, 23 May 2024 16:20:25 +0200 Subject: [PATCH 1/3] Add editorconfig-maven-plugin (#1997) --- pom.xml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/pom.xml b/pom.xml index 55b9f3c31..feec8d0e3 100644 --- a/pom.xml +++ b/pom.xml @@ -248,6 +248,37 @@ + + org.ec4j.maven + editorconfig-maven-plugin + 0.1.3 + + + check + verify + + check + + + + + + web/public/javascripts/leaflet.js + **/*.woff2 + web/conf/context.jsonld + src/test/resources/alma-fix/ + web/public/stylesheets/bootstrap.min.css + web/public/stylesheets/font-awesome.min.css + web/public/stylesheets/jquery-ui.min.css + web/public/stylesheets/leaflet.css + web/public/stylesheets/octicons.css + web/public/fonts/ + web/public/images/ + web/public/javascripts/ + + + + From cb20ca3ba71a7fe762dcc32a6bddf212db1c0a85 Mon Sep 17 00:00:00 2001 From: Pascal Christoph Date: Thu, 23 May 2024 16:31:14 +0200 Subject: [PATCH 2/3] Reformat using mvn editorconfig:format (#1997) --- LICENSE | 4 +- pom.xml | 508 +++++----- scripts/getAllData.sh | 2 +- settings.xml | 14 +- .../de/hbz/lobid/helper/CompareJsonMaps.java | 4 +- src/main/java/de/hbz/lobid/helper/Email.java | 6 +- .../java/de/hbz/lobid/helper/Etikett.java | 4 +- .../java/org/lobid/resources/EtikettJson.java | 18 +- .../org/lobid/resources/JsonLdEtikett.java | 8 +- ...sonLdItemSplitter2ElasticsearchJsonLd.java | 2 +- .../run/AlmaMarcXmlFix2lobidJsonEs.java | 10 +- .../resources/run/SwitchEsAlmaAlias.java | 2 +- .../lobid/resources/run/UpdateAliases.java | 2 +- src/main/resources/alma/fix/contribution.fix | 2 +- src/main/resources/alma/fix/mediumAndType.fix | 2 +- .../resources/alma/maps/dnbSachgruppen.tsv | 2 +- .../resources/alma/maps/hbzowner2sigel.tsv | 2 +- .../maps/nwbibWikidataLabelTypeCoords.tsv | 346 +++---- src/main/resources/log4j2.xml | 36 +- src/main/resources/logback.xml | 104 +-- .../alma-fix/990001412590206441.json | 2 +- .../alma-fix/990021974470206441.json | 4 +- .../alma-fix/990026405480206441.json | 2 +- .../alma-fix/990035016180206441.json | 2 +- .../alma-fix/990041403870206441.json | 2 +- .../alma-fix/990052965140206441.json | 2 +- .../alma-fix/990053976760206441.json | 2 +- .../alma-fix/990054089950206441.json | 114 +-- .../alma-fix/990054215550206441.json | 2 +- .../alma-fix/990054301770206441.json | 2 +- .../alma-fix/990054345550206441.json | 2 +- .../alma-fix/990058434730206441.json | 4 +- .../alma-fix/990058567920206441.json | 6 +- .../alma-fix/990063549080206441.json | 2 +- .../alma-fix/990075429930206441.json | 4 +- .../alma-fix/990109712970206441.json | 4 +- .../alma-fix/990126276700206441.json | 4 +- .../alma-fix/990133067580206441.json | 2 +- .../alma-fix/990156060190206441.json | 6 +- .../alma-fix/990166236770206441.json | 2 +- .../alma-fix/990167595410206441.json | 2 +- .../alma-fix/990170546170206441.json | 8 +- .../alma-fix/990171142550206441.json | 2 +- .../alma-fix/990184127410206441.json | 2 +- .../alma-fix/990193229450206441.json | 2 +- .../alma-fix/990197293880206441.json | 2 +- .../alma-fix/990202474680206441.json | 2 +- .../alma-fix/990217478660206441.json | 2 +- .../alma-fix/990223521400206441.json | 2 +- .../alma-fix/990367761810206441.json | 2 +- .../resources/alma-fix/99370678063606441.json | 4 +- .../resources/alma-fix/99370690532406441.json | 2 +- .../resources/alma-fix/99370763433806441.json | 2 +- .../resources/alma-fix/99371014448006441.json | 2 +- .../resources/alma-fix/99371107766906441.json | 2 +- .../resources/alma-fix/99371123630706441.json | 4 +- .../resources/alma-fix/99371147104906441.json | 2 +- .../resources/alma-fix/99371314897806441.json | 2 +- .../resources/alma-fix/99371530278506441.json | 2 +- .../resources/alma-fix/99371964653806441.json | 2 +- .../maps/generatedAlmaSublibraryCode2Isil.tsv | 4 +- .../alma/maps/isil2opac_almaMmsId.tsv | 4 +- .../resources/alma/maps/isil2opac_issn.tsv | 8 +- src/test/resources/alma/maps/nwbib.ttl | 6 +- src/test/resources/alma/maps/rpb.ttl | 6 +- src/test/resources/alma/maps/rpb2.ttl | 2 +- .../resources/schemas/complexSubject.json | 4 +- src/test/resources/schemas/containedIn.json | 2 +- src/test/resources/schemas/context.json | 2 +- src/test/resources/schemas/contribution.json | 2 +- src/test/resources/schemas/describedBy.json | 2 +- src/test/resources/schemas/description.json | 2 +- src/test/resources/schemas/hasItem.json | 2 +- src/test/resources/schemas/id.json | 2 +- src/test/resources/schemas/inCollection.json | 2 +- src/test/resources/schemas/isPartOf.json | 2 +- src/test/resources/schemas/issn.json | 2 +- src/test/resources/schemas/language.json | 2 +- src/test/resources/schemas/medium.json | 2 +- .../resources/schemas/natureOfContent.json | 2 +- src/test/resources/schemas/sameAs.json | 2 +- src/test/resources/schemas/similar.json | 2 +- src/test/resources/schemas/skosConcept.json | 2 +- src/test/resources/schemas/spatial.json | 2 +- src/test/resources/schemas/supplement.json | 2 +- .../resources/schemas/tableOfContents.json | 2 +- startAlmaToLobidResources.sh | 10 +- web/app/controllers/resources/Accept.java | 2 +- web/app/controllers/resources/Deletions.java | 4 +- web/app/controllers/resources/Search.java | 2 +- web/app/views/dataset.scala.html | 4 +- web/app/views/error.scala.html | 2 +- web/app/views/query.scala.html | 4 +- web/app/views/stars.scala.html | 6 +- web/app/views/tags/facets.scala.html | 4 +- web/app/views/tags/issued_facet.scala.html | 2 +- web/app/views/tags/map_credits.scala.html | 8 +- .../views/tags/query_result_short.scala.html | 2 +- web/app/views/tags/search_advanced.scala.html | 4 +- web/app/views/tags/search_form.scala.html | 4 +- web/app/views/tags/star_button.scala.html | 4 +- web/public/stylesheets/config.json | 2 +- web/test/resources/blns.json | 876 +++++++++--------- 103 files changed, 1155 insertions(+), 1155 deletions(-) diff --git a/LICENSE b/LICENSE index d3087e4c5..e48e09634 100644 --- a/LICENSE +++ b/LICENSE @@ -261,8 +261,8 @@ No third-party beneficiary rights are created under this Agreement. Exhibit A - Form of Secondary Licenses Notice -"This Source Code may also be made available under the following -Secondary Licenses when the conditions for such availability set forth +"This Source Code may also be made available under the following +Secondary Licenses when the conditions for such availability set forth in the Eclipse Public License, v. 2.0 are satisfied: {name license(s), version(s), and exceptions or additional permissions here}." diff --git a/pom.xml b/pom.xml index feec8d0e3..ad734f0f5 100644 --- a/pom.xml +++ b/pom.xml @@ -1,255 +1,255 @@ - 4.0.0 - org.lobid - lobid-resources - 1.0.1-SNAPSHOT - - UTF-8 - UTF-8 - 11 - 4.8.2 - 1.3.14 - - - - org.metafacture - metafacture-io - 6.0.0 - - - org.metafacture - metafacture-files - 6.0.0 - - - org.metafacture - metafacture-json - 6.0.0 - - - commons-logging - commons-logging - - - org.slf4j - slf4j-api - - - - - org.metafacture - metafacture-biblio - 6.0.0 - - - org.metafacture - metafacture-formeta - 6.0.0 - - - org.metafacture - metafacture-monitoring - 6.0.0 - - - org.metafacture - metafacture-strings - 6.0.0 - - - org.metafacture - metafacture-formatting - 6.0.0 - - - org.metafacture - metafacture-triples - 6.0.0 - - - org.metafacture - metafacture-flowcontrol - 6.0.0 - - - org.metafacture - metamorph - 6.0.0 - - - org.metafacture - metafacture-plumbing - 6.0.0 - - - org.metafacture - metamorph-test - 6.0.0 - - - org.metafacture - metafacture-xml - 6.0.0 - - - org.metafacture - metafacture-mangling - 6.0.0 - - - org.metafacture - metafix - 1.0.0 - - - org.slf4j - slf4j-simple - - - - - com.github.jsonld-java - jsonld-java - 0.13.6 - - - commons-codec - commons-codec - - - - - com.google.gdata - core - 1.47.1 - - - org.elasticsearch - elasticsearch - 5.6.3 - - - commons-logging - commons-logging - - - org.apache.logging.log4j - log4j-api - - - - - org.elasticsearch.client - transport - 5.6.3 - - - commons-logging - commons-logging - - - - - junit - junit - 4.13.1 - - - com.fasterxml.jackson.core - jackson-core - 2.14.2 - - - com.fasterxml.jackson.core - jackson-databind - 2.12.7.1 - - - com.ning - async-http-client - 1.9.33 - - - javax.xml.bind - jaxb-api - 2.3.0 - - - ch.qos.logback - logback-classic - ${logback.version} - - - ch.qos.logback - logback-core - ${logback.version} - - - org.slf4j - log4j-over-slf4j - 1.7.36 - - - - - - ${basedir}/src/main/resources - - beacon/data/*.jsonl - - - - - - - org.apache.maven.plugins - maven-compiler-plugin - 3.3 - - ${target.jdk} - ${target.jdk} - true - - - - maven-assembly-plugin - 2.3 - - - jar-with-dependencies - - - - - org.apache.maven.plugins - maven-surefire-plugin - 2.19.1 - - *Test - - ${generateTestData} - - UnitTests - 3 - true - false - -Xmx1536m - - - - maven-failsafe-plugin - 3.0.0-M5 - - - - integration-test - - - - - - org.ec4j.maven + 4.0.0 + org.lobid + lobid-resources + 1.0.1-SNAPSHOT + + UTF-8 + UTF-8 + 11 + 4.8.2 + 1.3.14 + + + + org.metafacture + metafacture-io + 6.0.0 + + + org.metafacture + metafacture-files + 6.0.0 + + + org.metafacture + metafacture-json + 6.0.0 + + + commons-logging + commons-logging + + + org.slf4j + slf4j-api + + + + + org.metafacture + metafacture-biblio + 6.0.0 + + + org.metafacture + metafacture-formeta + 6.0.0 + + + org.metafacture + metafacture-monitoring + 6.0.0 + + + org.metafacture + metafacture-strings + 6.0.0 + + + org.metafacture + metafacture-formatting + 6.0.0 + + + org.metafacture + metafacture-triples + 6.0.0 + + + org.metafacture + metafacture-flowcontrol + 6.0.0 + + + org.metafacture + metamorph + 6.0.0 + + + org.metafacture + metafacture-plumbing + 6.0.0 + + + org.metafacture + metamorph-test + 6.0.0 + + + org.metafacture + metafacture-xml + 6.0.0 + + + org.metafacture + metafacture-mangling + 6.0.0 + + + org.metafacture + metafix + 1.0.0 + + + org.slf4j + slf4j-simple + + + + + com.github.jsonld-java + jsonld-java + 0.13.6 + + + commons-codec + commons-codec + + + + + com.google.gdata + core + 1.47.1 + + + org.elasticsearch + elasticsearch + 5.6.3 + + + commons-logging + commons-logging + + + org.apache.logging.log4j + log4j-api + + + + + org.elasticsearch.client + transport + 5.6.3 + + + commons-logging + commons-logging + + + + + junit + junit + 4.13.1 + + + com.fasterxml.jackson.core + jackson-core + 2.14.2 + + + com.fasterxml.jackson.core + jackson-databind + 2.12.7.1 + + + com.ning + async-http-client + 1.9.33 + + + javax.xml.bind + jaxb-api + 2.3.0 + + + ch.qos.logback + logback-classic + ${logback.version} + + + ch.qos.logback + logback-core + ${logback.version} + + + org.slf4j + log4j-over-slf4j + 1.7.36 + + + + + + ${basedir}/src/main/resources + + beacon/data/*.jsonl + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.3 + + ${target.jdk} + ${target.jdk} + true + + + + maven-assembly-plugin + 2.3 + + + jar-with-dependencies + + + + + org.apache.maven.plugins + maven-surefire-plugin + 2.19.1 + + *Test + + ${generateTestData} + + UnitTests + 3 + true + false + -Xmx1536m + + + + maven-failsafe-plugin + 3.0.0-M5 + + + + integration-test + + + + + + org.ec4j.maven editorconfig-maven-plugin 0.1.3 @@ -277,9 +277,9 @@ web/public/javascripts/ - + - - - + + + diff --git a/scripts/getAllData.sh b/scripts/getAllData.sh index 724556822..6c350c9ec 100644 --- a/scripts/getAllData.sh +++ b/scripts/getAllData.sh @@ -23,7 +23,7 @@ while [ $HITS != 0 ] ; do curl --globoff --header "Accept-Encoding: gzip" "http://lobid.org/resources/search?q=describedBy.dateCreated:[$FROM%20TO%20$TO]&format=bulk" > $FROM-$TO.jsonl.gz GOT_HITS=$(zcat $FROM-$TO.jsonl.gz |wc -l) echo "Got hits ($GOT_HITS), expected ($HITS)" - if [ $HITS != $GOT_HITS ]; then + if [ $HITS != $GOT_HITS ]; then echo "Got lesser hits than expected - cancelling !" echo "Wait a bit and set FROM manually to retry beginning with '$FROM'." exit diff --git a/settings.xml b/settings.xml index dcb3bfe1a..88cf21c31 100644 --- a/settings.xml +++ b/settings.xml @@ -1,15 +1,15 @@ - + - - central - http://repo1.maven.org - jena-repo,fascinator-releases - - + + central + http://repo1.maven.org + jena-repo,fascinator-releases + + diff --git a/src/main/java/de/hbz/lobid/helper/CompareJsonMaps.java b/src/main/java/de/hbz/lobid/helper/CompareJsonMaps.java index c37620e2f..b7087eb3c 100644 --- a/src/main/java/de/hbz/lobid/helper/CompareJsonMaps.java +++ b/src/main/java/de/hbz/lobid/helper/CompareJsonMaps.java @@ -26,7 +26,7 @@ * values must be in the given order, so this tests also ordered lists. * Successfully compared elements will be removed from the actual map, thus a * successful comparison leads to an empty 'actual' map (see last line). - * + * * @author Pascal Christoph (dr0i) * @author Jan Schnasse * @@ -139,7 +139,7 @@ private static void handleOrderedValues( /** * Construct a map with json paths as keys with aggregated values form json * nodes. - * + * * @param jnode the JsonNode which should be transformed into a map * @param map the map constructed out of the JsonNode */ diff --git a/src/main/java/de/hbz/lobid/helper/Email.java b/src/main/java/de/hbz/lobid/helper/Email.java index 046823c4f..f84e0f06a 100644 --- a/src/main/java/de/hbz/lobid/helper/Email.java +++ b/src/main/java/de/hbz/lobid/helper/Email.java @@ -18,7 +18,7 @@ /** * Sends an email via localhost smtp. Make sure the server is configured * properly. - * + * * @author Pascal Christoph (dr0i) * */ @@ -26,9 +26,9 @@ public class Email { /** * Sends an email. - * + * * @author Pascal Christoph (dr0i) - * + * * @param fromName the name before the "@" of an email * @param toEmail the complete email address of the receiver * @param subject the subject of the mail diff --git a/src/main/java/de/hbz/lobid/helper/Etikett.java b/src/main/java/de/hbz/lobid/helper/Etikett.java index 7641d4942..242d1c066 100644 --- a/src/main/java/de/hbz/lobid/helper/Etikett.java +++ b/src/main/java/de/hbz/lobid/helper/Etikett.java @@ -18,7 +18,7 @@ /** * This class is used in ApplicationProfile - * + * * @author Jan Schnasse * */ @@ -38,7 +38,7 @@ public Etikett(String subj) { } /** - * + * */ private static final long serialVersionUID = 6716611400533458082L; diff --git a/src/main/java/org/lobid/resources/EtikettJson.java b/src/main/java/org/lobid/resources/EtikettJson.java index 4d952c660..777c845ed 100644 --- a/src/main/java/org/lobid/resources/EtikettJson.java +++ b/src/main/java/org/lobid/resources/EtikettJson.java @@ -26,7 +26,7 @@ /** * Enriches a JSON document using Etikett. Thus every's object "id" will have a * "label". Optionally creates a JSON-LD context from the labels. - * + * * @author Pascal Christoph (dr0i) */ @In(String.class) @@ -111,9 +111,9 @@ else if (jsonMap.get(key) instanceof LinkedHashMap) /** * Sets the name of the directory of the label(s). Will be used to create * jsonld-context. - * + * * @param DIR_TO_LABELS the directory ehre the labels reside - * + * */ public void setLabelsDirectoryName(final String DIR_TO_LABELS) { this.labelsDirectoryName = DIR_TO_LABELS; @@ -121,9 +121,9 @@ public void setLabelsDirectoryName(final String DIR_TO_LABELS) { /** * Sets the name of the file of the context that is generated from the labels. - * + * * @param FILENAME_OF_CONTEXT the directory wehre the labels reside - * + * */ public void setFilenameOfContext(final String FILENAME_OF_CONTEXT) { contextFilenameLocation = FILENAME_OF_CONTEXT; @@ -131,9 +131,9 @@ public void setFilenameOfContext(final String FILENAME_OF_CONTEXT) { /** * Generate the context from labels and store it. - * + * * @param GENERATE_CONTEXT if true generate the context. Defaults to false. - * + * */ public void setGenerateContext(final boolean GENERATE_CONTEXT) { generateContext = GENERATE_CONTEXT; @@ -141,9 +141,9 @@ public void setGenerateContext(final boolean GENERATE_CONTEXT) { /** * Result pretty json or jsonl (json in one line). Defaults to jsonl. - * + * * @param PRETTY if true pretty json is generated - * + * */ public void setPretty(final boolean PRETTY) { pretty = PRETTY; diff --git a/src/main/java/org/lobid/resources/JsonLdEtikett.java b/src/main/java/org/lobid/resources/JsonLdEtikett.java index ab30831d6..7e71fdc08 100644 --- a/src/main/java/org/lobid/resources/JsonLdEtikett.java +++ b/src/main/java/org/lobid/resources/JsonLdEtikett.java @@ -21,7 +21,7 @@ /** * Enrich a JSON-LD map document with etikett. - * + * * @author Pascal Christoph (dr0i) */ @In(Map.class) @@ -46,7 +46,7 @@ public JsonLdEtikett() { /** * Takes a filename which could be a directory to create the context jsonld * out of labels. - * + * * @param LABELS_DIRECTORY_FILENAME the name of the labels firectory or file * @param CONTEXT_LOCATION_FILENAME the filename of the to be produced and to * be stored context @@ -104,7 +104,7 @@ else if (jsonMap.get(key) instanceof LinkedHashMap) /** * Gets the name of the directory of the label(s). Will be used to create * jsonld-context. - * + * * @return the directory name to the label(s) */ public static String getLabelsDirectoryName() { @@ -113,7 +113,7 @@ public static String getLabelsDirectoryName() { /** * Gets the filename of the context. - * + * * @return the filename to the context */ public String getContextName() { diff --git a/src/main/java/org/lobid/resources/JsonLdItemSplitter2ElasticsearchJsonLd.java b/src/main/java/org/lobid/resources/JsonLdItemSplitter2ElasticsearchJsonLd.java index ff77fe2c0..ee3c5f4f7 100644 --- a/src/main/java/org/lobid/resources/JsonLdItemSplitter2ElasticsearchJsonLd.java +++ b/src/main/java/org/lobid/resources/JsonLdItemSplitter2ElasticsearchJsonLd.java @@ -17,7 +17,7 @@ /** * Splits a lobid resource into items and make them consumable by elasticsearch. - * + * * @author Pascal Christoph (dr0i) */ @In(HashMap.class) diff --git a/src/main/java/org/lobid/resources/run/AlmaMarcXmlFix2lobidJsonEs.java b/src/main/java/org/lobid/resources/run/AlmaMarcXmlFix2lobidJsonEs.java index a2eaaced6..ab6d9be59 100644 --- a/src/main/java/org/lobid/resources/run/AlmaMarcXmlFix2lobidJsonEs.java +++ b/src/main/java/org/lobid/resources/run/AlmaMarcXmlFix2lobidJsonEs.java @@ -119,7 +119,7 @@ public void run() { fixVariables.put("dnbSachgruppen", "./maps/dnbSachgruppen.tsv"); fixVariables.put("maps-institutions.tsv", "./maps/institutions.tsv"); fixVariables.put("sublibraryIsil", "../../../../../../lookup-tables/data/almaSublibraryCode2Isil/generated/generatedAlmaSublibraryCode2Isil.tsv"); - fixVariables.put("suppressedLocations", "../../../../../../lookup-tables/data/almaSuppressedLocations/generated/generatedAlmaSuppressedLocations.tsv"); + fixVariables.put("suppressedLocations", "../../../../../../lookup-tables/data/almaSuppressedLocations/generated/generatedAlmaSuppressedLocations.tsv"); fixVariables.put("picaCreatorId2Isil.tsv", "./maps/picaCreatorId2Isil.tsv"); fixVariables.put("nwbibWikidataLabelTypeCoords.tsv", "./maps/nwbibWikidataLabelTypeCoords.tsv"); fixVariables.put("classification.tsv", "./maps/classification.tsv"); @@ -133,11 +133,11 @@ public void run() { fixVariables.put("nwbib.ttl", "../../../../../../vocabs/nwbib/nwbib.ttl"); fixVariables.put("nwbib-spatial.ttl", "../../../../../../vocabs/nwbib/nwbib-spatial.ttl"); fixVariables.put("hbzId2zdbId.tsv", "./maps/hbzId2zdbId.tsv.gz"); - fixVariables.put("isil2opac_hbzId.tsv", "../../../../../../lookup-tables/data/opacLinks/isil2opac_hbzId.tsv"); - fixVariables.put("isil2opac_isbn.tsv", "../../../../../../lookup-tables/data/opacLinks/isil2opac_isbn.tsv"); - fixVariables.put("isil2opac_issn.tsv", "../../../../../../lookup-tables/data/opacLinks/isil2opac_issn.tsv"); + fixVariables.put("isil2opac_hbzId.tsv", "../../../../../../lookup-tables/data/opacLinks/isil2opac_hbzId.tsv"); + fixVariables.put("isil2opac_isbn.tsv", "../../../../../../lookup-tables/data/opacLinks/isil2opac_isbn.tsv"); + fixVariables.put("isil2opac_issn.tsv", "../../../../../../lookup-tables/data/opacLinks/isil2opac_issn.tsv"); fixVariables.put("isil2opac_zdbId.tsv", "../../../../../../lookup-tables/data/opacLinks/isil2opac_zdbId.tsv"); - fixVariables.put("isil2opac_almaMmsId.tsv", "../../../../../../lookup-tables/data/opacLinks/isil2opac_almaMmsId.tsv"); + fixVariables.put("isil2opac_almaMmsId.tsv", "../../../../../../lookup-tables/data/opacLinks/isil2opac_almaMmsId.tsv"); XmlElementSplitter xmlElementSplitter = new XmlElementSplitter(); diff --git a/src/main/java/org/lobid/resources/run/SwitchEsAlmaAlias.java b/src/main/java/org/lobid/resources/run/SwitchEsAlmaAlias.java index 68d9d4e9c..67f2b4ca0 100644 --- a/src/main/java/org/lobid/resources/run/SwitchEsAlmaAlias.java +++ b/src/main/java/org/lobid/resources/run/SwitchEsAlmaAlias.java @@ -27,7 +27,7 @@ * the productive index aliased to 'staging'. If a sanity check is successful * the index alias "almaresources-staging" is switched to the alias name * "almaresources" and vice versa. - * + * * @author Pascal Christoph (dr0i) * */ diff --git a/src/main/java/org/lobid/resources/run/UpdateAliases.java b/src/main/java/org/lobid/resources/run/UpdateAliases.java index 47e0e9507..ef387c3cb 100644 --- a/src/main/java/org/lobid/resources/run/UpdateAliases.java +++ b/src/main/java/org/lobid/resources/run/UpdateAliases.java @@ -35,7 +35,7 @@ * "[resources|geo_nwbib]" and vice versa. Also writes an email using * {@link de.hbz.lobid.helper.Email} to write an email to the address given by * the java system property 'emailTo'. - * + * * @author Pascal Christoph (dr0i) * */ diff --git a/src/main/resources/alma/fix/contribution.fix b/src/main/resources/alma/fix/contribution.fix index 1f70354c2..75aba401e 100644 --- a/src/main/resources/alma/fix/contribution.fix +++ b/src/main/resources/alma/fix/contribution.fix @@ -116,7 +116,7 @@ do list(path:"700[01] ", "var":"$i") # dateOfBirthAndDeath #will be split on a later stage unless exists("$i.d.1") copy_field("$i.d","contribution[].$last.agent.dateOfBirthAndDeath") - end + end call_macro("alternateGraphicRepresationArrayOfObjects",targetArray:"contribution[]",targetField:".agent",variable:"$i") end end diff --git a/src/main/resources/alma/fix/mediumAndType.fix b/src/main/resources/alma/fix/mediumAndType.fix index d8ff2acbf..dc6c65755 100644 --- a/src/main/resources/alma/fix/mediumAndType.fix +++ b/src/main/resources/alma/fix/mediumAndType.fix @@ -182,7 +182,7 @@ elsif any_match("@leaderTyp+008", "(Map|Visual materials)(.{29})[dr].*") # Pos2 elsif any_match("@leaderTyp+008", "Map.*") unless any_match("337.b","c") # add medium "print" if map is non-electronic (337b code b computermedia) add_field("medium[].$append.label","Print") -end +end # elsif any_match("@leaderTyp+008", "(Visual materials)(.{33})b.*") # Pos33 I excluded Kit # add_field("medium[].$append.label","Print") elsif any_match("006", "[acdpst]](.{5})[dr].*") # Pos00+06 Added Print for pos 006. diff --git a/src/main/resources/alma/maps/dnbSachgruppen.tsv b/src/main/resources/alma/maps/dnbSachgruppen.tsv index ec1520b31..475329334 100644 --- a/src/main/resources/alma/maps/dnbSachgruppen.tsv +++ b/src/main/resources/alma/maps/dnbSachgruppen.tsv @@ -174,4 +174,4 @@ S Schulbücher 788.96 Kornett 788.97 Flügelhorn 788.98 Tuba -788.99 andere Blechblasinstrumente \ No newline at end of file +788.99 andere Blechblasinstrumente diff --git a/src/main/resources/alma/maps/hbzowner2sigel.tsv b/src/main/resources/alma/maps/hbzowner2sigel.tsv index 5665e1b63..1782da10e 100644 --- a/src/main/resources/alma/maps/hbzowner2sigel.tsv +++ b/src/main/resources/alma/maps/hbzowner2sigel.tsv @@ -926,4 +926,4 @@ A2301 HBZ60 82/791 AC: LDZ Labordiagnostisches Zentrum, Bibliothek NULL 4371 K1192 HBZ60 38/440 K: ZADIK Zentralarchiv für Deutsche und Internationale Kunstmarktforschung ZADIK NULL 4372 M1226 HBZ60 6/339 MS: Bibl. CRS und ZIT Gemeinsame Bibliothek des Centrums für Religionsbezogene Studien (CRS) und des Zentrums für Islamische Theologie (ZIT) 2 NULL 4374 BDA01 EDK50 2187 AC: Diözesanarchiv Bischöfliches Diözesanarchiv Aachen NULL 4375 -A2302 HBZ60 82/792 AC: UB Exmed. Institut für Experimentelle Innere Medizin und Systembiologie, Bibliothek NULL 4376 \ No newline at end of file +A2302 HBZ60 82/792 AC: UB Exmed. Institut für Experimentelle Innere Medizin und Systembiologie, Bibliothek NULL 4376 diff --git a/src/main/resources/alma/maps/nwbibWikidataLabelTypeCoords.tsv b/src/main/resources/alma/maps/nwbibWikidataLabelTypeCoords.tsv index 7c61f0fcc..30c121f9f 100644 --- a/src/main/resources/alma/maps/nwbibWikidataLabelTypeCoords.tsv +++ b/src/main/resources/alma/maps/nwbibWikidataLabelTypeCoords.tsv @@ -5,7 +5,7 @@ https://nwbib.de/spatial#Q1987798 http://www.wikidata.org/entity/Q1987798 Nieder https://nwbib.de/spatial#Q1867441 http://www.wikidata.org/entity/Q1867441 Lochtrop http://www.wikidata.org/entity/Q253019 Point(8.20472 51.2311) https://nwbib.de/spatial#Q2554478 http://www.wikidata.org/entity/Q2554478 Wehnrath http://www.wikidata.org/entity/Q253019 Point(7.65556 50.9619) https://nwbib.de/spatial#Q15055866 http://www.wikidata.org/entity/Q15055866 Drüpt http://www.wikidata.org/entity/Q253019 Point(6.53527778 51.58666667) -https://nwbib.de/spatial#Q56398029 http://www.wikidata.org/entity/Q56398029 Dekanat Sundern http://www.wikidata.org/entity/Q385337 +https://nwbib.de/spatial#Q56398029 http://www.wikidata.org/entity/Q56398029 Dekanat Sundern http://www.wikidata.org/entity/Q385337 https://nwbib.de/spatial#Q47457873 http://www.wikidata.org/entity/Q47457873 Hultrop http://www.wikidata.org/entity/Q253019 Point(8.054166666 51.650555555) https://nwbib.de/spatial#Q182471 http://www.wikidata.org/entity/Q182471 Westerkappeln http://www.wikidata.org/entity/Q262166 Point(7.880555555 52.315277777) https://nwbib.de/spatial#Q151287 http://www.wikidata.org/entity/Q151287 Brand http://www.wikidata.org/entity/Q2740635, http://www.wikidata.org/entity/Q262166 Point(6.165 50.7489) @@ -26,7 +26,7 @@ https://nwbib.de/spatial#Q1672944 http://www.wikidata.org/entity/Q1672944 Irlenb https://nwbib.de/spatial#Q1541799 http://www.wikidata.org/entity/Q1541799 Grafschaft Schwalenberg http://www.wikidata.org/entity/Q353344, http://www.wikidata.org/entity/Q13417114 Point(9.19995 51.8772) https://nwbib.de/spatial#Q43109346 http://www.wikidata.org/entity/Q43109346 Beerlage http://www.wikidata.org/entity/Q253019 Point(7.36667 52.01667) https://nwbib.de/spatial#Q1641626 http://www.wikidata.org/entity/Q1641626 Westig http://www.wikidata.org/entity/Q253019 Point(7.75 51.3736) -https://nwbib.de/spatial#Q47454950 http://www.wikidata.org/entity/Q47454950 Zülpicher Börde http://www.wikidata.org/entity/Q1970725 +https://nwbib.de/spatial#Q47454950 http://www.wikidata.org/entity/Q47454950 Zülpicher Börde http://www.wikidata.org/entity/Q1970725 https://nwbib.de/spatial#Q1587067 http://www.wikidata.org/entity/Q1587067 Hartefeld http://www.wikidata.org/entity/Q253019 Point(6.375 51.4975) https://nwbib.de/spatial#Q2154179 http://www.wikidata.org/entity/Q2154179 Rinkerode http://www.wikidata.org/entity/Q253019 Point(7.68274 51.8457) https://nwbib.de/spatial#Q2563936 http://www.wikidata.org/entity/Q2563936 Weslarn http://www.wikidata.org/entity/Q253019 Point(8.16503 51.6208) @@ -35,10 +35,10 @@ https://nwbib.de/spatial#Q878667 http://www.wikidata.org/entity/Q878667 Kapellen https://nwbib.de/spatial#Q1164237 http://www.wikidata.org/entity/Q1164237 Dankersen http://www.wikidata.org/entity/Q253019 Point(8.965277777 52.291666666) https://nwbib.de/spatial#Q882661 http://www.wikidata.org/entity/Q882661 Grieth http://www.wikidata.org/entity/Q707813, http://www.wikidata.org/entity/Q253019 Point(6.314166666 51.787222222) https://nwbib.de/spatial#Q1921610 http://www.wikidata.org/entity/Q1921610 Merfeld http://www.wikidata.org/entity/Q253019, http://www.wikidata.org/entity/Q532 Point(7.20333 51.8492) -https://nwbib.de/spatial#Q47462099 http://www.wikidata.org/entity/Q47462099 Kirchenkreis Gelsenkirchen und Wattenscheid http://www.wikidata.org/entity/Q897303 +https://nwbib.de/spatial#Q47462099 http://www.wikidata.org/entity/Q47462099 Kirchenkreis Gelsenkirchen und Wattenscheid http://www.wikidata.org/entity/Q897303 https://nwbib.de/spatial#Q2100725 http://www.wikidata.org/entity/Q2100725 Thorr http://www.wikidata.org/entity/Q2983893 Point(6.633472222 50.937777777) -https://nwbib.de/spatial#Q47462166 http://www.wikidata.org/entity/Q47462166 Kirchenkreis Hamm http://www.wikidata.org/entity/Q897303 -https://nwbib.de/spatial#Q56881361 http://www.wikidata.org/entity/Q56881361 Kreis Rahden http://www.wikidata.org/entity/Q106658 +https://nwbib.de/spatial#Q47462166 http://www.wikidata.org/entity/Q47462166 Kirchenkreis Hamm http://www.wikidata.org/entity/Q897303 +https://nwbib.de/spatial#Q56881361 http://www.wikidata.org/entity/Q56881361 Kreis Rahden http://www.wikidata.org/entity/Q106658 https://nwbib.de/spatial#Q804752 http://www.wikidata.org/entity/Q804752 Balde (Erndtebrück) http://www.wikidata.org/entity/Q253019, http://www.wikidata.org/entity/Q486972 Point(8.33361 50.9908) https://nwbib.de/spatial#Q1796363 http://www.wikidata.org/entity/Q1796363 Königshardt http://www.wikidata.org/entity/Q253019 Point(6.85375 51.5474) https://nwbib.de/spatial#Q2233768 http://www.wikidata.org/entity/Q2233768 Scherpenseel http://www.wikidata.org/entity/Q253019 Point(6.29361 50.7903) @@ -54,7 +54,7 @@ https://nwbib.de/spatial#Q2742 http://www.wikidata.org/entity/Q2742 Münster htt https://nwbib.de/spatial#Q55584721 http://www.wikidata.org/entity/Q55584721 Hellinghausen http://www.wikidata.org/entity/Q253019 Point(8.285555555 51.664722222) https://nwbib.de/spatial#Q1356001 http://www.wikidata.org/entity/Q1356001 Ermsinghausen http://www.wikidata.org/entity/Q253019 Point(8.41896 51.6431) https://nwbib.de/spatial#Q897472 http://www.wikidata.org/entity/Q897472 Brake http://www.wikidata.org/entity/Q253019 Point(8.92139 52.0158) -https://nwbib.de/spatial#Q883257 http://www.wikidata.org/entity/Q883257 Bistum Minden http://www.wikidata.org/entity/Q27780831 +https://nwbib.de/spatial#Q883257 http://www.wikidata.org/entity/Q883257 Bistum Minden http://www.wikidata.org/entity/Q27780831 https://nwbib.de/spatial#Q389803 http://www.wikidata.org/entity/Q389803 Neubrück http://www.wikidata.org/entity/Q15632166 Point(7.05972 50.9358) https://nwbib.de/spatial#Q884445 http://www.wikidata.org/entity/Q884445 Duisburg-Süd (Stadtbezirk) http://www.wikidata.org/entity/Q2740635 Point(6.75972 51.3753) https://nwbib.de/spatial#Q20820494 http://www.wikidata.org/entity/Q20820494 Böminghausen http://www.wikidata.org/entity/Q253019 Point(8.128056 51.074316) @@ -69,7 +69,7 @@ https://nwbib.de/spatial#Q1880258 http://www.wikidata.org/entity/Q1880258 Lüfte https://nwbib.de/spatial#Q1989144 http://www.wikidata.org/entity/Q1989144 Nienborg http://www.wikidata.org/entity/Q253019 Point(7.10444 52.1344) https://nwbib.de/spatial#Q1623813 http://www.wikidata.org/entity/Q1623813 Kaule http://www.wikidata.org/entity/Q253019 Point(7.16185 50.9601) https://nwbib.de/spatial#Q11130 http://www.wikidata.org/entity/Q11130 Bad Sassendorf http://www.wikidata.org/entity/Q6882870, http://www.wikidata.org/entity/Q262166 Point(8.166666666 51.583055555) -https://nwbib.de/spatial#Q896058 http://www.wikidata.org/entity/Q896058 Hellwegbörden http://www.wikidata.org/entity/Q1970725 +https://nwbib.de/spatial#Q896058 http://www.wikidata.org/entity/Q896058 Hellwegbörden http://www.wikidata.org/entity/Q1970725 https://nwbib.de/spatial#Q798791 http://www.wikidata.org/entity/Q798791 Bad Westernkotten http://www.wikidata.org/entity/Q253019, http://www.wikidata.org/entity/Q6882870 Point(8.363888888 51.632777777) https://nwbib.de/spatial#Q232354 http://www.wikidata.org/entity/Q232354 Zweibrüggen http://www.wikidata.org/entity/Q253019 Point(6.09982 50.9355) https://nwbib.de/spatial#Q1589197 http://www.wikidata.org/entity/Q1589197 Hauenhorst http://www.wikidata.org/entity/Q253019 Point(7.45125 52.2367) @@ -78,7 +78,7 @@ https://nwbib.de/spatial#Q10946 http://www.wikidata.org/entity/Q10946 Freudenber https://nwbib.de/spatial#Q52458367 http://www.wikidata.org/entity/Q52458367 Plitschard http://www.wikidata.org/entity/Q253019 Point(6.110666666 50.897333333) https://nwbib.de/spatial#Q777806 http://www.wikidata.org/entity/Q777806 Kalkar http://www.wikidata.org/entity/Q253019 Point(6.77345 50.5962) https://nwbib.de/spatial#Q2099544 http://www.wikidata.org/entity/Q2099544 Plittersdorf http://www.wikidata.org/entity/Q253019 Point(7.15778 50.7006) -https://nwbib.de/spatial#Q26271345 http://www.wikidata.org/entity/Q26271345 Emscher-Lippe-Region http://www.wikidata.org/entity/Q82794 +https://nwbib.de/spatial#Q26271345 http://www.wikidata.org/entity/Q26271345 Emscher-Lippe-Region http://www.wikidata.org/entity/Q82794 https://nwbib.de/spatial#Q2120972 http://www.wikidata.org/entity/Q2120972 Püsselbüren http://www.wikidata.org/entity/Q253019 Point(7.65417 52.2958) https://nwbib.de/spatial#Q1276112 http://www.wikidata.org/entity/Q1276112 Vellinghausen-Eilmsen http://www.wikidata.org/entity/Q253019 Point(7.98667 51.6639) https://nwbib.de/spatial#Q10779976 http://www.wikidata.org/entity/Q10779976 Ostentrop http://www.wikidata.org/entity/Q253019 Point(8.02139 51.1906) @@ -135,7 +135,7 @@ https://nwbib.de/spatial#Q1495366 http://www.wikidata.org/entity/Q1495366 Lütze https://nwbib.de/spatial#Q1959109 http://www.wikidata.org/entity/Q1959109 Roxel http://www.wikidata.org/entity/Q253019 Point(7.53333 51.9528) https://nwbib.de/spatial#Q1250621 http://www.wikidata.org/entity/Q1250621 Gartenstadt http://www.wikidata.org/entity/Q253019 Point(7.51 51.5036) https://nwbib.de/spatial#Q1621762 http://www.wikidata.org/entity/Q1621762 Hochemmerich http://www.wikidata.org/entity/Q253019 Point(6.7125 51.4157) -https://nwbib.de/spatial#Q328928 http://www.wikidata.org/entity/Q328928 Grafschaft Moers http://www.wikidata.org/entity/Q353344 +https://nwbib.de/spatial#Q328928 http://www.wikidata.org/entity/Q328928 Grafschaft Moers http://www.wikidata.org/entity/Q353344 https://nwbib.de/spatial#Q269204 http://www.wikidata.org/entity/Q269204 Friesheim http://www.wikidata.org/entity/Q253019 Point(6.77583 50.7561) https://nwbib.de/spatial#Q2300597 http://www.wikidata.org/entity/Q2300597 Sommersell http://www.wikidata.org/entity/Q253019 Point(9.05655 51.9954) https://nwbib.de/spatial#Q1439048 http://www.wikidata.org/entity/Q1439048 Fortuna http://www.wikidata.org/entity/Q253019 Point(6.67153 50.9642) @@ -175,7 +175,7 @@ https://nwbib.de/spatial#Q1530219 http://www.wikidata.org/entity/Q1530219 Mausba https://nwbib.de/spatial#Q865631 http://www.wikidata.org/entity/Q865631 Birkesdorf http://www.wikidata.org/entity/Q253019 Point(6.464166666 50.820277777) https://nwbib.de/spatial#Q857786 http://www.wikidata.org/entity/Q857786 Bierde http://www.wikidata.org/entity/Q253019 Point(9.04083 52.3692) https://nwbib.de/spatial#Q53577707 http://www.wikidata.org/entity/Q53577707 Bildchen http://www.wikidata.org/entity/Q253019, http://www.wikidata.org/entity/Q757292 Point(6.040108888 50.730505) -https://nwbib.de/spatial#Q56373173 http://www.wikidata.org/entity/Q56373173 Dekanat Beckum http://www.wikidata.org/entity/Q385337 +https://nwbib.de/spatial#Q56373173 http://www.wikidata.org/entity/Q56373173 Dekanat Beckum http://www.wikidata.org/entity/Q385337 https://nwbib.de/spatial#Q5999 http://www.wikidata.org/entity/Q5999 Kreuztal http://www.wikidata.org/entity/Q42744322, http://www.wikidata.org/entity/Q54935786 Point(8.0064 50.96195) https://nwbib.de/spatial#Q897536 http://www.wikidata.org/entity/Q897536 Brambauer http://www.wikidata.org/entity/Q253019 Point(7.44278 51.5961) https://nwbib.de/spatial#Q1465627 http://www.wikidata.org/entity/Q1465627 Hilgen http://www.wikidata.org/entity/Q253019 Point(7.15611 51.1034) @@ -203,7 +203,7 @@ https://nwbib.de/spatial#Q878419 http://www.wikidata.org/entity/Q878419 Kreis Ah https://nwbib.de/spatial#Q2290569 http://www.wikidata.org/entity/Q2290569 Sittardheide http://www.wikidata.org/entity/Q253019 Point(6.35019 51.1373) https://nwbib.de/spatial#Q182286 http://www.wikidata.org/entity/Q182286 Recke http://www.wikidata.org/entity/Q262166 Point(7.718888888 52.37) https://nwbib.de/spatial#Q17543808 http://www.wikidata.org/entity/Q17543808 Persebeck-Kruckel-Schnee http://www.wikidata.org/entity/Q253019 Point(7.41666667 51.44722222) -https://nwbib.de/spatial#Q59139024 http://www.wikidata.org/entity/Q59139024 Stadtbezirk Stieghorst http://www.wikidata.org/entity/Q2740635 +https://nwbib.de/spatial#Q59139024 http://www.wikidata.org/entity/Q59139024 Stadtbezirk Stieghorst http://www.wikidata.org/entity/Q2740635 https://nwbib.de/spatial#Q117898 http://www.wikidata.org/entity/Q117898 Pivitsheide V. H. http://www.wikidata.org/entity/Q253019 Point(8.81 51.945555555) https://nwbib.de/spatial#Q2165216 http://www.wikidata.org/entity/Q2165216 Rommerscheid http://www.wikidata.org/entity/Q253019 Point(7.1534 50.9972) https://nwbib.de/spatial#Q44287884 http://www.wikidata.org/entity/Q44287884 Altenvoerde http://www.wikidata.org/entity/Q253019 Point(7.366944444 51.296666666) @@ -244,7 +244,7 @@ https://nwbib.de/spatial#Q14936 http://www.wikidata.org/entity/Q14936 Emsdetten https://nwbib.de/spatial#Q2707 http://www.wikidata.org/entity/Q2707 Beckum http://www.wikidata.org/entity/Q486972, http://www.wikidata.org/entity/Q54935786, http://www.wikidata.org/entity/Q42744322, http://www.wikidata.org/entity/Q707813 Point(8.040833333 51.755833333) https://nwbib.de/spatial#Q857805 http://www.wikidata.org/entity/Q857805 Bierenbachtal http://www.wikidata.org/entity/Q253019 Point(7.55972 50.9283) https://nwbib.de/spatial#Q1722641 http://www.wikidata.org/entity/Q1722641 Kaltenbach http://www.wikidata.org/entity/Q253019 Point(7.44861 50.9728) -https://nwbib.de/spatial#Q3821487 http://www.wikidata.org/entity/Q3821487 Grafschaft Sayn-Wittgenstein-Berleburg http://www.wikidata.org/entity/Q208500, http://www.wikidata.org/entity/Q353344 +https://nwbib.de/spatial#Q3821487 http://www.wikidata.org/entity/Q3821487 Grafschaft Sayn-Wittgenstein-Berleburg http://www.wikidata.org/entity/Q208500, http://www.wikidata.org/entity/Q353344 https://nwbib.de/spatial#Q1271203 http://www.wikidata.org/entity/Q1271203 Dörenthe http://www.wikidata.org/entity/Q253019 Point(7.68028 52.2225) https://nwbib.de/spatial#Q1401343 http://www.wikidata.org/entity/Q1401343 Fehrenbracht http://www.wikidata.org/entity/Q253019 Point(8.09917 51.2278) https://nwbib.de/spatial#Q1286527 http://www.wikidata.org/entity/Q1286527 Wasserstraße http://www.wikidata.org/entity/Q253019 Point(9.1025 52.4742) @@ -296,7 +296,7 @@ https://nwbib.de/spatial#Q2245352 http://www.wikidata.org/entity/Q2245352 Schlü https://nwbib.de/spatial#Q15992010 http://www.wikidata.org/entity/Q15992010 Oberrahmede http://www.wikidata.org/entity/Q253019 Point(7.620127 51.245828) https://nwbib.de/spatial#Q3641512 http://www.wikidata.org/entity/Q3641512 Stadtbezirk Bochum-Süd http://www.wikidata.org/entity/Q2740635 Point(7.24609 51.44426) https://nwbib.de/spatial#Q1805454 http://www.wikidata.org/entity/Q1805454 Langweiler http://www.wikidata.org/entity/Q350895, http://www.wikidata.org/entity/Q253019 Point(6.24187 50.8664) -https://nwbib.de/spatial#Q3821604 http://www.wikidata.org/entity/Q3821604 Grafschaft Sayn-Wittgenstein-Wittgenstein http://www.wikidata.org/entity/Q353344 +https://nwbib.de/spatial#Q3821604 http://www.wikidata.org/entity/Q3821604 Grafschaft Sayn-Wittgenstein-Wittgenstein http://www.wikidata.org/entity/Q353344 https://nwbib.de/spatial#Q1672690 http://www.wikidata.org/entity/Q1672690 Stockum http://www.wikidata.org/entity/Q253019 Point(8.15912 51.4955) https://nwbib.de/spatial#Q464473 http://www.wikidata.org/entity/Q464473 Eggegebirge http://www.wikidata.org/entity/Q46831 Point(8.966666666 51.733333333) https://nwbib.de/spatial#Q15056550 http://www.wikidata.org/entity/Q15056550 Hardterbroich-Pesch http://www.wikidata.org/entity/Q253019 Point(6.455495 51.192757) @@ -310,7 +310,7 @@ https://nwbib.de/spatial#Q525183 http://www.wikidata.org/entity/Q525183 Berzbuir https://nwbib.de/spatial#Q1699891 http://www.wikidata.org/entity/Q1699891 Höhenberg http://www.wikidata.org/entity/Q15632166 Point(7.02694 50.9411) https://nwbib.de/spatial#Q646087 http://www.wikidata.org/entity/Q646087 Dahlhausen http://www.wikidata.org/entity/Q253019 Point(7.143888888 51.426388888) https://nwbib.de/spatial#Q27479182 http://www.wikidata.org/entity/Q27479182 Schmitzbüchel http://www.wikidata.org/entity/Q253019 Point(7.2243766 50.957017) -https://nwbib.de/spatial#Q59240473 http://www.wikidata.org/entity/Q59240473 Stadtbezirk Hagen-Nord http://www.wikidata.org/entity/Q2740635 +https://nwbib.de/spatial#Q59240473 http://www.wikidata.org/entity/Q59240473 Stadtbezirk Hagen-Nord http://www.wikidata.org/entity/Q2740635 https://nwbib.de/spatial#Q57726512 http://www.wikidata.org/entity/Q57726512 Cronenberg http://www.wikidata.org/entity/Q2983893 Point(7.130305555 51.205472222) https://nwbib.de/spatial#Q1501486 http://www.wikidata.org/entity/Q1501486 Geneiken http://www.wikidata.org/entity/Q253019 Point(6.26667 51.1167) https://nwbib.de/spatial#Q4195 http://www.wikidata.org/entity/Q4195 Erftstadt http://www.wikidata.org/entity/Q54935786, http://www.wikidata.org/entity/Q42744322 Point(6.766666666 50.816666666) @@ -350,7 +350,7 @@ https://nwbib.de/spatial#Q14937 http://www.wikidata.org/entity/Q14937 Olfen http https://nwbib.de/spatial#Q2035697 http://www.wikidata.org/entity/Q2035697 Ostkilver http://www.wikidata.org/entity/Q253019 Point(8.481944444 52.2075) https://nwbib.de/spatial#Q29878896 http://www.wikidata.org/entity/Q29878896 Busch http://www.wikidata.org/entity/Q253019 Point(7.247832 51.058198) https://nwbib.de/spatial#Q1575376 http://www.wikidata.org/entity/Q1575376 Hanemicke http://www.wikidata.org/entity/Q253019 Point(7.84028 51.0706) -https://nwbib.de/spatial#Q55890544 http://www.wikidata.org/entity/Q55890544 Herrlichkeit Lembeck http://www.wikidata.org/entity/Q196068 +https://nwbib.de/spatial#Q55890544 http://www.wikidata.org/entity/Q55890544 Herrlichkeit Lembeck http://www.wikidata.org/entity/Q196068 https://nwbib.de/spatial#Q48220 http://www.wikidata.org/entity/Q48220 Hakedahl http://www.wikidata.org/entity/Q253019 Point(8.9075 51.945555555) https://nwbib.de/spatial#Q16295605 http://www.wikidata.org/entity/Q16295605 Zum Hohle http://www.wikidata.org/entity/Q253019 Point(7.6574 51.2558) https://nwbib.de/spatial#Q2112 http://www.wikidata.org/entity/Q2112 Bielefeld http://www.wikidata.org/entity/Q1187811, http://www.wikidata.org/entity/Q1964689, http://www.wikidata.org/entity/Q85635630, http://www.wikidata.org/entity/Q707813, http://www.wikidata.org/entity/Q1549591, http://www.wikidata.org/entity/Q42744322 Point(8.533333333 52.016666666) @@ -367,7 +367,7 @@ https://nwbib.de/spatial#Q690961 http://www.wikidata.org/entity/Q690961 Hemschla https://nwbib.de/spatial#Q437051 http://www.wikidata.org/entity/Q437051 Altenfeld http://www.wikidata.org/entity/Q253019 Point(8.44194 51.2519) https://nwbib.de/spatial#Q1412180 http://www.wikidata.org/entity/Q1412180 Kreis Minden http://www.wikidata.org/entity/Q106658 Point(8.91667 52.2833) https://nwbib.de/spatial#Q1250662 http://www.wikidata.org/entity/Q1250662 Körne http://www.wikidata.org/entity/Q253019 Point(7.50306 51.5156) -https://nwbib.de/spatial#Q572255 http://www.wikidata.org/entity/Q572255 Euregio Maas-Rhein http://www.wikidata.org/entity/Q153026 +https://nwbib.de/spatial#Q572255 http://www.wikidata.org/entity/Q572255 Euregio Maas-Rhein http://www.wikidata.org/entity/Q153026 https://nwbib.de/spatial#Q1625208 http://www.wikidata.org/entity/Q1625208 Holthausen http://www.wikidata.org/entity/Q253019, http://www.wikidata.org/entity/Q1499928 Point(7.54829 51.3534) https://nwbib.de/spatial#Q15123675 http://www.wikidata.org/entity/Q15123675 Osterberg http://www.wikidata.org/entity/Q253019 Point(7.91583333 52.24583333) https://nwbib.de/spatial#Q33165483 http://www.wikidata.org/entity/Q33165483 Lohne http://www.wikidata.org/entity/Q253019 Point(8.1868 51.5864) @@ -430,7 +430,7 @@ https://nwbib.de/spatial#Q1291886 http://www.wikidata.org/entity/Q1291886 Velthe https://nwbib.de/spatial#Q2009801 http://www.wikidata.org/entity/Q2009801 Oberhausen http://www.wikidata.org/entity/Q253019 Point(6.46472 50.5081) https://nwbib.de/spatial#Q2064696 http://www.wikidata.org/entity/Q2064696 Pavenstädt http://www.wikidata.org/entity/Q253019 Point(8.34444 51.9111) https://nwbib.de/spatial#Q781679 http://www.wikidata.org/entity/Q781679 Langel http://www.wikidata.org/entity/Q15632166 Point(7.00556 50.8469) -https://nwbib.de/spatial#Q23788002 http://www.wikidata.org/entity/Q23788002 Stadtbezirk Bochum-Ost http://www.wikidata.org/entity/Q2740635 +https://nwbib.de/spatial#Q23788002 http://www.wikidata.org/entity/Q23788002 Stadtbezirk Bochum-Ost http://www.wikidata.org/entity/Q2740635 https://nwbib.de/spatial#Q2130101 http://www.wikidata.org/entity/Q2130101 Ramersdorf http://www.wikidata.org/entity/Q253019 Point(7.15442 50.7244) https://nwbib.de/spatial#Q1601287 http://www.wikidata.org/entity/Q1601287 Heisberg http://www.wikidata.org/entity/Q253019 Point(7.92468 50.8787) https://nwbib.de/spatial#Q243474 http://www.wikidata.org/entity/Q243474 Rees http://www.wikidata.org/entity/Q42744322 Point(6.4 51.766666666) @@ -444,7 +444,7 @@ https://nwbib.de/spatial#Q1567375 http://www.wikidata.org/entity/Q1567375 Hadden https://nwbib.de/spatial#Q28109553 http://www.wikidata.org/entity/Q28109553 Ramsloh http://www.wikidata.org/entity/Q253019 Point(7.566028 51.260028) https://nwbib.de/spatial#Q1742454 http://www.wikidata.org/entity/Q1742454 Kirchberg (Jülich) http://www.wikidata.org/entity/Q253019 Point(6.35389 50.8986) https://nwbib.de/spatial#Q1250611 http://www.wikidata.org/entity/Q1250611 Dorstfeld http://www.wikidata.org/entity/Q2983893 Point(7.42417 51.5128) -https://nwbib.de/spatial#Q111827768 http://www.wikidata.org/entity/Q111827768 Dorp http://www.wikidata.org/entity/Q253019 +https://nwbib.de/spatial#Q111827768 http://www.wikidata.org/entity/Q111827768 Dorp http://www.wikidata.org/entity/Q253019 https://nwbib.de/spatial#Q1499802 http://www.wikidata.org/entity/Q1499802 Beckhausen http://www.wikidata.org/entity/Q253019 Point(7.04266 51.5496) https://nwbib.de/spatial#Q1451370 http://www.wikidata.org/entity/Q1451370 Frasselt http://www.wikidata.org/entity/Q253019 Point(6.023055555 51.771944444) https://nwbib.de/spatial#Q181825 http://www.wikidata.org/entity/Q181825 Holsterhausen http://www.wikidata.org/entity/Q253019 Point(6.995278 51.440833) @@ -455,7 +455,7 @@ https://nwbib.de/spatial#Q2103 http://www.wikidata.org/entity/Q2103 Bochum http: https://nwbib.de/spatial#Q1345089 http://www.wikidata.org/entity/Q1345089 Herongen http://www.wikidata.org/entity/Q253019 Point(6.250278 51.3875) https://nwbib.de/spatial#Q2233609 http://www.wikidata.org/entity/Q2233609 Scherfede http://www.wikidata.org/entity/Q253019 Point(9.030555555 51.530555555) https://nwbib.de/spatial#Q1573617 http://www.wikidata.org/entity/Q1573617 Stadtbezirk Uentrop http://www.wikidata.org/entity/Q2740635 Point(7.94194 51.6903) -https://nwbib.de/spatial#Q17592686 http://www.wikidata.org/entity/Q17592686 Kirchenkreis Aachen http://www.wikidata.org/entity/Q897303 +https://nwbib.de/spatial#Q17592686 http://www.wikidata.org/entity/Q17592686 Kirchenkreis Aachen http://www.wikidata.org/entity/Q897303 https://nwbib.de/spatial#Q44081891 http://www.wikidata.org/entity/Q44081891 Stapelage http://www.wikidata.org/entity/Q253019 Point(8.736944444 51.946666666) https://nwbib.de/spatial#Q2593915 http://www.wikidata.org/entity/Q2593915 Wormersdorf http://www.wikidata.org/entity/Q11183787, http://www.wikidata.org/entity/Q253019 Point(6.98889 50.6067) https://nwbib.de/spatial#Q818460 http://www.wikidata.org/entity/Q818460 Benzelrath http://www.wikidata.org/entity/Q253019 Point(6.79017 50.903) @@ -470,8 +470,8 @@ https://nwbib.de/spatial#Q2815 http://www.wikidata.org/entity/Q2815 Beelen http: https://nwbib.de/spatial#Q1498514 http://www.wikidata.org/entity/Q1498514 Gehlenbeck http://www.wikidata.org/entity/Q253019 Point(8.648333333 52.310277777) https://nwbib.de/spatial#Q2271193 http://www.wikidata.org/entity/Q2271193 Sennestadt http://www.wikidata.org/entity/Q12104567, http://www.wikidata.org/entity/Q253019 Point(8.583333333 51.95) https://nwbib.de/spatial#Q50377255 http://www.wikidata.org/entity/Q50377255 Rengert http://www.wikidata.org/entity/Q253019 Point(7.294083333 50.871277777) -https://nwbib.de/spatial#Q56099483 http://www.wikidata.org/entity/Q56099483 Dekanat Dortmund http://www.wikidata.org/entity/Q385337 -https://nwbib.de/spatial#Q56099734 http://www.wikidata.org/entity/Q56099734 Dekanat Hochsauerland-Mitte http://www.wikidata.org/entity/Q385337 +https://nwbib.de/spatial#Q56099483 http://www.wikidata.org/entity/Q56099483 Dekanat Dortmund http://www.wikidata.org/entity/Q385337 +https://nwbib.de/spatial#Q56099734 http://www.wikidata.org/entity/Q56099734 Dekanat Hochsauerland-Mitte http://www.wikidata.org/entity/Q385337 https://nwbib.de/spatial#Q1276304 http://www.wikidata.org/entity/Q1276304 Mönninghausen http://www.wikidata.org/entity/Q253019 Point(8.45389 51.6753) https://nwbib.de/spatial#Q25158552 http://www.wikidata.org/entity/Q25158552 Holderberg http://www.wikidata.org/entity/Q253019 Point(6.6078 51.4115) https://nwbib.de/spatial#Q1289696 http://www.wikidata.org/entity/Q1289696 Opherten http://www.wikidata.org/entity/Q253019 Point(6.447222222 51.011666666) @@ -490,7 +490,7 @@ https://nwbib.de/spatial#Q2048240 http://www.wikidata.org/entity/Q2048240 Palmer https://nwbib.de/spatial#Q457468 http://www.wikidata.org/entity/Q457468 Grafschaft Rietberg http://www.wikidata.org/entity/Q353344, http://www.wikidata.org/entity/Q26830017 Point(8.434818 51.799154) https://nwbib.de/spatial#Q313969 http://www.wikidata.org/entity/Q313969 Regierungsbezirk Minden http://www.wikidata.org/entity/Q1850612, http://www.wikidata.org/entity/Q829277 Point(8.92075 52.288) https://nwbib.de/spatial#Q832298 http://www.wikidata.org/entity/Q832298 Forstwald http://www.wikidata.org/entity/Q253019 Point(6.29 51.18) -https://nwbib.de/spatial#Q315288 http://www.wikidata.org/entity/Q315288 Grafschaft Arnsberg http://www.wikidata.org/entity/Q353344 +https://nwbib.de/spatial#Q315288 http://www.wikidata.org/entity/Q315288 Grafschaft Arnsberg http://www.wikidata.org/entity/Q353344 https://nwbib.de/spatial#Q1710815 http://www.wikidata.org/entity/Q1710815 Blankenstein http://www.wikidata.org/entity/Q707813, http://www.wikidata.org/entity/Q253019 Point(7.2275 51.40638889) https://nwbib.de/spatial#Q61726649 http://www.wikidata.org/entity/Q61726649 Mürmeln http://www.wikidata.org/entity/Q253019 Point(6.509583333 51.121388888) https://nwbib.de/spatial#Q33514680 http://www.wikidata.org/entity/Q33514680 Wemb http://www.wikidata.org/entity/Q253019 Point(6.17638 51.58646) @@ -498,7 +498,7 @@ https://nwbib.de/spatial#Q1258005 http://www.wikidata.org/entity/Q1258005 Dreim https://nwbib.de/spatial#Q1501157 http://www.wikidata.org/entity/Q1501157 Schöller-Dornap http://www.wikidata.org/entity/Q253019 Point(7.05333 51.2497) https://nwbib.de/spatial#Q1602716 http://www.wikidata.org/entity/Q1602716 Helle http://www.wikidata.org/entity/Q253019 Point(7.35667 51.0294) https://nwbib.de/spatial#Q819754 http://www.wikidata.org/entity/Q819754 Bergheim http://www.wikidata.org/entity/Q253019 Point(7.09124 50.7752) -https://nwbib.de/spatial#Q1803277 http://www.wikidata.org/entity/Q1803277 Landkreis Köln http://www.wikidata.org/entity/Q106658 +https://nwbib.de/spatial#Q1803277 http://www.wikidata.org/entity/Q1803277 Landkreis Köln http://www.wikidata.org/entity/Q106658 https://nwbib.de/spatial#Q3146968 http://www.wikidata.org/entity/Q3146968 Hau http://www.wikidata.org/entity/Q123705, http://www.wikidata.org/entity/Q253019 Point(6.15917 51.76278) https://nwbib.de/spatial#Q1250687 http://www.wikidata.org/entity/Q1250687 Renninghausen http://www.wikidata.org/entity/Q253019 Point(7.45 51.4767) https://nwbib.de/spatial#Q2042265 http://www.wikidata.org/entity/Q2042265 Ovenstädt http://www.wikidata.org/entity/Q253019 Point(8.96944 52.4194) @@ -577,7 +577,7 @@ https://nwbib.de/spatial#Q1390848 http://www.wikidata.org/entity/Q1390848 Salche https://nwbib.de/spatial#Q3821213 http://www.wikidata.org/entity/Q3821213 Grafschaft Sayn-Wittgenstein-Hohenstein http://www.wikidata.org/entity/Q353344 Point(8.4 50.91666667) https://nwbib.de/spatial#Q1697213 http://www.wikidata.org/entity/Q1697213 Kirchscheid http://www.wikidata.org/entity/Q253019 Point(7.22013 50.8729) https://nwbib.de/spatial#Q24355720 http://www.wikidata.org/entity/Q24355720 Jesinghausen http://www.wikidata.org/entity/Q253019 Point(7.25588889 51.28358333) -https://nwbib.de/spatial#Q56007789 http://www.wikidata.org/entity/Q56007789 Grafschaft Sayn-Wittgenstein http://www.wikidata.org/entity/Q353344 +https://nwbib.de/spatial#Q56007789 http://www.wikidata.org/entity/Q56007789 Grafschaft Sayn-Wittgenstein http://www.wikidata.org/entity/Q353344 https://nwbib.de/spatial#Q1624002 http://www.wikidata.org/entity/Q1624002 Hohkeppel http://www.wikidata.org/entity/Q253019 Point(7.30972 50.9797) https://nwbib.de/spatial#Q64004189 http://www.wikidata.org/entity/Q64004189 Bergswick http://www.wikidata.org/entity/Q253019 Point(6.4339 51.76) https://nwbib.de/spatial#Q1341121 http://www.wikidata.org/entity/Q1341121 Grönebach http://www.wikidata.org/entity/Q253019 Point(8.5598 51.2291) @@ -628,7 +628,7 @@ https://nwbib.de/spatial#Q1358995 http://www.wikidata.org/entity/Q1358995 Galkha https://nwbib.de/spatial#Q583886 http://www.wikidata.org/entity/Q583886 Rurdorf http://www.wikidata.org/entity/Q486972, http://www.wikidata.org/entity/Q253019 Point(6.275555555 50.964722222) https://nwbib.de/spatial#Q6280 http://www.wikidata.org/entity/Q6280 Kreis Euskirchen http://www.wikidata.org/entity/Q20738811 Point(6.67 50.5) https://nwbib.de/spatial#Q437666 http://www.wikidata.org/entity/Q437666 Altenvalbert http://www.wikidata.org/entity/Q253019 Point(8.08361 51.1669) -https://nwbib.de/spatial#Q54803603 http://www.wikidata.org/entity/Q54803603 Stadtbezirk VII (Essen) http://www.wikidata.org/entity/Q2740635 +https://nwbib.de/spatial#Q54803603 http://www.wikidata.org/entity/Q54803603 Stadtbezirk VII (Essen) http://www.wikidata.org/entity/Q2740635 https://nwbib.de/spatial#Q1251169 http://www.wikidata.org/entity/Q1251169 Meiswinkel http://www.wikidata.org/entity/Q253019 Point(7.94552 50.9338) https://nwbib.de/spatial#Q1095563 http://www.wikidata.org/entity/Q1095563 Clarholz http://www.wikidata.org/entity/Q253019 Point(8.19312 51.9022) https://nwbib.de/spatial#Q882072 http://www.wikidata.org/entity/Q882072 Königshoven http://www.wikidata.org/entity/Q253019 Point(6.546111111 51.000555555) @@ -679,7 +679,7 @@ https://nwbib.de/spatial#Q2132367 http://www.wikidata.org/entity/Q2132367 Rath h https://nwbib.de/spatial#Q258254 http://www.wikidata.org/entity/Q258254 Heidhausen http://www.wikidata.org/entity/Q253019 Point(7.017778 51.379722) https://nwbib.de/spatial#Q817259 http://www.wikidata.org/entity/Q817259 Stadtbezirk Benhausen http://www.wikidata.org/entity/Q2740635 Point(8.8275 51.7406) https://nwbib.de/spatial#Q2286101 http://www.wikidata.org/entity/Q2286101 Silixen http://www.wikidata.org/entity/Q253019 Point(9.06295 52.1377) -https://nwbib.de/spatial#Q477038 http://www.wikidata.org/entity/Q477038 Herrschaft Gemen http://www.wikidata.org/entity/Q196068, http://www.wikidata.org/entity/Q26830017 +https://nwbib.de/spatial#Q477038 http://www.wikidata.org/entity/Q477038 Herrschaft Gemen http://www.wikidata.org/entity/Q196068, http://www.wikidata.org/entity/Q26830017 https://nwbib.de/spatial#Q28923830 http://www.wikidata.org/entity/Q28923830 Pannesheide http://www.wikidata.org/entity/Q253019 Point(6.069731111 50.846758055) https://nwbib.de/spatial#Q15844411 http://www.wikidata.org/entity/Q15844411 Schlich http://www.wikidata.org/entity/Q253019 Point(6.5344484 51.1381607) https://nwbib.de/spatial#Q878286 http://www.wikidata.org/entity/Q878286 Weidesheim http://www.wikidata.org/entity/Q253019 Point(6.840555555 50.659722222) @@ -727,7 +727,7 @@ https://nwbib.de/spatial#Q833170 http://www.wikidata.org/entity/Q833170 Schwenni https://nwbib.de/spatial#Q1271918 http://www.wikidata.org/entity/Q1271918 Dünschede http://www.wikidata.org/entity/Q253019 Point(7.97707 51.1362) https://nwbib.de/spatial#Q41516300 http://www.wikidata.org/entity/Q41516300 Impekoven http://www.wikidata.org/entity/Q253019 Point(7.016389 50.713889) https://nwbib.de/spatial#Q28009265 http://www.wikidata.org/entity/Q28009265 Öttershagen http://www.wikidata.org/entity/Q253019 Point(7.635388888 50.820583333) -https://nwbib.de/spatial#Q1455460 http://www.wikidata.org/entity/Q1455460 Kirchenkreis Jülich http://www.wikidata.org/entity/Q897303 +https://nwbib.de/spatial#Q1455460 http://www.wikidata.org/entity/Q1455460 Kirchenkreis Jülich http://www.wikidata.org/entity/Q897303 https://nwbib.de/spatial#Q10950 http://www.wikidata.org/entity/Q10950 Netphen http://www.wikidata.org/entity/Q54935786, http://www.wikidata.org/entity/Q42744322 Point(8.1 50.914722222) https://nwbib.de/spatial#Q2534683 http://www.wikidata.org/entity/Q2534683 Vorweiden http://www.wikidata.org/entity/Q253019 Point(6.168 50.831) https://nwbib.de/spatial#Q1302352 http://www.wikidata.org/entity/Q1302352 Eickhoff http://www.wikidata.org/entity/Q253019 Point(8.495 51.56) @@ -737,9 +737,9 @@ https://nwbib.de/spatial#Q47190461 http://www.wikidata.org/entity/Q47190461 Gerl https://nwbib.de/spatial#Q2596720 http://www.wikidata.org/entity/Q2596720 Würgendorf http://www.wikidata.org/entity/Q253019 Point(8.125 50.7581) https://nwbib.de/spatial#Q1206591 http://www.wikidata.org/entity/Q1206591 Deuz http://www.wikidata.org/entity/Q253019 Point(8.14361 50.8808) https://nwbib.de/spatial#Q790589 http://www.wikidata.org/entity/Q790589 Avenwedde http://www.wikidata.org/entity/Q253019 Point(8.44472 51.9378) -https://nwbib.de/spatial#Q56373241 http://www.wikidata.org/entity/Q56373241 Dekanat Warendorf http://www.wikidata.org/entity/Q385337 +https://nwbib.de/spatial#Q56373241 http://www.wikidata.org/entity/Q56373241 Dekanat Warendorf http://www.wikidata.org/entity/Q385337 https://nwbib.de/spatial#Q1183128 http://www.wikidata.org/entity/Q1183128 Deichhaus http://www.wikidata.org/entity/Q253019 Point(7.22057 50.788) -https://nwbib.de/spatial#Q56374605 http://www.wikidata.org/entity/Q56374605 Dekanat Rheine http://www.wikidata.org/entity/Q385337 +https://nwbib.de/spatial#Q56374605 http://www.wikidata.org/entity/Q56374605 Dekanat Rheine http://www.wikidata.org/entity/Q385337 https://nwbib.de/spatial#Q1805041 http://www.wikidata.org/entity/Q1805041 Langeneicke http://www.wikidata.org/entity/Q253019 Point(8.44016 51.6365) https://nwbib.de/spatial#Q1771254 http://www.wikidata.org/entity/Q1771254 Wissersheim http://www.wikidata.org/entity/Q253019 Point(6.698055555 50.818055555) https://nwbib.de/spatial#Q893343 http://www.wikidata.org/entity/Q893343 Borbeck http://www.wikidata.org/entity/Q253019 Point(6.91418 51.4923) @@ -768,16 +768,16 @@ https://nwbib.de/spatial#Q1615149 http://www.wikidata.org/entity/Q1615149 Herzha https://nwbib.de/spatial#Q44992767 http://www.wikidata.org/entity/Q44992767 Labbeck http://www.wikidata.org/entity/Q253019 Point(6.380777777 51.646555555) https://nwbib.de/spatial#Q2222245 http://www.wikidata.org/entity/Q2222245 Sankt Jöris http://www.wikidata.org/entity/Q253019 Point(6.2125 50.8358) https://nwbib.de/spatial#Q3007 http://www.wikidata.org/entity/Q3007 Altstadt-Süd http://www.wikidata.org/entity/Q676050, http://www.wikidata.org/entity/Q15632166 Point(6.956111111 50.9325) -https://nwbib.de/spatial#Q59138211 http://www.wikidata.org/entity/Q59138211 Stadtbezirk Brackwede http://www.wikidata.org/entity/Q2740635 +https://nwbib.de/spatial#Q59138211 http://www.wikidata.org/entity/Q59138211 Stadtbezirk Brackwede http://www.wikidata.org/entity/Q2740635 https://nwbib.de/spatial#Q893913 http://www.wikidata.org/entity/Q893913 Born http://www.wikidata.org/entity/Q253019 Point(9.19778 51.8519) https://nwbib.de/spatial#Q44816683 http://www.wikidata.org/entity/Q44816683 Wiehagen http://www.wikidata.org/entity/Q253019 Point(7.851388888 51.501944444) -https://nwbib.de/spatial#Q47444602 http://www.wikidata.org/entity/Q47444602 Niederrheinische Sandplatten http://www.wikidata.org/entity/Q1970725 +https://nwbib.de/spatial#Q47444602 http://www.wikidata.org/entity/Q47444602 Niederrheinische Sandplatten http://www.wikidata.org/entity/Q1970725 https://nwbib.de/spatial#Q163100 http://www.wikidata.org/entity/Q163100 Sonsbeck http://www.wikidata.org/entity/Q262166 Point(6.376944444 51.608888888) -https://nwbib.de/spatial#Q59140275 http://www.wikidata.org/entity/Q59140275 Stadtbezirk Gelsenkirchen-Mitte http://www.wikidata.org/entity/Q2740635 +https://nwbib.de/spatial#Q59140275 http://www.wikidata.org/entity/Q59140275 Stadtbezirk Gelsenkirchen-Mitte http://www.wikidata.org/entity/Q2740635 https://nwbib.de/spatial#Q1587121 http://www.wikidata.org/entity/Q1587121 Kreuzkapelle http://www.wikidata.org/entity/Q253019 Point(7.38889 50.8814) https://nwbib.de/spatial#Q6755 http://www.wikidata.org/entity/Q6755 Bad Laasphe http://www.wikidata.org/entity/Q12350930, http://www.wikidata.org/entity/Q42744322 Point(8.416666666 50.930277777) https://nwbib.de/spatial#Q857498 http://www.wikidata.org/entity/Q857498 Bienen http://www.wikidata.org/entity/Q253019 Point(6.36889 51.8006) -https://nwbib.de/spatial#Q628609 http://www.wikidata.org/entity/Q628609 Fürstentum Rheina-Wolbeck http://www.wikidata.org/entity/Q208500 +https://nwbib.de/spatial#Q628609 http://www.wikidata.org/entity/Q628609 Fürstentum Rheina-Wolbeck http://www.wikidata.org/entity/Q208500 https://nwbib.de/spatial#Q1524784 http://www.wikidata.org/entity/Q1524784 Gimmersdorf http://www.wikidata.org/entity/Q253019 Point(7.14444 50.6364) https://nwbib.de/spatial#Q3989 http://www.wikidata.org/entity/Q3989 Bergheim http://www.wikidata.org/entity/Q134626, http://www.wikidata.org/entity/Q42744322, http://www.wikidata.org/entity/Q1548518 Point(6.65 50.966666666) https://nwbib.de/spatial#Q1610668 http://www.wikidata.org/entity/Q1610668 Herrentrup http://www.wikidata.org/entity/Q253019 Point(9.03833 51.9211) @@ -788,10 +788,10 @@ https://nwbib.de/spatial#Q2555026 http://www.wikidata.org/entity/Q2555026 Weide https://nwbib.de/spatial#Q894911 http://www.wikidata.org/entity/Q894911 Fuhlenbrock http://www.wikidata.org/entity/Q253019 Point(6.898 51.533) https://nwbib.de/spatial#Q1271833 http://www.wikidata.org/entity/Q1271833 Dünne http://www.wikidata.org/entity/Q253019 Point(8.58 52.229722222) https://nwbib.de/spatial#Q1149817 http://www.wikidata.org/entity/Q1149817 Hainchen http://www.wikidata.org/entity/Q253019 Point(8.21611 50.8531) -https://nwbib.de/spatial#Q47462205 http://www.wikidata.org/entity/Q47462205 Kirchenkreis Lüdenscheid http://www.wikidata.org/entity/Q897303 -https://nwbib.de/spatial#Q47462213 http://www.wikidata.org/entity/Q47462213 Kirchenkreis Münster http://www.wikidata.org/entity/Q897303 -https://nwbib.de/spatial#Q47462234 http://www.wikidata.org/entity/Q47462234 Kirchenkreis Recklinghausen http://www.wikidata.org/entity/Q897303 -https://nwbib.de/spatial#Q47462321 http://www.wikidata.org/entity/Q47462321 Kirchenkreis Wittgenstein http://www.wikidata.org/entity/Q897303 +https://nwbib.de/spatial#Q47462205 http://www.wikidata.org/entity/Q47462205 Kirchenkreis Lüdenscheid http://www.wikidata.org/entity/Q897303 +https://nwbib.de/spatial#Q47462213 http://www.wikidata.org/entity/Q47462213 Kirchenkreis Münster http://www.wikidata.org/entity/Q897303 +https://nwbib.de/spatial#Q47462234 http://www.wikidata.org/entity/Q47462234 Kirchenkreis Recklinghausen http://www.wikidata.org/entity/Q897303 +https://nwbib.de/spatial#Q47462321 http://www.wikidata.org/entity/Q47462321 Kirchenkreis Wittgenstein http://www.wikidata.org/entity/Q897303 https://nwbib.de/spatial#Q3900 http://www.wikidata.org/entity/Q3900 Troisdorf http://www.wikidata.org/entity/Q1548518, http://www.wikidata.org/entity/Q42744322 Point(7.155555555 50.816111111) https://nwbib.de/spatial#Q1321925 http://www.wikidata.org/entity/Q1321925 Gruissem http://www.wikidata.org/entity/Q253019 Point(6.64778 51.1386) https://nwbib.de/spatial#Q1017296 http://www.wikidata.org/entity/Q1017296 Buschbell http://www.wikidata.org/entity/Q253019 Point(6.80283 50.9263) @@ -802,7 +802,7 @@ https://nwbib.de/spatial#Q1343678 http://www.wikidata.org/entity/Q1343678 Nordbo https://nwbib.de/spatial#Q45030662 http://www.wikidata.org/entity/Q45030662 Schmerlecke http://www.wikidata.org/entity/Q253019 Point(8.248611111 51.599444444) https://nwbib.de/spatial#Q1455537 http://www.wikidata.org/entity/Q1455537 Frenz http://www.wikidata.org/entity/Q253019 Point(6.33694 50.8369) https://nwbib.de/spatial#Q16292537 http://www.wikidata.org/entity/Q16292537 Rathmecke http://www.wikidata.org/entity/Q253019 Point(7.632324 51.257252) -https://nwbib.de/spatial#Q47454940 http://www.wikidata.org/entity/Q47454940 Jülicher Börde http://www.wikidata.org/entity/Q1970725 +https://nwbib.de/spatial#Q47454940 http://www.wikidata.org/entity/Q47454940 Jülicher Börde http://www.wikidata.org/entity/Q1970725 https://nwbib.de/spatial#Q1553316 http://www.wikidata.org/entity/Q1553316 Raderberg http://www.wikidata.org/entity/Q15632166 Point(6.960277777 50.906666666) https://nwbib.de/spatial#Q1593797 http://www.wikidata.org/entity/Q1593797 Hehlrath http://www.wikidata.org/entity/Q253019, http://www.wikidata.org/entity/Q2983893 Point(6.239444444 50.838611111) https://nwbib.de/spatial#Q1805501 http://www.wikidata.org/entity/Q1805501 Ripsdorf http://www.wikidata.org/entity/Q253019 Point(6.656944444 50.386388888) @@ -1007,7 +1007,7 @@ https://nwbib.de/spatial#Q1347623 http://www.wikidata.org/entity/Q1347623 Epping https://nwbib.de/spatial#Q1959318 http://www.wikidata.org/entity/Q1959318 Müschede http://www.wikidata.org/entity/Q253019 Point(8.00056 51.4036) https://nwbib.de/spatial#Q722335 http://www.wikidata.org/entity/Q722335 Ascheloh http://www.wikidata.org/entity/Q253019 Point(8.385 52.0642) https://nwbib.de/spatial#Q1609484 http://www.wikidata.org/entity/Q1609484 Herbringhausen http://www.wikidata.org/entity/Q253019 Point(7.26333 51.2397) -https://nwbib.de/spatial#Q253765 http://www.wikidata.org/entity/Q253765 Erzbistum Paderborn http://www.wikidata.org/entity/Q105390172 +https://nwbib.de/spatial#Q253765 http://www.wikidata.org/entity/Q253765 Erzbistum Paderborn http://www.wikidata.org/entity/Q105390172 https://nwbib.de/spatial#Q1673976 http://www.wikidata.org/entity/Q1673976 Isingdorf http://www.wikidata.org/entity/Q253019 Point(8.4301 52.0565) https://nwbib.de/spatial#Q6287 http://www.wikidata.org/entity/Q6287 Rhein-Sieg-Kreis http://www.wikidata.org/entity/Q20738811 Point(7.25 50.75) https://nwbib.de/spatial#Q1642893 http://www.wikidata.org/entity/Q1642893 Heimersdorf http://www.wikidata.org/entity/Q15632166 Point(6.89667 51.0089) @@ -1083,7 +1083,7 @@ https://nwbib.de/spatial#Q1271639 http://www.wikidata.org/entity/Q1271639 Düffe https://nwbib.de/spatial#Q2794 http://www.wikidata.org/entity/Q2794 Sassenberg http://www.wikidata.org/entity/Q42744322 Point(8.040833333 51.989722222) https://nwbib.de/spatial#Q893547 http://www.wikidata.org/entity/Q893547 Borgholz http://www.wikidata.org/entity/Q253019 Point(9.25917 51.6217) https://nwbib.de/spatial#Q871085 http://www.wikidata.org/entity/Q871085 Herbede http://www.wikidata.org/entity/Q253019 Point(7.281666666 51.422222222) -https://nwbib.de/spatial#Q47022415 http://www.wikidata.org/entity/Q47022415 Kirchenkreis Lennep http://www.wikidata.org/entity/Q897303 +https://nwbib.de/spatial#Q47022415 http://www.wikidata.org/entity/Q47022415 Kirchenkreis Lennep http://www.wikidata.org/entity/Q897303 https://nwbib.de/spatial#Q1368631 http://www.wikidata.org/entity/Q1368631 Huttrop http://www.wikidata.org/entity/Q253019 Point(7.044167 51.448611) https://nwbib.de/spatial#Q26208579 http://www.wikidata.org/entity/Q26208579 Bergerfurth http://www.wikidata.org/entity/Q253019 Point(6.517222 51.715278) https://nwbib.de/spatial#Q875774 http://www.wikidata.org/entity/Q875774 Friedrichstadt http://www.wikidata.org/entity/Q1852178 Point(6.78056 51.2122) @@ -1148,7 +1148,7 @@ https://nwbib.de/spatial#Q1456954 http://www.wikidata.org/entity/Q1456954 Friede https://nwbib.de/spatial#Q61790257 http://www.wikidata.org/entity/Q61790257 Rennekoven http://www.wikidata.org/entity/Q253019 Point(6.320472222 51.281777777) https://nwbib.de/spatial#Q1736878 http://www.wikidata.org/entity/Q1736878 Richrath http://www.wikidata.org/entity/Q253019 Point(6.94424 51.1294) https://nwbib.de/spatial#Q1805036 http://www.wikidata.org/entity/Q1805036 Langendorf http://www.wikidata.org/entity/Q253019 Point(6.61583 50.675) -https://nwbib.de/spatial#Q769380 http://www.wikidata.org/entity/Q769380 Bistum Münster http://www.wikidata.org/entity/Q105388829 +https://nwbib.de/spatial#Q769380 http://www.wikidata.org/entity/Q769380 Bistum Münster http://www.wikidata.org/entity/Q105388829 https://nwbib.de/spatial#Q1507753 http://www.wikidata.org/entity/Q1507753 Heiderhof http://www.wikidata.org/entity/Q253019 Point(7.15107 50.6614) https://nwbib.de/spatial#Q1262632 http://www.wikidata.org/entity/Q1262632 Oberzier http://www.wikidata.org/entity/Q253019 Point(6.474722222 50.867222222) https://nwbib.de/spatial#Q704209 http://www.wikidata.org/entity/Q704209 Arsbeck http://www.wikidata.org/entity/Q253019 Point(6.21167 51.1436) @@ -1171,7 +1171,7 @@ https://nwbib.de/spatial#Q1806587 http://www.wikidata.org/entity/Q1806587 Lashor https://nwbib.de/spatial#Q981347 http://www.wikidata.org/entity/Q981347 Selfkant http://www.wikidata.org/entity/Q107425 Point(5.86694444 51.05) https://nwbib.de/spatial#Q20826154 http://www.wikidata.org/entity/Q20826154 Heessen http://www.wikidata.org/entity/Q253019 Point(7.83138889 51.70638889) https://nwbib.de/spatial#Q810760 http://www.wikidata.org/entity/Q810760 Batenhorst http://www.wikidata.org/entity/Q253019 Point(8.29944 51.8039) -https://nwbib.de/spatial#Q1746460 http://www.wikidata.org/entity/Q1746460 Westmünsterland http://www.wikidata.org/entity/Q1970725 +https://nwbib.de/spatial#Q1746460 http://www.wikidata.org/entity/Q1746460 Westmünsterland http://www.wikidata.org/entity/Q1970725 https://nwbib.de/spatial#Q2904 http://www.wikidata.org/entity/Q2904 Herne http://www.wikidata.org/entity/Q85635630, http://www.wikidata.org/entity/Q42744322, http://www.wikidata.org/entity/Q1549591 Point(7.21897 51.54258) https://nwbib.de/spatial#Q884294 http://www.wikidata.org/entity/Q884294 Marmagen http://www.wikidata.org/entity/Q253019 Point(6.57972 50.4769) https://nwbib.de/spatial#Q47037449 http://www.wikidata.org/entity/Q47037449 Bergerhausen http://www.wikidata.org/entity/Q253019 Point(6.645861111 50.861805555) @@ -1199,7 +1199,7 @@ https://nwbib.de/spatial#Q2120762 http://www.wikidata.org/entity/Q2120762 Pömbs https://nwbib.de/spatial#Q19687917 http://www.wikidata.org/entity/Q19687917 Hülstrung http://www.wikidata.org/entity/Q253019 Point(7.01980556 51.11841667) https://nwbib.de/spatial#Q1157435 http://www.wikidata.org/entity/Q1157435 Dahle http://www.wikidata.org/entity/Q253019 Point(7.75693 51.3001) https://nwbib.de/spatial#Q2326757 http://www.wikidata.org/entity/Q2326757 Stadtbezirk Innenstadt-West http://www.wikidata.org/entity/Q2740635 Point(7.465277777 51.513888888) -https://nwbib.de/spatial#Q876552 http://www.wikidata.org/entity/Q876552 Grafschaft Gimborn-Neustadt http://www.wikidata.org/entity/Q353344 +https://nwbib.de/spatial#Q876552 http://www.wikidata.org/entity/Q876552 Grafschaft Gimborn-Neustadt http://www.wikidata.org/entity/Q353344 https://nwbib.de/spatial#Q1805382 http://www.wikidata.org/entity/Q1805382 Langschede http://www.wikidata.org/entity/Q253019 Point(7.711944444 51.474166666) https://nwbib.de/spatial#Q2530373 http://www.wikidata.org/entity/Q2530373 Vohren http://www.wikidata.org/entity/Q253019 Point(8.05 51.9439) https://nwbib.de/spatial#Q883068 http://www.wikidata.org/entity/Q883068 Eil http://www.wikidata.org/entity/Q15632166 Point(7.0731 50.8936) @@ -1254,7 +1254,7 @@ https://nwbib.de/spatial#Q1499815 http://www.wikidata.org/entity/Q1499815 Rottha https://nwbib.de/spatial#Q2349166 http://www.wikidata.org/entity/Q2349166 Hetterscheidt http://www.wikidata.org/entity/Q1499928, http://www.wikidata.org/entity/Q253019 Point(7.00392 51.32858) https://nwbib.de/spatial#Q1017341 http://www.wikidata.org/entity/Q1017341 Buschhausen http://www.wikidata.org/entity/Q2983893 Point(6.833 51.503) https://nwbib.de/spatial#Q1250683 http://www.wikidata.org/entity/Q1250683 Oespel http://www.wikidata.org/entity/Q253019 Point(7.38194 51.4864) -https://nwbib.de/spatial#Q56042224 http://www.wikidata.org/entity/Q56042224 Südsauerland http://www.wikidata.org/entity/Q82794 +https://nwbib.de/spatial#Q56042224 http://www.wikidata.org/entity/Q56042224 Südsauerland http://www.wikidata.org/entity/Q82794 https://nwbib.de/spatial#Q1619115 http://www.wikidata.org/entity/Q1619115 Himmelgeist http://www.wikidata.org/entity/Q1852178 Point(6.80972 51.1728) https://nwbib.de/spatial#Q1014705 http://www.wikidata.org/entity/Q1014705 Burg an der Wupper http://www.wikidata.org/entity/Q253019 Point(7.15278 51.1376) https://nwbib.de/spatial#Q1436564 http://www.wikidata.org/entity/Q1436564 Menden http://www.wikidata.org/entity/Q2740635, http://www.wikidata.org/entity/Q253019 Point(7.16583 50.7883) @@ -1277,7 +1277,7 @@ https://nwbib.de/spatial#Q865412 http://www.wikidata.org/entity/Q865412 Birgte h https://nwbib.de/spatial#Q19965806 http://www.wikidata.org/entity/Q19965806 Stockhausen http://www.wikidata.org/entity/Q253019 Point(8.216915 51.353558888) https://nwbib.de/spatial#Q1390913 http://www.wikidata.org/entity/Q1390913 Frankenberger Viertel http://www.wikidata.org/entity/Q253019 Point(6.106666666 50.768333333) https://nwbib.de/spatial#N76 http://www.wikidata.org/entity/Q153943 Königreich Westphalen http://www.wikidata.org/entity/Q3024240, http://www.wikidata.org/entity/Q1679711, http://www.wikidata.org/entity/Q26879769, http://www.wikidata.org/entity/Q417175 Point(9.499612 51.308457) -https://nwbib.de/spatial#Q932656 http://www.wikidata.org/entity/Q932656 Herrschaft Rheda http://www.wikidata.org/entity/Q196068 +https://nwbib.de/spatial#Q932656 http://www.wikidata.org/entity/Q932656 Herrschaft Rheda http://www.wikidata.org/entity/Q196068 https://nwbib.de/spatial#Q1787416 http://www.wikidata.org/entity/Q1787416 Kreis Mülheim am Rhein http://www.wikidata.org/entity/Q5283531 Point(7.00416667 50.96222222) https://nwbib.de/spatial#Q7927 http://www.wikidata.org/entity/Q7927 Regierungsbezirk Köln http://www.wikidata.org/entity/Q829277, http://www.wikidata.org/entity/Q1850612 Point(6.92 50.83) https://nwbib.de/spatial#Q870865 http://www.wikidata.org/entity/Q870865 Stadtbezirk 8 (Düsseldorf) http://www.wikidata.org/entity/Q317669 Point(6.8275 51.2092) @@ -1316,8 +1316,8 @@ https://nwbib.de/spatial#Q11120 http://www.wikidata.org/entity/Q11120 Werl http: https://nwbib.de/spatial#Q15056329 http://www.wikidata.org/entity/Q15056329 Gevelndorf http://www.wikidata.org/entity/Q253019 Point(7.62166667 51.24055556) https://nwbib.de/spatial#Q1171034 http://www.wikidata.org/entity/Q1171034 Zollstock http://www.wikidata.org/entity/Q15632166 Point(6.945833333 50.905833333) https://nwbib.de/spatial#Q907968 http://www.wikidata.org/entity/Q907968 Bremerberg http://www.wikidata.org/entity/Q253019 Point(9.27458 51.8104) -https://nwbib.de/spatial#Q879507 http://www.wikidata.org/entity/Q879507 Grafschaft Lingen http://www.wikidata.org/entity/Q353344 -https://nwbib.de/spatial#N18 http://www.wikidata.org/entity/Q881875 Wittgensteiner Land http://www.wikidata.org/entity/Q82794 +https://nwbib.de/spatial#Q879507 http://www.wikidata.org/entity/Q879507 Grafschaft Lingen http://www.wikidata.org/entity/Q353344 +https://nwbib.de/spatial#N18 http://www.wikidata.org/entity/Q881875 Wittgensteiner Land http://www.wikidata.org/entity/Q82794 https://nwbib.de/spatial#Q2206016 http://www.wikidata.org/entity/Q2206016 Vernum http://www.wikidata.org/entity/Q253019 Point(6.353888888 51.495833333) https://nwbib.de/spatial#Q1423322 http://www.wikidata.org/entity/Q1423322 Leiberg http://www.wikidata.org/entity/Q253019 Point(8.655 51.5189) https://nwbib.de/spatial#Q2526320 http://www.wikidata.org/entity/Q2526320 Vilvenich http://www.wikidata.org/entity/Q253019, http://www.wikidata.org/entity/Q350895 Point(6.412683333 50.85225) @@ -1328,7 +1328,7 @@ https://nwbib.de/spatial#Q19275620 http://www.wikidata.org/entity/Q19275620 Bonz https://nwbib.de/spatial#Q825489 http://www.wikidata.org/entity/Q825489 Grafschaft Pyrmont http://www.wikidata.org/entity/Q26830017, http://www.wikidata.org/entity/Q353344 Point(9.24836 51.9836) https://nwbib.de/spatial#Q44080563 http://www.wikidata.org/entity/Q44080563 Ahlintel http://www.wikidata.org/entity/Q486972, http://www.wikidata.org/entity/Q253019, http://www.wikidata.org/entity/Q1484611, http://www.wikidata.org/entity/Q5084 Point(7.4775 52.158611111) https://nwbib.de/spatial#Q831391 http://www.wikidata.org/entity/Q831391 Hesborn http://www.wikidata.org/entity/Q253019 Point(8.627441666 51.149661111) -https://nwbib.de/spatial#Q56099854 http://www.wikidata.org/entity/Q56099854 Dekanat Siegen http://www.wikidata.org/entity/Q385337 +https://nwbib.de/spatial#Q56099854 http://www.wikidata.org/entity/Q56099854 Dekanat Siegen http://www.wikidata.org/entity/Q385337 https://nwbib.de/spatial#Q865488 http://www.wikidata.org/entity/Q865488 Birkelbach (Erndtebrück) http://www.wikidata.org/entity/Q253019, http://www.wikidata.org/entity/Q486972 Point(8.26833 51.0147) https://nwbib.de/spatial#Q1569696 http://www.wikidata.org/entity/Q1569696 Scheidingen http://www.wikidata.org/entity/Q253019 Point(7.932777777 51.6) https://nwbib.de/spatial#Q1253874 http://www.wikidata.org/entity/Q1253874 Leuth http://www.wikidata.org/entity/Q253019 Point(6.225277777 51.335833333) @@ -1389,7 +1389,7 @@ https://nwbib.de/spatial#Q2137735 http://www.wikidata.org/entity/Q2137735 Winnek https://nwbib.de/spatial#Q900023 http://www.wikidata.org/entity/Q900023 Brauck http://www.wikidata.org/entity/Q253019 Point(7.01375 51.5463) https://nwbib.de/spatial#Q2136560 http://www.wikidata.org/entity/Q2136560 Reelsen http://www.wikidata.org/entity/Q253019 Point(9.02333 51.7597) https://nwbib.de/spatial#Q10949 http://www.wikidata.org/entity/Q10949 Hilchenbach http://www.wikidata.org/entity/Q42744322 Point(8.109444444 50.998333333) -https://nwbib.de/spatial#N66 http://www.wikidata.org/entity/Q514557 Vest Recklinghausen http://www.wikidata.org/entity/Q3024240, http://www.wikidata.org/entity/Q1561636 +https://nwbib.de/spatial#N66 http://www.wikidata.org/entity/Q514557 Vest Recklinghausen http://www.wikidata.org/entity/Q3024240, http://www.wikidata.org/entity/Q1561636 https://nwbib.de/spatial#N45 http://www.wikidata.org/entity/Q641138 Herzogtum Kleve http://www.wikidata.org/entity/Q26830017, http://www.wikidata.org/entity/Q353344, http://www.wikidata.org/entity/Q154547 Point(6.13333333 51.78333333) https://nwbib.de/spatial#Q781737 http://www.wikidata.org/entity/Q781737 Roisdorf http://www.wikidata.org/entity/Q253019 Point(7.01083 50.7567) https://nwbib.de/spatial#Q612354 http://www.wikidata.org/entity/Q612354 Hüngersdorf http://www.wikidata.org/entity/Q253019, http://www.wikidata.org/entity/Q486972 Point(6.679722222 50.395277777) @@ -1428,7 +1428,7 @@ https://nwbib.de/spatial#Q6234 http://www.wikidata.org/entity/Q6234 Kreis Herfor https://nwbib.de/spatial#Q1980790 http://www.wikidata.org/entity/Q1980790 Neukirchen http://www.wikidata.org/entity/Q253019 Point(6.89217 50.7144) https://nwbib.de/spatial#Q1368614 http://www.wikidata.org/entity/Q1368614 Burgaltendorf http://www.wikidata.org/entity/Q253019 Point(7.122222 51.418056) https://nwbib.de/spatial#Q20818814 http://www.wikidata.org/entity/Q20818814 Mutz http://www.wikidata.org/entity/Q253019 Point(7.12004185 51.00656891) -https://nwbib.de/spatial#Q544579 http://www.wikidata.org/entity/Q544579 Grafschaft Sayn-Altenkirchen http://www.wikidata.org/entity/Q353344 +https://nwbib.de/spatial#Q544579 http://www.wikidata.org/entity/Q544579 Grafschaft Sayn-Altenkirchen http://www.wikidata.org/entity/Q353344 https://nwbib.de/spatial#Q11045 http://www.wikidata.org/entity/Q11045 Wipperfürth http://www.wikidata.org/entity/Q54935786, http://www.wikidata.org/entity/Q42744322, http://www.wikidata.org/entity/Q707813 Point(7.4 51.116666666) https://nwbib.de/spatial#Q11039 http://www.wikidata.org/entity/Q11039 Radevormwald http://www.wikidata.org/entity/Q54935786, http://www.wikidata.org/entity/Q42744322 Point(7.35 51.2) https://nwbib.de/spatial#Q26208583 http://www.wikidata.org/entity/Q26208583 Schepersfeld http://www.wikidata.org/entity/Q253019 Point(6.64 51.664722) @@ -1507,8 +1507,8 @@ https://nwbib.de/spatial#Q15992012 http://www.wikidata.org/entity/Q15992012 Isin https://nwbib.de/spatial#Q2700729 http://www.wikidata.org/entity/Q2700729 Brachthausen http://www.wikidata.org/entity/Q253019 Point(8.08472222 51.03194444) https://nwbib.de/spatial#Q4048 http://www.wikidata.org/entity/Q4048 Langenfeld http://www.wikidata.org/entity/Q42744322, http://www.wikidata.org/entity/Q54935786 Point(6.95 51.116666666) https://nwbib.de/spatial#Q881204 http://www.wikidata.org/entity/Q881204 Werne http://www.wikidata.org/entity/Q2983893 Point(7.306666666 51.486388888) -https://nwbib.de/spatial#Q47462151 http://www.wikidata.org/entity/Q47462151 Kirchenkreis Hagen http://www.wikidata.org/entity/Q897303 -https://nwbib.de/spatial#Q47462244 http://www.wikidata.org/entity/Q47462244 Kirchenkreis Siegen http://www.wikidata.org/entity/Q897303 +https://nwbib.de/spatial#Q47462151 http://www.wikidata.org/entity/Q47462151 Kirchenkreis Hagen http://www.wikidata.org/entity/Q897303 +https://nwbib.de/spatial#Q47462244 http://www.wikidata.org/entity/Q47462244 Kirchenkreis Siegen http://www.wikidata.org/entity/Q897303 https://nwbib.de/spatial#Q1332187 http://www.wikidata.org/entity/Q1332187 Ellinghorst http://www.wikidata.org/entity/Q253019 Point(6.95514 51.561) https://nwbib.de/spatial#N22 http://www.wikidata.org/entity/Q153464 Bergisches Land http://www.wikidata.org/entity/Q55075651, http://www.wikidata.org/entity/Q82794 Point(7.306944444 51.05) https://nwbib.de/spatial#Q1149796 http://www.wikidata.org/entity/Q1149796 Weiden http://www.wikidata.org/entity/Q253019 Point(7.24009 51.0641) @@ -1519,9 +1519,9 @@ https://nwbib.de/spatial#Q1701768 http://www.wikidata.org/entity/Q1701768 Wieder https://nwbib.de/spatial#Q1250624 http://www.wikidata.org/entity/Q1250624 Großholthausen http://www.wikidata.org/entity/Q253019 Point(7.43 51.4597) https://nwbib.de/spatial#Q1746572 http://www.wikidata.org/entity/Q1746572 Kleinenbremen http://www.wikidata.org/entity/Q253019 Point(9.03833 52.2378) https://nwbib.de/spatial#Q1951765 http://www.wikidata.org/entity/Q1951765 Muffendorf http://www.wikidata.org/entity/Q253019 Point(7.16062 50.6714) -https://nwbib.de/spatial#Q702291 http://www.wikidata.org/entity/Q702291 Bistum Essen http://www.wikidata.org/entity/Q105388829 +https://nwbib.de/spatial#Q702291 http://www.wikidata.org/entity/Q702291 Bistum Essen http://www.wikidata.org/entity/Q105388829 https://nwbib.de/spatial#Q1514770 http://www.wikidata.org/entity/Q1514770 Kepplerburg http://www.wikidata.org/entity/Q253019 Point(7.29444 50.975) -https://nwbib.de/spatial#Q59243186 http://www.wikidata.org/entity/Q59243186 Stadtbezirk Schloß Neuhaus/Sande http://www.wikidata.org/entity/Q2740635 +https://nwbib.de/spatial#Q59243186 http://www.wikidata.org/entity/Q59243186 Stadtbezirk Schloß Neuhaus/Sande http://www.wikidata.org/entity/Q2740635 https://nwbib.de/spatial#Q204683 http://www.wikidata.org/entity/Q204683 Waldfeucht http://www.wikidata.org/entity/Q262166 Point(5.983055555 51.066666666) https://nwbib.de/spatial#Q1621910 http://www.wikidata.org/entity/Q1621910 Hochkirchen http://www.wikidata.org/entity/Q253019 Point(6.640833333 50.796666666) https://nwbib.de/spatial#Q1009459 http://www.wikidata.org/entity/Q1009459 Bungenberg http://www.wikidata.org/entity/Q253019 Point(6.480683333 50.456130555) @@ -1560,10 +1560,10 @@ https://nwbib.de/spatial#Q939872 http://www.wikidata.org/entity/Q939872 Vossenac https://nwbib.de/spatial#Q1394198 http://www.wikidata.org/entity/Q1394198 Falkendiek http://www.wikidata.org/entity/Q253019 Point(8.694166666 52.16) https://nwbib.de/spatial#Q1513775 http://www.wikidata.org/entity/Q1513775 Gerlingsen http://www.wikidata.org/entity/Q253019 Point(7.66228 51.3883) https://nwbib.de/spatial#Q257549 http://www.wikidata.org/entity/Q257549 Bergeborbeck http://www.wikidata.org/entity/Q2983893 Point(6.976389 51.478889) -https://nwbib.de/spatial#Q56395189 http://www.wikidata.org/entity/Q56395189 Dekanat Dorsten http://www.wikidata.org/entity/Q385337 +https://nwbib.de/spatial#Q56395189 http://www.wikidata.org/entity/Q56395189 Dekanat Dorsten http://www.wikidata.org/entity/Q385337 https://nwbib.de/spatial#Q894441 http://www.wikidata.org/entity/Q894441 Boslar http://www.wikidata.org/entity/Q253019 Point(6.332777777 50.972777777) https://nwbib.de/spatial#Q1827032 http://www.wikidata.org/entity/Q1827032 Lintel http://www.wikidata.org/entity/Q253019 Point(8.382 51.842) -https://nwbib.de/spatial#Q56398321 http://www.wikidata.org/entity/Q56398321 Dekanat Olpe http://www.wikidata.org/entity/Q385337 +https://nwbib.de/spatial#Q56398321 http://www.wikidata.org/entity/Q56398321 Dekanat Olpe http://www.wikidata.org/entity/Q385337 https://nwbib.de/spatial#Q1546896 http://www.wikidata.org/entity/Q1546896 Grimminghausen http://www.wikidata.org/entity/Q253019 Point(8.21056 51.2197) https://nwbib.de/spatial#Q688115 http://www.wikidata.org/entity/Q688115 Heimerzheim http://www.wikidata.org/entity/Q253019 Point(6.916666666 50.716666666) https://nwbib.de/spatial#Q1742434 http://www.wikidata.org/entity/Q1742434 Oedingen http://www.wikidata.org/entity/Q253019 Point(8.12278 51.1736) @@ -1574,7 +1574,7 @@ https://nwbib.de/spatial#Q2557695 http://www.wikidata.org/entity/Q2557695 Wellen https://nwbib.de/spatial#Q1959038 http://www.wikidata.org/entity/Q1959038 Mündelheim http://www.wikidata.org/entity/Q2983893 Point(6.68194 51.3544) https://nwbib.de/spatial#Q2065715 http://www.wikidata.org/entity/Q2065715 Schönau http://www.wikidata.org/entity/Q253019 Point(7.90472222 50.9775) https://nwbib.de/spatial#Q1368050 http://www.wikidata.org/entity/Q1368050 Vorwald http://www.wikidata.org/entity/Q253019 Point(8.40074 51.1452) -https://nwbib.de/spatial#Q328545 http://www.wikidata.org/entity/Q328545 Nassau-Dillenburg http://www.wikidata.org/entity/Q208500 +https://nwbib.de/spatial#Q328545 http://www.wikidata.org/entity/Q328545 Nassau-Dillenburg http://www.wikidata.org/entity/Q208500 https://nwbib.de/spatial#Q1653554 http://www.wikidata.org/entity/Q1653554 Wolfgarten http://www.wikidata.org/entity/Q253019 Point(6.49278 50.5903) https://nwbib.de/spatial#Q1610389 http://www.wikidata.org/entity/Q1610389 Overberge http://www.wikidata.org/entity/Q253019 Point(7.67778 51.6189) https://nwbib.de/spatial#Q56150614 http://www.wikidata.org/entity/Q56150614 Dam http://www.wikidata.org/entity/Q253019 Point(6.241444444 51.410611111) @@ -1613,9 +1613,9 @@ https://nwbib.de/spatial#Q1019908 http://www.wikidata.org/entity/Q1019908 Bönni https://nwbib.de/spatial#Q1880470 http://www.wikidata.org/entity/Q1880470 Lüttingen http://www.wikidata.org/entity/Q253019 Point(6.45972 51.6728) https://nwbib.de/spatial#Q442473 http://www.wikidata.org/entity/Q442473 Altlünen http://www.wikidata.org/entity/Q253019 Point(7.52806 51.6289) https://nwbib.de/spatial#Q1352064 http://www.wikidata.org/entity/Q1352064 Kalthof http://www.wikidata.org/entity/Q253019 Point(7.66908 51.4216) -https://nwbib.de/spatial#Q59139867 http://www.wikidata.org/entity/Q59139867 Stadtbezirk Bottrop-Süd http://www.wikidata.org/entity/Q2740635 -https://nwbib.de/spatial#Q59140331 http://www.wikidata.org/entity/Q59140331 Stadtbezirk Gelsenkirchen-West http://www.wikidata.org/entity/Q2740635 -https://nwbib.de/spatial#Q59140358 http://www.wikidata.org/entity/Q59140358 Stadtbezirk Gelsenkirchen-Ost http://www.wikidata.org/entity/Q2740635 +https://nwbib.de/spatial#Q59139867 http://www.wikidata.org/entity/Q59139867 Stadtbezirk Bottrop-Süd http://www.wikidata.org/entity/Q2740635 +https://nwbib.de/spatial#Q59140331 http://www.wikidata.org/entity/Q59140331 Stadtbezirk Gelsenkirchen-West http://www.wikidata.org/entity/Q2740635 +https://nwbib.de/spatial#Q59140358 http://www.wikidata.org/entity/Q59140358 Stadtbezirk Gelsenkirchen-Ost http://www.wikidata.org/entity/Q2740635 https://nwbib.de/spatial#Q314439 http://www.wikidata.org/entity/Q314439 Hohenlimburg http://www.wikidata.org/entity/Q253019, http://www.wikidata.org/entity/Q1499928 Point(7.566648 51.356114) https://nwbib.de/spatial#Q2567718 http://www.wikidata.org/entity/Q2567718 Widdau http://www.wikidata.org/entity/Q253019 Point(6.298 50.5605) https://nwbib.de/spatial#Q1750200 http://www.wikidata.org/entity/Q1750200 Sohl http://www.wikidata.org/entity/Q253019 Point(8.29722 50.8722) @@ -1771,20 +1771,20 @@ https://nwbib.de/spatial#Q1902079 http://www.wikidata.org/entity/Q1902079 Oedeko https://nwbib.de/spatial#Q1513770 http://www.wikidata.org/entity/Q1513770 Gerlingen http://www.wikidata.org/entity/Q253019 Point(7.97627 51.5284) https://nwbib.de/spatial#Q1453792 http://www.wikidata.org/entity/Q1453792 Freialdenhoven http://www.wikidata.org/entity/Q253019 Point(6.249722222 50.928611111) https://nwbib.de/spatial#Q1593462 http://www.wikidata.org/entity/Q1593462 Heedfeld http://www.wikidata.org/entity/Q253019 Point(7.58259 51.2568) -https://nwbib.de/spatial#Q45735731 http://www.wikidata.org/entity/Q45735731 Overhetfeld http://www.wikidata.org/entity/Q253019 +https://nwbib.de/spatial#Q45735731 http://www.wikidata.org/entity/Q45735731 Overhetfeld http://www.wikidata.org/entity/Q253019 https://nwbib.de/spatial#Q1250636 http://www.wikidata.org/entity/Q1250636 Huckarde http://www.wikidata.org/entity/Q253019 Point(7.41389 51.5303) https://nwbib.de/spatial#Q1187959 http://www.wikidata.org/entity/Q1187959 Denklingen http://www.wikidata.org/entity/Q253019 Point(7.65528 50.9153) https://nwbib.de/spatial#Q1636155 http://www.wikidata.org/entity/Q1636155 Huisberden http://www.wikidata.org/entity/Q253019 Point(6.231944444 51.79) https://nwbib.de/spatial#Q152421 http://www.wikidata.org/entity/Q152421 Altenrath http://www.wikidata.org/entity/Q253019 Point(7.19682 50.8571) https://nwbib.de/spatial#Q1735628 http://www.wikidata.org/entity/Q1735628 Röttgen http://www.wikidata.org/entity/Q253019 Point(7.06927 50.6761) -https://nwbib.de/spatial#Q47022089 http://www.wikidata.org/entity/Q47022089 Kirchenkreis Gladbach-Neuss http://www.wikidata.org/entity/Q897303 +https://nwbib.de/spatial#Q47022089 http://www.wikidata.org/entity/Q47022089 Kirchenkreis Gladbach-Neuss http://www.wikidata.org/entity/Q897303 https://nwbib.de/spatial#Q314234 http://www.wikidata.org/entity/Q314234 Wanne-Eickel http://www.wikidata.org/entity/Q22865, http://www.wikidata.org/entity/Q253019 Point(7.161666666 51.5325) https://nwbib.de/spatial#Q380591 http://www.wikidata.org/entity/Q380591 Aegidienberg http://www.wikidata.org/entity/Q2740635, http://www.wikidata.org/entity/Q253019 Point(7.3025 50.6586) https://nwbib.de/spatial#Q27894906 http://www.wikidata.org/entity/Q27894906 Bruchhausen http://www.wikidata.org/entity/Q253019 Point(7.46 50.879722222) https://nwbib.de/spatial#Q941000 http://www.wikidata.org/entity/Q941000 Garzweiler http://www.wikidata.org/entity/Q253019 Point(6.50611 51.1078) https://nwbib.de/spatial#Q1418553 http://www.wikidata.org/entity/Q1418553 Ohmig http://www.wikidata.org/entity/Q253019 Point(7.5225 50.9761) https://nwbib.de/spatial#Q1722587 http://www.wikidata.org/entity/Q1722587 Kalscheuren http://www.wikidata.org/entity/Q253019 Point(6.90833 50.8756) -https://nwbib.de/spatial#Q15823609 http://www.wikidata.org/entity/Q15823609 Kirchenkreis An Sieg und Rhein http://www.wikidata.org/entity/Q897303 +https://nwbib.de/spatial#Q15823609 http://www.wikidata.org/entity/Q15823609 Kirchenkreis An Sieg und Rhein http://www.wikidata.org/entity/Q897303 https://nwbib.de/spatial#Q2103615 http://www.wikidata.org/entity/Q2103615 Pont (Geldern) http://www.wikidata.org/entity/Q253019 Point(6.29528 51.4906) https://nwbib.de/spatial#Q884517 http://www.wikidata.org/entity/Q884517 Wickede http://www.wikidata.org/entity/Q253019 Point(7.610833333 51.531944444) https://nwbib.de/spatial#Q242195 http://www.wikidata.org/entity/Q242195 Bad Driburg http://www.wikidata.org/entity/Q6882870, http://www.wikidata.org/entity/Q42744322 Point(9.016666666 51.733333333) @@ -1868,7 +1868,7 @@ https://nwbib.de/spatial#Q1722101 http://www.wikidata.org/entity/Q1722101 Kaldau https://nwbib.de/spatial#Q183307 http://www.wikidata.org/entity/Q183307 Bad Lippspringe http://www.wikidata.org/entity/Q4946461, http://www.wikidata.org/entity/Q42744322 Point(8.816666666 51.783333333) https://nwbib.de/spatial#Q811415 http://www.wikidata.org/entity/Q811415 Baukau http://www.wikidata.org/entity/Q253019 Point(7.2 51.55) https://nwbib.de/spatial#Q1258051 http://www.wikidata.org/entity/Q1258051 Dreis-Tiefenbach http://www.wikidata.org/entity/Q253019 Point(8.054 50.9145) -https://nwbib.de/spatial#Q1374344 http://www.wikidata.org/entity/Q1374344 Euregio Rhein-Maas-Nord http://www.wikidata.org/entity/Q153026 +https://nwbib.de/spatial#Q1374344 http://www.wikidata.org/entity/Q1374344 Euregio Rhein-Maas-Nord http://www.wikidata.org/entity/Q153026 https://nwbib.de/spatial#Q882652 http://www.wikidata.org/entity/Q882652 Wiedenbrück http://www.wikidata.org/entity/Q253019, http://www.wikidata.org/entity/Q707813 Point(8.30528 51.8333) https://nwbib.de/spatial#Q1508810 http://www.wikidata.org/entity/Q1508810 Henstorf http://www.wikidata.org/entity/Q253019 Point(8.98284 52.0766) https://nwbib.de/spatial#Q889020 http://www.wikidata.org/entity/Q889020 Bocholt-West http://www.wikidata.org/entity/Q253019 Point(6.5875 51.8333) @@ -1877,7 +1877,7 @@ https://nwbib.de/spatial#Q60330651 http://www.wikidata.org/entity/Q60330651 Bonn https://nwbib.de/spatial#Q2152122 http://www.wikidata.org/entity/Q2152122 Rieferath http://www.wikidata.org/entity/Q253019 Point(7.49639 50.8053) https://nwbib.de/spatial#Q15122771 http://www.wikidata.org/entity/Q15122771 Neukirchen (Rheinbach) http://www.wikidata.org/entity/Q2983893 Point(6.92834 50.5888) https://nwbib.de/spatial#Q1452958 http://www.wikidata.org/entity/Q1452958 Grafschaft Sternberg http://www.wikidata.org/entity/Q353344 Point(9.04915 52.0534) -https://nwbib.de/spatial#N33 http://www.wikidata.org/entity/Q1381014 Evangelische Kirche von Westfalen http://www.wikidata.org/entity/Q565744, http://www.wikidata.org/entity/Q1301420 +https://nwbib.de/spatial#N33 http://www.wikidata.org/entity/Q1381014 Evangelische Kirche von Westfalen http://www.wikidata.org/entity/Q565744, http://www.wikidata.org/entity/Q1301420 https://nwbib.de/spatial#Q1284452 http://www.wikidata.org/entity/Q1284452 Immerath http://www.wikidata.org/entity/Q532, http://www.wikidata.org/entity/Q253019 Point(6.437778 51.051111) https://nwbib.de/spatial#Q736209 http://www.wikidata.org/entity/Q736209 Asperden http://www.wikidata.org/entity/Q253019 Point(6.116111111 51.6925) https://nwbib.de/spatial#Q2789 http://www.wikidata.org/entity/Q2789 Telgte http://www.wikidata.org/entity/Q707813, http://www.wikidata.org/entity/Q42744322 Point(7.785555555 51.981944444) @@ -2002,8 +2002,8 @@ https://nwbib.de/spatial#Q1701402 http://www.wikidata.org/entity/Q1701402 Limper https://nwbib.de/spatial#Q823188 http://www.wikidata.org/entity/Q823188 Bernberg http://www.wikidata.org/entity/Q253019 Point(7.599722222 51.024444444) https://nwbib.de/spatial#Q1880342 http://www.wikidata.org/entity/Q1880342 Lünen-Süd http://www.wikidata.org/entity/Q253019 Point(7.52944 51.5906) https://nwbib.de/spatial#Q56008187 http://www.wikidata.org/entity/Q56008187 Baal http://www.wikidata.org/entity/Q253019 Point(6.114444444 51.612111111) -https://nwbib.de/spatial#Q56041996 http://www.wikidata.org/entity/Q56041996 Nordsauerland http://www.wikidata.org/entity/Q82794 -https://nwbib.de/spatial#Q56042004 http://www.wikidata.org/entity/Q56042004 Ostsauerland http://www.wikidata.org/entity/Q82794 +https://nwbib.de/spatial#Q56041996 http://www.wikidata.org/entity/Q56041996 Nordsauerland http://www.wikidata.org/entity/Q82794 +https://nwbib.de/spatial#Q56042004 http://www.wikidata.org/entity/Q56042004 Ostsauerland http://www.wikidata.org/entity/Q82794 https://nwbib.de/spatial#Q1269652 http://www.wikidata.org/entity/Q1269652 Dämmerwald http://www.wikidata.org/entity/Q253019 Point(6.77811 51.7389) https://nwbib.de/spatial#Q54189800 http://www.wikidata.org/entity/Q54189800 Sasserath http://www.wikidata.org/entity/Q253019 Point(6.461169444 51.121680555) https://nwbib.de/spatial#Q2871 http://www.wikidata.org/entity/Q2871 Hagen http://www.wikidata.org/entity/Q42744322, http://www.wikidata.org/entity/Q85635630, http://www.wikidata.org/entity/Q1549591, http://www.wikidata.org/entity/Q707813 Point(7.475 51.359444444) @@ -2051,14 +2051,14 @@ https://nwbib.de/spatial#Q29960549 http://www.wikidata.org/entity/Q29960549 Dör https://nwbib.de/spatial#Q2351473 http://www.wikidata.org/entity/Q2351473 Stommelerbusch http://www.wikidata.org/entity/Q253019 Point(6.77135 51.0456) https://nwbib.de/spatial#Q829253 http://www.wikidata.org/entity/Q829253 Berwicke http://www.wikidata.org/entity/Q253019 Point(8.029 51.6218) https://nwbib.de/spatial#Q896146 http://www.wikidata.org/entity/Q896146 Dülken http://www.wikidata.org/entity/Q2983893 Point(6.335277777 51.252222222) -https://nwbib.de/spatial#Q105455560 http://www.wikidata.org/entity/Q105455560 Uedding http://www.wikidata.org/entity/Q253019 +https://nwbib.de/spatial#Q105455560 http://www.wikidata.org/entity/Q105455560 Uedding http://www.wikidata.org/entity/Q253019 https://nwbib.de/spatial#Q1235576 http://www.wikidata.org/entity/Q1235576 Eudenbach http://www.wikidata.org/entity/Q253019 Point(7.33694 50.6878) https://nwbib.de/spatial#Q1627290 http://www.wikidata.org/entity/Q1627290 Honrath http://www.wikidata.org/entity/Q253019 Point(7.24694 50.9075) https://nwbib.de/spatial#Q1546847 http://www.wikidata.org/entity/Q1546847 Grimlinghausen http://www.wikidata.org/entity/Q253019 Point(8.441 51.395) https://nwbib.de/spatial#Q258391 http://www.wikidata.org/entity/Q258391 Werden http://www.wikidata.org/entity/Q2983893 Point(6.996389 51.386389) https://nwbib.de/spatial#Q1621127 http://www.wikidata.org/entity/Q1621127 Hitdorf http://www.wikidata.org/entity/Q2983893 Point(6.91861 51.06) https://nwbib.de/spatial#Q892667 http://www.wikidata.org/entity/Q892667 Bonn-Castell http://www.wikidata.org/entity/Q253019 Point(7.09489 50.7459) -https://nwbib.de/spatial#Q15450305 http://www.wikidata.org/entity/Q15450305 Kirchenkreis Herne http://www.wikidata.org/entity/Q897303 +https://nwbib.de/spatial#Q15450305 http://www.wikidata.org/entity/Q15450305 Kirchenkreis Herne http://www.wikidata.org/entity/Q897303 https://nwbib.de/spatial#Q2067436 http://www.wikidata.org/entity/Q2067436 Schiefbahn http://www.wikidata.org/entity/Q253019 Point(6.534722222 51.240833333) https://nwbib.de/spatial#Q56557716 http://www.wikidata.org/entity/Q56557716 Gill http://www.wikidata.org/entity/Q253019 Point(6.690305555 51.026416666) https://nwbib.de/spatial#Q593784 http://www.wikidata.org/entity/Q593784 Dahlbruch http://www.wikidata.org/entity/Q253019, http://www.wikidata.org/entity/Q486972 Point(8.0593 50.975044444) @@ -2095,10 +2095,10 @@ https://nwbib.de/spatial#Q1652396 http://www.wikidata.org/entity/Q1652396 Hünsb https://nwbib.de/spatial#Q910400 http://www.wikidata.org/entity/Q910400 Stockheim http://www.wikidata.org/entity/Q253019 Point(6.52806 50.7561) https://nwbib.de/spatial#Q19965821 http://www.wikidata.org/entity/Q19965821 Südkamen http://www.wikidata.org/entity/Q253019 Point(7.65611111 51.5775) https://nwbib.de/spatial#Q15057590 http://www.wikidata.org/entity/Q15057590 Löhnen http://www.wikidata.org/entity/Q253019 Point(6.652893 51.590696) -https://nwbib.de/spatial#Q59138453 http://www.wikidata.org/entity/Q59138453 Stadtbezirk Jöllenbeck http://www.wikidata.org/entity/Q2740635 +https://nwbib.de/spatial#Q59138453 http://www.wikidata.org/entity/Q59138453 Stadtbezirk Jöllenbeck http://www.wikidata.org/entity/Q2740635 https://nwbib.de/spatial#Q1418945 http://www.wikidata.org/entity/Q1418945 Oberkirchen http://www.wikidata.org/entity/Q253019 Point(8.37278 51.1586) https://nwbib.de/spatial#Q1017317 http://www.wikidata.org/entity/Q1017317 Buscherhof http://www.wikidata.org/entity/Q253019 Point(6.31694 51.0867) -https://nwbib.de/spatial#Q59139715 http://www.wikidata.org/entity/Q59139715 Stadtbezirk Bottrop-Mitte http://www.wikidata.org/entity/Q2740635 +https://nwbib.de/spatial#Q59139715 http://www.wikidata.org/entity/Q59139715 Stadtbezirk Bottrop-Mitte http://www.wikidata.org/entity/Q2740635 https://nwbib.de/spatial#Q242757 http://www.wikidata.org/entity/Q242757 Oerlinghausen http://www.wikidata.org/entity/Q42744322 Point(8.666666666 51.966666666) https://nwbib.de/spatial#Q1521339 http://www.wikidata.org/entity/Q1521339 Kreis Jülich http://www.wikidata.org/entity/Q5283531, http://www.wikidata.org/entity/Q106658 Point(6.358333 50.922222) https://nwbib.de/spatial#Q2125576 http://www.wikidata.org/entity/Q2125576 Raderhorst http://www.wikidata.org/entity/Q253019 Point(9.08639 52.3756) @@ -2129,7 +2129,7 @@ https://nwbib.de/spatial#Q4936257 http://www.wikidata.org/entity/Q4936257 Westen https://nwbib.de/spatial#Q200076 http://www.wikidata.org/entity/Q200076 Titz http://www.wikidata.org/entity/Q262166 Point(6.42477 51.00619) https://nwbib.de/spatial#Q1268007 http://www.wikidata.org/entity/Q1268007 Dutum http://www.wikidata.org/entity/Q253019 Point(7.41944 52.2653) https://nwbib.de/spatial#Q915117 http://www.wikidata.org/entity/Q915117 Brienen http://www.wikidata.org/entity/Q253019 Point(6.149444444 51.825555555) -https://nwbib.de/spatial#Q47022528 http://www.wikidata.org/entity/Q47022528 Kirchenkreis Wesel http://www.wikidata.org/entity/Q897303 +https://nwbib.de/spatial#Q47022528 http://www.wikidata.org/entity/Q47022528 Kirchenkreis Wesel http://www.wikidata.org/entity/Q897303 https://nwbib.de/spatial#Q1644174 http://www.wikidata.org/entity/Q1644174 Höngen http://www.wikidata.org/entity/Q253019 Point(5.93333 51.0219) https://nwbib.de/spatial#Q1524914 http://www.wikidata.org/entity/Q1524914 Ginderich http://www.wikidata.org/entity/Q253019 Point(6.54056 51.6419) https://nwbib.de/spatial#Q1746571 http://www.wikidata.org/entity/Q1746571 Kleinenberg http://www.wikidata.org/entity/Q253019 Point(8.976111111 51.583611111) @@ -2143,7 +2143,7 @@ https://nwbib.de/spatial#Q1451594 http://www.wikidata.org/entity/Q1451594 Frauen https://nwbib.de/spatial#Q2136699 http://www.wikidata.org/entity/Q2136699 Refflingsen http://www.wikidata.org/entity/Q253019 Point(7.65 51.4167) https://nwbib.de/spatial#Q1623663 http://www.wikidata.org/entity/Q1623663 Hohenbudberg http://www.wikidata.org/entity/Q253019 Point(6.665833333 51.372222222) https://nwbib.de/spatial#Q1626493 http://www.wikidata.org/entity/Q1626493 Windheim http://www.wikidata.org/entity/Q253019 Point(9.01528 52.4131) -https://nwbib.de/spatial#Q1787260 http://www.wikidata.org/entity/Q1787260 Kreis Duisburg http://www.wikidata.org/entity/Q5283531 +https://nwbib.de/spatial#Q1787260 http://www.wikidata.org/entity/Q1787260 Kreis Duisburg http://www.wikidata.org/entity/Q5283531 https://nwbib.de/spatial#Q2176735 http://www.wikidata.org/entity/Q2176735 Rurberg http://www.wikidata.org/entity/Q253019 Point(6.381388888 50.614166666) https://nwbib.de/spatial#Q1246438 http://www.wikidata.org/entity/Q1246438 Keylaer http://www.wikidata.org/entity/Q253019 Point(6.21972 51.5972) https://nwbib.de/spatial#Q1795774 http://www.wikidata.org/entity/Q1795774 Wahnheide http://www.wikidata.org/entity/Q15632166 Point(7.10306 50.8603) @@ -2157,11 +2157,11 @@ https://nwbib.de/spatial#Q1405657 http://www.wikidata.org/entity/Q1405657 Rodera https://nwbib.de/spatial#Q15052453 http://www.wikidata.org/entity/Q15052453 Bönning http://www.wikidata.org/entity/Q253019 Point(6.5125 51.595) https://nwbib.de/spatial#Q1666361 http://www.wikidata.org/entity/Q1666361 Kinzweiler http://www.wikidata.org/entity/Q253019, http://www.wikidata.org/entity/Q15284 Point(6.22778 50.8444) https://nwbib.de/spatial#Q1736409 http://www.wikidata.org/entity/Q1736409 Rehringhausen http://www.wikidata.org/entity/Q253019 Point(7.919444444 51.041666666) -https://nwbib.de/spatial#Q1743149 http://www.wikidata.org/entity/Q1743149 Kirchenkreis Hattingen-Witten http://www.wikidata.org/entity/Q897303 +https://nwbib.de/spatial#Q1743149 http://www.wikidata.org/entity/Q1743149 Kirchenkreis Hattingen-Witten http://www.wikidata.org/entity/Q897303 https://nwbib.de/spatial#Q225794 http://www.wikidata.org/entity/Q225794 Borgholzhausen http://www.wikidata.org/entity/Q42744322 Point(8.3 52.1) -https://nwbib.de/spatial#Q1743181 http://www.wikidata.org/entity/Q1743181 Kirchenkreis Unna http://www.wikidata.org/entity/Q897303 +https://nwbib.de/spatial#Q1743181 http://www.wikidata.org/entity/Q1743181 Kirchenkreis Unna http://www.wikidata.org/entity/Q897303 https://nwbib.de/spatial#Q1499813 http://www.wikidata.org/entity/Q1499813 Resser Mark http://www.wikidata.org/entity/Q253019 Point(7.10936 51.5638) -https://nwbib.de/spatial#Q11805 http://www.wikidata.org/entity/Q11805 Erzbistum Köln http://www.wikidata.org/entity/Q105390172 +https://nwbib.de/spatial#Q11805 http://www.wikidata.org/entity/Q11805 Erzbistum Köln http://www.wikidata.org/entity/Q105390172 https://nwbib.de/spatial#Q181609 http://www.wikidata.org/entity/Q181609 Lengerich http://www.wikidata.org/entity/Q42744322 Point(7.866666666 52.175) https://nwbib.de/spatial#Q536671 http://www.wikidata.org/entity/Q536671 Liblar http://www.wikidata.org/entity/Q2983893 Point(6.81417 50.8136) https://nwbib.de/spatial#Q61726052 http://www.wikidata.org/entity/Q61726052 Beek (Xanten) http://www.wikidata.org/entity/Q253019 Point(6.458805555 51.665583333) @@ -2175,7 +2175,7 @@ https://nwbib.de/spatial#Q1297516 http://www.wikidata.org/entity/Q1297516 Eggens https://nwbib.de/spatial#N24 http://www.wikidata.org/entity/Q445609 Niederrhein http://www.wikidata.org/entity/Q82794 Point(6.569166666 51.577777777) https://nwbib.de/spatial#Q850187 http://www.wikidata.org/entity/Q850187 Bettrath-Hoven http://www.wikidata.org/entity/Q253019 Point(6.45356 51.227) https://nwbib.de/spatial#Q10780094 http://www.wikidata.org/entity/Q10780094 Bausenrode http://www.wikidata.org/entity/Q253019 Point(8.04836 51.2054) -https://nwbib.de/spatial#Q54803598 http://www.wikidata.org/entity/Q54803598 Stadtbezirk II (Essen) http://www.wikidata.org/entity/Q2740635 +https://nwbib.de/spatial#Q54803598 http://www.wikidata.org/entity/Q54803598 Stadtbezirk II (Essen) http://www.wikidata.org/entity/Q2740635 https://nwbib.de/spatial#Q1367173 http://www.wikidata.org/entity/Q1367173 Eschweiler http://www.wikidata.org/entity/Q253019 Point(6.12583 51.0489) https://nwbib.de/spatial#Q2454680 http://www.wikidata.org/entity/Q2454680 Trockenbrück http://www.wikidata.org/entity/Q253019 Point(8.02472 51.1447) https://nwbib.de/spatial#Q1670480 http://www.wikidata.org/entity/Q1670480 Lützerath http://www.wikidata.org/entity/Q253019 Point(6.427 51.059) @@ -2202,13 +2202,13 @@ https://nwbib.de/spatial#Q2036224 http://www.wikidata.org/entity/Q2036224 Wolper https://nwbib.de/spatial#Q1371978 http://www.wikidata.org/entity/Q1371978 Kleinenbroich http://www.wikidata.org/entity/Q253019 Point(6.55469 51.1961) https://nwbib.de/spatial#Q1372296 http://www.wikidata.org/entity/Q1372296 Euenheim http://www.wikidata.org/entity/Q253019 Point(6.75 50.65) https://nwbib.de/spatial#Q15056814 http://www.wikidata.org/entity/Q15056814 Hünshoven http://www.wikidata.org/entity/Q2983893 Point(6.12472222 50.96305556) -https://nwbib.de/spatial#Q59240322 http://www.wikidata.org/entity/Q59240322 Stadtbezirk Hagen-Mitte http://www.wikidata.org/entity/Q2740635 -https://nwbib.de/spatial#Q59241193 http://www.wikidata.org/entity/Q59241193 Stadtbezirk Hohenlimburg http://www.wikidata.org/entity/Q2740635 +https://nwbib.de/spatial#Q59240322 http://www.wikidata.org/entity/Q59240322 Stadtbezirk Hagen-Mitte http://www.wikidata.org/entity/Q2740635 +https://nwbib.de/spatial#Q59241193 http://www.wikidata.org/entity/Q59241193 Stadtbezirk Hohenlimburg http://www.wikidata.org/entity/Q2740635 https://nwbib.de/spatial#Q153736 http://www.wikidata.org/entity/Q153736 Lessenich/Meßdorf http://www.wikidata.org/entity/Q253019 Point(7.04211 50.7239) -https://nwbib.de/spatial#Q736029 http://www.wikidata.org/entity/Q736029 Nassau-Siegen http://www.wikidata.org/entity/Q26830017, http://www.wikidata.org/entity/Q208500 +https://nwbib.de/spatial#Q736029 http://www.wikidata.org/entity/Q736029 Nassau-Siegen http://www.wikidata.org/entity/Q26830017, http://www.wikidata.org/entity/Q208500 https://nwbib.de/spatial#Q815983 http://www.wikidata.org/entity/Q815983 Bellinghoven http://www.wikidata.org/entity/Q253019 Point(6.3275 51.064722222) https://nwbib.de/spatial#Q1622841 http://www.wikidata.org/entity/Q1622841 Hoerstgen http://www.wikidata.org/entity/Q253019 Point(6.47 51.5103) -https://nwbib.de/spatial#Q1604680 http://www.wikidata.org/entity/Q1604680 Kreis Hamm http://www.wikidata.org/entity/Q5283531 +https://nwbib.de/spatial#Q1604680 http://www.wikidata.org/entity/Q1604680 Kreis Hamm http://www.wikidata.org/entity/Q5283531 https://nwbib.de/spatial#Q17542971 http://www.wikidata.org/entity/Q17542971 Rombergpark-Lücklemberg http://www.wikidata.org/entity/Q253019 Point(7.46667 51.45) https://nwbib.de/spatial#Q1805402 http://www.wikidata.org/entity/Q1805402 Langst-Kierst http://www.wikidata.org/entity/Q253019 Point(6.71611 51.2978) https://nwbib.de/spatial#Q875161 http://www.wikidata.org/entity/Q875161 Lipper Bergland http://www.wikidata.org/entity/Q46831 Point(9.325 51.855555555) @@ -2227,7 +2227,7 @@ https://nwbib.de/spatial#Q1771665 http://www.wikidata.org/entity/Q1771665 Selbec https://nwbib.de/spatial#Q2380291 http://www.wikidata.org/entity/Q2380291 Süchterscheid http://www.wikidata.org/entity/Q253019 Point(7.38667 50.7475) https://nwbib.de/spatial#Q824387 http://www.wikidata.org/entity/Q824387 Langendreer http://www.wikidata.org/entity/Q253019 Point(7.324166666 51.473611111) https://nwbib.de/spatial#Q1568387 http://www.wikidata.org/entity/Q1568387 Hagen http://www.wikidata.org/entity/Q253019 Point(7.95734 51.262) -https://nwbib.de/spatial#Q1689034 http://www.wikidata.org/entity/Q1689034 Landkreis Gladbach http://www.wikidata.org/entity/Q5283531 +https://nwbib.de/spatial#Q1689034 http://www.wikidata.org/entity/Q1689034 Landkreis Gladbach http://www.wikidata.org/entity/Q5283531 https://nwbib.de/spatial#Q2361112 http://www.wikidata.org/entity/Q2361112 Stürzelberg http://www.wikidata.org/entity/Q2983893 Point(6.81556 51.1408) https://nwbib.de/spatial#Q317314 http://www.wikidata.org/entity/Q317314 Duisburg-Mitte (Stadtbezirk) http://www.wikidata.org/entity/Q2740635, http://www.wikidata.org/entity/Q676050 Point(6.76861 51.4331) https://nwbib.de/spatial#Q1461305 http://www.wikidata.org/entity/Q1461305 Kreis Dinslaken http://www.wikidata.org/entity/Q106658, http://www.wikidata.org/entity/Q5283531 Point(6.73333333 51.56666667) @@ -2348,7 +2348,7 @@ https://nwbib.de/spatial#Q2291534 http://www.wikidata.org/entity/Q2291534 Hillmi https://nwbib.de/spatial#Q15265016 http://www.wikidata.org/entity/Q15265016 Vennheide http://www.wikidata.org/entity/Q253019 Point(6.452577 51.269546) https://nwbib.de/spatial#Q1358916 http://www.wikidata.org/entity/Q1358916 Pottenhausen http://www.wikidata.org/entity/Q253019 Point(8.74333 52.0097) https://nwbib.de/spatial#Q1458567 http://www.wikidata.org/entity/Q1458567 Volkholz http://www.wikidata.org/entity/Q253019 Point(8.28222 50.9286) -https://nwbib.de/spatial#Q55984306 http://www.wikidata.org/entity/Q55984306 Herrlichkeit Heessen http://www.wikidata.org/entity/Q196068 +https://nwbib.de/spatial#Q55984306 http://www.wikidata.org/entity/Q55984306 Herrlichkeit Heessen http://www.wikidata.org/entity/Q196068 https://nwbib.de/spatial#Q1339772 http://www.wikidata.org/entity/Q1339772 Emst http://www.wikidata.org/entity/Q253019 Point(7.5 51.3536) https://nwbib.de/spatial#Q1674886 http://www.wikidata.org/entity/Q1674886 Istrup http://www.wikidata.org/entity/Q253019 Point(9.12016 51.7079) https://nwbib.de/spatial#Q1529026 http://www.wikidata.org/entity/Q1529026 Gladbach http://www.wikidata.org/entity/Q253019 Point(6.97738 51.1165) @@ -2365,7 +2365,7 @@ https://nwbib.de/spatial#Q15715108 http://www.wikidata.org/entity/Q15715108 Alts https://nwbib.de/spatial#Q3097 http://www.wikidata.org/entity/Q3097 Remscheid http://www.wikidata.org/entity/Q1549591, http://www.wikidata.org/entity/Q42744322, http://www.wikidata.org/entity/Q85635630 Point(7.187211111 51.180188888) https://nwbib.de/spatial#Q2257862 http://www.wikidata.org/entity/Q2257862 Schwitten http://www.wikidata.org/entity/Q253019 Point(7.80028 51.4597) https://nwbib.de/spatial#Q1271297 http://www.wikidata.org/entity/Q1271297 Dörnberg http://www.wikidata.org/entity/Q253019 Point(8.42361 51.3158) -https://nwbib.de/spatial#Q1374348 http://www.wikidata.org/entity/Q1374348 Euregio Rhein-Waal http://www.wikidata.org/entity/Q153026 +https://nwbib.de/spatial#Q1374348 http://www.wikidata.org/entity/Q1374348 Euregio Rhein-Waal http://www.wikidata.org/entity/Q153026 https://nwbib.de/spatial#Q968 http://www.wikidata.org/entity/Q968 Warburg http://www.wikidata.org/entity/Q42744322, http://www.wikidata.org/entity/Q707813 Point(9.14 51.488055555) https://nwbib.de/spatial#Q2568740 http://www.wikidata.org/entity/Q2568740 Wiemeringhausen http://www.wikidata.org/entity/Q253019 Point(8.50278 51.2892) https://nwbib.de/spatial#Q1520072 http://www.wikidata.org/entity/Q1520072 Tenholt http://www.wikidata.org/entity/Q253019 Point(6.31472 51.0547) @@ -2378,7 +2378,7 @@ https://nwbib.de/spatial#Q2570532 http://www.wikidata.org/entity/Q2570532 Wilden https://nwbib.de/spatial#Q3949 http://www.wikidata.org/entity/Q3949 Unna http://www.wikidata.org/entity/Q134626, http://www.wikidata.org/entity/Q1548518, http://www.wikidata.org/entity/Q707813, http://www.wikidata.org/entity/Q42744322 Point(7.688888888 51.534722222) https://nwbib.de/spatial#Q2015224 http://www.wikidata.org/entity/Q2015224 Oesinghausen http://www.wikidata.org/entity/Q253019 Point(7.49861 50.9958) https://nwbib.de/spatial#Q1406857 http://www.wikidata.org/entity/Q1406857 Rureifel http://www.wikidata.org/entity/Q1970725 Point(6.415 50.619888888) -https://nwbib.de/spatial#Q14212620 http://www.wikidata.org/entity/Q14212620 Kalkeifel http://www.wikidata.org/entity/Q1970725 +https://nwbib.de/spatial#Q14212620 http://www.wikidata.org/entity/Q14212620 Kalkeifel http://www.wikidata.org/entity/Q1970725 https://nwbib.de/spatial#Q1250597 http://www.wikidata.org/entity/Q1250597 Brünninghausen http://www.wikidata.org/entity/Q253019 Point(7.46667 51.4833) https://nwbib.de/spatial#Q314337 http://www.wikidata.org/entity/Q314337 Belecke http://www.wikidata.org/entity/Q707813, http://www.wikidata.org/entity/Q253019 Point(8.332777777 51.481944444) https://nwbib.de/spatial#Q2016458 http://www.wikidata.org/entity/Q2016458 Ohl http://www.wikidata.org/entity/Q253019 Point(7.48694 51.1111) @@ -2393,7 +2393,7 @@ https://nwbib.de/spatial#Q11140 http://www.wikidata.org/entity/Q11140 Möhnesee https://nwbib.de/spatial#Q56008691 http://www.wikidata.org/entity/Q56008691 Renneperstraße http://www.wikidata.org/entity/Q253019 Point(6.286527777 51.239861111) https://nwbib.de/spatial#Q27890119 http://www.wikidata.org/entity/Q27890119 Reinshagen http://www.wikidata.org/entity/Q253019 Point(7.420833 50.884444) https://nwbib.de/spatial#Q2166611 http://www.wikidata.org/entity/Q2166611 Rosbach http://www.wikidata.org/entity/Q253019 Point(7.61111 50.7964) -https://nwbib.de/spatial#Q56033167 http://www.wikidata.org/entity/Q56033167 Südmünsterland http://www.wikidata.org/entity/Q82794 +https://nwbib.de/spatial#Q56033167 http://www.wikidata.org/entity/Q56033167 Südmünsterland http://www.wikidata.org/entity/Q82794 https://nwbib.de/spatial#Q1648862 http://www.wikidata.org/entity/Q1648862 Katterbach http://www.wikidata.org/entity/Q253019 Point(7.0725 51.0064) https://nwbib.de/spatial#Q47012184 http://www.wikidata.org/entity/Q47012184 Gaesdonk http://www.wikidata.org/entity/Q253019 Point(6.11975 51.652027777) https://nwbib.de/spatial#Q1918122 http://www.wikidata.org/entity/Q1918122 Meiningsen http://www.wikidata.org/entity/Q253019 Point(8.06056 51.5386) @@ -2415,7 +2415,7 @@ https://nwbib.de/spatial#Q1987623 http://www.wikidata.org/entity/Q1987623 Nieder https://nwbib.de/spatial#Q18714017 http://www.wikidata.org/entity/Q18714017 Hollenbock http://www.wikidata.org/entity/Q253019 Point(7.92973 51.14626) https://nwbib.de/spatial#Q1509057 http://www.wikidata.org/entity/Q1509057 Hützemert http://www.wikidata.org/entity/Q253019 Point(7.75388 51.0354) https://nwbib.de/spatial#Q3132 http://www.wikidata.org/entity/Q3132 Moers http://www.wikidata.org/entity/Q1549591, http://www.wikidata.org/entity/Q1548518, http://www.wikidata.org/entity/Q42744322 Point(6.619722222 51.459166666) -https://nwbib.de/spatial#Q1787360 http://www.wikidata.org/entity/Q1787360 Kreis Kempen http://www.wikidata.org/entity/Q5283531 +https://nwbib.de/spatial#Q1787360 http://www.wikidata.org/entity/Q1787360 Kreis Kempen http://www.wikidata.org/entity/Q5283531 https://nwbib.de/spatial#Q908953 http://www.wikidata.org/entity/Q908953 Brenkhausen http://www.wikidata.org/entity/Q253019 Point(9.3525 51.8033) https://nwbib.de/spatial#Q1551893 http://www.wikidata.org/entity/Q1551893 Grüne (Iserlohn) http://www.wikidata.org/entity/Q253019 Point(7.66605 51.3668) https://nwbib.de/spatial#Q1818408 http://www.wikidata.org/entity/Q1818408 Lenzinghausen http://www.wikidata.org/entity/Q253019 Point(8.488888888 52.1225) @@ -2430,7 +2430,7 @@ https://nwbib.de/spatial#Q15058127 http://www.wikidata.org/entity/Q15058127 Nied https://nwbib.de/spatial#Q19687950 http://www.wikidata.org/entity/Q19687950 Vöckinghausen http://www.wikidata.org/entity/Q253019 Point(7.91194439 51.65250015) https://nwbib.de/spatial#Q2729570 http://www.wikidata.org/entity/Q2729570 Hüthum http://www.wikidata.org/entity/Q253019, http://www.wikidata.org/entity/Q486972 Point(6.20286 51.84974) https://nwbib.de/spatial#Q2160971 http://www.wikidata.org/entity/Q2160971 Roden (Iserlohn) http://www.wikidata.org/entity/Q253019 Point(7.66159 51.361) -https://nwbib.de/spatial#Q11026135 http://www.wikidata.org/entity/Q11026135 Fürstentum Salm http://www.wikidata.org/entity/Q208500, http://www.wikidata.org/entity/Q3024240 +https://nwbib.de/spatial#Q11026135 http://www.wikidata.org/entity/Q11026135 Fürstentum Salm http://www.wikidata.org/entity/Q208500, http://www.wikidata.org/entity/Q3024240 https://nwbib.de/spatial#Q2310669 http://www.wikidata.org/entity/Q2310669 Oeding http://www.wikidata.org/entity/Q253019, http://www.wikidata.org/entity/Q3257686 Point(6.81041 51.9337) https://nwbib.de/spatial#Q55585785 http://www.wikidata.org/entity/Q55585785 Brockhausen http://www.wikidata.org/entity/Q253019 Point(8.1286 51.6303) https://nwbib.de/spatial#Q1668485 http://www.wikidata.org/entity/Q1668485 Kotten http://www.wikidata.org/entity/Q253019 Point(7.39611 51.1783) @@ -2451,12 +2451,12 @@ https://nwbib.de/spatial#Q27901870 http://www.wikidata.org/entity/Q27901870 Berz https://nwbib.de/spatial#Q1372191 http://www.wikidata.org/entity/Q1372191 Euchen http://www.wikidata.org/entity/Q253019 Point(6.160583333 50.840388888) https://nwbib.de/spatial#Q447359 http://www.wikidata.org/entity/Q447359 Lobberich http://www.wikidata.org/entity/Q2983893 Point(6.279722 51.308056) https://nwbib.de/spatial#Q866394 http://www.wikidata.org/entity/Q866394 Bislich http://www.wikidata.org/entity/Q253019 Point(6.49306 51.6792) -https://nwbib.de/spatial#N32 http://www.wikidata.org/entity/Q1380992 Evangelische Kirche im Rheinland http://www.wikidata.org/entity/Q565744, http://www.wikidata.org/entity/Q196741 +https://nwbib.de/spatial#N32 http://www.wikidata.org/entity/Q1380992 Evangelische Kirche im Rheinland http://www.wikidata.org/entity/Q565744, http://www.wikidata.org/entity/Q196741 https://nwbib.de/spatial#Q1593495 http://www.wikidata.org/entity/Q1593495 Heepen http://www.wikidata.org/entity/Q253019 Point(8.616666666 52.033333333) https://nwbib.de/spatial#Q182208 http://www.wikidata.org/entity/Q182208 Neuenkirchen http://www.wikidata.org/entity/Q262166 Point(7.368888888 52.241111111) https://nwbib.de/spatial#Q2203145 http://www.wikidata.org/entity/Q2203145 Rüblinghausen http://www.wikidata.org/entity/Q253019 Point(7.833333333 51.016666666) https://nwbib.de/spatial#Q55500735 http://www.wikidata.org/entity/Q55500735 Esbeck http://www.wikidata.org/entity/Q253019 Point(8.398333333 51.685555555) -https://nwbib.de/spatial#Q89555728 http://www.wikidata.org/entity/Q89555728 Ameke http://www.wikidata.org/entity/Q253019 +https://nwbib.de/spatial#Q89555728 http://www.wikidata.org/entity/Q89555728 Ameke http://www.wikidata.org/entity/Q253019 https://nwbib.de/spatial#Q1917397 http://www.wikidata.org/entity/Q1917397 Mehr http://www.wikidata.org/entity/Q486972, http://www.wikidata.org/entity/Q253019 Point(6.05194 51.81083) https://nwbib.de/spatial#Q3621 http://www.wikidata.org/entity/Q3621 Deutz http://www.wikidata.org/entity/Q15632166 Point(6.9878 50.9347) https://nwbib.de/spatial#Q21039642 http://www.wikidata.org/entity/Q21039642 Hochstraß http://www.wikidata.org/entity/Q253019 Point(6.65777778 51.45) @@ -2502,7 +2502,7 @@ https://nwbib.de/spatial#Q1354991 http://www.wikidata.org/entity/Q1354991 Erkeln https://nwbib.de/spatial#Q15126859 http://www.wikidata.org/entity/Q15126859 Sallinghausen http://www.wikidata.org/entity/Q253019 Point(8.17817 51.26768) https://nwbib.de/spatial#Q2201799 http://www.wikidata.org/entity/Q2201799 Saarn http://www.wikidata.org/entity/Q2983893 Point(6.875261111 51.40335) https://nwbib.de/spatial#Q15109159 http://www.wikidata.org/entity/Q15109159 Dahl http://www.wikidata.org/entity/Q253019 Point(6.438185 51.181896) -https://nwbib.de/spatial#Q15830483 http://www.wikidata.org/entity/Q15830483 Poppelsdorf http://www.wikidata.org/entity/Q2983893, http://www.wikidata.org/entity/Q1390618 +https://nwbib.de/spatial#Q15830483 http://www.wikidata.org/entity/Q15830483 Poppelsdorf http://www.wikidata.org/entity/Q2983893, http://www.wikidata.org/entity/Q1390618 https://nwbib.de/spatial#Q819732 http://www.wikidata.org/entity/Q819732 Berghausen http://www.wikidata.org/entity/Q253019 Point(8.24444 51.1861) https://nwbib.de/spatial#Q1643995 http://www.wikidata.org/entity/Q1643995 Höllen http://www.wikidata.org/entity/Q253019 Point(6.464166666 50.956388888) https://nwbib.de/spatial#Q153974 http://www.wikidata.org/entity/Q153974 Barmen http://www.wikidata.org/entity/Q2983893, http://www.wikidata.org/entity/Q1549591 Point(7.2 51.266666666) @@ -2515,7 +2515,7 @@ https://nwbib.de/spatial#Q257398 http://www.wikidata.org/entity/Q257398 Margaret https://nwbib.de/spatial#Q1602705 http://www.wikidata.org/entity/Q1602705 Rahm http://www.wikidata.org/entity/Q253019 Point(7.387222 51.523333) https://nwbib.de/spatial#Q1811312 http://www.wikidata.org/entity/Q1811312 Lechenich http://www.wikidata.org/entity/Q253019 Point(6.766666666 50.8) https://nwbib.de/spatial#Q1523280 http://www.wikidata.org/entity/Q1523280 Gierath http://www.wikidata.org/entity/Q253019 Point(7.09944 50.976) -https://nwbib.de/spatial#Q14208738 http://www.wikidata.org/entity/Q14208738 Stadtbezirk IX (Essen) http://www.wikidata.org/entity/Q2740635 +https://nwbib.de/spatial#Q14208738 http://www.wikidata.org/entity/Q14208738 Stadtbezirk IX (Essen) http://www.wikidata.org/entity/Q2740635 https://nwbib.de/spatial#Q1261488 http://www.wikidata.org/entity/Q1261488 Herkenrath http://www.wikidata.org/entity/Q253019 Point(7.19278 50.9867) https://nwbib.de/spatial#Q15115285 http://www.wikidata.org/entity/Q15115285 Huck http://www.wikidata.org/entity/Q253019 Point(6.53138889 51.57194444) https://nwbib.de/spatial#Q27998647 http://www.wikidata.org/entity/Q27998647 Kreutzhäuschen http://www.wikidata.org/entity/Q253019 Point(7.272608 50.956168) @@ -2580,7 +2580,7 @@ https://nwbib.de/spatial#Q1958715 http://www.wikidata.org/entity/Q1958715 Mülle https://nwbib.de/spatial#Q199968 http://www.wikidata.org/entity/Q199968 Aldenhoven http://www.wikidata.org/entity/Q262166 Point(6.283055555 50.895833333) https://nwbib.de/spatial#Q16831816 http://www.wikidata.org/entity/Q16831816 Hervest http://www.wikidata.org/entity/Q110207589 Point(6.99 51.66944444) https://nwbib.de/spatial#Q1457153 http://www.wikidata.org/entity/Q1457153 Friedewalde http://www.wikidata.org/entity/Q253019 Point(8.85 52.3533) -https://nwbib.de/spatial#Q56033157 http://www.wikidata.org/entity/Q56033157 Nordmünsterland http://www.wikidata.org/entity/Q82794 +https://nwbib.de/spatial#Q56033157 http://www.wikidata.org/entity/Q56033157 Nordmünsterland http://www.wikidata.org/entity/Q82794 https://nwbib.de/spatial#Q19687883 http://www.wikidata.org/entity/Q19687883 Berge http://www.wikidata.org/entity/Q253019 Point(7.84111111 51.64972222) https://nwbib.de/spatial#Q1098922 http://www.wikidata.org/entity/Q1098922 Clausen http://www.wikidata.org/entity/Q253019 Point(7.17389 51.2736) https://nwbib.de/spatial#Q1259051 http://www.wikidata.org/entity/Q1259051 Dringenberg http://www.wikidata.org/entity/Q253019 Point(9.056666666 51.671944444) @@ -2603,7 +2603,7 @@ https://nwbib.de/spatial#Q1343348 http://www.wikidata.org/entity/Q1343348 Ennigl https://nwbib.de/spatial#Q1402170 http://www.wikidata.org/entity/Q1402170 Krudenburg http://www.wikidata.org/entity/Q253019 Point(6.75667 51.6505) https://nwbib.de/spatial#N16 http://www.wikidata.org/entity/Q580471 Siegerland http://www.wikidata.org/entity/Q82794 Point(7.96666667 50.85) https://nwbib.de/spatial#Q11046 http://www.wikidata.org/entity/Q11046 Engelskirchen http://www.wikidata.org/entity/Q262166 Point(7.416666666 50.983333333) -https://nwbib.de/spatial#Q1948206 http://www.wikidata.org/entity/Q1948206 Morken-Harff http://www.wikidata.org/entity/Q253019 +https://nwbib.de/spatial#Q1948206 http://www.wikidata.org/entity/Q1948206 Morken-Harff http://www.wikidata.org/entity/Q253019 https://nwbib.de/spatial#Q2112582 http://www.wikidata.org/entity/Q2112582 Schröttinghausen http://www.wikidata.org/entity/Q253019 Point(8.46692 52.3304) https://nwbib.de/spatial#Q1638807 http://www.wikidata.org/entity/Q1638807 Welldorf http://www.wikidata.org/entity/Q253019 Point(6.416666666 50.95) https://nwbib.de/spatial#Q1318888 http://www.wikidata.org/entity/Q1318888 Stadtbezirk Münster-West http://www.wikidata.org/entity/Q2740635 Point(7.56667 51.9722) @@ -2620,8 +2620,8 @@ https://nwbib.de/spatial#Q1250591 http://www.wikidata.org/entity/Q1250591 Brecht https://nwbib.de/spatial#Q1471934 http://www.wikidata.org/entity/Q1471934 Sinthern http://www.wikidata.org/entity/Q253019 Point(6.78075 50.9747) https://nwbib.de/spatial#Q56008108 http://www.wikidata.org/entity/Q56008108 Laacherhof http://www.wikidata.org/entity/Q253019 Point(6.923111111 51.083416666) https://nwbib.de/spatial#Q1572677 http://www.wikidata.org/entity/Q1572677 Hambach http://www.wikidata.org/entity/Q253019 Point(6.45 50.9) -https://nwbib.de/spatial#Q59138732 http://www.wikidata.org/entity/Q59138732 Stadtbezirk Schildesche http://www.wikidata.org/entity/Q2740635 -https://nwbib.de/spatial#Q59140253 http://www.wikidata.org/entity/Q59140253 Stadtbezirk Gelsenkirchen-Nord http://www.wikidata.org/entity/Q2740635 +https://nwbib.de/spatial#Q59138732 http://www.wikidata.org/entity/Q59138732 Stadtbezirk Schildesche http://www.wikidata.org/entity/Q2740635 +https://nwbib.de/spatial#Q59140253 http://www.wikidata.org/entity/Q59140253 Stadtbezirk Gelsenkirchen-Nord http://www.wikidata.org/entity/Q2740635 https://nwbib.de/spatial#Q2148291 http://www.wikidata.org/entity/Q2148291 Spyck http://www.wikidata.org/entity/Q253019 Point(6.17 51.83556) https://nwbib.de/spatial#Q923086 http://www.wikidata.org/entity/Q923086 Eidinghausen http://www.wikidata.org/entity/Q253019 Point(8.79806 52.2222) https://nwbib.de/spatial#Q1855196 http://www.wikidata.org/entity/Q1855196 Welz http://www.wikidata.org/entity/Q253019 Point(6.25889 50.9603) @@ -2655,7 +2655,7 @@ https://nwbib.de/spatial#Q61726089 http://www.wikidata.org/entity/Q61726089 Waat https://nwbib.de/spatial#Q474482 http://www.wikidata.org/entity/Q474482 Ampen http://www.wikidata.org/entity/Q253019 Point(8.05333 51.5528) https://nwbib.de/spatial#Q1756787 http://www.wikidata.org/entity/Q1756787 Ossenberg http://www.wikidata.org/entity/Q253019 Point(6.57991 51.5694) https://nwbib.de/spatial#Q995744 http://www.wikidata.org/entity/Q995744 Bröl http://www.wikidata.org/entity/Q253019 Point(7.32833 50.7911) -https://nwbib.de/spatial#N54 http://www.wikidata.org/entity/Q67206648 Kleinere weltliche Territorien im Rheinland http://www.wikidata.org/entity/Q16889133 +https://nwbib.de/spatial#N54 http://www.wikidata.org/entity/Q67206648 Kleinere weltliche Territorien im Rheinland http://www.wikidata.org/entity/Q16889133 https://nwbib.de/spatial#Q1787383 http://www.wikidata.org/entity/Q1787383 Kreis Lippstadt http://www.wikidata.org/entity/Q106658 Point(8.35 51.6667) https://nwbib.de/spatial#Q1539317 http://www.wikidata.org/entity/Q1539317 Obersteinbeck http://www.wikidata.org/entity/Q253019 Point(7.65 52.3458) https://nwbib.de/spatial#Q1570311 http://www.wikidata.org/entity/Q1570311 Halberbracht http://www.wikidata.org/entity/Q253019 Point(8.08694 51.1367) @@ -2692,7 +2692,7 @@ https://nwbib.de/spatial#Q551530 http://www.wikidata.org/entity/Q551530 Herzogtu https://nwbib.de/spatial#Q459769 http://www.wikidata.org/entity/Q459769 Benrath http://www.wikidata.org/entity/Q1852178 Point(6.87389 51.1614) https://nwbib.de/spatial#Q1716872 http://www.wikidata.org/entity/Q1716872 Jüngersdorf http://www.wikidata.org/entity/Q253019 Point(6.375 50.810277777) https://nwbib.de/spatial#Q1028921 http://www.wikidata.org/entity/Q1028921 Langenich http://www.wikidata.org/entity/Q253019 Point(6.6725 50.862777777) -https://nwbib.de/spatial#Q59207767 http://www.wikidata.org/entity/Q59207767 Stadtbezirk Hiltrup http://www.wikidata.org/entity/Q2740635 +https://nwbib.de/spatial#Q59207767 http://www.wikidata.org/entity/Q59207767 Stadtbezirk Hiltrup http://www.wikidata.org/entity/Q2740635 https://nwbib.de/spatial#Q163425 http://www.wikidata.org/entity/Q163425 Ückesdorf http://www.wikidata.org/entity/Q253019 Point(7.06438 50.6913) https://nwbib.de/spatial#Q55498123 http://www.wikidata.org/entity/Q55498123 Kabel http://www.wikidata.org/entity/Q253019 Point(7.48 51.402222222) https://nwbib.de/spatial#Q31553414 http://www.wikidata.org/entity/Q31553414 Arnsberger Wald http://www.wikidata.org/entity/Q4421 Point(8.12818 51.44979) @@ -2710,13 +2710,13 @@ https://nwbib.de/spatial#Q1562104 http://www.wikidata.org/entity/Q1562104 Gürze https://nwbib.de/spatial#Q1381629 http://www.wikidata.org/entity/Q1381629 Kollerbeck http://www.wikidata.org/entity/Q253019 Point(9.24001 51.8548) https://nwbib.de/spatial#Q1325041 http://www.wikidata.org/entity/Q1325041 Elbach http://www.wikidata.org/entity/Q253019 Point(7.45917 51.0272) https://nwbib.de/spatial#Q1469580 http://www.wikidata.org/entity/Q1469580 Frohlinde http://www.wikidata.org/entity/Q253019 Point(7.35347 51.53) -https://nwbib.de/spatial#Q54803602 http://www.wikidata.org/entity/Q54803602 Stadtbezirk VI (Essen) http://www.wikidata.org/entity/Q2740635 +https://nwbib.de/spatial#Q54803602 http://www.wikidata.org/entity/Q54803602 Stadtbezirk VI (Essen) http://www.wikidata.org/entity/Q2740635 https://nwbib.de/spatial#Q1303799 http://www.wikidata.org/entity/Q1303799 Eikeloh http://www.wikidata.org/entity/Q253019 Point(8.39972 51.62) https://nwbib.de/spatial#Q2596680 http://www.wikidata.org/entity/Q2596680 Würdinghausen http://www.wikidata.org/entity/Q253019 Point(8.12056 51.0853) https://nwbib.de/spatial#Q1825949 http://www.wikidata.org/entity/Q1825949 Linde http://www.wikidata.org/entity/Q253019 Point(7.32167 51.0197) https://nwbib.de/spatial#Q1958401 http://www.wikidata.org/entity/Q1958401 Mühleip http://www.wikidata.org/entity/Q253019 Point(7.45135 50.7312) https://nwbib.de/spatial#Q6114 http://www.wikidata.org/entity/Q6114 Braunsfeld http://www.wikidata.org/entity/Q15632166 Point(6.90028 50.9369) -https://nwbib.de/spatial#Q63078887 http://www.wikidata.org/entity/Q63078887 Kirchenkreis An der Ruhr http://www.wikidata.org/entity/Q897303 +https://nwbib.de/spatial#Q63078887 http://www.wikidata.org/entity/Q63078887 Kirchenkreis An der Ruhr http://www.wikidata.org/entity/Q897303 https://nwbib.de/spatial#Q200698 http://www.wikidata.org/entity/Q200698 Glehn http://www.wikidata.org/entity/Q253019 Point(6.59444 50.6033) https://nwbib.de/spatial#Q2282613 http://www.wikidata.org/entity/Q2282613 Siedlung Eisenheim http://www.wikidata.org/entity/Q2983893 Point(6.86593 51.5029) https://nwbib.de/spatial#Q1226548 http://www.wikidata.org/entity/Q1226548 Dinker http://www.wikidata.org/entity/Q253019 Point(7.96365 51.6426) @@ -2734,7 +2734,7 @@ https://nwbib.de/spatial#Q1504995 http://www.wikidata.org/entity/Q1504995 Ottenh https://nwbib.de/spatial#Q2036158 http://www.wikidata.org/entity/Q2036158 Osttünnen http://www.wikidata.org/entity/Q253019 Point(7.88569 51.6445) https://nwbib.de/spatial#Q316951 http://www.wikidata.org/entity/Q316951 Kalterherberg http://www.wikidata.org/entity/Q253019 Point(6.220277777 50.521111111) https://nwbib.de/spatial#Q2268372 http://www.wikidata.org/entity/Q2268372 Selkentrop http://www.wikidata.org/entity/Q253019 Point(8.21478 51.1677) -https://nwbib.de/spatial#Q59259723 http://www.wikidata.org/entity/Q59259723 Stadtbezirk Siegen-Ost http://www.wikidata.org/entity/Q2740635 +https://nwbib.de/spatial#Q59259723 http://www.wikidata.org/entity/Q59259723 Stadtbezirk Siegen-Ost http://www.wikidata.org/entity/Q2740635 https://nwbib.de/spatial#Q59035909 http://www.wikidata.org/entity/Q59035909 Erberich http://www.wikidata.org/entity/Q253019 Point(7.108452777 51.050497222) https://nwbib.de/spatial#Q4615 http://www.wikidata.org/entity/Q4615 Elsdorf http://www.wikidata.org/entity/Q42744322, http://www.wikidata.org/entity/Q3957, http://www.wikidata.org/entity/Q54935786 Point(6.566666666 50.933333333) https://nwbib.de/spatial#Q1411352 http://www.wikidata.org/entity/Q1411352 Lieck http://www.wikidata.org/entity/Q253019 Point(6.0809 51.0654) @@ -2807,10 +2807,10 @@ https://nwbib.de/spatial#Q1686522 http://www.wikidata.org/entity/Q1686522 Wehrin https://nwbib.de/spatial#Q1158611 http://www.wikidata.org/entity/Q1158611 Damm http://www.wikidata.org/entity/Q253019 Point(6.7995 51.6801) https://nwbib.de/spatial#Q1946909 http://www.wikidata.org/entity/Q1946909 Moorshoven http://www.wikidata.org/entity/Q253019 Point(6.31889 51.1278) https://nwbib.de/spatial#Q458126 http://www.wikidata.org/entity/Q458126 Köln-Ehrenfeld (Stadtbezirk) http://www.wikidata.org/entity/Q15632133 Point(6.91833 50.9464) -https://nwbib.de/spatial#Q47461972 http://www.wikidata.org/entity/Q47461972 Kirchenkreis Arnsberg http://www.wikidata.org/entity/Q897303 -https://nwbib.de/spatial#Q47462060 http://www.wikidata.org/entity/Q47462060 Kirchenkreis Bochum http://www.wikidata.org/entity/Q897303 -https://nwbib.de/spatial#Q47462240 http://www.wikidata.org/entity/Q47462240 Kirchenkreis Schwelm http://www.wikidata.org/entity/Q897303 -https://nwbib.de/spatial#Q47462263 http://www.wikidata.org/entity/Q47462263 Kirchenkreis Tecklenburg http://www.wikidata.org/entity/Q897303 +https://nwbib.de/spatial#Q47461972 http://www.wikidata.org/entity/Q47461972 Kirchenkreis Arnsberg http://www.wikidata.org/entity/Q897303 +https://nwbib.de/spatial#Q47462060 http://www.wikidata.org/entity/Q47462060 Kirchenkreis Bochum http://www.wikidata.org/entity/Q897303 +https://nwbib.de/spatial#Q47462240 http://www.wikidata.org/entity/Q47462240 Kirchenkreis Schwelm http://www.wikidata.org/entity/Q897303 +https://nwbib.de/spatial#Q47462263 http://www.wikidata.org/entity/Q47462263 Kirchenkreis Tecklenburg http://www.wikidata.org/entity/Q897303 https://nwbib.de/spatial#Q876233 http://www.wikidata.org/entity/Q876233 Flehe http://www.wikidata.org/entity/Q1852178 Point(6.77222 51.1878) https://nwbib.de/spatial#Q2042260 http://www.wikidata.org/entity/Q2042260 Ovenhausen http://www.wikidata.org/entity/Q253019 Point(9.29898 51.7777) https://nwbib.de/spatial#Q11119 http://www.wikidata.org/entity/Q11119 Warstein http://www.wikidata.org/entity/Q707813, http://www.wikidata.org/entity/Q42744322, http://www.wikidata.org/entity/Q54935786 Point(8.366666666 51.45) @@ -2822,7 +2822,7 @@ https://nwbib.de/spatial#Q6597667 http://www.wikidata.org/entity/Q6597667 Asbeck https://nwbib.de/spatial#Q47012334 http://www.wikidata.org/entity/Q47012334 Knechtsteden http://www.wikidata.org/entity/Q253019 Point(6.761722222 51.087027777) https://nwbib.de/spatial#Q21042080 http://www.wikidata.org/entity/Q21042080 Scherpenberg http://www.wikidata.org/entity/Q253019 Point(6.67444444 51.44972222) https://nwbib.de/spatial#Q1561876 http://www.wikidata.org/entity/Q1561876 Hellerhof http://www.wikidata.org/entity/Q1852178 Point(6.90814 51.1324) -https://nwbib.de/spatial#Q1243986 http://www.wikidata.org/entity/Q1243986 Niederrheinische Bucht http://www.wikidata.org/entity/Q1970725 +https://nwbib.de/spatial#Q1243986 http://www.wikidata.org/entity/Q1243986 Niederrheinische Bucht http://www.wikidata.org/entity/Q1970725 https://nwbib.de/spatial#Q2015310 http://www.wikidata.org/entity/Q2015310 Oetinghausen http://www.wikidata.org/entity/Q253019 Point(8.619166666 52.143333333) https://nwbib.de/spatial#Q4192 http://www.wikidata.org/entity/Q4192 Bergkamen http://www.wikidata.org/entity/Q42744322, http://www.wikidata.org/entity/Q54935786 Point(7.633333333 51.616666666) https://nwbib.de/spatial#Q1309282 http://www.wikidata.org/entity/Q1309282 Lichtenbroich http://www.wikidata.org/entity/Q1852178 Point(6.78333 51.2683) @@ -2841,7 +2841,7 @@ https://nwbib.de/spatial#Q2015281 http://www.wikidata.org/entity/Q2015281 Oestri https://nwbib.de/spatial#Q1686779 http://www.wikidata.org/entity/Q1686779 Twismecke http://www.wikidata.org/entity/Q253019 Point(8.23627 51.2366) https://nwbib.de/spatial#Q1184019 http://www.wikidata.org/entity/Q1184019 Delbrücker Land http://www.wikidata.org/entity/Q82794 Point(8.59543 51.7908) https://nwbib.de/spatial#Q61726764 http://www.wikidata.org/entity/Q61726764 Schaan http://www.wikidata.org/entity/Q253019 Point(6.488055555 51.112638888) -https://nwbib.de/spatial#Q56033664 http://www.wikidata.org/entity/Q56033664 Dorp http://www.wikidata.org/entity/Q253019 +https://nwbib.de/spatial#Q56033664 http://www.wikidata.org/entity/Q56033664 Dorp http://www.wikidata.org/entity/Q253019 https://nwbib.de/spatial#Q15132395 http://www.wikidata.org/entity/Q15132395 Todenfeld http://www.wikidata.org/entity/Q253019 Point(6.94775 50.57744) https://nwbib.de/spatial#Q1591063 http://www.wikidata.org/entity/Q1591063 Hausdorp http://www.wikidata.org/entity/Q253019 Point(7.26758 50.8738) https://nwbib.de/spatial#Q1524924 http://www.wikidata.org/entity/Q1524924 Neu-Bottenbroich http://www.wikidata.org/entity/Q253019 Point(6.72182 50.9144) @@ -2858,7 +2858,7 @@ https://nwbib.de/spatial#Q1739523 http://www.wikidata.org/entity/Q1739523 Kreis https://nwbib.de/spatial#Q884418 http://www.wikidata.org/entity/Q884418 Blintrop http://www.wikidata.org/entity/Q253019 Point(7.85444 51.2906) https://nwbib.de/spatial#Q1637057 http://www.wikidata.org/entity/Q1637057 Humfeld http://www.wikidata.org/entity/Q253019 Point(9.05595 52.0261) https://nwbib.de/spatial#Q831793 http://www.wikidata.org/entity/Q831793 Pütz http://www.wikidata.org/entity/Q253019 Point(6.51479 50.997) -https://nwbib.de/spatial#Q47021768 http://www.wikidata.org/entity/Q47021768 Kirchenkreis Bad Godesberg-Voreifel http://www.wikidata.org/entity/Q897303 +https://nwbib.de/spatial#Q47021768 http://www.wikidata.org/entity/Q47021768 Kirchenkreis Bad Godesberg-Voreifel http://www.wikidata.org/entity/Q897303 https://nwbib.de/spatial#Q1475402 http://www.wikidata.org/entity/Q1475402 Fusternberg http://www.wikidata.org/entity/Q253019 Point(6.63231 51.654) https://nwbib.de/spatial#Q1326530 http://www.wikidata.org/entity/Q1326530 Neusserfurth http://www.wikidata.org/entity/Q2983893 Point(6.65909 51.2176) https://nwbib.de/spatial#Q2238627 http://www.wikidata.org/entity/Q2238627 Schleckheim http://www.wikidata.org/entity/Q253019 Point(6.155 50.72) @@ -2871,8 +2871,8 @@ https://nwbib.de/spatial#Q2564472 http://www.wikidata.org/entity/Q2564472 Westbe https://nwbib.de/spatial#Q1693885 http://www.wikidata.org/entity/Q1693885 Welper http://www.wikidata.org/entity/Q253019 Point(7.206444444 51.412111111) https://nwbib.de/spatial#Q1980697 http://www.wikidata.org/entity/Q1980697 Neuhonrath http://www.wikidata.org/entity/Q253019 Point(7.27385 50.9001) https://nwbib.de/spatial#Q1958710 http://www.wikidata.org/entity/Q1958710 Müllenacker http://www.wikidata.org/entity/Q253019 Point(7.47917 50.7728) -https://nwbib.de/spatial#Q54803599 http://www.wikidata.org/entity/Q54803599 Stadtbezirk III (Essen) http://www.wikidata.org/entity/Q2740635 -https://nwbib.de/spatial#Q54803600 http://www.wikidata.org/entity/Q54803600 Stadtbezirk IV (Essen) http://www.wikidata.org/entity/Q2740635 +https://nwbib.de/spatial#Q54803599 http://www.wikidata.org/entity/Q54803599 Stadtbezirk III (Essen) http://www.wikidata.org/entity/Q2740635 +https://nwbib.de/spatial#Q54803600 http://www.wikidata.org/entity/Q54803600 Stadtbezirk IV (Essen) http://www.wikidata.org/entity/Q2740635 https://nwbib.de/spatial#Q65388 http://www.wikidata.org/entity/Q65388 Hardthöhe http://www.wikidata.org/entity/Q253019 Point(7.04028 50.6992) https://nwbib.de/spatial#Q1301831 http://www.wikidata.org/entity/Q1301831 Eicherscheid http://www.wikidata.org/entity/Q486972, http://www.wikidata.org/entity/Q253019 Point(6.30263 50.5789) https://nwbib.de/spatial#Q1699967 http://www.wikidata.org/entity/Q1699967 Kapellen http://www.wikidata.org/entity/Q253019, http://www.wikidata.org/entity/Q486972 Point(6.59722 51.4156) @@ -2937,7 +2937,7 @@ https://nwbib.de/spatial#Q6224 http://www.wikidata.org/entity/Q6224 Kreis Paderb https://nwbib.de/spatial#Q2541035 http://www.wikidata.org/entity/Q2541035 Wald http://www.wikidata.org/entity/Q2983893 Point(7.04222 51.1817) https://nwbib.de/spatial#Q10944 http://www.wikidata.org/entity/Q10944 Bad Berleburg http://www.wikidata.org/entity/Q42744322, http://www.wikidata.org/entity/Q12350930 Point(8.4 51.049722222) https://nwbib.de/spatial#Q702259 http://www.wikidata.org/entity/Q702259 Elberfeld http://www.wikidata.org/entity/Q2983893 Point(7.149167 51.257222) -https://nwbib.de/spatial#Q56372838 http://www.wikidata.org/entity/Q56372838 Dekanat Ahlen http://www.wikidata.org/entity/Q385337 +https://nwbib.de/spatial#Q56372838 http://www.wikidata.org/entity/Q56372838 Dekanat Ahlen http://www.wikidata.org/entity/Q385337 https://nwbib.de/spatial#Q445288 http://www.wikidata.org/entity/Q445288 Altschermbeck http://www.wikidata.org/entity/Q253019 Point(6.87697 51.696) https://nwbib.de/spatial#Q21039789 http://www.wikidata.org/entity/Q21039789 Hochlarmark http://www.wikidata.org/entity/Q2983893 Point(7.185 51.5691) https://nwbib.de/spatial#Q15123706 http://www.wikidata.org/entity/Q15123706 Ostviertel http://www.wikidata.org/entity/Q253019 Point(7.2154 51.61811) @@ -2960,10 +2960,10 @@ https://nwbib.de/spatial#Q2040103 http://www.wikidata.org/entity/Q2040103 Wallen https://nwbib.de/spatial#Q1826169 http://www.wikidata.org/entity/Q1826169 Lindern http://www.wikidata.org/entity/Q253019 Point(6.21389 50.9964) https://nwbib.de/spatial#Q200275 http://www.wikidata.org/entity/Q200275 Heiden http://www.wikidata.org/entity/Q262166 Point(6.933055555 51.825833333) https://nwbib.de/spatial#Q206380 http://www.wikidata.org/entity/Q206380 Annen http://www.wikidata.org/entity/Q253019 Point(7.375556 51.449722) -https://nwbib.de/spatial#Q56395068 http://www.wikidata.org/entity/Q56395068 Dekanat Lippe http://www.wikidata.org/entity/Q385337 +https://nwbib.de/spatial#Q56395068 http://www.wikidata.org/entity/Q56395068 Dekanat Lippe http://www.wikidata.org/entity/Q385337 https://nwbib.de/spatial#Q1656583 http://www.wikidata.org/entity/Q1656583 Reinshagen http://www.wikidata.org/entity/Q253019 Point(7.15444 51.1629) -https://nwbib.de/spatial#Q56395213 http://www.wikidata.org/entity/Q56395213 Dekanat Recklinghausen http://www.wikidata.org/entity/Q385337 -https://nwbib.de/spatial#Q56397874 http://www.wikidata.org/entity/Q56397874 Dekanat Bigge-Medebach http://www.wikidata.org/entity/Q385337 +https://nwbib.de/spatial#Q56395213 http://www.wikidata.org/entity/Q56395213 Dekanat Recklinghausen http://www.wikidata.org/entity/Q385337 +https://nwbib.de/spatial#Q56397874 http://www.wikidata.org/entity/Q56397874 Dekanat Bigge-Medebach http://www.wikidata.org/entity/Q385337 https://nwbib.de/spatial#Q1751616 http://www.wikidata.org/entity/Q1751616 Werl-Aspe http://www.wikidata.org/entity/Q253019, http://www.wikidata.org/entity/Q262166 Point(8.73444 52.0611) https://nwbib.de/spatial#Q518491 http://www.wikidata.org/entity/Q518491 Köln-Lindenthal (Stadtbezirk) http://www.wikidata.org/entity/Q15632133 Point(6.91 50.926111111) https://nwbib.de/spatial#Q2354004 http://www.wikidata.org/entity/Q2354004 Strauch (Simmerath) http://www.wikidata.org/entity/Q253019 Point(6.33611 50.6261) @@ -2986,7 +2986,7 @@ https://nwbib.de/spatial#Q14884 http://www.wikidata.org/entity/Q14884 Hückelhov https://nwbib.de/spatial#Q2273757 http://www.wikidata.org/entity/Q2273757 Serm http://www.wikidata.org/entity/Q253019 Point(6.71167 51.3492) https://nwbib.de/spatial#Q819461 http://www.wikidata.org/entity/Q819461 Berge http://www.wikidata.org/entity/Q253019 Point(8.37195 51.5689) https://nwbib.de/spatial#Q1262424 http://www.wikidata.org/entity/Q1262424 Obermarxloh http://www.wikidata.org/entity/Q253019 Point(6.7825 51.5003) -https://nwbib.de/spatial#Q1374337 http://www.wikidata.org/entity/Q1374337 Euregio http://www.wikidata.org/entity/Q153026 +https://nwbib.de/spatial#Q1374337 http://www.wikidata.org/entity/Q1374337 Euregio http://www.wikidata.org/entity/Q153026 https://nwbib.de/spatial#Q56098426 http://www.wikidata.org/entity/Q56098426 Krähenbach http://www.wikidata.org/entity/Q253019 Point(7.265194444 51.094722222) https://nwbib.de/spatial#Q742001 http://www.wikidata.org/entity/Q742001 Assinghausen http://www.wikidata.org/entity/Q253019 Point(8.50389 51.3056) https://nwbib.de/spatial#Q895356 http://www.wikidata.org/entity/Q895356 Bovert http://www.wikidata.org/entity/Q253019 Point(6.63942 51.2673) @@ -3002,9 +3002,9 @@ https://nwbib.de/spatial#Q20183677 http://www.wikidata.org/entity/Q20183677 Stad https://nwbib.de/spatial#Q621848 http://www.wikidata.org/entity/Q621848 Apricke http://www.wikidata.org/entity/Q253019 Point(7.81111 51.3928) https://nwbib.de/spatial#Q2035427 http://www.wikidata.org/entity/Q2035427 Osterwald http://www.wikidata.org/entity/Q253019 Point(8.37222 51.22) https://nwbib.de/spatial#Q27027146 http://www.wikidata.org/entity/Q27027146 Keppeln http://www.wikidata.org/entity/Q253019 Point(6.267722 51.689528) -https://nwbib.de/spatial#Q55888099 http://www.wikidata.org/entity/Q55888099 Herrschaft Horstmar http://www.wikidata.org/entity/Q196068 +https://nwbib.de/spatial#Q55888099 http://www.wikidata.org/entity/Q55888099 Herrschaft Horstmar http://www.wikidata.org/entity/Q196068 https://nwbib.de/spatial#Q1146720 http://www.wikidata.org/entity/Q1146720 Fiestel http://www.wikidata.org/entity/Q253019 Point(8.56389 52.3536) -https://nwbib.de/spatial#Q896929 http://www.wikidata.org/entity/Q896929 Regierungsbezirk Aachen http://www.wikidata.org/entity/Q1850612, http://www.wikidata.org/entity/Q829277 +https://nwbib.de/spatial#Q896929 http://www.wikidata.org/entity/Q896929 Regierungsbezirk Aachen http://www.wikidata.org/entity/Q1850612, http://www.wikidata.org/entity/Q829277 https://nwbib.de/spatial#Q323607 http://www.wikidata.org/entity/Q323607 Stadtbezirk 4 (Düsseldorf) http://www.wikidata.org/entity/Q317669 Point(6.754722222 51.230277777) https://nwbib.de/spatial#Q117900 http://www.wikidata.org/entity/Q117900 Pivitsheide V. L. http://www.wikidata.org/entity/Q253019 Point(8.783055555 51.946666666) https://nwbib.de/spatial#Q2300600 http://www.wikidata.org/entity/Q2300600 Sommersell http://www.wikidata.org/entity/Q253019 Point(9.17436 51.8407) @@ -3105,7 +3105,7 @@ https://nwbib.de/spatial#Q1522909 http://www.wikidata.org/entity/Q1522909 Scharm https://nwbib.de/spatial#Q884423 http://www.wikidata.org/entity/Q884423 Venusberg http://www.wikidata.org/entity/Q253019 Point(7.09639 50.7033) https://nwbib.de/spatial#Q1599807 http://www.wikidata.org/entity/Q1599807 Heinsberg http://www.wikidata.org/entity/Q253019, http://www.wikidata.org/entity/Q532 Point(8.15014 51.0412) https://nwbib.de/spatial#Q886298 http://www.wikidata.org/entity/Q886298 Blumenthal (Hellenthal) http://www.wikidata.org/entity/Q253019 Point(6.46028 50.4964) -https://nwbib.de/spatial#Q59259446 http://www.wikidata.org/entity/Q59259446 Stadtbezirk Geisweid http://www.wikidata.org/entity/Q2740635 +https://nwbib.de/spatial#Q59259446 http://www.wikidata.org/entity/Q59259446 Stadtbezirk Geisweid http://www.wikidata.org/entity/Q2740635 https://nwbib.de/spatial#Q1343346 http://www.wikidata.org/entity/Q1343346 Enniger http://www.wikidata.org/entity/Q253019 Point(7.94889 51.8308) https://nwbib.de/spatial#Q4108 http://www.wikidata.org/entity/Q4108 Bad Salzuflen http://www.wikidata.org/entity/Q4946461, http://www.wikidata.org/entity/Q515, http://www.wikidata.org/entity/Q54935786, http://www.wikidata.org/entity/Q42744322 Point(8.746666666 52.083333333) https://nwbib.de/spatial#Q26208582 http://www.wikidata.org/entity/Q26208582 Lackhausen http://www.wikidata.org/entity/Q253019 Point(6.626667 51.679722) @@ -3185,10 +3185,10 @@ https://nwbib.de/spatial#Q18028189 http://www.wikidata.org/entity/Q18028189 Stoc https://nwbib.de/spatial#Q56034025 http://www.wikidata.org/entity/Q56034025 Stahldorf http://www.wikidata.org/entity/Q253019 Point(6.557972222 51.308916666) https://nwbib.de/spatial#Q2769211 http://www.wikidata.org/entity/Q2769211 Bracht http://www.wikidata.org/entity/Q253019 Point(6.19778 51.2819) https://nwbib.de/spatial#Q181981 http://www.wikidata.org/entity/Q181981 Lienen http://www.wikidata.org/entity/Q262166 Point(7.973888888 52.146111111) -https://nwbib.de/spatial#Q1997843 http://www.wikidata.org/entity/Q1997843 Nordeifel http://www.wikidata.org/entity/Q82794 +https://nwbib.de/spatial#Q1997843 http://www.wikidata.org/entity/Q1997843 Nordeifel http://www.wikidata.org/entity/Q82794 https://nwbib.de/spatial#Q1395976 http://www.wikidata.org/entity/Q1395976 Oberelvenich http://www.wikidata.org/entity/Q2983893 Point(6.708055555 50.700277777) https://nwbib.de/spatial#Q1869600 http://www.wikidata.org/entity/Q1869600 Welschen Ennest http://www.wikidata.org/entity/Q253019 Point(8.003333333 51.042777777) -https://nwbib.de/spatial#Q1541708 http://www.wikidata.org/entity/Q1541708 Grafschaft Kerpen und Lommersum http://www.wikidata.org/entity/Q353344 +https://nwbib.de/spatial#Q1541708 http://www.wikidata.org/entity/Q1541708 Grafschaft Kerpen und Lommersum http://www.wikidata.org/entity/Q353344 https://nwbib.de/spatial#Q6910 http://www.wikidata.org/entity/Q6910 Dülmen http://www.wikidata.org/entity/Q54935786, http://www.wikidata.org/entity/Q42744322, http://www.wikidata.org/entity/Q707813 Point(7.278333333 51.830833333) https://nwbib.de/spatial#Q55499395 http://www.wikidata.org/entity/Q55499395 Oege http://www.wikidata.org/entity/Q253019 Point(7.593333333 51.346944444) https://nwbib.de/spatial#Q5937 http://www.wikidata.org/entity/Q5937 Märkischer Kreis http://www.wikidata.org/entity/Q20738811 Point(7.614444444 51.225) @@ -3274,7 +3274,7 @@ https://nwbib.de/spatial#Q47190993 http://www.wikidata.org/entity/Q47190993 Oeli https://nwbib.de/spatial#Q2132373 http://www.wikidata.org/entity/Q2132373 Rath http://www.wikidata.org/entity/Q1852178 Point(6.81417 51.2661) https://nwbib.de/spatial#Q3902 http://www.wikidata.org/entity/Q3902 Viersen http://www.wikidata.org/entity/Q1548518, http://www.wikidata.org/entity/Q42744322, http://www.wikidata.org/entity/Q134626 Point(6.39168 51.25557) https://nwbib.de/spatial#Q1356817 http://www.wikidata.org/entity/Q1356817 Hegensdorf http://www.wikidata.org/entity/Q253019 Point(8.62917 51.5292) -https://nwbib.de/spatial#Q27973169 http://www.wikidata.org/entity/Q27973169 Stadtbezirk Bochum-Nord http://www.wikidata.org/entity/Q2740635 +https://nwbib.de/spatial#Q27973169 http://www.wikidata.org/entity/Q27973169 Stadtbezirk Bochum-Nord http://www.wikidata.org/entity/Q2740635 https://nwbib.de/spatial#Q437554 http://www.wikidata.org/entity/Q437554 Altenseelbach http://www.wikidata.org/entity/Q486972, http://www.wikidata.org/entity/Q253019 Point(7.995 50.7789) https://nwbib.de/spatial#Q1445255 http://www.wikidata.org/entity/Q1445255 Longerich http://www.wikidata.org/entity/Q15632166 Point(6.92056 50.995) https://nwbib.de/spatial#Q895229 http://www.wikidata.org/entity/Q895229 Bourheim http://www.wikidata.org/entity/Q253019 Point(6.333333333 50.9) @@ -3285,7 +3285,7 @@ https://nwbib.de/spatial#Q204966 http://www.wikidata.org/entity/Q204966 Übach-P https://nwbib.de/spatial#Q1567402 http://www.wikidata.org/entity/Q1567402 Hadem http://www.wikidata.org/entity/Q253019 Point(8.120444444 50.999505555) https://nwbib.de/spatial#Q1351231 http://www.wikidata.org/entity/Q1351231 Womelsdorf http://www.wikidata.org/entity/Q253019, http://www.wikidata.org/entity/Q486972 Point(8.26194 51.0097) https://nwbib.de/spatial#N69 http://www.wikidata.org/entity/Q573290 Grafschaft Ravensberg http://www.wikidata.org/entity/Q353344 Point(8.57071 52.0922) -https://nwbib.de/spatial#Q47462041 http://www.wikidata.org/entity/Q47462041 Kirchenkreis Bielefeld http://www.wikidata.org/entity/Q897303 +https://nwbib.de/spatial#Q47462041 http://www.wikidata.org/entity/Q47462041 Kirchenkreis Bielefeld http://www.wikidata.org/entity/Q897303 https://nwbib.de/spatial#Q242632 http://www.wikidata.org/entity/Q242632 Augustdorf http://www.wikidata.org/entity/Q262166 Point(8.73173 51.90944) https://nwbib.de/spatial#Q593247 http://www.wikidata.org/entity/Q593247 Handorf http://www.wikidata.org/entity/Q253019 Point(7.70556 51.9889) https://nwbib.de/spatial#Q2498315 http://www.wikidata.org/entity/Q2498315 Wunderthausen http://www.wikidata.org/entity/Q253019 Point(8.511261111 51.094711111) @@ -3368,9 +3368,9 @@ https://nwbib.de/spatial#Q759070 http://www.wikidata.org/entity/Q759070 Aue http https://nwbib.de/spatial#Q1651963 http://www.wikidata.org/entity/Q1651963 Hövelriege http://www.wikidata.org/entity/Q253019 Point(8.6375 51.85861111) https://nwbib.de/spatial#Q1182208 http://www.wikidata.org/entity/Q1182208 Dedinghausen http://www.wikidata.org/entity/Q253019 Point(8.40677 51.6698) https://nwbib.de/spatial#Q908932 http://www.wikidata.org/entity/Q908932 Brenken http://www.wikidata.org/entity/Q253019 Point(8.592222222 51.582777777) -https://nwbib.de/spatial#Q47021505 http://www.wikidata.org/entity/Q47021505 Kirchenkreis Bonn http://www.wikidata.org/entity/Q897303 -https://nwbib.de/spatial#Q47021915 http://www.wikidata.org/entity/Q47021915 Kirchenkreis Essen http://www.wikidata.org/entity/Q897303 -https://nwbib.de/spatial#Q47022310 http://www.wikidata.org/entity/Q47022310 Kirchenkreis Moers http://www.wikidata.org/entity/Q897303 +https://nwbib.de/spatial#Q47021505 http://www.wikidata.org/entity/Q47021505 Kirchenkreis Bonn http://www.wikidata.org/entity/Q897303 +https://nwbib.de/spatial#Q47021915 http://www.wikidata.org/entity/Q47021915 Kirchenkreis Essen http://www.wikidata.org/entity/Q897303 +https://nwbib.de/spatial#Q47022310 http://www.wikidata.org/entity/Q47022310 Kirchenkreis Moers http://www.wikidata.org/entity/Q897303 https://nwbib.de/spatial#Q1258325 http://www.wikidata.org/entity/Q1258325 Dremmen http://www.wikidata.org/entity/Q2983893, http://www.wikidata.org/entity/Q253019 Point(6.146666666 51.039444444) https://nwbib.de/spatial#Q241761 http://www.wikidata.org/entity/Q241761 Nieheim http://www.wikidata.org/entity/Q42744322, http://www.wikidata.org/entity/Q1595408, http://www.wikidata.org/entity/Q707813 Point(9.109722222 51.799722222) https://nwbib.de/spatial#Q1304021 http://www.wikidata.org/entity/Q1304021 Eilendorf http://www.wikidata.org/entity/Q2983893, http://www.wikidata.org/entity/Q2740635, http://www.wikidata.org/entity/Q15284 Point(6.1625 50.779444444) @@ -3507,7 +3507,7 @@ https://nwbib.de/spatial#Q814659 http://www.wikidata.org/entity/Q814659 Beienbac https://nwbib.de/spatial#Q56085395 http://www.wikidata.org/entity/Q56085395 Herb http://www.wikidata.org/entity/Q253019 Point(6.149027777 51.033805555) https://nwbib.de/spatial#Q1354624 http://www.wikidata.org/entity/Q1354624 Eringerfeld http://www.wikidata.org/entity/Q253019 Point(8.46833 51.5878) https://nwbib.de/spatial#Q835981 http://www.wikidata.org/entity/Q835981 Flamersheim http://www.wikidata.org/entity/Q253019 Point(6.851388888 50.623055555) -https://nwbib.de/spatial#Q1803148 http://www.wikidata.org/entity/Q1803148 Landkreis Essen http://www.wikidata.org/entity/Q5283531 +https://nwbib.de/spatial#Q1803148 http://www.wikidata.org/entity/Q1803148 Landkreis Essen http://www.wikidata.org/entity/Q5283531 https://nwbib.de/spatial#Q55987237 http://www.wikidata.org/entity/Q55987237 Rupelrath http://www.wikidata.org/entity/Q253019 Point(7.000361111 51.124333333) https://nwbib.de/spatial#Q878257 http://www.wikidata.org/entity/Q878257 Großbüllesheim http://www.wikidata.org/entity/Q253019 Point(6.821111111 50.684166666) https://nwbib.de/spatial#Q1652632 http://www.wikidata.org/entity/Q1652632 Hüttental http://www.wikidata.org/entity/Q42744322, http://www.wikidata.org/entity/Q253019 Point(8.033333333 50.916666666) @@ -3517,7 +3517,7 @@ https://nwbib.de/spatial#Q1746783 http://www.wikidata.org/entity/Q1746783 Kleinf https://nwbib.de/spatial#Q200581 http://www.wikidata.org/entity/Q200581 Rhede http://www.wikidata.org/entity/Q42744322 Point(6.700555555 51.833333333) https://nwbib.de/spatial#Q1880361 http://www.wikidata.org/entity/Q1880361 Lüntenbeck http://www.wikidata.org/entity/Q253019 Point(7.08417 51.2503) https://nwbib.de/spatial#Q620755 http://www.wikidata.org/entity/Q620755 Appelhülsen http://www.wikidata.org/entity/Q253019, http://www.wikidata.org/entity/Q486972 Point(7.42375 51.898) -https://nwbib.de/spatial#Q1110953 http://www.wikidata.org/entity/Q1110953 Landkreis Grevenbroich-Neuß http://www.wikidata.org/entity/Q5283531 +https://nwbib.de/spatial#Q1110953 http://www.wikidata.org/entity/Q1110953 Landkreis Grevenbroich-Neuß http://www.wikidata.org/entity/Q5283531 https://nwbib.de/spatial#Q26696033 http://www.wikidata.org/entity/Q26696033 Neheim http://www.wikidata.org/entity/Q253019, http://www.wikidata.org/entity/Q707813, http://www.wikidata.org/entity/Q3257686 Point(7.9694283 51.4522612) https://nwbib.de/spatial#Q1604848 http://www.wikidata.org/entity/Q1604848 Hemmerich http://www.wikidata.org/entity/Q253019 Point(6.92903 50.7634) https://nwbib.de/spatial#Q11301 http://www.wikidata.org/entity/Q11301 Ennepetal http://www.wikidata.org/entity/Q54935786, http://www.wikidata.org/entity/Q42744322 Point(7.3425 51.302119444) @@ -3553,7 +3553,7 @@ https://nwbib.de/spatial#Q163068 http://www.wikidata.org/entity/Q163068 Schermbe https://nwbib.de/spatial#Q15056742 http://www.wikidata.org/entity/Q15056742 Honsdorf http://www.wikidata.org/entity/Q253019 Point(6.18833333 51.00166667) https://nwbib.de/spatial#Q19369337 http://www.wikidata.org/entity/Q19369337 Himmelmert http://www.wikidata.org/entity/Q253019 Point(7.828055555 51.1725) https://nwbib.de/spatial#Q29639269 http://www.wikidata.org/entity/Q29639269 Neichen http://www.wikidata.org/entity/Q253019 Point(7.22445 50.947711111) -https://nwbib.de/spatial#Q56397628 http://www.wikidata.org/entity/Q56397628 Dekanat Meschede http://www.wikidata.org/entity/Q385337 +https://nwbib.de/spatial#Q56397628 http://www.wikidata.org/entity/Q56397628 Dekanat Meschede http://www.wikidata.org/entity/Q385337 https://nwbib.de/spatial#Q1787267 http://www.wikidata.org/entity/Q1787267 Kreis Düsseldorf-Mettmann http://www.wikidata.org/entity/Q106658, http://www.wikidata.org/entity/Q5283531 Point(6.97 51.25) https://nwbib.de/spatial#Q288376 http://www.wikidata.org/entity/Q288376 Massen http://www.wikidata.org/entity/Q253019 Point(7.65389 51.5397) https://nwbib.de/spatial#Q1499806 http://www.wikidata.org/entity/Q1499806 Bismarck http://www.wikidata.org/entity/Q253019 Point(7.11806 51.53) @@ -3562,7 +3562,7 @@ https://nwbib.de/spatial#Q2146499 http://www.wikidata.org/entity/Q2146499 Retzen https://nwbib.de/spatial#Q5764545 http://www.wikidata.org/entity/Q5764545 Meiderich/Beeck (Stadtbezirk) http://www.wikidata.org/entity/Q2740635 Point(6.76683333 51.46638889) https://nwbib.de/spatial#Q819752 http://www.wikidata.org/entity/Q819752 Bergheim http://www.wikidata.org/entity/Q253019 Point(9.05028 51.8342) https://nwbib.de/spatial#Q2357464 http://www.wikidata.org/entity/Q2357464 Struthütten http://www.wikidata.org/entity/Q486972, http://www.wikidata.org/entity/Q253019 Point(7.97333333 50.78305556) -https://nwbib.de/spatial#N74 http://www.wikidata.org/entity/Q67206680 Kleinere weltliche Territorien in Westfalen http://www.wikidata.org/entity/Q16889133 +https://nwbib.de/spatial#N74 http://www.wikidata.org/entity/Q67206680 Kleinere weltliche Territorien in Westfalen http://www.wikidata.org/entity/Q16889133 https://nwbib.de/spatial#Q884073 http://www.wikidata.org/entity/Q884073 Bliesheim http://www.wikidata.org/entity/Q253019 Point(6.820555555 50.781388888) https://nwbib.de/spatial#Q1455745 http://www.wikidata.org/entity/Q1455745 Frettermühle http://www.wikidata.org/entity/Q253019 Point(8.01139 51.18) https://nwbib.de/spatial#Q1419894 http://www.wikidata.org/entity/Q1419894 Fischelbach http://www.wikidata.org/entity/Q253019 Point(8.354 50.874) @@ -3623,7 +3623,7 @@ https://nwbib.de/spatial#Q1425975 http://www.wikidata.org/entity/Q1425975 Vaalse https://nwbib.de/spatial#Q2340651 http://www.wikidata.org/entity/Q2340651 Steinforth-Rubbelrath http://www.wikidata.org/entity/Q253019 Point(6.54776572 51.14774806) https://nwbib.de/spatial#Q2142866 http://www.wikidata.org/entity/Q2142866 Remblinghausen http://www.wikidata.org/entity/Q253019 Point(8.30448 51.3039) https://nwbib.de/spatial#Q1300847 http://www.wikidata.org/entity/Q1300847 Gehrden http://www.wikidata.org/entity/Q253019, http://www.wikidata.org/entity/Q2195811 Point(9.12139 51.6561) -https://nwbib.de/spatial#N46 http://www.wikidata.org/entity/Q249428 Großherzogtum Berg http://www.wikidata.org/entity/Q26879769, http://www.wikidata.org/entity/Q165116 +https://nwbib.de/spatial#N46 http://www.wikidata.org/entity/Q249428 Großherzogtum Berg http://www.wikidata.org/entity/Q26879769, http://www.wikidata.org/entity/Q165116 https://nwbib.de/spatial#Q153444 http://www.wikidata.org/entity/Q153444 Kettwig http://www.wikidata.org/entity/Q253019 Point(6.94 51.368333) https://nwbib.de/spatial#Q2148416 http://www.wikidata.org/entity/Q2148416 Rhöndorf http://www.wikidata.org/entity/Q253019 Point(7.21282 50.6595) https://nwbib.de/spatial#Q2050613 http://www.wikidata.org/entity/Q2050613 Papenhöfen http://www.wikidata.org/entity/Q253019 Point(9.25747 51.8424) @@ -3672,7 +3672,7 @@ https://nwbib.de/spatial#Q1110266 http://www.wikidata.org/entity/Q1110266 Hilfar https://nwbib.de/spatial#Q1677990 http://www.wikidata.org/entity/Q1677990 Oberwennerscheid http://www.wikidata.org/entity/Q253019 Point(7.34917 50.8636) https://nwbib.de/spatial#Q1361890 http://www.wikidata.org/entity/Q1361890 Kellen http://www.wikidata.org/entity/Q2983893 Point(6.16125 51.799861111) https://nwbib.de/spatial#Q1311631 http://www.wikidata.org/entity/Q1311631 Meindorf http://www.wikidata.org/entity/Q253019 Point(7.13861 50.7778) -https://nwbib.de/spatial#Q47445689 http://www.wikidata.org/entity/Q47445689 Schwalm-Nette-Platte http://www.wikidata.org/entity/Q1970725 +https://nwbib.de/spatial#Q47445689 http://www.wikidata.org/entity/Q47445689 Schwalm-Nette-Platte http://www.wikidata.org/entity/Q1970725 https://nwbib.de/spatial#Q14956 http://www.wikidata.org/entity/Q14956 Wesseling http://www.wikidata.org/entity/Q54935786, http://www.wikidata.org/entity/Q515, http://www.wikidata.org/entity/Q42744322 Point(6.9786 50.82075) https://nwbib.de/spatial#Q2072908 http://www.wikidata.org/entity/Q2072908 Pesch http://www.wikidata.org/entity/Q253019 Point(6.45639 51.0544) https://nwbib.de/spatial#Q1104598 http://www.wikidata.org/entity/Q1104598 Cobbenrode http://www.wikidata.org/entity/Q253019 Point(8.15861 51.1994) @@ -3681,8 +3681,8 @@ https://nwbib.de/spatial#Q2010494 http://www.wikidata.org/entity/Q2010494 Obernb https://nwbib.de/spatial#Q64951002 http://www.wikidata.org/entity/Q64951002 Salmorth http://www.wikidata.org/entity/Q253019 Point(6.141836 51.834556) https://nwbib.de/spatial#Q315660 http://www.wikidata.org/entity/Q315660 Erp http://www.wikidata.org/entity/Q253019 Point(6.72389 50.76556) https://nwbib.de/spatial#Q1120297 http://www.wikidata.org/entity/Q1120297 Haaren http://www.wikidata.org/entity/Q253019 Point(8.72833 51.5664) -https://nwbib.de/spatial#Q47462077 http://www.wikidata.org/entity/Q47462077 Kirchenkreis Dortmund http://www.wikidata.org/entity/Q897303 -https://nwbib.de/spatial#Q47462109 http://www.wikidata.org/entity/Q47462109 Kirchenkreis Gladbeck-Bottrop-Dorsten http://www.wikidata.org/entity/Q897303 +https://nwbib.de/spatial#Q47462077 http://www.wikidata.org/entity/Q47462077 Kirchenkreis Dortmund http://www.wikidata.org/entity/Q897303 +https://nwbib.de/spatial#Q47462109 http://www.wikidata.org/entity/Q47462109 Kirchenkreis Gladbeck-Bottrop-Dorsten http://www.wikidata.org/entity/Q897303 https://nwbib.de/spatial#Q1250678 http://www.wikidata.org/entity/Q1250678 Nette http://www.wikidata.org/entity/Q253019 Point(7.38333 51.5667) https://nwbib.de/spatial#N47 http://www.wikidata.org/entity/Q152420 Herzogtum Geldern http://www.wikidata.org/entity/Q26830017, http://www.wikidata.org/entity/Q3024240 Point(6.33333333 51.51666667) https://nwbib.de/spatial#Q1747972 http://www.wikidata.org/entity/Q1747972 Raumland http://www.wikidata.org/entity/Q253019 Point(8.386111111 51.0325) @@ -3704,7 +3704,7 @@ https://nwbib.de/spatial#Q1626140 http://www.wikidata.org/entity/Q1626140 Hommer https://nwbib.de/spatial#Q31312912 http://www.wikidata.org/entity/Q31312912 Lippischer Wald http://www.wikidata.org/entity/Q4421, http://www.wikidata.org/entity/Q54050 Point(8.819722222 51.901111111) https://nwbib.de/spatial#Q876829 http://www.wikidata.org/entity/Q876829 Geislar http://www.wikidata.org/entity/Q253019 Point(7.127036111 50.760405555) https://nwbib.de/spatial#Q878277 http://www.wikidata.org/entity/Q878277 Stotzheim http://www.wikidata.org/entity/Q253019 Point(6.81222 50.6286) -https://nwbib.de/spatial#Q55936383 http://www.wikidata.org/entity/Q55936383 Herrschaft Canstein http://www.wikidata.org/entity/Q196068 +https://nwbib.de/spatial#Q55936383 http://www.wikidata.org/entity/Q55936383 Herrschaft Canstein http://www.wikidata.org/entity/Q196068 https://nwbib.de/spatial#Q1368642 http://www.wikidata.org/entity/Q1368642 Schonnebeck http://www.wikidata.org/entity/Q253019 Point(7.064722 51.487222) https://nwbib.de/spatial#Q1646561 http://www.wikidata.org/entity/Q1646561 Krekel http://www.wikidata.org/entity/Q253019 Point(6.53333 50.4711) https://nwbib.de/spatial#Q1265603 http://www.wikidata.org/entity/Q1265603 Göstrup http://www.wikidata.org/entity/Q253019 Point(9.03958 52.0931) @@ -3746,14 +3746,14 @@ https://nwbib.de/spatial#Q168646 http://www.wikidata.org/entity/Q168646 Blomberg https://nwbib.de/spatial#Q2147631 http://www.wikidata.org/entity/Q2147631 Rheinfeld http://www.wikidata.org/entity/Q253019 Point(6.85684 51.1128) https://nwbib.de/spatial#Q1558532 http://www.wikidata.org/entity/Q1558532 Harzberg http://www.wikidata.org/entity/Q253019, http://www.wikidata.org/entity/Q19730508 Point(9.20194 51.9283) https://nwbib.de/spatial#Q1699153 http://www.wikidata.org/entity/Q1699153 Wachendorf http://www.wikidata.org/entity/Q253019 Point(6.74056 50.5956) -https://nwbib.de/spatial#Q54803595 http://www.wikidata.org/entity/Q54803595 Stadtbezirk I (Essen) http://www.wikidata.org/entity/Q2740635 +https://nwbib.de/spatial#Q54803595 http://www.wikidata.org/entity/Q54803595 Stadtbezirk I (Essen) http://www.wikidata.org/entity/Q2740635 https://nwbib.de/spatial#Q56007480 http://www.wikidata.org/entity/Q56007480 Winkhausen http://www.wikidata.org/entity/Q253019 Point(6.909916666 51.447055555) https://nwbib.de/spatial#Q1585120 http://www.wikidata.org/entity/Q1585120 Hardissen http://www.wikidata.org/entity/Q253019 Point(8.82686 52.0083) https://nwbib.de/spatial#Q822015 http://www.wikidata.org/entity/Q822015 Bermershausen http://www.wikidata.org/entity/Q253019 Point(8.346111111 50.951388888) https://nwbib.de/spatial#Q1628288 http://www.wikidata.org/entity/Q1628288 Horn http://www.wikidata.org/entity/Q262166, http://www.wikidata.org/entity/Q253019 Point(8.94444 51.8728) https://nwbib.de/spatial#Q1700 http://www.wikidata.org/entity/Q1700 Münsterland http://www.wikidata.org/entity/Q82794 Point(7.62869444 51.96294444) https://nwbib.de/spatial#Q1236620 http://www.wikidata.org/entity/Q1236620 Stedefreund http://www.wikidata.org/entity/Q253019 Point(8.607777777 52.0825) -https://nwbib.de/spatial#Q55986040 http://www.wikidata.org/entity/Q55986040 Herrschaft Volmarstein http://www.wikidata.org/entity/Q196068 +https://nwbib.de/spatial#Q55986040 http://www.wikidata.org/entity/Q55986040 Herrschaft Volmarstein http://www.wikidata.org/entity/Q196068 https://nwbib.de/spatial#Q3890 http://www.wikidata.org/entity/Q3890 Rheine http://www.wikidata.org/entity/Q1548518, http://www.wikidata.org/entity/Q42744322, http://www.wikidata.org/entity/Q707813 Point(7.433333333 52.283333333) https://nwbib.de/spatial#Q1475395 http://www.wikidata.org/entity/Q1475395 Broich http://www.wikidata.org/entity/Q2983893 Point(6.85341 51.4216) https://nwbib.de/spatial#Q740616 http://www.wikidata.org/entity/Q740616 Lüttringhausen http://www.wikidata.org/entity/Q2983893, http://www.wikidata.org/entity/Q2740635 Point(7.233333333 51.216666666) @@ -3815,12 +3815,12 @@ https://nwbib.de/spatial#Q1924305 http://www.wikidata.org/entity/Q1924305 Messin https://nwbib.de/spatial#Q2104601 http://www.wikidata.org/entity/Q2104601 Porselen http://www.wikidata.org/entity/Q253019 Point(6.172222222 51.038333333) https://nwbib.de/spatial#Q16042 http://www.wikidata.org/entity/Q16042 Korschenbroich http://www.wikidata.org/entity/Q54935786, http://www.wikidata.org/entity/Q42744322 Point(6.516666666 51.183333333) https://nwbib.de/spatial#Q891205 http://www.wikidata.org/entity/Q891205 Bokel http://www.wikidata.org/entity/Q253019 Point(8.38333 51.8) -https://nwbib.de/spatial#Q56042007 http://www.wikidata.org/entity/Q56042007 Westsauerland http://www.wikidata.org/entity/Q82794 +https://nwbib.de/spatial#Q56042007 http://www.wikidata.org/entity/Q56042007 Westsauerland http://www.wikidata.org/entity/Q82794 https://nwbib.de/spatial#Q863291 http://www.wikidata.org/entity/Q863291 Bilme http://www.wikidata.org/entity/Q253019 Point(8.0134 51.5153) https://nwbib.de/spatial#Q5573 http://www.wikidata.org/entity/Q5573 Meinerzhagen http://www.wikidata.org/entity/Q42744322 Point(7.640277777 51.106111111) https://nwbib.de/spatial#Q19275644 http://www.wikidata.org/entity/Q19275644 Bornefeld http://www.wikidata.org/entity/Q253019 Point(7.26980556 51.15436111) https://nwbib.de/spatial#Q1020097 http://www.wikidata.org/entity/Q1020097 Bösensell http://www.wikidata.org/entity/Q253019 Point(7.47944 51.9156) -https://nwbib.de/spatial#Q55721822 http://www.wikidata.org/entity/Q55721822 Herrschaft Anholt http://www.wikidata.org/entity/Q196068 +https://nwbib.de/spatial#Q55721822 http://www.wikidata.org/entity/Q55721822 Herrschaft Anholt http://www.wikidata.org/entity/Q196068 https://nwbib.de/spatial#Q1765128 http://www.wikidata.org/entity/Q1765128 Hahlen http://www.wikidata.org/entity/Q253019 Point(8.84472 52.3056) https://nwbib.de/spatial#Q200256 http://www.wikidata.org/entity/Q200256 Legden http://www.wikidata.org/entity/Q262166 Point(7.099722222 52.033055555) https://nwbib.de/spatial#Q2511719 http://www.wikidata.org/entity/Q2511719 Veen http://www.wikidata.org/entity/Q253019 Point(6.4565 51.6134) @@ -3840,7 +3840,7 @@ https://nwbib.de/spatial#Q1169310 http://www.wikidata.org/entity/Q1169310 Venneb https://nwbib.de/spatial#Q1494684 http://www.wikidata.org/entity/Q1494684 Gartenstadt (Krefeld) http://www.wikidata.org/entity/Q253019 Point(6.62 51.367) https://nwbib.de/spatial#Q1683573 http://www.wikidata.org/entity/Q1683573 Raderbroich http://www.wikidata.org/entity/Q253019 Point(6.52734 51.2069) https://nwbib.de/spatial#Q878236 http://www.wikidata.org/entity/Q878236 Kirchheim http://www.wikidata.org/entity/Q253019 Point(6.83639 50.6061) -https://nwbib.de/spatial#N48 http://www.wikidata.org/entity/Q708742 Niederrheinisch-Westfälischer Reichskreis http://www.wikidata.org/entity/Q460338 +https://nwbib.de/spatial#N48 http://www.wikidata.org/entity/Q708742 Niederrheinisch-Westfälischer Reichskreis http://www.wikidata.org/entity/Q460338 https://nwbib.de/spatial#Q1230192 http://www.wikidata.org/entity/Q1230192 Müddersheim http://www.wikidata.org/entity/Q253019 Point(6.663611111 50.7525) https://nwbib.de/spatial#Q881250 http://www.wikidata.org/entity/Q881250 Stiepel http://www.wikidata.org/entity/Q253019 Point(7.245277777 51.418333333) https://nwbib.de/spatial#Q1336361 http://www.wikidata.org/entity/Q1336361 Mülheim http://www.wikidata.org/entity/Q253019 Point(6.68417 50.4489) @@ -3871,7 +3871,7 @@ https://nwbib.de/spatial#Q165763 http://www.wikidata.org/entity/Q165763 Waldeck https://nwbib.de/spatial#Q255235 http://www.wikidata.org/entity/Q255235 Rommerskirchen http://www.wikidata.org/entity/Q262166 Point(6.691388888 51.034722222) https://nwbib.de/spatial#Q11331 http://www.wikidata.org/entity/Q11331 Gevelsberg http://www.wikidata.org/entity/Q54935786, http://www.wikidata.org/entity/Q42744322 Point(7.3559 51.32645) https://nwbib.de/spatial#Q2203983 http://www.wikidata.org/entity/Q2203983 Rüngsdorf http://www.wikidata.org/entity/Q253019 Point(7.17093 50.6839) -https://nwbib.de/spatial#Q63191391 http://www.wikidata.org/entity/Q63191391 Monschauer Land http://www.wikidata.org/entity/Q1970725 +https://nwbib.de/spatial#Q63191391 http://www.wikidata.org/entity/Q63191391 Monschauer Land http://www.wikidata.org/entity/Q1970725 https://nwbib.de/spatial#Q1469183 http://www.wikidata.org/entity/Q1469183 Fritzdorf http://www.wikidata.org/entity/Q253019 Point(7.090172222 50.595997222) https://nwbib.de/spatial#Q24816568 http://www.wikidata.org/entity/Q24816568 Bettenkamp http://www.wikidata.org/entity/Q253019 Point(6.6098 51.4321) https://nwbib.de/spatial#N01 http://www.wikidata.org/entity/Q1198 Nordrhein-Westfalen http://www.wikidata.org/entity/Q1221156 Point(7.55 51.466666666) @@ -3881,7 +3881,7 @@ https://nwbib.de/spatial#Q19588522 http://www.wikidata.org/entity/Q19588522 Wamb https://nwbib.de/spatial#Q14895 http://www.wikidata.org/entity/Q14895 Kamp-Lintfort http://www.wikidata.org/entity/Q42744322, http://www.wikidata.org/entity/Q54935786 Point(6.533333333 51.5) https://nwbib.de/spatial#Q1021783 http://www.wikidata.org/entity/Q1021783 Büsdorf http://www.wikidata.org/entity/Q253019 Point(6.708 50.990527777) https://nwbib.de/spatial#Q905591 http://www.wikidata.org/entity/Q905591 Breidt http://www.wikidata.org/entity/Q253019 Point(7.27492 50.8538) -https://nwbib.de/spatial#Q56008582 http://www.wikidata.org/entity/Q56008582 Emmelkamp http://www.wikidata.org/entity/Q253019 +https://nwbib.de/spatial#Q56008582 http://www.wikidata.org/entity/Q56008582 Emmelkamp http://www.wikidata.org/entity/Q253019 https://nwbib.de/spatial#Q1272287 http://www.wikidata.org/entity/Q1272287 Düssel http://www.wikidata.org/entity/Q253019 Point(7.05614 51.2622) https://nwbib.de/spatial#Q857453 http://www.wikidata.org/entity/Q857453 Biemsen-Ahmsen http://www.wikidata.org/entity/Q253019, http://www.wikidata.org/entity/Q262166 Point(8.699 52.082) https://nwbib.de/spatial#Q2024532 http://www.wikidata.org/entity/Q2024532 Stadtbezirk Hörde http://www.wikidata.org/entity/Q2740635 Point(7.5 51.483333333) @@ -3906,7 +3906,7 @@ https://nwbib.de/spatial#Q56008369 http://www.wikidata.org/entity/Q56008369 Ruhr https://nwbib.de/spatial#Q1667307 http://www.wikidata.org/entity/Q1667307 Sinsteden http://www.wikidata.org/entity/Q253019 Point(6.66111 51.0472) https://nwbib.de/spatial#Q1545933 http://www.wikidata.org/entity/Q1545933 Greste http://www.wikidata.org/entity/Q253019 Point(8.70376 51.9902) https://nwbib.de/spatial#Q2512628 http://www.wikidata.org/entity/Q2512628 Hambüren http://www.wikidata.org/entity/Q253019 Point(7.85833 52.2689) -https://nwbib.de/spatial#Q1500671 http://www.wikidata.org/entity/Q1500671 Kreis Blankenheim http://www.wikidata.org/entity/Q5283531 +https://nwbib.de/spatial#Q1500671 http://www.wikidata.org/entity/Q1500671 Kreis Blankenheim http://www.wikidata.org/entity/Q5283531 https://nwbib.de/spatial#Q2406610 http://www.wikidata.org/entity/Q2406610 Tetelrath http://www.wikidata.org/entity/Q253019 Point(6.24389 51.1828) https://nwbib.de/spatial#Q865698 http://www.wikidata.org/entity/Q865698 Birlenbach http://www.wikidata.org/entity/Q253019 Point(7.99092 50.9035) https://nwbib.de/spatial#Q2456479 http://www.wikidata.org/entity/Q2456479 Trupbach http://www.wikidata.org/entity/Q253019 Point(7.98222 50.8911) @@ -3921,7 +3921,7 @@ https://nwbib.de/spatial#Q1548565 http://www.wikidata.org/entity/Q1548565 Große https://nwbib.de/spatial#Q1413468 http://www.wikidata.org/entity/Q1413468 Schwefe http://www.wikidata.org/entity/Q253019 Point(8.03469 51.5807) https://nwbib.de/spatial#Q437637 http://www.wikidata.org/entity/Q437637 Altensturmberg http://www.wikidata.org/entity/Q253019 Point(7.44806 51.1106) https://nwbib.de/spatial#Q25391997 http://www.wikidata.org/entity/Q25391997 Holsterhausen http://www.wikidata.org/entity/Q253019 Point(7.19621 51.53299) -https://nwbib.de/spatial#Q27994630 http://www.wikidata.org/entity/Q27994630 Stadtbezirk Haspe http://www.wikidata.org/entity/Q2740635 +https://nwbib.de/spatial#Q27994630 http://www.wikidata.org/entity/Q27994630 Stadtbezirk Haspe http://www.wikidata.org/entity/Q2740635 https://nwbib.de/spatial#Q595227 http://www.wikidata.org/entity/Q595227 Lindweiler http://www.wikidata.org/entity/Q2983893, http://www.wikidata.org/entity/Q15632166 Point(6.88889 51.0033) https://nwbib.de/spatial#Q1281908 http://www.wikidata.org/entity/Q1281908 Eckum http://www.wikidata.org/entity/Q253019 Point(6.6996 51.0378) https://nwbib.de/spatial#Q2380038 http://www.wikidata.org/entity/Q2380038 Sötenich http://www.wikidata.org/entity/Q253019 Point(6.55694 50.5244) @@ -3943,7 +3943,7 @@ https://nwbib.de/spatial#Q1988748 http://www.wikidata.org/entity/Q1988748 Nieder https://nwbib.de/spatial#Q16006 http://www.wikidata.org/entity/Q16006 Goch http://www.wikidata.org/entity/Q42744322, http://www.wikidata.org/entity/Q54935786 Point(6.161944444 51.683888888) https://nwbib.de/spatial#Q14917523 http://www.wikidata.org/entity/Q14917523 Biesfeld http://www.wikidata.org/entity/Q253019 Point(7.24426 51.0195) https://nwbib.de/spatial#Q1593759 http://www.wikidata.org/entity/Q1593759 Heggen http://www.wikidata.org/entity/Q253019 Point(7.95194 51.1556) -https://nwbib.de/spatial#Q56008058 http://www.wikidata.org/entity/Q56008058 Grafschaft Grönebach http://www.wikidata.org/entity/Q353344 +https://nwbib.de/spatial#Q56008058 http://www.wikidata.org/entity/Q56008058 Grafschaft Grönebach http://www.wikidata.org/entity/Q353344 https://nwbib.de/spatial#Q2130361 http://www.wikidata.org/entity/Q2130361 Ramsbeck http://www.wikidata.org/entity/Q253019 Point(8.40056 51.3092) https://nwbib.de/spatial#Q850112 http://www.wikidata.org/entity/Q850112 Bettinghausen http://www.wikidata.org/entity/Q253019 Point(8.19735 51.6233) https://nwbib.de/spatial#Q1479624 http://www.wikidata.org/entity/Q1479624 Föckinghausen http://www.wikidata.org/entity/Q253019 Point(8.39389 51.3744) @@ -3954,13 +3954,13 @@ https://nwbib.de/spatial#Q380934 http://www.wikidata.org/entity/Q380934 Aengenes https://nwbib.de/spatial#Q1906190 http://www.wikidata.org/entity/Q1906190 Marxloh http://www.wikidata.org/entity/Q2983893 Point(6.75694 51.5019) https://nwbib.de/spatial#Q4060 http://www.wikidata.org/entity/Q4060 Hürth http://www.wikidata.org/entity/Q42744322, http://www.wikidata.org/entity/Q54935786 Point(6.876111111 50.8775) https://nwbib.de/spatial#Q1625538 http://www.wikidata.org/entity/Q1625538 Holzhausen http://www.wikidata.org/entity/Q253019 Point(9.13702 51.7878) -https://nwbib.de/spatial#Q59261667 http://www.wikidata.org/entity/Q59261667 Stadtbezirk Siegen-Süd http://www.wikidata.org/entity/Q2740635 -https://nwbib.de/spatial#Q59261814 http://www.wikidata.org/entity/Q59261814 Stadtbezirk Siegen-West http://www.wikidata.org/entity/Q2740635 +https://nwbib.de/spatial#Q59261667 http://www.wikidata.org/entity/Q59261667 Stadtbezirk Siegen-Süd http://www.wikidata.org/entity/Q2740635 +https://nwbib.de/spatial#Q59261814 http://www.wikidata.org/entity/Q59261814 Stadtbezirk Siegen-West http://www.wikidata.org/entity/Q2740635 https://nwbib.de/spatial#Q877774 http://www.wikidata.org/entity/Q877774 Rothe Erde http://www.wikidata.org/entity/Q253019 Point(6.122222222 50.776388888) https://nwbib.de/spatial#Q175458 http://www.wikidata.org/entity/Q175458 Leversbach http://www.wikidata.org/entity/Q253019 Point(6.466111111 50.716388888) https://nwbib.de/spatial#Q973810 http://www.wikidata.org/entity/Q973810 Hücker-Aschen http://www.wikidata.org/entity/Q253019 Point(8.51472 52.1714) https://nwbib.de/spatial#Q437203 http://www.wikidata.org/entity/Q437203 Altenheerse http://www.wikidata.org/entity/Q253019 Point(9.04733 51.6498) -https://nwbib.de/spatial#Q59263010 http://www.wikidata.org/entity/Q59263010 Stadtbezirk Weidenau http://www.wikidata.org/entity/Q2740635 +https://nwbib.de/spatial#Q59263010 http://www.wikidata.org/entity/Q59263010 Stadtbezirk Weidenau http://www.wikidata.org/entity/Q2740635 https://nwbib.de/spatial#Q1959107 http://www.wikidata.org/entity/Q1959107 Mecklenbeck http://www.wikidata.org/entity/Q253019 Point(7.58333 51.9306) https://nwbib.de/spatial#Q2202653 http://www.wikidata.org/entity/Q2202653 Römlinghoven http://www.wikidata.org/entity/Q253019 Point(7.18101 50.7074) https://nwbib.de/spatial#Q1301824 http://www.wikidata.org/entity/Q1301824 Eicherscheid http://www.wikidata.org/entity/Q253019, http://www.wikidata.org/entity/Q486972 Point(6.76922 50.5332) @@ -3988,10 +3988,10 @@ https://nwbib.de/spatial#Q1411067 http://www.wikidata.org/entity/Q1411067 Rimber https://nwbib.de/spatial#Q28151475 http://www.wikidata.org/entity/Q28151475 Lüttelforst http://www.wikidata.org/entity/Q253019 Point(6.261606 51.188328) https://nwbib.de/spatial#Q1797990 http://www.wikidata.org/entity/Q1797990 Wiesdorf http://www.wikidata.org/entity/Q253019 Point(6.97546 51.0354) https://nwbib.de/spatial#Q2362403 http://www.wikidata.org/entity/Q2362403 Wingeshausen http://www.wikidata.org/entity/Q253019 Point(8.289794444 51.069730555) -https://nwbib.de/spatial#Q56373671 http://www.wikidata.org/entity/Q56373671 Dekanat Ahaus-Vreden http://www.wikidata.org/entity/Q385337 -https://nwbib.de/spatial#Q56373947 http://www.wikidata.org/entity/Q56373947 Dekanat Borken http://www.wikidata.org/entity/Q385337 +https://nwbib.de/spatial#Q56373671 http://www.wikidata.org/entity/Q56373671 Dekanat Ahaus-Vreden http://www.wikidata.org/entity/Q385337 +https://nwbib.de/spatial#Q56373947 http://www.wikidata.org/entity/Q56373947 Dekanat Borken http://www.wikidata.org/entity/Q385337 https://nwbib.de/spatial#Q2192405 http://www.wikidata.org/entity/Q2192405 Weine http://www.wikidata.org/entity/Q253019 Point(8.52472 51.5417) -https://nwbib.de/spatial#Q56374635 http://www.wikidata.org/entity/Q56374635 Dekanat Steinfurt http://www.wikidata.org/entity/Q385337 +https://nwbib.de/spatial#Q56374635 http://www.wikidata.org/entity/Q56374635 Dekanat Steinfurt http://www.wikidata.org/entity/Q385337 https://nwbib.de/spatial#Q174197 http://www.wikidata.org/entity/Q174197 Sandebeck http://www.wikidata.org/entity/Q253019 Point(8.987222222 51.821388888) https://nwbib.de/spatial#Q1531431 http://www.wikidata.org/entity/Q1531431 Glimbach http://www.wikidata.org/entity/Q253019 Point(6.293055555 50.995277777) https://nwbib.de/spatial#Q19365476 http://www.wikidata.org/entity/Q19365476 Kückelheim http://www.wikidata.org/entity/Q253019 Point(7.8531 51.17238) @@ -4001,7 +4001,7 @@ https://nwbib.de/spatial#Q1655309 http://www.wikidata.org/entity/Q1655309 Stockh https://nwbib.de/spatial#Q14900 http://www.wikidata.org/entity/Q14900 Haltern am See http://www.wikidata.org/entity/Q42744322, http://www.wikidata.org/entity/Q54935786, http://www.wikidata.org/entity/Q707813 Point(7.183333333 51.75) https://nwbib.de/spatial#Q1444625 http://www.wikidata.org/entity/Q1444625 Frankenforst http://www.wikidata.org/entity/Q253019 Point(7.13866 50.9562) https://nwbib.de/spatial#Q219964 http://www.wikidata.org/entity/Q219964 Zons http://www.wikidata.org/entity/Q2983893 Point(6.84278 51.1219) -https://nwbib.de/spatial#Q1265044 http://www.wikidata.org/entity/Q1265044 Grafschaft Dortmund http://www.wikidata.org/entity/Q353344 +https://nwbib.de/spatial#Q1265044 http://www.wikidata.org/entity/Q1265044 Grafschaft Dortmund http://www.wikidata.org/entity/Q353344 https://nwbib.de/spatial#Q78855747 http://www.wikidata.org/entity/Q78855747 Gadderbaum http://www.wikidata.org/entity/Q253019 Point(8.516944444 52.001944444) https://nwbib.de/spatial#Q43054377 http://www.wikidata.org/entity/Q43054377 Mellrich http://www.wikidata.org/entity/Q253019 Point(8.291944444 51.541666666) https://nwbib.de/spatial#Q1543152 http://www.wikidata.org/entity/Q1543152 Kreis Lemgo http://www.wikidata.org/entity/Q106658 Point(8.91167 52.0272) @@ -4009,11 +4009,11 @@ https://nwbib.de/spatial#Q1959104 http://www.wikidata.org/entity/Q1959104 Stadtb https://nwbib.de/spatial#Q400551 http://www.wikidata.org/entity/Q400551 Ahlsen-Reineberg http://www.wikidata.org/entity/Q253019 Point(8.66278 52.2875) https://nwbib.de/spatial#Q1258067 http://www.wikidata.org/entity/Q1258067 Nettelstedt http://www.wikidata.org/entity/Q253019 Point(8.7 52.3) https://nwbib.de/spatial#Q460145 http://www.wikidata.org/entity/Q460145 Garath http://www.wikidata.org/entity/Q1852178 Point(6.89722 51.1433) -https://nwbib.de/spatial#Q56395271 http://www.wikidata.org/entity/Q56395271 Dekanat Vechta http://www.wikidata.org/entity/Q385337 +https://nwbib.de/spatial#Q56395271 http://www.wikidata.org/entity/Q56395271 Dekanat Vechta http://www.wikidata.org/entity/Q385337 https://nwbib.de/spatial#Q1533439 http://www.wikidata.org/entity/Q1533439 Ulenburg http://www.wikidata.org/entity/Q253019 Point(8.686388888 52.225) https://nwbib.de/spatial#Q1987844 http://www.wikidata.org/entity/Q1987844 Niederhenneborn http://www.wikidata.org/entity/Q253019 Point(8.28187 51.2454) -https://nwbib.de/spatial#Q56397821 http://www.wikidata.org/entity/Q56397821 Dekanat Wormbach http://www.wikidata.org/entity/Q385337 -https://nwbib.de/spatial#Q56398551 http://www.wikidata.org/entity/Q56398551 Dekanat Werl http://www.wikidata.org/entity/Q385337 +https://nwbib.de/spatial#Q56397821 http://www.wikidata.org/entity/Q56397821 Dekanat Wormbach http://www.wikidata.org/entity/Q385337 +https://nwbib.de/spatial#Q56398551 http://www.wikidata.org/entity/Q56398551 Dekanat Werl http://www.wikidata.org/entity/Q385337 https://nwbib.de/spatial#Q1614586 http://www.wikidata.org/entity/Q1614586 Herstelle http://www.wikidata.org/entity/Q253019 Point(9.417777777 51.642222222) https://nwbib.de/spatial#Q15965177 http://www.wikidata.org/entity/Q15965177 Munscheid http://www.wikidata.org/entity/Q253019 Point(7.17143658 51.43922839) https://nwbib.de/spatial#Q242572 http://www.wikidata.org/entity/Q242572 Dörentrup http://www.wikidata.org/entity/Q262166 Point(9.0 52.033055555) @@ -4071,11 +4071,11 @@ https://nwbib.de/spatial#Q974597 http://www.wikidata.org/entity/Q974597 Hermerat https://nwbib.de/spatial#Q1910973 http://www.wikidata.org/entity/Q1910973 Mauel (Windeck) http://www.wikidata.org/entity/Q253019 Point(7.60028 50.805) https://nwbib.de/spatial#Q2118153 http://www.wikidata.org/entity/Q2118153 Pumpe-Stich http://www.wikidata.org/entity/Q253019 Point(6.24139 50.8031) https://nwbib.de/spatial#Q1524733 http://www.wikidata.org/entity/Q1524733 Gimbte http://www.wikidata.org/entity/Q253019 Point(7.64167 52.0606) -https://nwbib.de/spatial#Q56398251 http://www.wikidata.org/entity/Q56398251 Dekanat Attendorn http://www.wikidata.org/entity/Q385337 -https://nwbib.de/spatial#Q56398420 http://www.wikidata.org/entity/Q56398420 Dekanat Iserlohn http://www.wikidata.org/entity/Q385337 -https://nwbib.de/spatial#Q56398585 http://www.wikidata.org/entity/Q56398585 Dekanat Wattenscheid http://www.wikidata.org/entity/Q385337 +https://nwbib.de/spatial#Q56398251 http://www.wikidata.org/entity/Q56398251 Dekanat Attendorn http://www.wikidata.org/entity/Q385337 +https://nwbib.de/spatial#Q56398420 http://www.wikidata.org/entity/Q56398420 Dekanat Iserlohn http://www.wikidata.org/entity/Q385337 +https://nwbib.de/spatial#Q56398585 http://www.wikidata.org/entity/Q56398585 Dekanat Wattenscheid http://www.wikidata.org/entity/Q385337 https://nwbib.de/spatial#Q45744530 http://www.wikidata.org/entity/Q45744530 Großkönigsdorf http://www.wikidata.org/entity/Q253019 Point(6.765555555 50.938861111) -https://nwbib.de/spatial#Q56402341 http://www.wikidata.org/entity/Q56402341 Dekanat Steinheim http://www.wikidata.org/entity/Q385337 +https://nwbib.de/spatial#Q56402341 http://www.wikidata.org/entity/Q56402341 Dekanat Steinheim http://www.wikidata.org/entity/Q385337 https://nwbib.de/spatial#Q1651861 http://www.wikidata.org/entity/Q1651861 Hörste http://www.wikidata.org/entity/Q253019 Point(8.75349 51.9461) https://nwbib.de/spatial#Q56009217 http://www.wikidata.org/entity/Q56009217 Lind http://www.wikidata.org/entity/Q253019 Point(6.483222222 51.42825) https://nwbib.de/spatial#Q2299820 http://www.wikidata.org/entity/Q2299820 Wey http://www.wikidata.org/entity/Q253019 Point(6.50361 51.135) @@ -4105,7 +4105,7 @@ https://nwbib.de/spatial#Q2011523 http://www.wikidata.org/entity/Q2011523 Oberw https://nwbib.de/spatial#Q4219 http://www.wikidata.org/entity/Q4219 Rothaargebirge http://www.wikidata.org/entity/Q46831, http://www.wikidata.org/entity/Q1437459 Point(8.25 51.083333333) https://nwbib.de/spatial#Q868907 http://www.wikidata.org/entity/Q868907 Wewelsburg http://www.wikidata.org/entity/Q253019 Point(8.65248 51.6054) https://nwbib.de/spatial#Q1637915 http://www.wikidata.org/entity/Q1637915 Oerath http://www.wikidata.org/entity/Q253019 Point(6.30028 51.0936) -https://nwbib.de/spatial#Q1614442 http://www.wikidata.org/entity/Q1614442 Grafschaft Steinfurt http://www.wikidata.org/entity/Q353344, http://www.wikidata.org/entity/Q196068 +https://nwbib.de/spatial#Q1614442 http://www.wikidata.org/entity/Q1614442 Grafschaft Steinfurt http://www.wikidata.org/entity/Q353344, http://www.wikidata.org/entity/Q196068 https://nwbib.de/spatial#Q2156182 http://www.wikidata.org/entity/Q2156182 Robend http://www.wikidata.org/entity/Q253019 Point(6.41389 51.2569) https://nwbib.de/spatial#Q1612286 http://www.wikidata.org/entity/Q1612286 Peckelsheim http://www.wikidata.org/entity/Q707813, http://www.wikidata.org/entity/Q253019 Point(9.12778 51.5972) https://nwbib.de/spatial#Q851588 http://www.wikidata.org/entity/Q851588 Bevergern http://www.wikidata.org/entity/Q253019 Point(7.58333 52.2742) @@ -4162,7 +4162,7 @@ https://nwbib.de/spatial#Q766190 http://www.wikidata.org/entity/Q766190 Junkersd https://nwbib.de/spatial#Q2220521 http://www.wikidata.org/entity/Q2220521 Sande http://www.wikidata.org/entity/Q253019, http://www.wikidata.org/entity/Q262166 Point(8.66027 51.7608) https://nwbib.de/spatial#Q56597338 http://www.wikidata.org/entity/Q56597338 Blauenstein http://www.wikidata.org/entity/Q253019, http://www.wikidata.org/entity/Q5084 Point(6.117916666 51.013888888) https://nwbib.de/spatial#Q862796 http://www.wikidata.org/entity/Q862796 Billerbeck http://www.wikidata.org/entity/Q253019 Point(9.03926 51.8791) -https://nwbib.de/spatial#Q56005590 http://www.wikidata.org/entity/Q56005590 Grafschaft Wittgenstein http://www.wikidata.org/entity/Q353344 +https://nwbib.de/spatial#Q56005590 http://www.wikidata.org/entity/Q56005590 Grafschaft Wittgenstein http://www.wikidata.org/entity/Q353344 https://nwbib.de/spatial#Q1639801 http://www.wikidata.org/entity/Q1639801 Schlebusch http://www.wikidata.org/entity/Q253019 Point(7.05254 51.039) https://nwbib.de/spatial#Q1250610 http://www.wikidata.org/entity/Q1250610 Eichlinghofen http://www.wikidata.org/entity/Q253019 Point(7.40611 51.4786) https://nwbib.de/spatial#Q859622 http://www.wikidata.org/entity/Q859622 Bigge http://www.wikidata.org/entity/Q253019 Point(8.47111 51.3581) @@ -4242,7 +4242,7 @@ https://nwbib.de/spatial#Q1019064 http://www.wikidata.org/entity/Q1019064 Bärbr https://nwbib.de/spatial#Q402942 http://www.wikidata.org/entity/Q402942 Ahsen http://www.wikidata.org/entity/Q253019 Point(7.30917 51.7003) https://nwbib.de/spatial#Q1368646 http://www.wikidata.org/entity/Q1368646 Schuir http://www.wikidata.org/entity/Q253019 Point(6.963611 51.388056) https://nwbib.de/spatial#Q815905 http://www.wikidata.org/entity/Q815905 Beller http://www.wikidata.org/entity/Q253019 Point(9.24392 51.7023) -https://nwbib.de/spatial#N34 http://www.wikidata.org/entity/Q1413205 Lippische Landeskirche http://www.wikidata.org/entity/Q565744 +https://nwbib.de/spatial#N34 http://www.wikidata.org/entity/Q1413205 Lippische Landeskirche http://www.wikidata.org/entity/Q565744 https://nwbib.de/spatial#Q1720900 http://www.wikidata.org/entity/Q1720900 Kachtenhausen http://www.wikidata.org/entity/Q253019, http://www.wikidata.org/entity/Q262166 Point(8.733 51.977) https://nwbib.de/spatial#Q1738154 http://www.wikidata.org/entity/Q1738154 Keldenich http://www.wikidata.org/entity/Q253019 Point(6.96889 50.8114) https://nwbib.de/spatial#Q1987842 http://www.wikidata.org/entity/Q1987842 Niederhelden http://www.wikidata.org/entity/Q253019 Point(7.9734 51.1214) @@ -4264,12 +4264,12 @@ https://nwbib.de/spatial#Q1733988 http://www.wikidata.org/entity/Q1733988 Lennin https://nwbib.de/spatial#Q1570860 http://www.wikidata.org/entity/Q1570860 Halen http://www.wikidata.org/entity/Q253019 Point(7.93972 52.3403) https://nwbib.de/spatial#Q5645 http://www.wikidata.org/entity/Q5645 Marsberg http://www.wikidata.org/entity/Q707813, http://www.wikidata.org/entity/Q42744322 Point(8.85 51.45) https://nwbib.de/spatial#Q19279706 http://www.wikidata.org/entity/Q19279706 Forsten http://www.wikidata.org/entity/Q253019 Point(7.28402778 51.16355556) -https://nwbib.de/spatial#Q59138276 http://www.wikidata.org/entity/Q59138276 Stadtbezirk Heepen http://www.wikidata.org/entity/Q2740635 -https://nwbib.de/spatial#Q59138834 http://www.wikidata.org/entity/Q59138834 Stadtbezirk Sennestadt http://www.wikidata.org/entity/Q2740635 +https://nwbib.de/spatial#Q59138276 http://www.wikidata.org/entity/Q59138276 Stadtbezirk Heepen http://www.wikidata.org/entity/Q2740635 +https://nwbib.de/spatial#Q59138834 http://www.wikidata.org/entity/Q59138834 Stadtbezirk Sennestadt http://www.wikidata.org/entity/Q2740635 https://nwbib.de/spatial#Q1552236 http://www.wikidata.org/entity/Q1552236 Grüngürtel http://www.wikidata.org/entity/Q253019 Point(6.49541 50.812) https://nwbib.de/spatial#Q11280 http://www.wikidata.org/entity/Q11280 Ennepe-Ruhr-Kreis http://www.wikidata.org/entity/Q106517174, http://www.wikidata.org/entity/Q20738811 Point(7.316666666 51.35) -https://nwbib.de/spatial#Q59139996 http://www.wikidata.org/entity/Q59139996 Stadtbezirk Kirchhellen http://www.wikidata.org/entity/Q2740635 -https://nwbib.de/spatial#Q59140398 http://www.wikidata.org/entity/Q59140398 Stadtbezirk Gelsenkirchen-Süd http://www.wikidata.org/entity/Q2740635 +https://nwbib.de/spatial#Q59139996 http://www.wikidata.org/entity/Q59139996 Stadtbezirk Kirchhellen http://www.wikidata.org/entity/Q2740635 +https://nwbib.de/spatial#Q59140398 http://www.wikidata.org/entity/Q59140398 Stadtbezirk Gelsenkirchen-Süd http://www.wikidata.org/entity/Q2740635 https://nwbib.de/spatial#Q29475554 http://www.wikidata.org/entity/Q29475554 Neuhurden http://www.wikidata.org/entity/Q253019 Point(7.245361 50.954489) https://nwbib.de/spatial#Q1768089 http://www.wikidata.org/entity/Q1768089 Tietelsen http://www.wikidata.org/entity/Q253019 Point(9.27371 51.6582) https://nwbib.de/spatial#Q2142939 http://www.wikidata.org/entity/Q2142939 Remerscheid http://www.wikidata.org/entity/Q253019 Point(7.45667 51.0092) @@ -4347,7 +4347,7 @@ https://nwbib.de/spatial#Q202377 http://www.wikidata.org/entity/Q202377 Steinhei https://nwbib.de/spatial#Q1738506 http://www.wikidata.org/entity/Q1738506 Kemna http://www.wikidata.org/entity/Q253019 Point(7.2663 51.2546) https://nwbib.de/spatial#Q2473574 http://www.wikidata.org/entity/Q2473574 Uedorf http://www.wikidata.org/entity/Q253019 Point(7.03306 50.7833) https://nwbib.de/spatial#Q1674301 http://www.wikidata.org/entity/Q1674301 Wickrathberg http://www.wikidata.org/entity/Q2983893 Point(6.41689 51.1118) -https://nwbib.de/spatial#Q62099199 http://www.wikidata.org/entity/Q62099199 Roland http://www.wikidata.org/entity/Q253019 +https://nwbib.de/spatial#Q62099199 http://www.wikidata.org/entity/Q62099199 Roland http://www.wikidata.org/entity/Q253019 https://nwbib.de/spatial#Q1548555 http://www.wikidata.org/entity/Q1548555 Großeneder http://www.wikidata.org/entity/Q253019 Point(9.157838888 51.551061111) https://nwbib.de/spatial#Q883426 http://www.wikidata.org/entity/Q883426 Gruiten http://www.wikidata.org/entity/Q253019 Point(7.011388888 51.218055555) https://nwbib.de/spatial#Q1897697 http://www.wikidata.org/entity/Q1897697 Marienhagen http://www.wikidata.org/entity/Q253019 Point(7.58028 50.9811) @@ -4379,7 +4379,7 @@ https://nwbib.de/spatial#Q737320 http://www.wikidata.org/entity/Q737320 Hoven ht https://nwbib.de/spatial#Q458704 http://www.wikidata.org/entity/Q458704 Ambrock http://www.wikidata.org/entity/Q253019 Point(7.514222222 51.321361111) https://nwbib.de/spatial#Q2593731 http://www.wikidata.org/entity/Q2593731 Tüschen http://www.wikidata.org/entity/Q253019 Point(6.986111111 51.354169444) https://nwbib.de/spatial#Q249710 http://www.wikidata.org/entity/Q249710 Dellwig http://www.wikidata.org/entity/Q253019 Point(6.924722 51.4875) -https://nwbib.de/spatial#Q1743178 http://www.wikidata.org/entity/Q1743178 Kirchenkreis Steinfurt-Coesfeld-Borken http://www.wikidata.org/entity/Q897303 +https://nwbib.de/spatial#Q1743178 http://www.wikidata.org/entity/Q1743178 Kirchenkreis Steinfurt-Coesfeld-Borken http://www.wikidata.org/entity/Q897303 https://nwbib.de/spatial#Q16858120 http://www.wikidata.org/entity/Q16858120 Wulfshof http://www.wikidata.org/entity/Q253019 Point(7.207929 50.972409) https://nwbib.de/spatial#Q1110161 http://www.wikidata.org/entity/Q1110161 Lüllingen http://www.wikidata.org/entity/Q253019 Point(6.243333 51.536389) https://nwbib.de/spatial#Q18028242 http://www.wikidata.org/entity/Q18028242 Sudmühle http://www.wikidata.org/entity/Q253019 Point(7.68613 51.9936) @@ -4429,7 +4429,7 @@ https://nwbib.de/spatial#Q992109 http://www.wikidata.org/entity/Q992109 Bruckhau https://nwbib.de/spatial#Q1746830 http://www.wikidata.org/entity/Q1746830 Kleinhau http://www.wikidata.org/entity/Q253019 Point(6.393866666 50.723166666) https://nwbib.de/spatial#Q47890385 http://www.wikidata.org/entity/Q47890385 Wallrath http://www.wikidata.org/entity/Q253019 Point(6.548416666 51.136) https://nwbib.de/spatial#Q783466 http://www.wikidata.org/entity/Q783466 Ossendorf http://www.wikidata.org/entity/Q15632166 Point(6.905 50.9686) -https://nwbib.de/spatial#Q1775987 http://www.wikidata.org/entity/Q1775987 Kreis Eslohe http://www.wikidata.org/entity/Q5283531 +https://nwbib.de/spatial#Q1775987 http://www.wikidata.org/entity/Q1775987 Kreis Eslohe http://www.wikidata.org/entity/Q5283531 https://nwbib.de/spatial#Q1947767 http://www.wikidata.org/entity/Q1947767 Morgensternsheide http://www.wikidata.org/entity/Q253019 Point(6.6525 51.2086) https://nwbib.de/spatial#Q1019910 http://www.wikidata.org/entity/Q1019910 Bönninghausen http://www.wikidata.org/entity/Q253019 Point(8.47278 51.6622) https://nwbib.de/spatial#Q807998 http://www.wikidata.org/entity/Q807998 Bardenberg http://www.wikidata.org/entity/Q253019 Point(6.111388888 50.839722222) @@ -4442,7 +4442,7 @@ https://nwbib.de/spatial#Q61727598 http://www.wikidata.org/entity/Q61727598 Esse https://nwbib.de/spatial#Q151295 http://www.wikidata.org/entity/Q151295 Vicht http://www.wikidata.org/entity/Q253019 Point(6.265833333 50.743611111) https://nwbib.de/spatial#Q2350842 http://www.wikidata.org/entity/Q2350842 Stockum http://www.wikidata.org/entity/Q253019 Point(6.65917 51.6108) https://nwbib.de/spatial#Q109773 http://www.wikidata.org/entity/Q109773 Teutoburger Wald http://www.wikidata.org/entity/Q4421, http://www.wikidata.org/entity/Q674541 Point(8.63148 51.96334) -https://nwbib.de/spatial#Q27973016 http://www.wikidata.org/entity/Q27973016 Stadtbezirk Bochum-Südwest http://www.wikidata.org/entity/Q2740635 +https://nwbib.de/spatial#Q27973016 http://www.wikidata.org/entity/Q27973016 Stadtbezirk Bochum-Südwest http://www.wikidata.org/entity/Q2740635 https://nwbib.de/spatial#Q59138859 http://www.wikidata.org/entity/Q59138859 Hamborn http://www.wikidata.org/entity/Q2983893 Point(6.772972222 51.490611111) https://nwbib.de/spatial#Q315410 http://www.wikidata.org/entity/Q315410 Langscheid http://www.wikidata.org/entity/Q253019 Point(7.95724 51.3545) https://nwbib.de/spatial#Q3959 http://www.wikidata.org/entity/Q3959 Kerpen http://www.wikidata.org/entity/Q42744322, http://www.wikidata.org/entity/Q1548518 Point(6.696111111 50.871944444) @@ -4453,7 +4453,7 @@ https://nwbib.de/spatial#Q476731 http://www.wikidata.org/entity/Q476731 Oberbolh https://nwbib.de/spatial#Q23559794 http://www.wikidata.org/entity/Q23559794 Bethel http://www.wikidata.org/entity/Q253019 Point(8.520639 52.00853) https://nwbib.de/spatial#Q1184764 http://www.wikidata.org/entity/Q1184764 Delstern http://www.wikidata.org/entity/Q253019, http://www.wikidata.org/entity/Q1499928 Point(7.507777777 51.343888888) https://nwbib.de/spatial#Q1531266 http://www.wikidata.org/entity/Q1531266 Gleuel http://www.wikidata.org/entity/Q253019 Point(6.83667 50.8889) -https://nwbib.de/spatial#Q1803464 http://www.wikidata.org/entity/Q1803464 Landkreis Solingen http://www.wikidata.org/entity/Q192611, http://www.wikidata.org/entity/Q5283531 +https://nwbib.de/spatial#Q1803464 http://www.wikidata.org/entity/Q1803464 Landkreis Solingen http://www.wikidata.org/entity/Q192611, http://www.wikidata.org/entity/Q5283531 https://nwbib.de/spatial#Q2380724 http://www.wikidata.org/entity/Q2380724 Südfelde http://www.wikidata.org/entity/Q253019 Point(8.87944 52.3681) https://nwbib.de/spatial#Q19835476 http://www.wikidata.org/entity/Q19835476 Billmerich http://www.wikidata.org/entity/Q253019 Point(7.67305556 51.50377778) https://nwbib.de/spatial#Q1625558 http://www.wikidata.org/entity/Q1625558 Holzheim http://www.wikidata.org/entity/Q253019 Point(6.69667 50.5678) @@ -4484,7 +4484,7 @@ https://nwbib.de/spatial#Q999703 http://www.wikidata.org/entity/Q999703 Mörmter https://nwbib.de/spatial#Q1787032 http://www.wikidata.org/entity/Q1787032 Kredenbach http://www.wikidata.org/entity/Q253019 Point(8.04222 50.9628) https://nwbib.de/spatial#Q55586826 http://www.wikidata.org/entity/Q55586826 Büecke http://www.wikidata.org/entity/Q253019 Point(8.107222222 51.516388888) https://nwbib.de/spatial#Q1625213 http://www.wikidata.org/entity/Q1625213 Holthausen http://www.wikidata.org/entity/Q253019 Point(6.68333 51.6) -https://nwbib.de/spatial#Q684314 http://www.wikidata.org/entity/Q684314 Bistum Aachen http://www.wikidata.org/entity/Q105388829 +https://nwbib.de/spatial#Q684314 http://www.wikidata.org/entity/Q684314 Bistum Aachen http://www.wikidata.org/entity/Q105388829 https://nwbib.de/spatial#Q1668814 http://www.wikidata.org/entity/Q1668814 Rölsdorf http://www.wikidata.org/entity/Q253019 Point(6.46417 50.79) https://nwbib.de/spatial#Q15815887 http://www.wikidata.org/entity/Q15815887 Honschaft Millrath http://www.wikidata.org/entity/Q1627183, http://www.wikidata.org/entity/Q253019 Point(6.962166666 51.213638888) https://nwbib.de/spatial#Q1740478 http://www.wikidata.org/entity/Q1740478 Mittelottersbach http://www.wikidata.org/entity/Q253019 Point(7.47917 50.7981) @@ -4524,8 +4524,8 @@ https://nwbib.de/spatial#Q4094 http://www.wikidata.org/entity/Q4094 Hilden http: https://nwbib.de/spatial#Q5644 http://www.wikidata.org/entity/Q5644 Hallenberg http://www.wikidata.org/entity/Q42744322 Point(8.6216 51.112) https://nwbib.de/spatial#Q1419125 http://www.wikidata.org/entity/Q1419125 Firmenich http://www.wikidata.org/entity/Q253019 Point(6.68939 50.6294) https://nwbib.de/spatial#Q2035192 http://www.wikidata.org/entity/Q2035192 Osterhagen http://www.wikidata.org/entity/Q253019 Point(8.92007 52.0884) -https://nwbib.de/spatial#Q54803601 http://www.wikidata.org/entity/Q54803601 Stadtbezirk V (Essen) http://www.wikidata.org/entity/Q2740635 -https://nwbib.de/spatial#Q54803604 http://www.wikidata.org/entity/Q54803604 Stadtbezirk VIII (Essen) http://www.wikidata.org/entity/Q2740635 +https://nwbib.de/spatial#Q54803601 http://www.wikidata.org/entity/Q54803601 Stadtbezirk V (Essen) http://www.wikidata.org/entity/Q2740635 +https://nwbib.de/spatial#Q54803604 http://www.wikidata.org/entity/Q54803604 Stadtbezirk VIII (Essen) http://www.wikidata.org/entity/Q2740635 https://nwbib.de/spatial#Q2498025 http://www.wikidata.org/entity/Q2498025 Unterlübbe http://www.wikidata.org/entity/Q253019 Point(8.76917 52.2956) https://nwbib.de/spatial#Q12449 http://www.wikidata.org/entity/Q12449 Lohmar http://www.wikidata.org/entity/Q3957, http://www.wikidata.org/entity/Q54935786, http://www.wikidata.org/entity/Q42744322 Point(7.2166 50.841480555) https://nwbib.de/spatial#Q257028 http://www.wikidata.org/entity/Q257028 Nordviertel http://www.wikidata.org/entity/Q253019 Point(7.014722 51.470556) diff --git a/src/main/resources/log4j2.xml b/src/main/resources/log4j2.xml index 6754b1838..cba327b0c 100644 --- a/src/main/resources/log4j2.xml +++ b/src/main/resources/log4j2.xml @@ -1,23 +1,23 @@ - - - + + + - - - + + + - - - - - - - - - - - - + + + + + + + + + + + + diff --git a/src/main/resources/logback.xml b/src/main/resources/logback.xml index 4fd580ef1..35576bbc5 100644 --- a/src/main/resources/logback.xml +++ b/src/main/resources/logback.xml @@ -1,69 +1,69 @@ - - ./logs/application.log - + + ./logs/application.log + - application-log-%d{yyyy-MM-dd}.%i.gz + application-log-%d{yyyy-MM-dd}.%i.gz - 21 + 21 - 100MB - - - %date{yyyy-MM-dd HH:mm:ss ZZZZ} [%level] from %logger{36} - %message%n%xException - - + 100MB + + + %date{yyyy-MM-dd HH:mm:ss ZZZZ} [%level] from %logger{36} - %message%n%xException + + - - ./logs/etl.log - + + ./logs/etl.log + - etl-log-%d{yyyy-MM-dd}.%i.gz + etl-log-%d{yyyy-MM-dd}.%i.gz - 21 + 21 - 100MB - - - %date{yyyy-MM-dd HH:mm:ss} [%level] %logger{52} in %thread - %message%n%xException - - + 100MB + + + %date{yyyy-MM-dd HH:mm:ss} [%level] %logger{52} in %thread - %message%n%xException + + - - - %logger{15} - %message%n%xException{10} - - + + + %logger{15} - %message%n%xException{10} + + - - - + + + - - - - + + + + - - - - - - + + + + + + - - - - - - - - - + + + + + + + + + - - - + + + diff --git a/src/test/resources/alma-fix/990001412590206441.json b/src/test/resources/alma-fix/990001412590206441.json index 217483292..fe8028377 100644 --- a/src/test/resources/alma-fix/990001412590206441.json +++ b/src/test/resources/alma-fix/990001412590206441.json @@ -259,7 +259,7 @@ "id" : "http://lobid.org/organisations/DE-38#!", "label" : "Universitäts- und Stadtbibliothek Köln, Hauptabteilung" }, - "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990001412590206441&fdb=uni " ], + "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990001412590206441&fdb=uni" ], "id" : "http://lobid.org/items/990001412590206441:DE-38:23307640680006476#!" }, { "label" : "lobid Bestandsressource", diff --git a/src/test/resources/alma-fix/990021974470206441.json b/src/test/resources/alma-fix/990021974470206441.json index aabc7cd28..38ab0e9de 100644 --- a/src/test/resources/alma-fix/990021974470206441.json +++ b/src/test/resources/alma-fix/990021974470206441.json @@ -168,7 +168,7 @@ "id" : "http://lobid.org/organisations/DE-38#!", "label" : "Universitäts- und Stadtbibliothek Köln, Hauptabteilung" }, - "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990021974470206441&fdb=uni " ], + "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990021974470206441&fdb=uni" ], "id" : "http://lobid.org/items/990021974470206441:DE-38:23290695210006476#!" }, { "label" : "lobid Bestandsressource", @@ -182,7 +182,7 @@ "id" : "http://lobid.org/organisations/DE-38-208#!", "label" : "Gemeinschaftsbibliothek Internationales Recht" }, - "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990021974470206441&fdb=uni " ], + "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990021974470206441&fdb=uni" ], "id" : "http://lobid.org/items/990021974470206441:DE-38-208:23290695190006476#!" }, { "label" : "lobid Bestandsressource", diff --git a/src/test/resources/alma-fix/990026405480206441.json b/src/test/resources/alma-fix/990026405480206441.json index 1a0dd90f0..595aca45b 100644 --- a/src/test/resources/alma-fix/990026405480206441.json +++ b/src/test/resources/alma-fix/990026405480206441.json @@ -172,7 +172,7 @@ "id" : "http://lobid.org/organisations/DE-38-420#!", "label" : "Historisches Institut, Abteilung für Mittlere und Neuere Geschichte mit Abteilung für Nationalismusforschung, Bibliothek" }, - "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990026405480206441&fdb=uni " ], + "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990026405480206441&fdb=uni" ], "id" : "http://lobid.org/items/990026405480206441:DE-38-420:23288776350006476#!" }, { "label" : "lobid Bestandsressource", diff --git a/src/test/resources/alma-fix/990035016180206441.json b/src/test/resources/alma-fix/990035016180206441.json index 8f5053927..43b87c36b 100644 --- a/src/test/resources/alma-fix/990035016180206441.json +++ b/src/test/resources/alma-fix/990035016180206441.json @@ -174,7 +174,7 @@ "id" : "http://lobid.org/organisations/DE-38#!", "label" : "Universitäts- und Stadtbibliothek Köln, Hauptabteilung" }, - "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990035016180206441&fdb=uni " ], + "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990035016180206441&fdb=uni" ], "id" : "http://lobid.org/items/990035016180206441:DE-38:23229037390006476#!" }, { "label" : "lobid Bestandsressource", diff --git a/src/test/resources/alma-fix/990041403870206441.json b/src/test/resources/alma-fix/990041403870206441.json index 3b731d0a0..036166bf7 100644 --- a/src/test/resources/alma-fix/990041403870206441.json +++ b/src/test/resources/alma-fix/990041403870206441.json @@ -89,7 +89,7 @@ "id" : "http://lobid.org/organisations/DE-38#!", "label" : "Universitäts- und Stadtbibliothek Köln, Hauptabteilung" }, - "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990041403870206441&fdb=uni " ], + "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990041403870206441&fdb=uni" ], "id" : "http://lobid.org/items/990041403870206441:DE-38:23320523800006476#!" } ], "medium" : [ { diff --git a/src/test/resources/alma-fix/990052965140206441.json b/src/test/resources/alma-fix/990052965140206441.json index a7b1829b2..3443222ec 100644 --- a/src/test/resources/alma-fix/990052965140206441.json +++ b/src/test/resources/alma-fix/990052965140206441.json @@ -220,7 +220,7 @@ }, { "label" : "lobid Bestandsressource", "type" : [ "Item", "NurTitel" ], - "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990052965140206441&fdb=uni " ], + "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990052965140206441&fdb=uni" ], "heldBy" : { "isil" : "DE-38", "id" : "http://lobid.org/organisations/DE-38#!", diff --git a/src/test/resources/alma-fix/990053976760206441.json b/src/test/resources/alma-fix/990053976760206441.json index 0f0708e47..8eef20be1 100644 --- a/src/test/resources/alma-fix/990053976760206441.json +++ b/src/test/resources/alma-fix/990053976760206441.json @@ -457,7 +457,7 @@ "id" : "http://lobid.org/organisations/DE-38#!", "label" : "Universitäts- und Stadtbibliothek Köln, Hauptabteilung" }, - "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990053976760206441&fdb=uni " ], + "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990053976760206441&fdb=uni" ], "id" : "http://lobid.org/items/990053976760206441:DE-38:22292579360006476#!" }, { "label" : "lobid Bestandsressource", diff --git a/src/test/resources/alma-fix/990054089950206441.json b/src/test/resources/alma-fix/990054089950206441.json index 8da32140e..94d5666e9 100644 --- a/src/test/resources/alma-fix/990054089950206441.json +++ b/src/test/resources/alma-fix/990054089950206441.json @@ -35275,7 +35275,7 @@ "id" : "http://lobid.org/organisations/DE-38#!", "label" : "Universitäts- und Stadtbibliothek Köln, Hauptabteilung" }, - "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990054089950206441&fdb=uni " ], + "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990054089950206441&fdb=uni" ], "id" : "http://lobid.org/items/990054089950206441:DE-38:23354508060006476#!" }, { "label" : "lobid Bestandsressource", @@ -35288,7 +35288,7 @@ "id" : "http://lobid.org/organisations/DE-38#!", "label" : "Universitäts- und Stadtbibliothek Köln, Hauptabteilung" }, - "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990054089950206441&fdb=uni " ], + "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990054089950206441&fdb=uni" ], "id" : "http://lobid.org/items/990054089950206441:DE-38:23354508070006476#!" }, { "label" : "lobid Bestandsressource", @@ -35301,7 +35301,7 @@ "id" : "http://lobid.org/organisations/DE-38#!", "label" : "Universitäts- und Stadtbibliothek Köln, Hauptabteilung" }, - "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990054089950206441&fdb=uni " ], + "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990054089950206441&fdb=uni" ], "id" : "http://lobid.org/items/990054089950206441:DE-38:23354508050006476#!" }, { "label" : "lobid Bestandsressource", @@ -35314,7 +35314,7 @@ "id" : "http://lobid.org/organisations/DE-38#!", "label" : "Universitäts- und Stadtbibliothek Köln, Hauptabteilung" }, - "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990054089950206441&fdb=uni " ], + "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990054089950206441&fdb=uni" ], "id" : "http://lobid.org/items/990054089950206441:DE-38:23354508090006476#!" }, { "label" : "lobid Bestandsressource", @@ -35327,7 +35327,7 @@ "id" : "http://lobid.org/organisations/DE-38#!", "label" : "Universitäts- und Stadtbibliothek Köln, Hauptabteilung" }, - "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990054089950206441&fdb=uni " ], + "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990054089950206441&fdb=uni" ], "id" : "http://lobid.org/items/990054089950206441:DE-38:23354508080006476#!" }, { "label" : "lobid Bestandsressource", @@ -35340,7 +35340,7 @@ "id" : "http://lobid.org/organisations/DE-38#!", "label" : "Universitäts- und Stadtbibliothek Köln, Hauptabteilung" }, - "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990054089950206441&fdb=uni " ], + "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990054089950206441&fdb=uni" ], "id" : "http://lobid.org/items/990054089950206441:DE-38:23354508030006476#!" }, { "label" : "lobid Bestandsressource", @@ -35353,7 +35353,7 @@ "id" : "http://lobid.org/organisations/DE-38#!", "label" : "Universitäts- und Stadtbibliothek Köln, Hauptabteilung" }, - "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990054089950206441&fdb=uni " ], + "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990054089950206441&fdb=uni" ], "id" : "http://lobid.org/items/990054089950206441:DE-38:23354508020006476#!" }, { "label" : "lobid Bestandsressource", @@ -35366,7 +35366,7 @@ "id" : "http://lobid.org/organisations/DE-38#!", "label" : "Universitäts- und Stadtbibliothek Köln, Hauptabteilung" }, - "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990054089950206441&fdb=uni " ], + "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990054089950206441&fdb=uni" ], "id" : "http://lobid.org/items/990054089950206441:DE-38:23354508040006476#!" }, { "label" : "lobid Bestandsressource", @@ -35379,7 +35379,7 @@ "id" : "http://lobid.org/organisations/DE-38#!", "label" : "Universitäts- und Stadtbibliothek Köln, Hauptabteilung" }, - "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990054089950206441&fdb=uni " ], + "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990054089950206441&fdb=uni" ], "id" : "http://lobid.org/items/990054089950206441:DE-38:23354507690006476#!" }, { "label" : "lobid Bestandsressource", @@ -35392,7 +35392,7 @@ "id" : "http://lobid.org/organisations/DE-38#!", "label" : "Universitäts- und Stadtbibliothek Köln, Hauptabteilung" }, - "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990054089950206441&fdb=uni " ], + "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990054089950206441&fdb=uni" ], "id" : "http://lobid.org/items/990054089950206441:DE-38:23354507700006476#!" }, { "label" : "lobid Bestandsressource", @@ -35405,7 +35405,7 @@ "id" : "http://lobid.org/organisations/DE-38#!", "label" : "Universitäts- und Stadtbibliothek Köln, Hauptabteilung" }, - "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990054089950206441&fdb=uni " ], + "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990054089950206441&fdb=uni" ], "id" : "http://lobid.org/items/990054089950206441:DE-38:23354507630006476#!" }, { "label" : "lobid Bestandsressource", @@ -35418,7 +35418,7 @@ "id" : "http://lobid.org/organisations/DE-38#!", "label" : "Universitäts- und Stadtbibliothek Köln, Hauptabteilung" }, - "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990054089950206441&fdb=uni " ], + "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990054089950206441&fdb=uni" ], "id" : "http://lobid.org/items/990054089950206441:DE-38:23354507810006476#!" }, { "label" : "lobid Bestandsressource", @@ -35431,7 +35431,7 @@ "id" : "http://lobid.org/organisations/DE-38#!", "label" : "Universitäts- und Stadtbibliothek Köln, Hauptabteilung" }, - "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990054089950206441&fdb=uni " ], + "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990054089950206441&fdb=uni" ], "id" : "http://lobid.org/items/990054089950206441:DE-38:23354507740006476#!" }, { "label" : "lobid Bestandsressource", @@ -35444,7 +35444,7 @@ "id" : "http://lobid.org/organisations/DE-38#!", "label" : "Universitäts- und Stadtbibliothek Köln, Hauptabteilung" }, - "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990054089950206441&fdb=uni " ], + "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990054089950206441&fdb=uni" ], "id" : "http://lobid.org/items/990054089950206441:DE-38:23354507650006476#!" }, { "label" : "lobid Bestandsressource", @@ -35457,7 +35457,7 @@ "id" : "http://lobid.org/organisations/DE-38#!", "label" : "Universitäts- und Stadtbibliothek Köln, Hauptabteilung" }, - "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990054089950206441&fdb=uni " ], + "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990054089950206441&fdb=uni" ], "id" : "http://lobid.org/items/990054089950206441:DE-38:23354507760006476#!" }, { "label" : "lobid Bestandsressource", @@ -35470,7 +35470,7 @@ "id" : "http://lobid.org/organisations/DE-38#!", "label" : "Universitäts- und Stadtbibliothek Köln, Hauptabteilung" }, - "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990054089950206441&fdb=uni " ], + "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990054089950206441&fdb=uni" ], "id" : "http://lobid.org/items/990054089950206441:DE-38:23354507670006476#!" }, { "label" : "lobid Bestandsressource", @@ -35483,7 +35483,7 @@ "id" : "http://lobid.org/organisations/DE-38#!", "label" : "Universitäts- und Stadtbibliothek Köln, Hauptabteilung" }, - "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990054089950206441&fdb=uni " ], + "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990054089950206441&fdb=uni" ], "id" : "http://lobid.org/items/990054089950206441:DE-38:23354507720006476#!" }, { "label" : "lobid Bestandsressource", @@ -35496,7 +35496,7 @@ "id" : "http://lobid.org/organisations/DE-38#!", "label" : "Universitäts- und Stadtbibliothek Köln, Hauptabteilung" }, - "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990054089950206441&fdb=uni " ], + "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990054089950206441&fdb=uni" ], "id" : "http://lobid.org/items/990054089950206441:DE-38:23354507780006476#!" }, { "label" : "lobid Bestandsressource", @@ -35509,7 +35509,7 @@ "id" : "http://lobid.org/organisations/DE-38#!", "label" : "Universitäts- und Stadtbibliothek Köln, Hauptabteilung" }, - "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990054089950206441&fdb=uni " ], + "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990054089950206441&fdb=uni" ], "id" : "http://lobid.org/items/990054089950206441:DE-38:23354507940006476#!" }, { "label" : "lobid Bestandsressource", @@ -35522,7 +35522,7 @@ "id" : "http://lobid.org/organisations/DE-38#!", "label" : "Universitäts- und Stadtbibliothek Köln, Hauptabteilung" }, - "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990054089950206441&fdb=uni " ], + "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990054089950206441&fdb=uni" ], "id" : "http://lobid.org/items/990054089950206441:DE-38:23354508000006476#!" }, { "label" : "lobid Bestandsressource", @@ -35535,7 +35535,7 @@ "id" : "http://lobid.org/organisations/DE-38#!", "label" : "Universitäts- und Stadtbibliothek Köln, Hauptabteilung" }, - "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990054089950206441&fdb=uni " ], + "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990054089950206441&fdb=uni" ], "id" : "http://lobid.org/items/990054089950206441:DE-38:23354507890006476#!" }, { "label" : "lobid Bestandsressource", @@ -35548,7 +35548,7 @@ "id" : "http://lobid.org/organisations/DE-38#!", "label" : "Universitäts- und Stadtbibliothek Köln, Hauptabteilung" }, - "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990054089950206441&fdb=uni " ], + "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990054089950206441&fdb=uni" ], "id" : "http://lobid.org/items/990054089950206441:DE-38:23354507870006476#!" }, { "label" : "lobid Bestandsressource", @@ -35561,7 +35561,7 @@ "id" : "http://lobid.org/organisations/DE-38#!", "label" : "Universitäts- und Stadtbibliothek Köln, Hauptabteilung" }, - "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990054089950206441&fdb=uni " ], + "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990054089950206441&fdb=uni" ], "id" : "http://lobid.org/items/990054089950206441:DE-38:23354507830006476#!" }, { "label" : "lobid Bestandsressource", @@ -35574,7 +35574,7 @@ "id" : "http://lobid.org/organisations/DE-38#!", "label" : "Universitäts- und Stadtbibliothek Köln, Hauptabteilung" }, - "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990054089950206441&fdb=uni " ], + "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990054089950206441&fdb=uni" ], "id" : "http://lobid.org/items/990054089950206441:DE-38:23354507850006476#!" }, { "label" : "lobid Bestandsressource", @@ -35587,7 +35587,7 @@ "id" : "http://lobid.org/organisations/DE-38#!", "label" : "Universitäts- und Stadtbibliothek Köln, Hauptabteilung" }, - "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990054089950206441&fdb=uni " ], + "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990054089950206441&fdb=uni" ], "id" : "http://lobid.org/items/990054089950206441:DE-38:23354507980006476#!" }, { "label" : "lobid Bestandsressource", @@ -35600,7 +35600,7 @@ "id" : "http://lobid.org/organisations/DE-38#!", "label" : "Universitäts- und Stadtbibliothek Köln, Hauptabteilung" }, - "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990054089950206441&fdb=uni " ], + "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990054089950206441&fdb=uni" ], "id" : "http://lobid.org/items/990054089950206441:DE-38:23354508110006476#!" }, { "label" : "lobid Bestandsressource", @@ -35613,7 +35613,7 @@ "id" : "http://lobid.org/organisations/DE-38#!", "label" : "Universitäts- und Stadtbibliothek Köln, Hauptabteilung" }, - "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990054089950206441&fdb=uni " ], + "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990054089950206441&fdb=uni" ], "id" : "http://lobid.org/items/990054089950206441:DE-38:23354507900006476#!" }, { "label" : "lobid Bestandsressource", @@ -35626,7 +35626,7 @@ "id" : "http://lobid.org/organisations/DE-38#!", "label" : "Universitäts- und Stadtbibliothek Köln, Hauptabteilung" }, - "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990054089950206441&fdb=uni " ], + "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990054089950206441&fdb=uni" ], "id" : "http://lobid.org/items/990054089950206441:DE-38:23354507920006476#!" }, { "label" : "lobid Bestandsressource", @@ -35639,7 +35639,7 @@ "id" : "http://lobid.org/organisations/DE-38#!", "label" : "Universitäts- und Stadtbibliothek Köln, Hauptabteilung" }, - "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990054089950206441&fdb=uni " ], + "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990054089950206441&fdb=uni" ], "id" : "http://lobid.org/items/990054089950206441:DE-38:23354507960006476#!" }, { "label" : "lobid Bestandsressource", @@ -35652,7 +35652,7 @@ "id" : "http://lobid.org/organisations/DE-38#!", "label" : "Universitäts- und Stadtbibliothek Köln, Hauptabteilung" }, - "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990054089950206441&fdb=uni " ], + "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990054089950206441&fdb=uni" ], "id" : "http://lobid.org/items/990054089950206441:DE-38:23354508130006476#!" }, { "label" : "lobid Bestandsressource", @@ -35665,7 +35665,7 @@ "id" : "http://lobid.org/organisations/DE-38#!", "label" : "Universitäts- und Stadtbibliothek Köln, Hauptabteilung" }, - "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990054089950206441&fdb=uni " ], + "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990054089950206441&fdb=uni" ], "id" : "http://lobid.org/items/990054089950206441:DE-38:23354507710006476#!" }, { "label" : "lobid Bestandsressource", @@ -35678,7 +35678,7 @@ "id" : "http://lobid.org/organisations/DE-38#!", "label" : "Universitäts- und Stadtbibliothek Köln, Hauptabteilung" }, - "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990054089950206441&fdb=uni " ], + "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990054089950206441&fdb=uni" ], "id" : "http://lobid.org/items/990054089950206441:DE-38:23354507800006476#!" }, { "label" : "lobid Bestandsressource", @@ -35691,7 +35691,7 @@ "id" : "http://lobid.org/organisations/DE-38#!", "label" : "Universitäts- und Stadtbibliothek Köln, Hauptabteilung" }, - "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990054089950206441&fdb=uni " ], + "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990054089950206441&fdb=uni" ], "id" : "http://lobid.org/items/990054089950206441:DE-38:23354507820006476#!" }, { "label" : "lobid Bestandsressource", @@ -35704,7 +35704,7 @@ "id" : "http://lobid.org/organisations/DE-38#!", "label" : "Universitäts- und Stadtbibliothek Köln, Hauptabteilung" }, - "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990054089950206441&fdb=uni " ], + "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990054089950206441&fdb=uni" ], "id" : "http://lobid.org/items/990054089950206441:DE-38:23354507660006476#!" }, { "label" : "lobid Bestandsressource", @@ -35717,7 +35717,7 @@ "id" : "http://lobid.org/organisations/DE-38#!", "label" : "Universitäts- und Stadtbibliothek Köln, Hauptabteilung" }, - "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990054089950206441&fdb=uni " ], + "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990054089950206441&fdb=uni" ], "id" : "http://lobid.org/items/990054089950206441:DE-38:23356456450006476#!" }, { "label" : "lobid Bestandsressource", @@ -35730,7 +35730,7 @@ "id" : "http://lobid.org/organisations/DE-38#!", "label" : "Universitäts- und Stadtbibliothek Köln, Hauptabteilung" }, - "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990054089950206441&fdb=uni " ], + "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990054089950206441&fdb=uni" ], "id" : "http://lobid.org/items/990054089950206441:DE-38:23354507730006476#!" }, { "label" : "lobid Bestandsressource", @@ -35743,7 +35743,7 @@ "id" : "http://lobid.org/organisations/DE-38#!", "label" : "Universitäts- und Stadtbibliothek Köln, Hauptabteilung" }, - "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990054089950206441&fdb=uni " ], + "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990054089950206441&fdb=uni" ], "id" : "http://lobid.org/items/990054089950206441:DE-38:23354507750006476#!" }, { "label" : "lobid Bestandsressource", @@ -35756,7 +35756,7 @@ "id" : "http://lobid.org/organisations/DE-38#!", "label" : "Universitäts- und Stadtbibliothek Köln, Hauptabteilung" }, - "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990054089950206441&fdb=uni " ], + "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990054089950206441&fdb=uni" ], "id" : "http://lobid.org/items/990054089950206441:DE-38:23354507640006476#!" }, { "label" : "lobid Bestandsressource", @@ -35769,7 +35769,7 @@ "id" : "http://lobid.org/organisations/DE-38#!", "label" : "Universitäts- und Stadtbibliothek Köln, Hauptabteilung" }, - "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990054089950206441&fdb=uni " ], + "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990054089950206441&fdb=uni" ], "id" : "http://lobid.org/items/990054089950206441:DE-38:23354507680006476#!" }, { "label" : "lobid Bestandsressource", @@ -35782,7 +35782,7 @@ "id" : "http://lobid.org/organisations/DE-38#!", "label" : "Universitäts- und Stadtbibliothek Köln, Hauptabteilung" }, - "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990054089950206441&fdb=uni " ], + "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990054089950206441&fdb=uni" ], "id" : "http://lobid.org/items/990054089950206441:DE-38:23354507860006476#!" }, { "label" : "lobid Bestandsressource", @@ -35795,7 +35795,7 @@ "id" : "http://lobid.org/organisations/DE-38#!", "label" : "Universitäts- und Stadtbibliothek Köln, Hauptabteilung" }, - "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990054089950206441&fdb=uni " ], + "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990054089950206441&fdb=uni" ], "id" : "http://lobid.org/items/990054089950206441:DE-38:23354507950006476#!" }, { "label" : "lobid Bestandsressource", @@ -35808,7 +35808,7 @@ "id" : "http://lobid.org/organisations/DE-38#!", "label" : "Universitäts- und Stadtbibliothek Köln, Hauptabteilung" }, - "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990054089950206441&fdb=uni " ], + "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990054089950206441&fdb=uni" ], "id" : "http://lobid.org/items/990054089950206441:DE-38:23354507770006476#!" }, { "label" : "lobid Bestandsressource", @@ -35821,7 +35821,7 @@ "id" : "http://lobid.org/organisations/DE-38#!", "label" : "Universitäts- und Stadtbibliothek Köln, Hauptabteilung" }, - "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990054089950206441&fdb=uni " ], + "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990054089950206441&fdb=uni" ], "id" : "http://lobid.org/items/990054089950206441:DE-38:23354507790006476#!" }, { "label" : "lobid Bestandsressource", @@ -35834,7 +35834,7 @@ "id" : "http://lobid.org/organisations/DE-38#!", "label" : "Universitäts- und Stadtbibliothek Köln, Hauptabteilung" }, - "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990054089950206441&fdb=uni " ], + "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990054089950206441&fdb=uni" ], "id" : "http://lobid.org/items/990054089950206441:DE-38:23354507880006476#!" }, { "label" : "lobid Bestandsressource", @@ -35847,7 +35847,7 @@ "id" : "http://lobid.org/organisations/DE-38#!", "label" : "Universitäts- und Stadtbibliothek Köln, Hauptabteilung" }, - "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990054089950206441&fdb=uni " ], + "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990054089950206441&fdb=uni" ], "id" : "http://lobid.org/items/990054089950206441:DE-38:23354508010006476#!" }, { "label" : "lobid Bestandsressource", @@ -35860,7 +35860,7 @@ "id" : "http://lobid.org/organisations/DE-38#!", "label" : "Universitäts- und Stadtbibliothek Köln, Hauptabteilung" }, - "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990054089950206441&fdb=uni " ], + "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990054089950206441&fdb=uni" ], "id" : "http://lobid.org/items/990054089950206441:DE-38:23354508100006476#!" }, { "label" : "lobid Bestandsressource", @@ -35873,7 +35873,7 @@ "id" : "http://lobid.org/organisations/DE-38#!", "label" : "Universitäts- und Stadtbibliothek Köln, Hauptabteilung" }, - "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990054089950206441&fdb=uni " ], + "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990054089950206441&fdb=uni" ], "id" : "http://lobid.org/items/990054089950206441:DE-38:23354507840006476#!" }, { "label" : "lobid Bestandsressource", @@ -35886,7 +35886,7 @@ "id" : "http://lobid.org/organisations/DE-38#!", "label" : "Universitäts- und Stadtbibliothek Köln, Hauptabteilung" }, - "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990054089950206441&fdb=uni " ], + "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990054089950206441&fdb=uni" ], "id" : "http://lobid.org/items/990054089950206441:DE-38:23354507910006476#!" }, { "label" : "lobid Bestandsressource", @@ -35899,7 +35899,7 @@ "id" : "http://lobid.org/organisations/DE-38#!", "label" : "Universitäts- und Stadtbibliothek Köln, Hauptabteilung" }, - "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990054089950206441&fdb=uni " ], + "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990054089950206441&fdb=uni" ], "id" : "http://lobid.org/items/990054089950206441:DE-38:23354508120006476#!" }, { "label" : "lobid Bestandsressource", @@ -35912,7 +35912,7 @@ "id" : "http://lobid.org/organisations/DE-38#!", "label" : "Universitäts- und Stadtbibliothek Köln, Hauptabteilung" }, - "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990054089950206441&fdb=uni " ], + "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990054089950206441&fdb=uni" ], "id" : "http://lobid.org/items/990054089950206441:DE-38:23354507930006476#!" }, { "label" : "lobid Bestandsressource", @@ -35925,7 +35925,7 @@ "id" : "http://lobid.org/organisations/DE-38#!", "label" : "Universitäts- und Stadtbibliothek Köln, Hauptabteilung" }, - "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990054089950206441&fdb=uni " ], + "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990054089950206441&fdb=uni" ], "id" : "http://lobid.org/items/990054089950206441:DE-38:23354507970006476#!" }, { "label" : "lobid Bestandsressource", @@ -35938,7 +35938,7 @@ "id" : "http://lobid.org/organisations/DE-38#!", "label" : "Universitäts- und Stadtbibliothek Köln, Hauptabteilung" }, - "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990054089950206441&fdb=uni " ], + "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990054089950206441&fdb=uni" ], "id" : "http://lobid.org/items/990054089950206441:DE-38:23354507990006476#!" }, { "label" : "lobid Bestandsressource", @@ -46007,7 +46007,7 @@ "id" : "http://lobid.org/organisations/DE-38#!", "label" : "Universitäts- und Stadtbibliothek Köln, Hauptabteilung" }, - "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990054089950206441&fdb=uni " ], + "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990054089950206441&fdb=uni" ], "id" : "http://lobid.org/items/990054089950206441:DE-38:22307966630006476#!" }, { "label" : "lobid Bestandsressource", @@ -46020,7 +46020,7 @@ "id" : "http://lobid.org/organisations/DE-38#!", "label" : "Universitäts- und Stadtbibliothek Köln, Hauptabteilung" }, - "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990054089950206441&fdb=uni " ], + "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990054089950206441&fdb=uni" ], "id" : "http://lobid.org/items/990054089950206441:DE-38:22307966600006476#!" }, { "label" : "lobid Bestandsressource", @@ -46033,7 +46033,7 @@ "id" : "http://lobid.org/organisations/DE-38#!", "label" : "Universitäts- und Stadtbibliothek Köln, Hauptabteilung" }, - "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990054089950206441&fdb=uni " ], + "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990054089950206441&fdb=uni" ], "id" : "http://lobid.org/items/990054089950206441:DE-38:22307966570006476#!" }, { "label" : "lobid Bestandsressource", @@ -46046,7 +46046,7 @@ "id" : "http://lobid.org/organisations/DE-38-421#!", "label" : "Historisches Institut, Arbeitsstelle für Geschichte der Publizistik, Bibliothek" }, - "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990054089950206441&fdb=uni " ], + "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990054089950206441&fdb=uni" ], "id" : "http://lobid.org/items/990054089950206441:DE-38-421:22307966580006476#!" }, { "label" : "lobid Bestandsressource", @@ -46059,7 +46059,7 @@ "id" : "http://lobid.org/organisations/DE-Kn3#!", "label" : "Kunst- und Museumsbibliothek der Stadt Köln" }, - "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990054089950206441&fdb=uni " ], + "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990054089950206441&fdb=uni" ], "id" : "http://lobid.org/items/990054089950206441:DE-Kn3:22307966590006476#!" }, { "label" : "lobid Bestandsressource", diff --git a/src/test/resources/alma-fix/990054215550206441.json b/src/test/resources/alma-fix/990054215550206441.json index 8547862af..e28a7ac57 100644 --- a/src/test/resources/alma-fix/990054215550206441.json +++ b/src/test/resources/alma-fix/990054215550206441.json @@ -184,7 +184,7 @@ "id" : "http://lobid.org/organisations/DE-38#!", "label" : "Universitäts- und Stadtbibliothek Köln, Hauptabteilung" }, - "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990054215550206441&fdb=uni " ], + "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990054215550206441&fdb=uni" ], "id" : "http://lobid.org/items/990054215550206441:DE-38:22238974440006476#!" } ], "medium" : [ { diff --git a/src/test/resources/alma-fix/990054301770206441.json b/src/test/resources/alma-fix/990054301770206441.json index 532f6f8a5..e0f415143 100644 --- a/src/test/resources/alma-fix/990054301770206441.json +++ b/src/test/resources/alma-fix/990054301770206441.json @@ -240,7 +240,7 @@ "id" : "http://lobid.org/organisations/DE-38#!", "label" : "Universitäts- und Stadtbibliothek Köln, Hauptabteilung" }, - "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990054301770206441&fdb=uni " ], + "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990054301770206441&fdb=uni" ], "id" : "http://lobid.org/items/990054301770206441:DE-38:22216279800006476#!" }, { "label" : "lobid Bestandsressource", diff --git a/src/test/resources/alma-fix/990054345550206441.json b/src/test/resources/alma-fix/990054345550206441.json index 924c5199d..d1eea5f12 100644 --- a/src/test/resources/alma-fix/990054345550206441.json +++ b/src/test/resources/alma-fix/990054345550206441.json @@ -688,7 +688,7 @@ "id" : "http://lobid.org/organisations/DE-38-445#!", "label" : "Kunsthistorisches Institut, Abteilung Architekturgeschichte, Bibliothek" }, - "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990054345550206441&fdb=uni " ], + "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990054345550206441&fdb=uni" ], "id" : "http://lobid.org/items/990054345550206441:DE-38-445:22321673870006476#!" } ], "medium" : [ { diff --git a/src/test/resources/alma-fix/990058434730206441.json b/src/test/resources/alma-fix/990058434730206441.json index f928364ee..6caff0769 100644 --- a/src/test/resources/alma-fix/990058434730206441.json +++ b/src/test/resources/alma-fix/990058434730206441.json @@ -439,7 +439,7 @@ "id" : "http://lobid.org/organisations/DE-38#!", "label" : "Universitäts- und Stadtbibliothek Köln, Hauptabteilung" }, - "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990058434730206441&fdb=uni " ], + "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990058434730206441&fdb=uni" ], "id" : "http://lobid.org/items/990058434730206441:DE-38:23301320240006476#!" }, { "label" : "lobid Bestandsressource", @@ -453,7 +453,7 @@ "id" : "http://lobid.org/organisations/DE-38-622#!", "label" : "Institut für Katholische Theologie, Bibliothek" }, - "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990058434730206441&fdb=uni " ], + "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990058434730206441&fdb=uni" ], "id" : "http://lobid.org/items/990058434730206441:DE-38-622:23301320220006476#!" }, { "label" : "lobid Bestandsressource", diff --git a/src/test/resources/alma-fix/990058567920206441.json b/src/test/resources/alma-fix/990058567920206441.json index 5e70b71af..e2282d8c0 100644 --- a/src/test/resources/alma-fix/990058567920206441.json +++ b/src/test/resources/alma-fix/990058567920206441.json @@ -578,7 +578,7 @@ "id" : "http://lobid.org/organisations/DE-38#!", "label" : "Universitäts- und Stadtbibliothek Köln, Hauptabteilung" }, - "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990058567920206441&fdb=uni " ], + "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990058567920206441&fdb=uni" ], "id" : "http://lobid.org/items/990058567920206441:DE-38:23211428530006476#!" }, { "label" : "lobid Bestandsressource", @@ -592,7 +592,7 @@ "id" : "http://lobid.org/organisations/DE-38-132#!", "label" : "Gemeinsame Fachbibliothek Soziologie" }, - "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990058567920206441&fdb=uni " ], + "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990058567920206441&fdb=uni" ], "id" : "http://lobid.org/items/990058567920206441:DE-38-132:23211428510006476#!" }, { "label" : "lobid Bestandsressource", @@ -606,7 +606,7 @@ "id" : "http://lobid.org/organisations/DE-38#!", "label" : "Universitäts- und Stadtbibliothek Köln, Hauptabteilung" }, - "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990058567920206441&fdb=uni " ], + "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990058567920206441&fdb=uni" ], "id" : "http://lobid.org/items/990058567920206441:DE-38:23211428550006476#!" }, { "label" : "lobid Bestandsressource", diff --git a/src/test/resources/alma-fix/990063549080206441.json b/src/test/resources/alma-fix/990063549080206441.json index 5ef53b280..dcf887111 100644 --- a/src/test/resources/alma-fix/990063549080206441.json +++ b/src/test/resources/alma-fix/990063549080206441.json @@ -195,7 +195,7 @@ "id" : "http://lobid.org/organisations/DE-38-125#!", "label" : "Forschungsinstitut für Politische Wissenschaft und Europäische Fragen, Seminar für Politische Wissenschaft, Gemeinsame Bibliothek" }, - "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990063549080206441&fdb=uni " ], + "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990063549080206441&fdb=uni" ], "id" : "http://lobid.org/items/990063549080206441:DE-38-125:23286017520006476#!" }, { "label" : "lobid Bestandsressource", diff --git a/src/test/resources/alma-fix/990075429930206441.json b/src/test/resources/alma-fix/990075429930206441.json index 1a090035c..6fe7eb51f 100644 --- a/src/test/resources/alma-fix/990075429930206441.json +++ b/src/test/resources/alma-fix/990075429930206441.json @@ -242,7 +242,7 @@ "id" : "http://lobid.org/organisations/DE-38-434#!", "label" : "Petrarca-Institut der Universität zu Köln, Bibliothek" }, - "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990075429930206441&fdb=uni " ], + "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990075429930206441&fdb=uni" ], "id" : "http://lobid.org/items/990075429930206441:DE-38-434:23213349030006476#!" }, { "label" : "lobid Bestandsressource", @@ -256,7 +256,7 @@ "id" : "http://lobid.org/organisations/DE-38-432#!", "label" : "Thomas-Institut, Bibliothek" }, - "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990075429930206441&fdb=uni " ], + "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990075429930206441&fdb=uni" ], "id" : "http://lobid.org/items/990075429930206441:DE-38-432:23213349050006476#!" }, { "label" : "lobid Bestandsressource", diff --git a/src/test/resources/alma-fix/990109712970206441.json b/src/test/resources/alma-fix/990109712970206441.json index 8e4cf1f54..ecc5bc475 100644 --- a/src/test/resources/alma-fix/990109712970206441.json +++ b/src/test/resources/alma-fix/990109712970206441.json @@ -726,7 +726,7 @@ "id" : "http://lobid.org/organisations/DE-38-430#!", "label" : "Musikwissenschaftliches Institut, Abteilung Historische Musikwissenschaft, Systematische Musikwissenschaft, Musikethnologie,, Collgium musicum, Bibliothek" }, - "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990109712970206441&fdb=uni " ], + "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990109712970206441&fdb=uni" ], "id" : "http://lobid.org/items/990109712970206441:DE-38-430:22294277850006476#!" }, { "label" : "lobid Bestandsressource", @@ -739,7 +739,7 @@ "id" : "http://lobid.org/organisations/DE-38#!", "label" : "Universitäts- und Stadtbibliothek Köln, Hauptabteilung" }, - "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990109712970206441&fdb=uni " ], + "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990109712970206441&fdb=uni" ], "id" : "http://lobid.org/items/990109712970206441:DE-38:22294277840006476#!" }, { "label" : "lobid Bestandsressource", diff --git a/src/test/resources/alma-fix/990126276700206441.json b/src/test/resources/alma-fix/990126276700206441.json index 5118595c6..980d81a21 100644 --- a/src/test/resources/alma-fix/990126276700206441.json +++ b/src/test/resources/alma-fix/990126276700206441.json @@ -258,7 +258,7 @@ "id" : "http://lobid.org/organisations/DE-38-405#!", "label" : "Institut für Deutsche Sprache und Literatur mit Volkskundlicher Abteilung, Bibliothek" }, - "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990126276700206441&fdb=uni " ], + "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990126276700206441&fdb=uni" ], "id" : "http://lobid.org/items/990126276700206441:DE-38-405:23267503020006476#!" }, { "label" : "lobid Bestandsressource", @@ -272,7 +272,7 @@ "id" : "http://lobid.org/organisations/DE-38-467#!", "label" : "Internationales Kolleg Morphomata, Bibliothek" }, - "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990126276700206441&fdb=uni " ], + "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990126276700206441&fdb=uni" ], "id" : "http://lobid.org/items/990126276700206441:DE-38-467:23267503000006476#!" }, { "label" : "lobid Bestandsressource", diff --git a/src/test/resources/alma-fix/990133067580206441.json b/src/test/resources/alma-fix/990133067580206441.json index 5788c988f..5315f7a4b 100644 --- a/src/test/resources/alma-fix/990133067580206441.json +++ b/src/test/resources/alma-fix/990133067580206441.json @@ -280,7 +280,7 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_UBK/openurl?u.ignore_date_coverage=true&portfolio_pid=53804555180006441&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_UBK/openurl?u.ignore_date_coverage=true&rft.mms_id=990133067580206441", - "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990133067580206441&fdb=uni " ], + "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990133067580206441&fdb=uni" ], "heldBy" : { "isil" : "DE-38", "id" : "http://lobid.org/organisations/DE-38#!", diff --git a/src/test/resources/alma-fix/990156060190206441.json b/src/test/resources/alma-fix/990156060190206441.json index 08d6c572f..3e1ff2766 100644 --- a/src/test/resources/alma-fix/990156060190206441.json +++ b/src/test/resources/alma-fix/990156060190206441.json @@ -594,7 +594,7 @@ "id" : "http://lobid.org/organisations/DE-38#!", "label" : "Universitäts- und Stadtbibliothek Köln, Hauptabteilung" }, - "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990156060190206441&fdb=uni " ], + "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990156060190206441&fdb=uni" ], "id" : "http://lobid.org/items/990156060190206441:DE-38:23308363920006476#!" }, { "label" : "lobid Bestandsressource", @@ -608,7 +608,7 @@ "id" : "http://lobid.org/organisations/DE-38#!", "label" : "Universitäts- und Stadtbibliothek Köln, Hauptabteilung" }, - "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990156060190206441&fdb=uni " ], + "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990156060190206441&fdb=uni" ], "id" : "http://lobid.org/items/990156060190206441:DE-38:23308363930006476#!" }, { "label" : "lobid Bestandsressource", @@ -622,7 +622,7 @@ "id" : "http://lobid.org/organisations/DE-38-307#!", "label" : "Humanwissenschaftliche Bibliothek: Gemeinsame Bibliothek der Humanwissenschaftlichen Fakultät und der USB" }, - "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990156060190206441&fdb=uni " ], + "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990156060190206441&fdb=uni" ], "id" : "http://lobid.org/items/990156060190206441:DE-38-307:23308363900006476#!" }, { "label" : "lobid Bestandsressource", diff --git a/src/test/resources/alma-fix/990166236770206441.json b/src/test/resources/alma-fix/990166236770206441.json index 25a049185..0b44bf832 100644 --- a/src/test/resources/alma-fix/990166236770206441.json +++ b/src/test/resources/alma-fix/990166236770206441.json @@ -346,7 +346,7 @@ }, { "label" : "lobid Bestandsressource", "type" : [ "Item", "NurTitel" ], - "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990166236770206441&fdb=uni " ], + "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990166236770206441&fdb=uni" ], "heldBy" : { "isil" : "DE-38", "id" : "http://lobid.org/organisations/DE-38#!", diff --git a/src/test/resources/alma-fix/990167595410206441.json b/src/test/resources/alma-fix/990167595410206441.json index d3a88220f..4f7ad4729 100644 --- a/src/test/resources/alma-fix/990167595410206441.json +++ b/src/test/resources/alma-fix/990167595410206441.json @@ -78,7 +78,7 @@ "id" : "http://lobid.org/organisations/DE-Kn3#!", "label" : "Kunst- und Museumsbibliothek der Stadt Köln" }, - "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990167595410206441&fdb=uni " ], + "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990167595410206441&fdb=uni" ], "id" : "http://lobid.org/items/990167595410206441:DE-Kn3:23283323610006476#!" }, { "label" : "lobid Bestandsressource", diff --git a/src/test/resources/alma-fix/990170546170206441.json b/src/test/resources/alma-fix/990170546170206441.json index 56a9777a8..ccd590d55 100644 --- a/src/test/resources/alma-fix/990170546170206441.json +++ b/src/test/resources/alma-fix/990170546170206441.json @@ -1080,7 +1080,7 @@ "id" : "http://lobid.org/organisations/DE-38-445#!", "label" : "Kunsthistorisches Institut, Abteilung Architekturgeschichte, Bibliothek" }, - "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990170546170206441&fdb=uni " ], + "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990170546170206441&fdb=uni" ], "id" : "http://lobid.org/items/990170546170206441:DE-38-445:23356068910006476#!" }, { "label" : "lobid Bestandsressource", @@ -1093,7 +1093,7 @@ "id" : "http://lobid.org/organisations/DE-38-445#!", "label" : "Kunsthistorisches Institut, Abteilung Architekturgeschichte, Bibliothek" }, - "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990170546170206441&fdb=uni " ], + "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990170546170206441&fdb=uni" ], "id" : "http://lobid.org/items/990170546170206441:DE-38-445:23356068900006476#!" }, { "label" : "lobid Bestandsressource", @@ -1576,7 +1576,7 @@ "id" : "http://lobid.org/organisations/DE-Kn3#!", "label" : "Kunst- und Museumsbibliothek der Stadt Köln" }, - "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990170546170206441&fdb=uni " ], + "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990170546170206441&fdb=uni" ], "id" : "http://lobid.org/items/990170546170206441:DE-Kn3:22264510940006476#!" }, { "label" : "lobid Bestandsressource", @@ -1589,7 +1589,7 @@ "id" : "http://lobid.org/organisations/DE-38-445#!", "label" : "Kunsthistorisches Institut, Abteilung Architekturgeschichte, Bibliothek" }, - "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990170546170206441&fdb=uni " ], + "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990170546170206441&fdb=uni" ], "id" : "http://lobid.org/items/990170546170206441:DE-38-445:22264510950006476#!" }, { "label" : "lobid Bestandsressource", diff --git a/src/test/resources/alma-fix/990171142550206441.json b/src/test/resources/alma-fix/990171142550206441.json index 3dd73047b..14d50e814 100644 --- a/src/test/resources/alma-fix/990171142550206441.json +++ b/src/test/resources/alma-fix/990171142550206441.json @@ -192,7 +192,7 @@ "id" : "http://lobid.org/organisations/DE-38#!", "label" : "Universitäts- und Stadtbibliothek Köln, Hauptabteilung" }, - "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990171142550206441&fdb=uni " ], + "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990171142550206441&fdb=uni" ], "id" : "http://lobid.org/items/990171142550206441:DE-38:23179051250006476#!" }, { "label" : "lobid Bestandsressource", diff --git a/src/test/resources/alma-fix/990184127410206441.json b/src/test/resources/alma-fix/990184127410206441.json index 123701ef8..757c4c055 100644 --- a/src/test/resources/alma-fix/990184127410206441.json +++ b/src/test/resources/alma-fix/990184127410206441.json @@ -305,7 +305,7 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_UBK/openurl?u.ignore_date_coverage=true&portfolio_pid=53804344220006441&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_UBK/openurl?u.ignore_date_coverage=true&rft.mms_id=990184127410206441", - "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990184127410206441&fdb=uni " ], + "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990184127410206441&fdb=uni" ], "heldBy" : { "isil" : "DE-38", "id" : "http://lobid.org/organisations/DE-38#!", diff --git a/src/test/resources/alma-fix/990193229450206441.json b/src/test/resources/alma-fix/990193229450206441.json index 40e295de4..b0790412a 100644 --- a/src/test/resources/alma-fix/990193229450206441.json +++ b/src/test/resources/alma-fix/990193229450206441.json @@ -278,7 +278,7 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_UBK/openurl?u.ignore_date_coverage=true&portfolio_pid=53807024380006441&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_UBK/openurl?u.ignore_date_coverage=true&rft.mms_id=990193229450206441", - "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990193229450206441&fdb=uni " ], + "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990193229450206441&fdb=uni" ], "heldBy" : { "isil" : "DE-38", "id" : "http://lobid.org/organisations/DE-38#!", diff --git a/src/test/resources/alma-fix/990197293880206441.json b/src/test/resources/alma-fix/990197293880206441.json index f16d7a8e6..b0b4e8cec 100644 --- a/src/test/resources/alma-fix/990197293880206441.json +++ b/src/test/resources/alma-fix/990197293880206441.json @@ -236,7 +236,7 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_UBK/openurl?u.ignore_date_coverage=true&portfolio_pid=53717454420006441&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_UBK/openurl?u.ignore_date_coverage=true&rft.mms_id=990197293880206441", - "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990197293880206441&fdb=uni " ], + "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990197293880206441&fdb=uni" ], "heldBy" : { "isil" : "DE-38", "id" : "http://lobid.org/organisations/DE-38#!", diff --git a/src/test/resources/alma-fix/990202474680206441.json b/src/test/resources/alma-fix/990202474680206441.json index 85dcac90f..aeb804613 100644 --- a/src/test/resources/alma-fix/990202474680206441.json +++ b/src/test/resources/alma-fix/990202474680206441.json @@ -151,7 +151,7 @@ "id" : "http://lobid.org/organisations/DE-38-459#!", "label" : "Gemeinsame Fachbibliothek Asien / Japanologie" }, - "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990202474680206441&fdb=uni " ], + "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990202474680206441&fdb=uni" ], "id" : "http://lobid.org/items/990202474680206441:DE-38-459:23239122980006476#!" } ], "medium" : [ { diff --git a/src/test/resources/alma-fix/990217478660206441.json b/src/test/resources/alma-fix/990217478660206441.json index a345c420b..59bc83cdd 100644 --- a/src/test/resources/alma-fix/990217478660206441.json +++ b/src/test/resources/alma-fix/990217478660206441.json @@ -557,7 +557,7 @@ "id" : "http://lobid.org/organisations/DE-38#!", "label" : "Universitäts- und Stadtbibliothek Köln, Hauptabteilung" }, - "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990217478660206441&fdb=uni " ], + "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990217478660206441&fdb=uni" ], "id" : "http://lobid.org/items/990217478660206441:DE-38:23200826910006476#!" }, { "label" : "lobid Bestandsressource", diff --git a/src/test/resources/alma-fix/990223521400206441.json b/src/test/resources/alma-fix/990223521400206441.json index 2908b122a..b95889870 100644 --- a/src/test/resources/alma-fix/990223521400206441.json +++ b/src/test/resources/alma-fix/990223521400206441.json @@ -530,7 +530,7 @@ "id" : "http://lobid.org/organisations/DE-38#!", "label" : "Universitäts- und Stadtbibliothek Köln, Hauptabteilung" }, - "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990223521400206441&fdb=uni " ], + "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990223521400206441&fdb=uni" ], "id" : "http://lobid.org/items/990223521400206441:DE-38:23247867950006476#!" }, { "label" : "lobid Bestandsressource", diff --git a/src/test/resources/alma-fix/990367761810206441.json b/src/test/resources/alma-fix/990367761810206441.json index 20590f52a..dc43485da 100644 --- a/src/test/resources/alma-fix/990367761810206441.json +++ b/src/test/resources/alma-fix/990367761810206441.json @@ -146,7 +146,7 @@ "id" : "http://lobid.org/organisations/DE-38-459#!", "label" : "Gemeinsame Fachbibliothek Asien / Japanologie" }, - "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990367761810206441&fdb=uni " ], + "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=990367761810206441&fdb=uni" ], "id" : "http://lobid.org/items/990367761810206441:DE-38-459:23197352380006476#!" } ], "medium" : [ { diff --git a/src/test/resources/alma-fix/99370678063606441.json b/src/test/resources/alma-fix/99370678063606441.json index c1d34ed31..55c461246 100644 --- a/src/test/resources/alma-fix/99370678063606441.json +++ b/src/test/resources/alma-fix/99370678063606441.json @@ -779,7 +779,7 @@ "id" : "http://lobid.org/organisations/DE-38#!", "label" : "Universitäts- und Stadtbibliothek Köln, Hauptabteilung" }, - "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=99370678063606441&fdb=uni " ], + "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=99370678063606441&fdb=uni" ], "id" : "http://lobid.org/items/99370678063606441:DE-38:53335573230006476#!" }, { "type" : [ "Item", "DigitalDocument" ], @@ -791,7 +791,7 @@ "id" : "http://lobid.org/organisations/DE-38#!", "label" : "Universitäts- und Stadtbibliothek Köln, Hauptabteilung" }, - "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=99370678063606441&fdb=uni " ], + "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=99370678063606441&fdb=uni" ], "id" : "http://lobid.org/items/99370678063606441:DE-38:53333991750006476#!" }, { "type" : [ "Item", "DigitalDocument" ], diff --git a/src/test/resources/alma-fix/99370690532406441.json b/src/test/resources/alma-fix/99370690532406441.json index 4b7f7b267..c05708ef7 100644 --- a/src/test/resources/alma-fix/99370690532406441.json +++ b/src/test/resources/alma-fix/99370690532406441.json @@ -167,7 +167,7 @@ "id" : "http://lobid.org/organisations/DE-38#!", "label" : "Universitäts- und Stadtbibliothek Köln, Hauptabteilung" }, - "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=99370690532406441&fdb=uni " ], + "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=99370690532406441&fdb=uni" ], "id" : "http://lobid.org/items/99370690532406441:DE-38:53336433820006476#!" }, { "type" : [ "Item", "DigitalDocument" ], diff --git a/src/test/resources/alma-fix/99370763433806441.json b/src/test/resources/alma-fix/99370763433806441.json index aea4364f9..1c1433e6e 100644 --- a/src/test/resources/alma-fix/99370763433806441.json +++ b/src/test/resources/alma-fix/99370763433806441.json @@ -151,7 +151,7 @@ "id" : "http://lobid.org/organisations/DE-38#!", "label" : "Universitäts- und Stadtbibliothek Köln, Hauptabteilung" }, - "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=99370763433806441&fdb=uni " ], + "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=99370763433806441&fdb=uni" ], "id" : "http://lobid.org/items/99370763433806441:DE-38:53345923180006476#!" }, { "type" : [ "Item", "DigitalDocument" ], diff --git a/src/test/resources/alma-fix/99371014448006441.json b/src/test/resources/alma-fix/99371014448006441.json index 817b76452..1fee9127e 100644 --- a/src/test/resources/alma-fix/99371014448006441.json +++ b/src/test/resources/alma-fix/99371014448006441.json @@ -123,7 +123,7 @@ "id" : "http://lobid.org/organisations/DE-38-459#!", "label" : "Gemeinsame Fachbibliothek Asien / Japanologie" }, - "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=99371014448006441&fdb=uni " ], + "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=99371014448006441&fdb=uni" ], "id" : "http://lobid.org/items/99371014448006441:DE-38-459:23187329000006476#!" } ], "medium" : [ { diff --git a/src/test/resources/alma-fix/99371107766906441.json b/src/test/resources/alma-fix/99371107766906441.json index 41e4d1c15..a05de80f4 100644 --- a/src/test/resources/alma-fix/99371107766906441.json +++ b/src/test/resources/alma-fix/99371107766906441.json @@ -139,7 +139,7 @@ "id" : "http://lobid.org/organisations/DE-38#!", "label" : "Universitäts- und Stadtbibliothek Köln, Hauptabteilung" }, - "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=99371107766906441&fdb=uni " ], + "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=99371107766906441&fdb=uni" ], "id" : "http://lobid.org/items/99371107766906441:DE-38:53335141470006476#!" }, { "type" : [ "Item", "DigitalDocument" ], diff --git a/src/test/resources/alma-fix/99371123630706441.json b/src/test/resources/alma-fix/99371123630706441.json index 3fc31e6d9..67589ed03 100644 --- a/src/test/resources/alma-fix/99371123630706441.json +++ b/src/test/resources/alma-fix/99371123630706441.json @@ -323,7 +323,7 @@ "id" : "http://lobid.org/organisations/DE-38#!", "label" : "Universitäts- und Stadtbibliothek Köln, Hauptabteilung" }, - "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=99371123630706441&fdb=uni " ], + "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=99371123630706441&fdb=uni" ], "id" : "http://lobid.org/items/99371123630706441:DE-38:53330270780006476#!" }, { "type" : [ "Item", "DigitalDocument" ], @@ -335,7 +335,7 @@ "id" : "http://lobid.org/organisations/DE-38#!", "label" : "Universitäts- und Stadtbibliothek Köln, Hauptabteilung" }, - "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=99371123630706441&fdb=uni " ], + "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=99371123630706441&fdb=uni" ], "id" : "http://lobid.org/items/99371123630706441:DE-38:53331262830006476#!" } ], "medium" : [ { diff --git a/src/test/resources/alma-fix/99371147104906441.json b/src/test/resources/alma-fix/99371147104906441.json index a808e8e8c..890fc1529 100644 --- a/src/test/resources/alma-fix/99371147104906441.json +++ b/src/test/resources/alma-fix/99371147104906441.json @@ -246,7 +246,7 @@ "id" : "http://lobid.org/organisations/DE-38#!", "label" : "Universitäts- und Stadtbibliothek Köln, Hauptabteilung" }, - "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=99371147104906441&fdb=uni " ], + "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=99371147104906441&fdb=uni" ], "id" : "http://lobid.org/items/99371147104906441:DE-38:53336581080006476#!" }, { "type" : [ "Item", "DigitalDocument" ], diff --git a/src/test/resources/alma-fix/99371314897806441.json b/src/test/resources/alma-fix/99371314897806441.json index 17d805b4e..45ebbe437 100644 --- a/src/test/resources/alma-fix/99371314897806441.json +++ b/src/test/resources/alma-fix/99371314897806441.json @@ -433,7 +433,7 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_UBK/openurl?u.ignore_date_coverage=true&portfolio_pid=53769526120006441&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_UBK/openurl?u.ignore_date_coverage=true&rft.mms_id=99371314897806441", - "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=99371314897806441&fdb=uni " ], + "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=99371314897806441&fdb=uni" ], "heldBy" : { "isil" : "DE-38", "id" : "http://lobid.org/organisations/DE-38#!", diff --git a/src/test/resources/alma-fix/99371530278506441.json b/src/test/resources/alma-fix/99371530278506441.json index f15aa0e64..c7c71a1e7 100644 --- a/src/test/resources/alma-fix/99371530278506441.json +++ b/src/test/resources/alma-fix/99371530278506441.json @@ -199,7 +199,7 @@ "id" : "http://lobid.org/organisations/DE-38-432#!", "label" : "Thomas-Institut, Bibliothek" }, - "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=99371530278506441&fdb=uni " ], + "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=99371530278506441&fdb=uni" ], "id" : "http://lobid.org/items/99371530278506441:DE-38-432:23292477910006476#!" } ], "medium" : [ { diff --git a/src/test/resources/alma-fix/99371964653806441.json b/src/test/resources/alma-fix/99371964653806441.json index 7a28d0a02..1de60c309 100644 --- a/src/test/resources/alma-fix/99371964653806441.json +++ b/src/test/resources/alma-fix/99371964653806441.json @@ -233,7 +233,7 @@ "label" : "Electronic Portfolio", "electronicLocator" : "https://eu04.alma.exlibrisgroup.com/view/uresolver/49HBZ_UBK/openurl?u.ignore_date_coverage=true&portfolio_pid=53811498490006441&Force_direct=true", "sublocation" : "https://hbz-network.userservices.exlibrisgroup.com/view/uresolver/49HBZ_UBK/openurl?u.ignore_date_coverage=true&rft.mms_id=99371964653806441", - "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=99371964653806441&fdb=uni " ], + "seeAlso" : [ "https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid=99371964653806441&fdb=uni" ], "heldBy" : { "isil" : "DE-38", "id" : "http://lobid.org/organisations/DE-38#!", diff --git a/src/test/resources/alma/maps/generatedAlmaSublibraryCode2Isil.tsv b/src/test/resources/alma/maps/generatedAlmaSublibraryCode2Isil.tsv index 0e9f2f6ac..35099cad6 100644 --- a/src/test/resources/alma/maps/generatedAlmaSublibraryCode2Isil.tsv +++ b/src/test/resources/alma/maps/generatedAlmaSublibraryCode2Isil.tsv @@ -680,7 +680,7 @@ MainLibraryCode+SublibraryCode ISIL 49HBZ_ULM+DMAT DE-6-293 49HBZ_ULM+DSAC DE-6-295 49HBZ_ULM+EHRE DE-6-276 -49HBZ_ULM+EMPTY +49HBZ_ULM+EMPTY 49HBZ_ULM+ENGL DE-6-020 49HBZ_ULM+ETHN DE-6-193 49HBZ_ULM+EVT DE-6-006 @@ -693,7 +693,7 @@ MainLibraryCode+SublibraryCode ISIL 49HBZ_ULM+GRIE DE-6-328 49HBZ_ULM+HLS DE-6 49HBZ_ULM+HMB DE-6-136 -49HBZ_ULM+HUEF +49HBZ_ULM+HUEF 49HBZ_ULM+IJD DE-6-119 49HBZ_ULM+INDO DE-6-259 49HBZ_ULM+INTF DE-6-182 diff --git a/src/test/resources/alma/maps/isil2opac_almaMmsId.tsv b/src/test/resources/alma/maps/isil2opac_almaMmsId.tsv index 9b09e5310..130107afe 100644 --- a/src/test/resources/alma/maps/isil2opac_almaMmsId.tsv +++ b/src/test/resources/alma/maps/isil2opac_almaMmsId.tsv @@ -1,7 +1,7 @@ DE-1044 https://bib-discover.bib.h-brs.de/discovery/search?query=any,contains,{almaMmsId}&tab=Everything&search_scope=1044_and_CI&vid=49HBZ_BRS:1044&offset=0 DE-290 https://katalog.ub.tu-dortmund.de/id/ir01388a:ubd.lobid:{almaMmsId} DE-294 https://hbz-ubo.primo.exlibrisgroup.com/permalink/49HBZ_UBO/mnkbqv/alma{almaMmsId} -DE-38 https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid={almaMmsId}&fdb=uni +DE-38 https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid={almaMmsId}&fdb=uni DE-385 https://tricat.uni-trier.de/permalink/49HBZ_UBT/1hikhph/alma{almaMmsId} DE-386 https://hbz-rptu.primo.exlibrisgroup.com/permalink/49HBZ_RTU/11q51gp/alma{almaMmsId} DE-38M https://www.livivo.de/doc/{almaMmsId} @@ -14,7 +14,7 @@ DE-82 https://katalog.ub.rwth-aachen.de/permalink/49HBZ_UBA/kloccf/alma{almaMmsI DE-98 https://www.livivo.de/doc/B{almaMmsId} DE-Dm13 https://hbz-fdo.primo.exlibrisgroup.com/permalink/49HBZ_FDO/k375rg/alma{almaMmsId} DE-Hag4 https://kai.fh-swf.de/permalink/49HBZ_FSW/ou32r9/alma{almaMmsId} -DE-Kn3 https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid={almaMmsId}&fdb=uni +DE-Kn3 https://katalog.ub.uni-koeln.de/portal/search.html?num=20&page=1&l=de&srt=year_desc&tab=books&hbzid={almaMmsId}&fdb=uni DE-Kn41 https://primo.zbsport.dshs-koeln.de/permalink/49HBZ_ZBS/18h80sa/alma{almaMmsId} DE-Kob7 https://primo.uni-koblenz.de/permalink/49HBZ_UKO/16pslu1/alma{almaMmsId} DE-Lan1 https://hbz-rptu.primo.exlibrisgroup.com/permalink/49HBZ_RTU/11q51gp/alma{almaMmsId} diff --git a/src/test/resources/alma/maps/isil2opac_issn.tsv b/src/test/resources/alma/maps/isil2opac_issn.tsv index 5e5fe9724..f7788de4b 100644 --- a/src/test/resources/alma/maps/isil2opac_issn.tsv +++ b/src/test/resources/alma/maps/isil2opac_issn.tsv @@ -1,4 +1,4 @@ -DE-1042 https://grimm.umwelt-campus.de/uhtbin/cgisirsi/x/0/0/5?searchdata1={issn} -DE-121 https://aleph.zbsport.de/F/?func=find-word&scan_code=WRD&scan_word={issn}&local_base=str01 -DE-Kn28 https://katalog.dombibliothek-koeln.de/F/?local_base=edk01&find_code=ISN&request={issn}&func=find-b -DE-Tr2 https://katalog.dombibliothek-koeln.de/F/?local_base=ptr01&find_code=IDN&request={issn}&func=find-b +DE-1042 https://grimm.umwelt-campus.de/uhtbin/cgisirsi/x/0/0/5?searchdata1={issn} +DE-121 https://aleph.zbsport.de/F/?func=find-word&scan_code=WRD&scan_word={issn}&local_base=str01 +DE-Kn28 https://katalog.dombibliothek-koeln.de/F/?local_base=edk01&find_code=ISN&request={issn}&func=find-b +DE-Tr2 https://katalog.dombibliothek-koeln.de/F/?local_base=ptr01&find_code=IDN&request={issn}&func=find-b diff --git a/src/test/resources/alma/maps/nwbib.ttl b/src/test/resources/alma/maps/nwbib.ttl index 56ecf188e..d2d826c3a 100644 --- a/src/test/resources/alma/maps/nwbib.ttl +++ b/src/test/resources/alma/maps/nwbib.ttl @@ -1524,7 +1524,7 @@ skos:prefLabel "Franken"@de ; skos:definition "Germanischer Großstamm"@de ; skos:scopeNote "S.a. [Franken (Völkerwanderungszeit)](#N227040)"@de ; - skos:exactMatch wd:Q43482, gnd:4071340-4 . + skos:exactMatch wd:Q43482, gnd:4071340-4 . :N227000 a skos:Concept ; @@ -4788,7 +4788,7 @@ skos:inScheme ; skos:notation "611050" ; skos:prefLabel "Geistliche. Ordensleute"@de ; - skos:scopeNote "Freie SW: Geistlicher; Ordensleute"@de. + skos:scopeNote "Freie SW: Geistlicher; Ordensleute"@de. :N611060 a skos:Concept ; @@ -7283,7 +7283,7 @@ skos:narrower :N844010, :N844020, :N844030, :N844040, :N844050, :N844060, :N844070, :N844080 ; skos:notation "844000" ; skos:prefLabel "Baudenkmäler. Kunstwerke"@de ; - skos:scopeNote "Allg., auch für Burgen, Profanbauten u.Ä.; Freie SW: Baudenkmal; Kunstwerk"@de . + skos:scopeNote "Allg., auch für Burgen, Profanbauten u.Ä.; Freie SW: Baudenkmal; Kunstwerk"@de . :N844010 a skos:Concept ; diff --git a/src/test/resources/alma/maps/rpb.ttl b/src/test/resources/alma/maps/rpb.ttl index 1d47e51df..6f2a6db35 100644 --- a/src/test/resources/alma/maps/rpb.ttl +++ b/src/test/resources/alma/maps/rpb.ttl @@ -4252,7 +4252,7 @@ skos:broader ; skos:notation "rpb584070" ; skos:prefLabel "Naturschutzgebiet"@de . - + a skos:Concept ; skos:broader ; @@ -6281,7 +6281,7 @@ skos:broader ; skos:notation "rpb841074" ; skos:prefLabel "Malerin. Maler"@de . - + a skos:Concept ; skos:broader ; @@ -6293,7 +6293,7 @@ skos:broader ; skos:notation "rpb841078" ; skos:prefLabel "Grafikerin. Grafiker"@de . - + a skos:Concept ; skos:broader ; diff --git a/src/test/resources/alma/maps/rpb2.ttl b/src/test/resources/alma/maps/rpb2.ttl index 9dbbb738d..20a3a7e18 100644 --- a/src/test/resources/alma/maps/rpb2.ttl +++ b/src/test/resources/alma/maps/rpb2.ttl @@ -459,4 +459,4 @@ a skos:Concept ; skos:topConceptOf ; skos:notation "990" ; - skos:prefLabel "Sport, Spiele"@de . \ No newline at end of file + skos:prefLabel "Sport, Spiele"@de . diff --git a/src/test/resources/schemas/complexSubject.json b/src/test/resources/schemas/complexSubject.json index 5a980c178..cc5dd984e 100644 --- a/src/test/resources/schemas/complexSubject.json +++ b/src/test/resources/schemas/complexSubject.json @@ -88,7 +88,7 @@ "title": "Date of death of ta person as subject heading", "type": "string" } - + }, "required": [ "type", @@ -102,4 +102,4 @@ "label", "componentList" ] -} \ No newline at end of file +} diff --git a/src/test/resources/schemas/containedIn.json b/src/test/resources/schemas/containedIn.json index 7b5d5f629..b1d0cc83d 100644 --- a/src/test/resources/schemas/containedIn.json +++ b/src/test/resources/schemas/containedIn.json @@ -16,4 +16,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/test/resources/schemas/context.json b/src/test/resources/schemas/context.json index 44340004a..de1c16c06 100644 --- a/src/test/resources/schemas/context.json +++ b/src/test/resources/schemas/context.json @@ -5,4 +5,4 @@ "description": "The JSON-LD context for lobid-resources", "type": "string", "pattern": "http://lobid.org/resources/context.jsonld" -} \ No newline at end of file +} diff --git a/src/test/resources/schemas/contribution.json b/src/test/resources/schemas/contribution.json index 26e493dcf..a2efee02c 100644 --- a/src/test/resources/schemas/contribution.json +++ b/src/test/resources/schemas/contribution.json @@ -89,4 +89,4 @@ "role" ] } -} \ No newline at end of file +} diff --git a/src/test/resources/schemas/describedBy.json b/src/test/resources/schemas/describedBy.json index 804d1e404..b94112d94 100644 --- a/src/test/resources/schemas/describedBy.json +++ b/src/test/resources/schemas/describedBy.json @@ -231,4 +231,4 @@ "resultOf", "license" ] -} \ No newline at end of file +} diff --git a/src/test/resources/schemas/description.json b/src/test/resources/schemas/description.json index d6b18a74a..1bfc58731 100644 --- a/src/test/resources/schemas/description.json +++ b/src/test/resources/schemas/description.json @@ -18,4 +18,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/test/resources/schemas/hasItem.json b/src/test/resources/schemas/hasItem.json index e00215d7a..a5b81b621 100644 --- a/src/test/resources/schemas/hasItem.json +++ b/src/test/resources/schemas/hasItem.json @@ -53,4 +53,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/test/resources/schemas/id.json b/src/test/resources/schemas/id.json index 03c3e122c..6d7a27f3d 100644 --- a/src/test/resources/schemas/id.json +++ b/src/test/resources/schemas/id.json @@ -6,4 +6,4 @@ "type": "string", "format": "uri", "pattern": "^http:\/\/lobid.org\/resources\/.+" -} \ No newline at end of file +} diff --git a/src/test/resources/schemas/inCollection.json b/src/test/resources/schemas/inCollection.json index bfebdb894..d9b8cce47 100644 --- a/src/test/resources/schemas/inCollection.json +++ b/src/test/resources/schemas/inCollection.json @@ -22,4 +22,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/test/resources/schemas/isPartOf.json b/src/test/resources/schemas/isPartOf.json index 7e335a939..e6fa0d52f 100644 --- a/src/test/resources/schemas/isPartOf.json +++ b/src/test/resources/schemas/isPartOf.json @@ -34,4 +34,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/test/resources/schemas/issn.json b/src/test/resources/schemas/issn.json index 68a8dbe9b..7041b2dae 100644 --- a/src/test/resources/schemas/issn.json +++ b/src/test/resources/schemas/issn.json @@ -8,4 +8,4 @@ "type": "string", "pattern": "[0-9]{4}-[0-9]{3}[0-9X]|" } -} \ No newline at end of file +} diff --git a/src/test/resources/schemas/language.json b/src/test/resources/schemas/language.json index a69a79775..be0954d8e 100644 --- a/src/test/resources/schemas/language.json +++ b/src/test/resources/schemas/language.json @@ -19,4 +19,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/test/resources/schemas/medium.json b/src/test/resources/schemas/medium.json index 962458662..1d14d1abe 100644 --- a/src/test/resources/schemas/medium.json +++ b/src/test/resources/schemas/medium.json @@ -18,4 +18,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/test/resources/schemas/natureOfContent.json b/src/test/resources/schemas/natureOfContent.json index 70d2b7b6e..a3008ced0 100644 --- a/src/test/resources/schemas/natureOfContent.json +++ b/src/test/resources/schemas/natureOfContent.json @@ -18,4 +18,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/test/resources/schemas/sameAs.json b/src/test/resources/schemas/sameAs.json index 8daa048a4..f9162a123 100644 --- a/src/test/resources/schemas/sameAs.json +++ b/src/test/resources/schemas/sameAs.json @@ -16,4 +16,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/test/resources/schemas/similar.json b/src/test/resources/schemas/similar.json index e225e9c6c..09fbccf1a 100644 --- a/src/test/resources/schemas/similar.json +++ b/src/test/resources/schemas/similar.json @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/test/resources/schemas/skosConcept.json b/src/test/resources/schemas/skosConcept.json index 032a16662..59a2c0b29 100644 --- a/src/test/resources/schemas/skosConcept.json +++ b/src/test/resources/schemas/skosConcept.json @@ -49,4 +49,4 @@ "label", "source" ] -} \ No newline at end of file +} diff --git a/src/test/resources/schemas/spatial.json b/src/test/resources/schemas/spatial.json index 977653cc1..c06a69044 100644 --- a/src/test/resources/schemas/spatial.json +++ b/src/test/resources/schemas/spatial.json @@ -69,4 +69,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/test/resources/schemas/supplement.json b/src/test/resources/schemas/supplement.json index 9ca4b73ed..c27f5b4c7 100644 --- a/src/test/resources/schemas/supplement.json +++ b/src/test/resources/schemas/supplement.json @@ -16,4 +16,4 @@ } } } -} \ No newline at end of file +} diff --git a/src/test/resources/schemas/tableOfContents.json b/src/test/resources/schemas/tableOfContents.json index be7cc26ec..6b2a04269 100644 --- a/src/test/resources/schemas/tableOfContents.json +++ b/src/test/resources/schemas/tableOfContents.json @@ -18,4 +18,4 @@ } } } -} \ No newline at end of file +} diff --git a/startAlmaToLobidResources.sh b/startAlmaToLobidResources.sh index d1c8c27b6..d0f919768 100644 --- a/startAlmaToLobidResources.sh +++ b/startAlmaToLobidResources.sh @@ -19,11 +19,11 @@ if [ $# -lt 7 ] example parameter: master -files/open_data/closed/hbzvk/index.hbz-nrw.de/alephxml/clobs/baseline/DE-605-aleph-2015050310.tar.gz -lobid-resources --staging -quaoar2.hbz-nrw.de -quaoar +files/open_data/closed/hbzvk/index.hbz-nrw.de/alephxml/clobs/baseline/DE-605-aleph-2015050310.tar.gz +lobid-resources +-staging +quaoar2.hbz-nrw.de +quaoar update may be: diff --git a/web/app/controllers/resources/Accept.java b/web/app/controllers/resources/Accept.java index bbc254637..52fdb0d09 100644 --- a/web/app/controllers/resources/Accept.java +++ b/web/app/controllers/resources/Accept.java @@ -8,7 +8,7 @@ /** * Helper class for dealing with content negotiation for the `Accept` header. - * + * * @author Fabian Steeg (fsteeg) * */ diff --git a/web/app/controllers/resources/Deletions.java b/web/app/controllers/resources/Deletions.java index 344ab7c7d..6df2d414d 100644 --- a/web/app/controllers/resources/Deletions.java +++ b/web/app/controllers/resources/Deletions.java @@ -15,7 +15,7 @@ /** * Controller to access the "deletions" index. - * + * * @author dr0i * */ @@ -24,7 +24,7 @@ public class Deletions extends Controller { /** * @param q Query to search in all fields of the deletions index * @param size The maxmimum amount of allowed hits - * + * * @return The search results */ public static Promise query(String q, int size) { diff --git a/web/app/controllers/resources/Search.java b/web/app/controllers/resources/Search.java index 24ad5f572..2646ec16e 100644 --- a/web/app/controllers/resources/Search.java +++ b/web/app/controllers/resources/Search.java @@ -39,7 +39,7 @@ /** * Access to the Elasticsearch index. - * + * * @author Fabian Steeg (fsteeg) * */ diff --git a/web/app/views/dataset.scala.html b/web/app/views/dataset.scala.html index 8a0752b5a..81557bd5d 100644 --- a/web/app/views/dataset.scala.html +++ b/web/app/views/dataset.scala.html @@ -5,7 +5,7 @@ @import helper._ @import controllers.resources.Lobid -@main("", "Dataset: lobid-resources") { +@main("", "Dataset: lobid-resources") {

Daten

@@ -20,7 +20,7 @@

Daten@s1.get("name").get("de").asText(), diff --git a/web/app/views/error.scala.html b/web/app/views/error.scala.html index f662d1626..dae07a042 100644 --- a/web/app/views/error.scala.html +++ b/web/app/views/error.scala.html @@ -2,7 +2,7 @@ @(q: String, message: String, header: String) -@main(q, "Error") { +@main(q, "Error") { } else { - + Merkliste: @ids.size Einträge - | + | @if(f=="details"){Kurzansicht} else {Detailansicht} | - + Drucken | diff --git a/web/app/views/tags/facets.scala.html b/web/app/views/tags/facets.scala.html index 2837080f5..708707439 100644 --- a/web/app/views/tags/facets.scala.html +++ b/web/app/views/tags/facets.scala.html @@ -109,7 +109,7 @@
@facetLabel(current: String, label: String, activeCountId: String = "", currentCount: String = "") = { @if(!current.isEmpty){ @currentCount @label - + } } @@ -134,4 +134,4 @@
@facetToggle("issued-facet-all"){Erscheinungsjahr} @facetLabel(issued, issue
@facets("Medientypen", Application.MEDIUM_FIELD, medium, "dropup")
@facets("Publikationstypen", Application.TYPE_FIELD, t, "dropup")
@facets("Bestand in Bibliotheken", Application.OWNER_AGGREGATION, owner, "dropup")
- \ No newline at end of file + diff --git a/web/app/views/tags/issued_facet.scala.html b/web/app/views/tags/issued_facet.scala.html index f2d72178c..cd9bbd441 100644 --- a/web/app/views/tags/issued_facet.scala.html +++ b/web/app/views/tags/issued_facet.scala.html @@ -134,4 +134,4 @@ return res; } -@**@ \ No newline at end of file +@**@ diff --git a/web/app/views/tags/map_credits.scala.html b/web/app/views/tags/map_credits.scala.html index ddd419e80..ad3f98e12 100644 --- a/web/app/views/tags/map_credits.scala.html +++ b/web/app/views/tags/map_credits.scala.html @@ -1,9 +1,9 @@ @* Copyright 2015 Fabian Steeg, hbz. Licensed under the EPL 2.0 *@

- Katalog- und Bestandsdaten von lobid.org unter + Katalog- und Bestandsdaten von lobid.org unter CC0 | - Kartenbilder von Wikimedia, - Kartendaten von OpenStreetMap + Kartenbilder von Wikimedia, + Kartendaten von OpenStreetMap unter CC-BY-SA -

\ No newline at end of file +

diff --git a/web/app/views/tags/query_result_short.scala.html b/web/app/views/tags/query_result_short.scala.html index ae81ea187..1fa910df8 100644 --- a/web/app/views/tags/query_result_short.scala.html +++ b/web/app/views/tags/query_result_short.scala.html @@ -39,4 +39,4 @@ }

- \ No newline at end of file + diff --git a/web/app/views/tags/search_advanced.scala.html b/web/app/views/tags/search_advanced.scala.html index 50d579cf6..962cbe088 100644 --- a/web/app/views/tags/search_advanced.scala.html +++ b/web/app/views/tags/search_advanced.scala.html @@ -80,7 +80,7 @@ } -@helper.form(action = controllers.resources.routes.Application.query(), +@helper.form(action = controllers.resources.routes.Application.query(), 'id -> "resources-form", 'role -> "form", 'class -> "form-inline") { @defining(TreeMap("name"->name,"agent"->agent,"corporation"->corporation,"subject"->Lobid.withoutUris(subject), "id"->id,"publisher"->publisher,"q"->q).filter({case (k,v) => !v.isEmpty && (k != "subject" || (k == "subject" && !v.startsWith("http")))})) { fields => @for(((k,v),i)<- (if(fields.isEmpty) TreeMap("q" -> "") else fields).zipWithIndex){ @@ -109,7 +109,7 @@ @if(controllers.resources.Application.isStarred(id)){ - + } else { - + } diff --git a/web/public/stylesheets/config.json b/web/public/stylesheets/config.json index e501e2b1f..5865f16b3 100644 --- a/web/public/stylesheets/config.json +++ b/web/public/stylesheets/config.json @@ -432,4 +432,4 @@ "transition.js" ], "customizerUrl": "http://getbootstrap.com/customize/?id=1263dfed3d08175d638fd67f09477d44" -} \ No newline at end of file +} diff --git a/web/test/resources/blns.json b/web/test/resources/blns.json index 4b0297dff..ae6984b06 100644 --- a/web/test/resources/blns.json +++ b/web/test/resources/blns.json @@ -1,440 +1,440 @@ [ - "", - "undefined", - "undef", - "null", - "NULL", - "(null)", - "nil", - "NIL", - "true", - "false", - "True", - "False", - "None", - "\\", - "\\\\", - "0", - "1", - "1.00", - "$1.00", - "1/2", - "1E2", - "1E02", - "1E+02", - "-1", - "-1.00", - "-$1.00", - "-1/2", - "-1E2", - "-1E02", - "-1E+02", - "1/0", - "0/0", - "-2147483648/-1", - "-9223372036854775808/-1", - "0.00", - "0..0", - ".", - "0.0.0", - "0,00", - "0,,0", - ",", - "0,0,0", - "0.0/0", - "1.0/0.0", - "0.0/0.0", - "1,0/0,0", - "0,0/0,0", - "--1", - "-", - "-.", - "-,", - "999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999", - "NaN", - "Infinity", - "-Infinity", - "0x0", - "0xffffffff", - "0xffffffffffffffff", - "0xabad1dea", - "123456789012345678901234567890123456789", - "1,000.00", - "1 000.00", - "1'000.00", - "1,000,000.00", - "1 000 000.00", - "1'000'000.00", - "1.000,00", - "1 000,00", - "1'000,00", - "1.000.000,00", - "1 000 000,00", - "1'000'000,00", - "01000", - "08", - "09", - "2.2250738585072011e-308", - ",./;'[]\\-=", - "<>?:\"{}|_+", - "!@#$%^&*()`~", - "Ω≈ç√∫˜µ≤≥÷", - "åß∂ƒ©˙∆˚¬…æ", - "œ∑´®†¥¨ˆøπ“‘", - "¡™£¢∞§¶•ªº–≠", - "¸˛Ç◊ı˜Â¯˘¿", - "ÅÍÎÏ˝ÓÔÒÚÆ☃", - "Œ„´‰ˇÁ¨ˆØ∏”’", - "`⁄€‹›fifl‡°·‚—±", - "⅛⅜⅝⅞", - "ЁЂЃЄЅІЇЈЉЊЋЌЍЎЏАБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмнопрстуфхцчшщъыьэюя", - "٠١٢٣٤٥٦٧٨٩", - "⁰⁴⁵", - "₀₁₂", - "⁰⁴⁵₀₁₂", - "'", - "\"", - "''", - "\"\"", - "'\"'", - "\"''''\"'\"", - "\"'\"'\"''''\"", - "田中さんにあげて下さい", - "パーティーへ行かないか", - "和製漢語", - "部落格", - "사회과학원 어학연구소", - "찦차를 타고 온 펲시맨과 쑛다리 똠방각하", - "社會科學院語學研究所", - "울란바토르", - "𠜎𠜱𠝹𠱓𠱸𠲖𠳏", - "ヽ༼ຈل͜ຈ༽ノ ヽ༼ຈل͜ຈ༽ノ ", - "(。◕ ∀ ◕。)", - "`ィ(´∀`∩", - "__ロ(,_,*)", - "・( ̄∀ ̄)・:*:", - "゚・✿ヾ╲(。◕‿◕。)╱✿・゚", - ",。・:*:・゜’( ☻ ω ☻ )。・:*:・゜’", - "(╯°□°)╯︵ ┻━┻) ", - "(ノಥ益ಥ)ノ ┻━┻", - "( ͡° ͜ʖ ͡°)", - "😍", - "👩🏽", - "👾 🙇 💁 🙅 🙆 🙋 🙎 🙍 ", - "🐵 🙈 🙉 🙊", - "❤️ 💔 💌 💕 💞 💓 💗 💖 💘 💝 💟 💜 💛 💚 💙", - "✋🏿 💪🏿 👐🏿 🙌🏿 👏🏿 🙏🏿", - "🚾 🆒 🆓 🆕 🆖 🆗 🆙 🏧", - "0️⃣ 1️⃣ 2️⃣ 3️⃣ 4️⃣ 5️⃣ 6️⃣ 7️⃣ 8️⃣ 9️⃣ 🔟", - "123", - "١٢٣", - "ثم نفس سقطت وبالتحديد،, جزيرتي باستخدام أن دنو. إذ هنا؟ الستار وتنصيب كان. أهّل ايطاليا، بريطانيا-فرنسا قد أخذ. سليمان، إتفاقية بين ما, يذكر الحدود أي بعد, معاملة بولندا، الإطلاق عل إيو.", - "בְּרֵאשִׁית, בָּרָא אֱלֹהִים, אֵת הַשָּׁמַיִם, וְאֵת הָאָרֶץ", - "הָיְתָהtestالصفحات التّحول", - "​", - " ", - "᠎", - " ", - "", - "␣", - "␢", - "␡", - "‪‪test‪", - "‫test‫", - "
test
", - "test⁠test‫", - "⁦test⁧", - "Ṱ̺̺̕o͞ ̷i̲̬͇̪͙n̝̗͕v̟̜̘̦͟o̶̙̰̠kè͚̮̺̪̹̱̤ ̖t̝͕̳̣̻̪͞h̼͓̲̦̳̘̲e͇̣̰̦̬͎ ̢̼̻̱̘h͚͎͙̜̣̲ͅi̦̲̣̰̤v̻͍e̺̭̳̪̰-m̢iͅn̖̺̞̲̯̰d̵̼̟͙̩̼̘̳ ̞̥̱̳̭r̛̗̘e͙p͠r̼̞̻̭̗e̺̠̣͟s̘͇̳͍̝͉e͉̥̯̞̲͚̬͜ǹ̬͎͎̟̖͇̤t͍̬̤͓̼̭͘ͅi̪̱n͠g̴͉ ͏͉ͅc̬̟h͡a̫̻̯͘o̫̟̖͍̙̝͉s̗̦̲.̨̹͈̣", - "̡͓̞ͅI̗̘̦͝n͇͇͙v̮̫ok̲̫̙͈i̖͙̭̹̠̞n̡̻̮̣̺g̲͈͙̭͙̬͎ ̰t͔̦h̞̲e̢̤ ͍̬̲͖f̴̘͕̣è͖ẹ̥̩l͖͔͚i͓͚̦͠n͖͍̗͓̳̮g͍ ̨o͚̪͡f̘̣̬ ̖̘͖̟͙̮c҉͔̫͖͓͇͖ͅh̵̤̣͚͔á̗̼͕ͅo̼̣̥s̱͈̺̖̦̻͢.̛̖̞̠̫̰", - "̗̺͖̹̯͓Ṯ̤͍̥͇͈h̲́e͏͓̼̗̙̼̣͔ ͇̜̱̠͓͍ͅN͕͠e̗̱z̘̝̜̺͙p̤̺̹͍̯͚e̠̻̠͜r̨̤͍̺̖͔̖̖d̠̟̭̬̝͟i̦͖̩͓͔̤a̠̗̬͉̙n͚͜ ̻̞̰͚ͅh̵͉i̳̞v̢͇ḙ͎͟-҉̭̩̼͔m̤̭̫i͕͇̝̦n̗͙ḍ̟ ̯̲͕͞ǫ̟̯̰̲͙̻̝f ̪̰̰̗̖̭̘͘c̦͍̲̞͍̩̙ḥ͚a̮͎̟̙͜ơ̩̹͎s̤.̝̝ ҉Z̡̖̜͖̰̣͉̜a͖̰͙̬͡l̲̫̳͍̩g̡̟̼̱͚̞̬ͅo̗͜.̟", - "̦H̬̤̗̤͝e͜ ̜̥̝̻͍̟́w̕h̖̯͓o̝͙̖͎̱̮ ҉̺̙̞̟͈W̷̼̭a̺̪͍į͈͕̭͙̯̜t̶̼̮s̘͙͖̕ ̠̫̠B̻͍͙͉̳ͅe̵h̵̬͇̫͙i̹͓̳̳̮͎̫̕n͟d̴̪̜̖ ̰͉̩͇͙̲͞ͅT͖̼͓̪͢h͏͓̮̻e̬̝̟ͅ ̤̹̝W͙̞̝͔͇͝ͅa͏͓͔̹̼̣l̴͔̰̤̟͔ḽ̫.͕", - "Z̮̞̠͙͔ͅḀ̗̞͈̻̗Ḷ͙͎̯̹̞͓G̻O̭̗̮", - "˙ɐnbᴉlɐ ɐuƃɐɯ ǝɹolop ʇǝ ǝɹoqɐl ʇn ʇunpᴉpᴉɔuᴉ ɹodɯǝʇ poɯsnᴉǝ op pǝs 'ʇᴉlǝ ƃuᴉɔsᴉdᴉpɐ ɹnʇǝʇɔǝsuoɔ 'ʇǝɯɐ ʇᴉs ɹolop ɯnsdᴉ ɯǝɹo˥", - "00˙Ɩ$-", - "The quick brown fox jumps over the lazy dog", - "𝐓𝐡𝐞 𝐪𝐮𝐢𝐜𝐤 𝐛𝐫𝐨𝐰𝐧 𝐟𝐨𝐱 𝐣𝐮𝐦𝐩𝐬 𝐨𝐯𝐞𝐫 𝐭𝐡𝐞 𝐥𝐚𝐳𝐲 𝐝𝐨𝐠", - "𝕿𝖍𝖊 𝖖𝖚𝖎𝖈𝖐 𝖇𝖗𝖔𝖜𝖓 𝖋𝖔𝖝 𝖏𝖚𝖒𝖕𝖘 𝖔𝖛𝖊𝖗 𝖙𝖍𝖊 𝖑𝖆𝖟𝖞 𝖉𝖔𝖌", - "𝑻𝒉𝒆 𝒒𝒖𝒊𝒄𝒌 𝒃𝒓𝒐𝒘𝒏 𝒇𝒐𝒙 𝒋𝒖𝒎𝒑𝒔 𝒐𝒗𝒆𝒓 𝒕𝒉𝒆 𝒍𝒂𝒛𝒚 𝒅𝒐𝒈", - "𝓣𝓱𝓮 𝓺𝓾𝓲𝓬𝓴 𝓫𝓻𝓸𝔀𝓷 𝓯𝓸𝔁 𝓳𝓾𝓶𝓹𝓼 𝓸𝓿𝓮𝓻 𝓽𝓱𝓮 𝓵𝓪𝔃𝔂 𝓭𝓸𝓰", - "𝕋𝕙𝕖 𝕢𝕦𝕚𝕔𝕜 𝕓𝕣𝕠𝕨𝕟 𝕗𝕠𝕩 𝕛𝕦𝕞𝕡𝕤 𝕠𝕧𝕖𝕣 𝕥𝕙𝕖 𝕝𝕒𝕫𝕪 𝕕𝕠𝕘", - "𝚃𝚑𝚎 𝚚𝚞𝚒𝚌𝚔 𝚋𝚛𝚘𝚠𝚗 𝚏𝚘𝚡 𝚓𝚞𝚖𝚙𝚜 𝚘𝚟𝚎𝚛 𝚝𝚑𝚎 𝚕𝚊𝚣𝚢 𝚍𝚘𝚐", - "⒯⒣⒠ ⒬⒰⒤⒞⒦ ⒝⒭⒪⒲⒩ ⒡⒪⒳ ⒥⒰⒨⒫⒮ ⒪⒱⒠⒭ ⒯⒣⒠ ⒧⒜⒵⒴ ⒟⒪⒢", - "", - "", - " ", - "\">", - "'>", - ">", - "", - "< / script >< script >alert(123)< / script >", - " onfocus=JaVaSCript:alert(123) autofocus ", - "\" onfocus=JaVaSCript:alert(123) autofocus ", - "' onfocus=JaVaSCript:alert(123) autofocus ", - "<script>alert(123)</script>", - "ript>alert(123)ript>", - "-->", - "\";alert(123);t=\"", - "';alert(123);t='", - "JavaSCript:alert(123)", - ";alert(123);", - "src=JaVaSCript:prompt(132)", - "\"><\\x3Cscript>javascript:alert(1) ", - "'`\"><\\x00script>javascript:alert(1)", - "ABC
DEF", - "ABC
DEF", - "ABC
DEF", - "ABC
DEF", - "ABC
DEF", - "ABC
DEF", - "ABC
DEF", - "ABC
DEF", - "ABC
DEF", - "ABC
DEF", - "ABC
DEF", - "ABC
DEF", - "ABC
DEF", - "ABC
DEF", - "ABC
DEF", - "ABC
DEF", - "ABC
DEF", - "ABC
DEF", - "ABC
DEF", - "ABC
DEF", - "ABC
DEF", - "ABC
DEF", - "ABC
DEF", - "ABC
DEF", - "ABC
DEF", - "ABC
DEF", - "ABC
DEF", - "test", - "test", - "test", - "test", - "test", - "test", - "test", - "test", - "test", - "test", - "test", - "test", - "test", - "test", - "test", - "test", - "test", - "test", - "test", - "test", - "test", - "test", - "test", - "test", - "test", - "test", - "test", - "test", - "test", - "test", - "test", - "test", - "test", - "test", - "test", - "test", - "test", - "test", - "test", - "test", - "test", - "test", - "test", - "test", - "test", - "test", - "test", - "test", - "test", - "test", - "test", - "test", - "test", - "test", - "test", - "test", - "test", - "`\"'>", - "`\"'>", - "`\"'>", - "`\"'>", - "`\"'>", - "`\"'>", - "`\"'>", - "`\"'>", - "`\"'>", - "`\"'>", - "\"`'>", - "\"`'>", - "\"`'>", - "\"`'>", - "\"`'>", - "\"`'>", - "\"`'>", - "\"`'>", - "\"`'>", - "\"`'>", - "\"`'>", - "\"`'>", - "\"`'>", - "\"`'>", - "\"`'>", - "\"`'>", - "\"`'>", - "\"`'>", - "\"`'>", - "\"`'>", - "\"`'>", - "\"`'>", - "\"`'>", - "\"`'>", - "\"`'>", - "\"`'>", - "\"`'>", - "\"`'>", - "\"`'>", - "\"`'>", - "\"`'>", - "\"`'>", - "\"`'>", - "\"`'>", - "\"`'>", - "\"`'>", - "\"`'>", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "XXX", - "javascript:alert(1)\"` `>", - "", - "", - "<a href=http://foo.bar/#x=`y></a><img alt=\"`><img src=x:x onerror=javascript:alert(1)></a>\">", - "<!--[if]><script>javascript:alert(1)</script -->", - "<!--[if<img src=x onerror=javascript:alert(1)//]> -->", - "<script src=\"/\\%(jscript)s\"></script>", - "<script src=\"\\\\%(jscript)s\"></script>", - "<IMG \"\"\"><SCRIPT>alert(\"XSS\")</SCRIPT>\">", - "<IMG SRC=javascript:alert(String.fromCharCode(88,83,83))>", - "<IMG SRC=# onmouseover=\"alert('xxs')\">", - "<IMG SRC= onmouseover=\"alert('xxs')\">", - "<IMG onmouseover=\"alert('xxs')\">", - "<IMG SRC=javascript:alert('XSS')>", - "<IMG SRC=javascript:alert('XSS')>", - "<IMG SRC=javascript:alert('XSS')>", - "<IMG SRC=\"jav ascript:alert('XSS');\">", - "<IMG SRC=\"jav ascript:alert('XSS');\">", - "<IMG SRC=\"jav ascript:alert('XSS');\">", - "<IMG SRC=\"jav ascript:alert('XSS');\">", - "perl -e 'print \"<IMG SRC=java\\0script:alert(\\\"XSS\\\")>\";' > out", - "<IMG SRC=\"  javascript:alert('XSS');\">", - "<SCRIPT/XSS SRC=\"http://ha.ckers.org/xss.js\"></SCRIPT>", - "<BODY onload!#$%&()*~+-_.,:;?@[/|\\]^`=alert(\"XSS\")>", - "<SCRIPT/SRC=\"http://ha.ckers.org/xss.js\"></SCRIPT>", - "<<SCRIPT>alert(\"XSS\");//<</SCRIPT>", - "<SCRIPT SRC=http://ha.ckers.org/xss.js?< B >", - "<SCRIPT SRC=//ha.ckers.org/.j>", - "<IMG SRC=\"javascript:alert('XSS')\"", - "<iframe src=http://ha.ckers.org/scriptlet.html <", - "\\\";alert('XSS');//", - "1;DROP TABLE users", - "1'; DROP TABLE users-- 1", - "' OR 1=1 -- 1", - "' OR '1'='1", - "-", - "--", - "--version", - "--help", - "$USER", - "/dev/null; touch /tmp/blns.fail ; echo", - "`touch /tmp/blns.fail`", - "$(touch /tmp/blns.fail)", - "@{[system \"touch /tmp/blns.fail\"]}", - "eval(\"puts 'hello world'\")", - "System(\"ls -al /\")", - "`ls -al /`", - "Kernel.exec(\"ls -al /\")", - "Kernel.exit(1)", - "%x('ls -al /')", - "<?xml version=\"1.0\" encoding=\"ISO-8859-1\"?><!DOCTYPE foo [ <!ELEMENT foo ANY ><!ENTITY xxe SYSTEM \"file:///etc/passwd\" >]><foo>&xxe;</foo>", - "$HOME", - "$ENV{'HOME'}", - "%d", - "%s", - "%*.*s", - "../../../../../../../../../../../etc/passwd%00", - "../../../../../../../../../../../etc/hosts", - "() { 0; }; touch /tmp/blns.shellshock1.fail;", - "() { _; } >_[$($())] { touch /tmp/blns.shellshock2.fail; }", - "CON", - "PRN", - "AUX", - "CLOCK$", - "NUL", - "A:", - "ZZ:", - "COM1", - "LPT1", - "LPT2", - "LPT3", - "COM2", - "COM3", - "COM4", - "If you're reading this, you've been in a coma for almost 20 years now. We're trying a new technique. We don't know where this message will end up in your dream, but we hope it works. Please wake up, we miss you.", - "Roses are \u001b[0;31mred\u001b[0m, violets are \u001b[0;34mblue. Hope you enjoy terminal hue", - "But now...\u001b[20Cfor my greatest trick...\u001b[8m", - "The quic\b\b\b\b\b\bk brown fo\u0007\u0007\u0007\u0007\u0007\u0007\u0007\u0007\u0007\u0007\u0007x... [Beeeep]", + "", + "undefined", + "undef", + "null", + "NULL", + "(null)", + "nil", + "NIL", + "true", + "false", + "True", + "False", + "None", + "\\", + "\\\\", + "0", + "1", + "1.00", + "$1.00", + "1/2", + "1E2", + "1E02", + "1E+02", + "-1", + "-1.00", + "-$1.00", + "-1/2", + "-1E2", + "-1E02", + "-1E+02", + "1/0", + "0/0", + "-2147483648/-1", + "-9223372036854775808/-1", + "0.00", + "0..0", + ".", + "0.0.0", + "0,00", + "0,,0", + ",", + "0,0,0", + "0.0/0", + "1.0/0.0", + "0.0/0.0", + "1,0/0,0", + "0,0/0,0", + "--1", + "-", + "-.", + "-,", + "999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999", + "NaN", + "Infinity", + "-Infinity", + "0x0", + "0xffffffff", + "0xffffffffffffffff", + "0xabad1dea", + "123456789012345678901234567890123456789", + "1,000.00", + "1 000.00", + "1'000.00", + "1,000,000.00", + "1 000 000.00", + "1'000'000.00", + "1.000,00", + "1 000,00", + "1'000,00", + "1.000.000,00", + "1 000 000,00", + "1'000'000,00", + "01000", + "08", + "09", + "2.2250738585072011e-308", + ",./;'[]\\-=", + "<>?:\"{}|_+", + "!@#$%^&*()`~", + "Ω≈ç√∫˜µ≤≥÷", + "åß∂ƒ©˙∆˚¬…æ", + "œ∑´®†¥¨ˆøπ“‘", + "¡™£¢∞§¶•ªº–≠", + "¸˛Ç◊ı˜Â¯˘¿", + "ÅÍÎÏ˝ÓÔÒÚÆ☃", + "Œ„´‰ˇÁ¨ˆØ∏”’", + "`⁄€‹›fifl‡°·‚—±", + "⅛⅜⅝⅞", + "ЁЂЃЄЅІЇЈЉЊЋЌЍЎЏАБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмнопрстуфхцчшщъыьэюя", + "٠١٢٣٤٥٦٧٨٩", + "⁰⁴⁵", + "₀₁₂", + "⁰⁴⁵₀₁₂", + "'", + "\"", + "''", + "\"\"", + "'\"'", + "\"''''\"'\"", + "\"'\"'\"''''\"", + "田中さんにあげて下さい", + "パーティーへ行かないか", + "和製漢語", + "部落格", + "사회과학원 어학연구소", + "찦차를 타고 온 펲시맨과 쑛다리 똠방각하", + "社會科學院語學研究所", + "울란바토르", + "𠜎𠜱𠝹𠱓𠱸𠲖𠳏", + "ヽ༼ຈل͜ຈ༽ノ ヽ༼ຈل͜ຈ༽ノ ", + "(。◕ ∀ ◕。)", + "`ィ(´∀`∩", + "__ロ(,_,*)", + "・( ̄∀ ̄)・:*:", + "゚・✿ヾ╲(。◕‿◕。)╱✿・゚", + ",。・:*:・゜’( ☻ ω ☻ )。・:*:・゜’", + "(╯°□°)╯︵ ┻━┻) ", + "(ノಥ益ಥ)ノ ┻━┻", + "( ͡° ͜ʖ ͡°)", + "😍", + "👩🏽", + "👾 🙇 💁 🙅 🙆 🙋 🙎 🙍 ", + "🐵 🙈 🙉 🙊", + "❤️ 💔 💌 💕 💞 💓 💗 💖 💘 💝 💟 💜 💛 💚 💙", + "✋🏿 💪🏿 👐🏿 🙌🏿 👏🏿 🙏🏿", + "🚾 🆒 🆓 🆕 🆖 🆗 🆙 🏧", + "0️⃣ 1️⃣ 2️⃣ 3️⃣ 4️⃣ 5️⃣ 6️⃣ 7️⃣ 8️⃣ 9️⃣ 🔟", + "123", + "١٢٣", + "ثم نفس سقطت وبالتحديد،, جزيرتي باستخدام أن دنو. إذ هنا؟ الستار وتنصيب كان. أهّل ايطاليا، بريطانيا-فرنسا قد أخذ. سليمان، إتفاقية بين ما, يذكر الحدود أي بعد, معاملة بولندا، الإطلاق عل إيو.", + "בְּרֵאשִׁית, בָּרָא אֱלֹהִים, אֵת הַשָּׁמַיִם, וְאֵת הָאָרֶץ", + "הָיְתָהtestالصفحات التّحول", + "​", + " ", + "᠎", + " ", + "", + "␣", + "␢", + "␡", + "‪‪test‪", + "‫test‫", + "
test
", + "test⁠test‫", + "⁦test⁧", + "Ṱ̺̺̕o͞ ̷i̲̬͇̪͙n̝̗͕v̟̜̘̦͟o̶̙̰̠kè͚̮̺̪̹̱̤ ̖t̝͕̳̣̻̪͞h̼͓̲̦̳̘̲e͇̣̰̦̬͎ ̢̼̻̱̘h͚͎͙̜̣̲ͅi̦̲̣̰̤v̻͍e̺̭̳̪̰-m̢iͅn̖̺̞̲̯̰d̵̼̟͙̩̼̘̳ ̞̥̱̳̭r̛̗̘e͙p͠r̼̞̻̭̗e̺̠̣͟s̘͇̳͍̝͉e͉̥̯̞̲͚̬͜ǹ̬͎͎̟̖͇̤t͍̬̤͓̼̭͘ͅi̪̱n͠g̴͉ ͏͉ͅc̬̟h͡a̫̻̯͘o̫̟̖͍̙̝͉s̗̦̲.̨̹͈̣", + "̡͓̞ͅI̗̘̦͝n͇͇͙v̮̫ok̲̫̙͈i̖͙̭̹̠̞n̡̻̮̣̺g̲͈͙̭͙̬͎ ̰t͔̦h̞̲e̢̤ ͍̬̲͖f̴̘͕̣è͖ẹ̥̩l͖͔͚i͓͚̦͠n͖͍̗͓̳̮g͍ ̨o͚̪͡f̘̣̬ ̖̘͖̟͙̮c҉͔̫͖͓͇͖ͅh̵̤̣͚͔á̗̼͕ͅo̼̣̥s̱͈̺̖̦̻͢.̛̖̞̠̫̰", + "̗̺͖̹̯͓Ṯ̤͍̥͇͈h̲́e͏͓̼̗̙̼̣͔ ͇̜̱̠͓͍ͅN͕͠e̗̱z̘̝̜̺͙p̤̺̹͍̯͚e̠̻̠͜r̨̤͍̺̖͔̖̖d̠̟̭̬̝͟i̦͖̩͓͔̤a̠̗̬͉̙n͚͜ ̻̞̰͚ͅh̵͉i̳̞v̢͇ḙ͎͟-҉̭̩̼͔m̤̭̫i͕͇̝̦n̗͙ḍ̟ ̯̲͕͞ǫ̟̯̰̲͙̻̝f ̪̰̰̗̖̭̘͘c̦͍̲̞͍̩̙ḥ͚a̮͎̟̙͜ơ̩̹͎s̤.̝̝ ҉Z̡̖̜͖̰̣͉̜a͖̰͙̬͡l̲̫̳͍̩g̡̟̼̱͚̞̬ͅo̗͜.̟", + "̦H̬̤̗̤͝e͜ ̜̥̝̻͍̟́w̕h̖̯͓o̝͙̖͎̱̮ ҉̺̙̞̟͈W̷̼̭a̺̪͍į͈͕̭͙̯̜t̶̼̮s̘͙͖̕ ̠̫̠B̻͍͙͉̳ͅe̵h̵̬͇̫͙i̹͓̳̳̮͎̫̕n͟d̴̪̜̖ ̰͉̩͇͙̲͞ͅT͖̼͓̪͢h͏͓̮̻e̬̝̟ͅ ̤̹̝W͙̞̝͔͇͝ͅa͏͓͔̹̼̣l̴͔̰̤̟͔ḽ̫.͕", + "Z̮̞̠͙͔ͅḀ̗̞͈̻̗Ḷ͙͎̯̹̞͓G̻O̭̗̮", + "˙ɐnbᴉlɐ ɐuƃɐɯ ǝɹolop ʇǝ ǝɹoqɐl ʇn ʇunpᴉpᴉɔuᴉ ɹodɯǝʇ poɯsnᴉǝ op pǝs 'ʇᴉlǝ ƃuᴉɔsᴉdᴉpɐ ɹnʇǝʇɔǝsuoɔ 'ʇǝɯɐ ʇᴉs ɹolop ɯnsdᴉ ɯǝɹo˥", + "00˙Ɩ$-", + "The quick brown fox jumps over the lazy dog", + "𝐓𝐡𝐞 𝐪𝐮𝐢𝐜𝐤 𝐛𝐫𝐨𝐰𝐧 𝐟𝐨𝐱 𝐣𝐮𝐦𝐩𝐬 𝐨𝐯𝐞𝐫 𝐭𝐡𝐞 𝐥𝐚𝐳𝐲 𝐝𝐨𝐠", + "𝕿𝖍𝖊 𝖖𝖚𝖎𝖈𝖐 𝖇𝖗𝖔𝖜𝖓 𝖋𝖔𝖝 𝖏𝖚𝖒𝖕𝖘 𝖔𝖛𝖊𝖗 𝖙𝖍𝖊 𝖑𝖆𝖟𝖞 𝖉𝖔𝖌", + "𝑻𝒉𝒆 𝒒𝒖𝒊𝒄𝒌 𝒃𝒓𝒐𝒘𝒏 𝒇𝒐𝒙 𝒋𝒖𝒎𝒑𝒔 𝒐𝒗𝒆𝒓 𝒕𝒉𝒆 𝒍𝒂𝒛𝒚 𝒅𝒐𝒈", + "𝓣𝓱𝓮 𝓺𝓾𝓲𝓬𝓴 𝓫𝓻𝓸𝔀𝓷 𝓯𝓸𝔁 𝓳𝓾𝓶𝓹𝓼 𝓸𝓿𝓮𝓻 𝓽𝓱𝓮 𝓵𝓪𝔃𝔂 𝓭𝓸𝓰", + "𝕋𝕙𝕖 𝕢𝕦𝕚𝕔𝕜 𝕓𝕣𝕠𝕨𝕟 𝕗𝕠𝕩 𝕛𝕦𝕞𝕡𝕤 𝕠𝕧𝕖𝕣 𝕥𝕙𝕖 𝕝𝕒𝕫𝕪 𝕕𝕠𝕘", + "𝚃𝚑𝚎 𝚚𝚞𝚒𝚌𝚔 𝚋𝚛𝚘𝚠𝚗 𝚏𝚘𝚡 𝚓𝚞𝚖𝚙𝚜 𝚘𝚟𝚎𝚛 𝚝𝚑𝚎 𝚕𝚊𝚣𝚢 𝚍𝚘𝚐", + "⒯⒣⒠ ⒬⒰⒤⒞⒦ ⒝⒭⒪⒲⒩ ⒡⒪⒳ ⒥⒰⒨⒫⒮ ⒪⒱⒠⒭ ⒯⒣⒠ ⒧⒜⒵⒴ ⒟⒪⒢", + "<script>alert(123)</script>", + "<img src=x onerror=alert(123) />", + "<svg><script>123<1>alert(123)</script> ", + "\"><script>alert(123)</script>", + "'><script>alert(123)</script>", + "><script>alert(123)</script>", + "</script><script>alert(123)</script>", + "< / script >< script >alert(123)< / script >", + " onfocus=JaVaSCript:alert(123) autofocus ", + "\" onfocus=JaVaSCript:alert(123) autofocus ", + "' onfocus=JaVaSCript:alert(123) autofocus ", + "<script>alert(123)</script>", + "<sc<script>ript>alert(123)</sc</script>ript>", + "--><script>alert(123)</script>", + "\";alert(123);t=\"", + "';alert(123);t='", + "JavaSCript:alert(123)", + ";alert(123);", + "src=JaVaSCript:prompt(132)", + "\"><script>alert(123);</script x=\"", + "'><script>alert(123);</script x='", + "><script>alert(123);</script x=", + "\" autofocus onkeyup=\"javascript:alert(123)", + "' autofocus onkeyup='javascript:alert(123)", + "<script\\x20type=\"text/javascript\">javascript:alert(1);</script>", + "<script\\x3Etype=\"text/javascript\">javascript:alert(1);</script>", + "<script\\x0Dtype=\"text/javascript\">javascript:alert(1);</script>", + "<script\\x09type=\"text/javascript\">javascript:alert(1);</script>", + "<script\\x0Ctype=\"text/javascript\">javascript:alert(1);</script>", + "<script\\x2Ftype=\"text/javascript\">javascript:alert(1);</script>", + "<script\\x0Atype=\"text/javascript\">javascript:alert(1);</script>", + "'`\"><\\x3Cscript>javascript:alert(1)</script> ", + "'`\"><\\x00script>javascript:alert(1)</script>", + "ABC<div style=\"x\\x3Aexpression(javascript:alert(1)\">DEF", + "ABC<div style=\"x:expression\\x5C(javascript:alert(1)\">DEF", + "ABC<div style=\"x:expression\\x00(javascript:alert(1)\">DEF", + "ABC<div style=\"x:exp\\x00ression(javascript:alert(1)\">DEF", + "ABC<div style=\"x:exp\\x5Cression(javascript:alert(1)\">DEF", + "ABC<div style=\"x:\\x0Aexpression(javascript:alert(1)\">DEF", + "ABC<div style=\"x:\\x09expression(javascript:alert(1)\">DEF", + "ABC<div style=\"x:\\xE3\\x80\\x80expression(javascript:alert(1)\">DEF", + "ABC<div style=\"x:\\xE2\\x80\\x84expression(javascript:alert(1)\">DEF", + "ABC<div style=\"x:\\xC2\\xA0expression(javascript:alert(1)\">DEF", + "ABC<div style=\"x:\\xE2\\x80\\x80expression(javascript:alert(1)\">DEF", + "ABC<div style=\"x:\\xE2\\x80\\x8Aexpression(javascript:alert(1)\">DEF", + "ABC<div style=\"x:\\x0Dexpression(javascript:alert(1)\">DEF", + "ABC<div style=\"x:\\x0Cexpression(javascript:alert(1)\">DEF", + "ABC<div style=\"x:\\xE2\\x80\\x87expression(javascript:alert(1)\">DEF", + "ABC<div style=\"x:\\xEF\\xBB\\xBFexpression(javascript:alert(1)\">DEF", + "ABC<div style=\"x:\\x20expression(javascript:alert(1)\">DEF", + "ABC<div style=\"x:\\xE2\\x80\\x88expression(javascript:alert(1)\">DEF", + "ABC<div style=\"x:\\x00expression(javascript:alert(1)\">DEF", + "ABC<div style=\"x:\\xE2\\x80\\x8Bexpression(javascript:alert(1)\">DEF", + "ABC<div style=\"x:\\xE2\\x80\\x86expression(javascript:alert(1)\">DEF", + "ABC<div style=\"x:\\xE2\\x80\\x85expression(javascript:alert(1)\">DEF", + "ABC<div style=\"x:\\xE2\\x80\\x82expression(javascript:alert(1)\">DEF", + "ABC<div style=\"x:\\x0Bexpression(javascript:alert(1)\">DEF", + "ABC<div style=\"x:\\xE2\\x80\\x81expression(javascript:alert(1)\">DEF", + "ABC<div style=\"x:\\xE2\\x80\\x83expression(javascript:alert(1)\">DEF", + "ABC<div style=\"x:\\xE2\\x80\\x89expression(javascript:alert(1)\">DEF", + "<a href=\"\\x0Bjavascript:javascript:alert(1)\" id=\"fuzzelement1\">test</a>", + "<a href=\"\\x0Fjavascript:javascript:alert(1)\" id=\"fuzzelement1\">test</a>", + "<a href=\"\\xC2\\xA0javascript:javascript:alert(1)\" id=\"fuzzelement1\">test</a>", + "<a href=\"\\x05javascript:javascript:alert(1)\" id=\"fuzzelement1\">test</a>", + "<a href=\"\\xE1\\xA0\\x8Ejavascript:javascript:alert(1)\" id=\"fuzzelement1\">test</a>", + "<a href=\"\\x18javascript:javascript:alert(1)\" id=\"fuzzelement1\">test</a>", + "<a href=\"\\x11javascript:javascript:alert(1)\" id=\"fuzzelement1\">test</a>", + "<a href=\"\\xE2\\x80\\x88javascript:javascript:alert(1)\" id=\"fuzzelement1\">test</a>", + "<a href=\"\\xE2\\x80\\x89javascript:javascript:alert(1)\" id=\"fuzzelement1\">test</a>", + "<a href=\"\\xE2\\x80\\x80javascript:javascript:alert(1)\" id=\"fuzzelement1\">test</a>", + "<a href=\"\\x17javascript:javascript:alert(1)\" id=\"fuzzelement1\">test</a>", + "<a href=\"\\x03javascript:javascript:alert(1)\" id=\"fuzzelement1\">test</a>", + "<a href=\"\\x0Ejavascript:javascript:alert(1)\" id=\"fuzzelement1\">test</a>", + "<a href=\"\\x1Ajavascript:javascript:alert(1)\" id=\"fuzzelement1\">test</a>", + "<a href=\"\\x00javascript:javascript:alert(1)\" id=\"fuzzelement1\">test</a>", + "<a href=\"\\x10javascript:javascript:alert(1)\" id=\"fuzzelement1\">test</a>", + "<a href=\"\\xE2\\x80\\x82javascript:javascript:alert(1)\" id=\"fuzzelement1\">test</a>", + "<a href=\"\\x20javascript:javascript:alert(1)\" id=\"fuzzelement1\">test</a>", + "<a href=\"\\x13javascript:javascript:alert(1)\" id=\"fuzzelement1\">test</a>", + "<a href=\"\\x09javascript:javascript:alert(1)\" id=\"fuzzelement1\">test</a>", + "<a href=\"\\xE2\\x80\\x8Ajavascript:javascript:alert(1)\" id=\"fuzzelement1\">test</a>", + "<a href=\"\\x14javascript:javascript:alert(1)\" id=\"fuzzelement1\">test</a>", + "<a href=\"\\x19javascript:javascript:alert(1)\" id=\"fuzzelement1\">test</a>", + "<a href=\"\\xE2\\x80\\xAFjavascript:javascript:alert(1)\" id=\"fuzzelement1\">test</a>", + "<a href=\"\\x1Fjavascript:javascript:alert(1)\" id=\"fuzzelement1\">test</a>", + "<a href=\"\\xE2\\x80\\x81javascript:javascript:alert(1)\" id=\"fuzzelement1\">test</a>", + "<a href=\"\\x1Djavascript:javascript:alert(1)\" id=\"fuzzelement1\">test</a>", + "<a href=\"\\xE2\\x80\\x87javascript:javascript:alert(1)\" id=\"fuzzelement1\">test</a>", + "<a href=\"\\x07javascript:javascript:alert(1)\" id=\"fuzzelement1\">test</a>", + "<a href=\"\\xE1\\x9A\\x80javascript:javascript:alert(1)\" id=\"fuzzelement1\">test</a>", + "<a href=\"\\xE2\\x80\\x83javascript:javascript:alert(1)\" id=\"fuzzelement1\">test</a>", + "<a href=\"\\x04javascript:javascript:alert(1)\" id=\"fuzzelement1\">test</a>", + "<a href=\"\\x01javascript:javascript:alert(1)\" id=\"fuzzelement1\">test</a>", + "<a href=\"\\x08javascript:javascript:alert(1)\" id=\"fuzzelement1\">test</a>", + "<a href=\"\\xE2\\x80\\x84javascript:javascript:alert(1)\" id=\"fuzzelement1\">test</a>", + "<a href=\"\\xE2\\x80\\x86javascript:javascript:alert(1)\" id=\"fuzzelement1\">test</a>", + "<a href=\"\\xE3\\x80\\x80javascript:javascript:alert(1)\" id=\"fuzzelement1\">test</a>", + "<a href=\"\\x12javascript:javascript:alert(1)\" id=\"fuzzelement1\">test</a>", + "<a href=\"\\x0Djavascript:javascript:alert(1)\" id=\"fuzzelement1\">test</a>", + "<a href=\"\\x0Ajavascript:javascript:alert(1)\" id=\"fuzzelement1\">test</a>", + "<a href=\"\\x0Cjavascript:javascript:alert(1)\" id=\"fuzzelement1\">test</a>", + "<a href=\"\\x15javascript:javascript:alert(1)\" id=\"fuzzelement1\">test</a>", + "<a href=\"\\xE2\\x80\\xA8javascript:javascript:alert(1)\" id=\"fuzzelement1\">test</a>", + "<a href=\"\\x16javascript:javascript:alert(1)\" id=\"fuzzelement1\">test</a>", + "<a href=\"\\x02javascript:javascript:alert(1)\" id=\"fuzzelement1\">test</a>", + "<a href=\"\\x1Bjavascript:javascript:alert(1)\" id=\"fuzzelement1\">test</a>", + "<a href=\"\\x06javascript:javascript:alert(1)\" id=\"fuzzelement1\">test</a>", + "<a href=\"\\xE2\\x80\\xA9javascript:javascript:alert(1)\" id=\"fuzzelement1\">test</a>", + "<a href=\"\\xE2\\x80\\x85javascript:javascript:alert(1)\" id=\"fuzzelement1\">test</a>", + "<a href=\"\\x1Ejavascript:javascript:alert(1)\" id=\"fuzzelement1\">test</a>", + "<a href=\"\\xE2\\x81\\x9Fjavascript:javascript:alert(1)\" id=\"fuzzelement1\">test</a>", + "<a href=\"\\x1Cjavascript:javascript:alert(1)\" id=\"fuzzelement1\">test</a>", + "<a href=\"javascript\\x00:javascript:alert(1)\" id=\"fuzzelement1\">test</a>", + "<a href=\"javascript\\x3A:javascript:alert(1)\" id=\"fuzzelement1\">test</a>", + "<a href=\"javascript\\x09:javascript:alert(1)\" id=\"fuzzelement1\">test</a>", + "<a href=\"javascript\\x0D:javascript:alert(1)\" id=\"fuzzelement1\">test</a>", + "<a href=\"javascript\\x0A:javascript:alert(1)\" id=\"fuzzelement1\">test</a>", + "`\"'><img src=xxx:x \\x0Aonerror=javascript:alert(1)>", + "`\"'><img src=xxx:x \\x22onerror=javascript:alert(1)>", + "`\"'><img src=xxx:x \\x0Bonerror=javascript:alert(1)>", + "`\"'><img src=xxx:x \\x0Donerror=javascript:alert(1)>", + "`\"'><img src=xxx:x \\x2Fonerror=javascript:alert(1)>", + "`\"'><img src=xxx:x \\x09onerror=javascript:alert(1)>", + "`\"'><img src=xxx:x \\x0Conerror=javascript:alert(1)>", + "`\"'><img src=xxx:x \\x00onerror=javascript:alert(1)>", + "`\"'><img src=xxx:x \\x27onerror=javascript:alert(1)>", + "`\"'><img src=xxx:x \\x20onerror=javascript:alert(1)>", + "\"`'><script>\\x3Bjavascript:alert(1)</script>", + "\"`'><script>\\x0Djavascript:alert(1)</script>", + "\"`'><script>\\xEF\\xBB\\xBFjavascript:alert(1)</script>", + "\"`'><script>\\xE2\\x80\\x81javascript:alert(1)</script>", + "\"`'><script>\\xE2\\x80\\x84javascript:alert(1)</script>", + "\"`'><script>\\xE3\\x80\\x80javascript:alert(1)</script>", + "\"`'><script>\\x09javascript:alert(1)</script>", + "\"`'><script>\\xE2\\x80\\x89javascript:alert(1)</script>", + "\"`'><script>\\xE2\\x80\\x85javascript:alert(1)</script>", + "\"`'><script>\\xE2\\x80\\x88javascript:alert(1)</script>", + "\"`'><script>\\x00javascript:alert(1)</script>", + "\"`'><script>\\xE2\\x80\\xA8javascript:alert(1)</script>", + "\"`'><script>\\xE2\\x80\\x8Ajavascript:alert(1)</script>", + "\"`'><script>\\xE1\\x9A\\x80javascript:alert(1)</script>", + "\"`'><script>\\x0Cjavascript:alert(1)</script>", + "\"`'><script>\\x2Bjavascript:alert(1)</script>", + "\"`'><script>\\xF0\\x90\\x96\\x9Ajavascript:alert(1)</script>", + "\"`'><script>-javascript:alert(1)</script>", + "\"`'><script>\\x0Ajavascript:alert(1)</script>", + "\"`'><script>\\xE2\\x80\\xAFjavascript:alert(1)</script>", + "\"`'><script>\\x7Ejavascript:alert(1)</script>", + "\"`'><script>\\xE2\\x80\\x87javascript:alert(1)</script>", + "\"`'><script>\\xE2\\x81\\x9Fjavascript:alert(1)</script>", + "\"`'><script>\\xE2\\x80\\xA9javascript:alert(1)</script>", + "\"`'><script>\\xC2\\x85javascript:alert(1)</script>", + "\"`'><script>\\xEF\\xBF\\xAEjavascript:alert(1)</script>", + "\"`'><script>\\xE2\\x80\\x83javascript:alert(1)</script>", + "\"`'><script>\\xE2\\x80\\x8Bjavascript:alert(1)</script>", + "\"`'><script>\\xEF\\xBF\\xBEjavascript:alert(1)</script>", + "\"`'><script>\\xE2\\x80\\x80javascript:alert(1)</script>", + "\"`'><script>\\x21javascript:alert(1)</script>", + "\"`'><script>\\xE2\\x80\\x82javascript:alert(1)</script>", + "\"`'><script>\\xE2\\x80\\x86javascript:alert(1)</script>", + "\"`'><script>\\xE1\\xA0\\x8Ejavascript:alert(1)</script>", + "\"`'><script>\\x0Bjavascript:alert(1)</script>", + "\"`'><script>\\x20javascript:alert(1)</script>", + "\"`'><script>\\xC2\\xA0javascript:alert(1)</script>", + "<img \\x00src=x onerror=\"alert(1)\">", + "<img \\x47src=x onerror=\"javascript:alert(1)\">", + "<img \\x11src=x onerror=\"javascript:alert(1)\">", + "<img \\x12src=x onerror=\"javascript:alert(1)\">", + "<img\\x47src=x onerror=\"javascript:alert(1)\">", + "<img\\x10src=x onerror=\"javascript:alert(1)\">", + "<img\\x13src=x onerror=\"javascript:alert(1)\">", + "<img\\x32src=x onerror=\"javascript:alert(1)\">", + "<img\\x47src=x onerror=\"javascript:alert(1)\">", + "<img\\x11src=x onerror=\"javascript:alert(1)\">", + "<img \\x47src=x onerror=\"javascript:alert(1)\">", + "<img \\x34src=x onerror=\"javascript:alert(1)\">", + "<img \\x39src=x onerror=\"javascript:alert(1)\">", + "<img \\x00src=x onerror=\"javascript:alert(1)\">", + "<img src\\x09=x onerror=\"javascript:alert(1)\">", + "<img src\\x10=x onerror=\"javascript:alert(1)\">", + "<img src\\x13=x onerror=\"javascript:alert(1)\">", + "<img src\\x32=x onerror=\"javascript:alert(1)\">", + "<img src\\x12=x onerror=\"javascript:alert(1)\">", + "<img src\\x11=x onerror=\"javascript:alert(1)\">", + "<img src\\x00=x onerror=\"javascript:alert(1)\">", + "<img src\\x47=x onerror=\"javascript:alert(1)\">", + "<img src=x\\x09onerror=\"javascript:alert(1)\">", + "<img src=x\\x10onerror=\"javascript:alert(1)\">", + "<img src=x\\x11onerror=\"javascript:alert(1)\">", + "<img src=x\\x12onerror=\"javascript:alert(1)\">", + "<img src=x\\x13onerror=\"javascript:alert(1)\">", + "<img[a][b][c]src[d]=x[e]onerror=[f]\"alert(1)\">", + "<img src=x onerror=\\x09\"javascript:alert(1)\">", + "<img src=x onerror=\\x10\"javascript:alert(1)\">", + "<img src=x onerror=\\x11\"javascript:alert(1)\">", + "<img src=x onerror=\\x12\"javascript:alert(1)\">", + "<img src=x onerror=\\x32\"javascript:alert(1)\">", + "<img src=x onerror=\\x00\"javascript:alert(1)\">", + "<a href=java script:javascript:alert(1)>XXX</a>", + "<img src=\"x` `<script>javascript:alert(1)</script>\"` `>", + "<img src onerror /\" '\"= alt=javascript:alert(1)//\">", + "<title onpropertychange=javascript:alert(1)>", + "<a href=http://foo.bar/#x=`y></a><img alt=\"`><img src=x:x onerror=javascript:alert(1)></a>\">", + "<!--[if]><script>javascript:alert(1)</script -->", + "<!--[if<img src=x onerror=javascript:alert(1)//]> -->", + "<script src=\"/\\%(jscript)s\"></script>", + "<script src=\"\\\\%(jscript)s\"></script>", + "<IMG \"\"\"><SCRIPT>alert(\"XSS\")</SCRIPT>\">", + "<IMG SRC=javascript:alert(String.fromCharCode(88,83,83))>", + "<IMG SRC=# onmouseover=\"alert('xxs')\">", + "<IMG SRC= onmouseover=\"alert('xxs')\">", + "<IMG onmouseover=\"alert('xxs')\">", + "<IMG SRC=javascript:alert('XSS')>", + "<IMG SRC=javascript:alert('XSS')>", + "<IMG SRC=javascript:alert('XSS')>", + "<IMG SRC=\"jav ascript:alert('XSS');\">", + "<IMG SRC=\"jav ascript:alert('XSS');\">", + "<IMG SRC=\"jav ascript:alert('XSS');\">", + "<IMG SRC=\"jav ascript:alert('XSS');\">", + "perl -e 'print \"<IMG SRC=java\\0script:alert(\\\"XSS\\\")>\";' > out", + "<IMG SRC=\"  javascript:alert('XSS');\">", + "<SCRIPT/XSS SRC=\"http://ha.ckers.org/xss.js\"></SCRIPT>", + "<BODY onload!#$%&()*~+-_.,:;?@[/|\\]^`=alert(\"XSS\")>", + "<SCRIPT/SRC=\"http://ha.ckers.org/xss.js\"></SCRIPT>", + "<<SCRIPT>alert(\"XSS\");//<</SCRIPT>", + "<SCRIPT SRC=http://ha.ckers.org/xss.js?< B >", + "<SCRIPT SRC=//ha.ckers.org/.j>", + "<IMG SRC=\"javascript:alert('XSS')\"", + "<iframe src=http://ha.ckers.org/scriptlet.html <", + "\\\";alert('XSS');//", + "1;DROP TABLE users", + "1'; DROP TABLE users-- 1", + "' OR 1=1 -- 1", + "' OR '1'='1", + "-", + "--", + "--version", + "--help", + "$USER", + "/dev/null; touch /tmp/blns.fail ; echo", + "`touch /tmp/blns.fail`", + "$(touch /tmp/blns.fail)", + "@{[system \"touch /tmp/blns.fail\"]}", + "eval(\"puts 'hello world'\")", + "System(\"ls -al /\")", + "`ls -al /`", + "Kernel.exec(\"ls -al /\")", + "Kernel.exit(1)", + "%x('ls -al /')", + "<?xml version=\"1.0\" encoding=\"ISO-8859-1\"?><!DOCTYPE foo [ <!ELEMENT foo ANY ><!ENTITY xxe SYSTEM \"file:///etc/passwd\" >]><foo>&xxe;</foo>", + "$HOME", + "$ENV{'HOME'}", + "%d", + "%s", + "%*.*s", + "../../../../../../../../../../../etc/passwd%00", + "../../../../../../../../../../../etc/hosts", + "() { 0; }; touch /tmp/blns.shellshock1.fail;", + "() { _; } >_[$($())] { touch /tmp/blns.shellshock2.fail; }", + "CON", + "PRN", + "AUX", + "CLOCK$", + "NUL", + "A:", + "ZZ:", + "COM1", + "LPT1", + "LPT2", + "LPT3", + "COM2", + "COM3", + "COM4", + "If you're reading this, you've been in a coma for almost 20 years now. We're trying a new technique. We don't know where this message will end up in your dream, but we hope it works. Please wake up, we miss you.", + "Roses are \u001b[0;31mred\u001b[0m, violets are \u001b[0;34mblue. Hope you enjoy terminal hue", + "But now...\u001b[20Cfor my greatest trick...\u001b[8m", + "The quic\b\b\b\b\b\bk brown fo\u0007\u0007\u0007\u0007\u0007\u0007\u0007\u0007\u0007\u0007\u0007x... [Beeeep]", "Powerلُلُصّبُلُلصّبُررً ॣ ॣh ॣ ॣ冗" -] \ No newline at end of file +] From 98659a09df1d33e0ee4006627ef7f4c6991bf125 Mon Sep 17 00:00:00 2001 From: Pascal Christoph <christoph@hbz-nrw.de> Date: Fri, 17 May 2024 16:31:15 +0200 Subject: [PATCH 3/3] Check the editorconfig via Github-Action (#1997) --- .github/workflows/build.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0779c1f23..feb000dc0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -33,7 +33,9 @@ jobs: ./gradlew publishToMavenLocal cd .. - name: Build with Maven - run: mvn install + run: | + mvn install + mvn editorconfig:check - name: Cache SBT uses: actions/cache@v3 with:
@optional(doc, "startDate", "", "").split("[,;]")(0) @tags.star_button(id)