-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Verschiebe "91 Euregio" nach "07 Europaregionen" plus Untergliederung #502
Comments
On 07.11.19 15:54, U.P. wrote:
|
Es scheint noch Einträge zu geben, wo die Angabe der konkreten Euregion fehlt, sieh z.B. http://lobid.org/hbz01/HT019868557. Damit wir eine Liste aller Einträge mit Notation Momentan wird allein ein <datafield tag="700" ind1="n" ind2="1">
<subfield code="a">91</subfield>
<subfield code="b">Euregio Rhein-Waal (Sitz: Kleve)</subfield>
</datafield>
<datafield tag="700" ind1="n" ind2="1">
<subfield code="a">91</subfield>
<subfield code="b">Euregio Rhein-Maas-Nord (Sitz: Mönchengladbach)</subfield>
</datafield> {
"spatial":[
{
"id":"https://nwbib.de/spatial#N91",
"type":[
"Concept"
],
"source":{
"id":"https://nwbib.de/spatial",
"label":"Raumsystematik der Nordrhein-Westfälischen Bibliographie"
},
"notation":"91",
"label":"Euregio"
}
]
} Das Mein Vorschlag für das weitere Vorgehen:
|
@dr0i kannst du die Morph so anpassen, dass bei Notation |
@dr0i hat mich darauf hingewiesen, dass ich kein Beispiel für den Soll-Zustand geliefert habe, was ich nun nachhole. Für das in #502 (comment) genannte Beispiel, soll das Ergebnis wie folgt aussehen: {
"coverage":[
"Euregio Rhein-Waal (Sitz: Kleve) | 91",
"Euregio Rhein-Maas-Nord (Sitz: Mönchengladbach) | 91"
],
"spatial":[
{
"id":"https://nwbib.de/spatial#Q1374348",
"type":[
"Concept"
],
"source":{
"id":"https://nwbib.de/spatial",
"label":"Raumsystematik der Nordrhein-Westfälischen Bibliographie"
},
"label":"Euregio Rhein-Waal (Sitz: Kleve)",
"focus":{
"id":"http://www.wikidata.org/entity/Q1374348",
"type":"https://www.wikidata.org/entity/Q153026"
}
},
{
"id":"https://nwbib.de/spatial#Q1374344",
"type":[
"Concept"
],
"source":{
"id":"https://nwbib.de/spatial",
"label":"Raumsystematik der Nordrhein-Westfälischen Bibliographie"
},
"label":"Euregio Rhein-Maas-Nord (Sitz: Mönchengladbach)",
"focus":{
"id":"http://www.wikidata.org/entity/Q1374344",
"type":"https://www.wikidata.org/entity/Q153026"
}
}
]
} |
- filter out "Sitz:" beacuse this is not in wikidata - add query boolean only if region code exists - adjust test resources geo_nwbib in wikidataEntities.json - add test resource - add "91" when evaluating 700n[-1].a See hbz/nwbib#502.
Resolves #503 See https://nwbib.de/spatial See also #502 See also #504
Deployed to production, closing. |
Zu berücksichtigen in #465. |
H.S. schreibt am 2019-10-22:
The text was updated successfully, but these errors were encountered: