hbz / nwbib

Die Nordrhein-Westfälische Bibliographie
http://nwbib.de
3 stars 2 forks source link

Anpassung der nwbib.de App #474

Closed acka47 closed 5 years ago

acka47 commented 5 years ago

Depends on #468 bzw. sollte gemeinsam deployt werden. Mit der Anpassung der lobid-resources Datenstruktur für räumliche Inhaltserschließung (und der URIs für die Sachklassifikation) müssen auch die entsprechenden Funktionen in nwbib.de angepasst werden. Dies sind alle Funktionen, die bisher auf Daten mit subject.source.id: "http://purl.org/lobid/nwbib-spatial" oder spatial zugreifen:

acka47 commented 5 years ago

Hier sind die gemachten Anpassungen im Überblick:

Zur Veranschaulichung, hier ein Snippet von HT017150239:

{
   "id":"http://lobid.org/resources/HT017150239#!",
   "subject":[
      {
         "type":[
            "ComplexSubject"
         ],
         "componentList":[
            {
               "id":"http://d-nb.info/gnd/7856688-5",
               "type":[
                  "CorporateBody"
               ],
               "gndIdentifier":"7856688-5",
               "source":{
                  "id":"http://d-nb.info/gnd/7749153-1",
                  "label":"Gemeinsame Normdatei (GND)"
               },
               "label":"Westfalen-Lippe. Amt für Denkmalpflege in Westfalen, Fachbereich Praktische Denkmalpflege und Baukultur"
            }
         ],
         "label":"Westfalen-Lippe, Amt für Denkmalpflege in Westfalen, Fachbereich Praktische Denkmalpflege und Baukultur"
      },
      {
         "id":"https://nwbib.de/subjects#N844200",
         "source":{
            "id":"https://nwbib.de/subjects",
            "label":"Sachsystematik der Nordrhein-Westfälischen Bibliographie"
         },
         "notation":"844200",
         "label":"Denkmalpflege. Denkmalschutz"
      }
   ],
   "spatial":[
      {
         "id":"https://nwbib.de/spatial#N05",
         "type":[
            "Concept"
         ],
         "source":{
            "id":"https://nwbib.de/spatial",
            "label":"Raumsystematik der Nordrhein-Westfälischen Bibliographie"
         },
         "notation":"05",
         "label":"Westfalen"
      },
      {
         "focus":{
            "id":"http://www.wikidata.org/entity/Q2742",
            "geo":{
               "lat":51.9625,
               "lon":7.6255555555556
            },
            "type":[
               "http://www.wikidata.org/entity/Q22865",
               "http://www.wikidata.org/entity/Q262166",
               "http://www.wikidata.org/entity/Q707813",
               "http://www.wikidata.org/entity/Q1549591",
               "http://www.wikidata.org/entity/Q42744322"
            ]
         },
         "id":"https://nwbib.de/spatial#Q2742",
         "type":[
            "Concept"
         ],
         "label":"Münster",
         "source":{
            "id":"https://nwbib.de/spatial",
            "label":"Raumsystematik der Nordrhein-Westfälischen Bibliographie"
         }
      }
   ]
}
acka47 commented 5 years ago

Wie besprochen kann die Umsetzung nun mit dem small-testset-Index implementiert und getestet werden.

fsteeg commented 5 years ago

Deployed to test (with small test set): https://test.nwbib.de/

acka47 commented 5 years ago

+1 für die kleine Testmenge. @dr0i, bitte für staging-Index umsetzen, für 2. Testphase.

dr0i commented 5 years ago

Indexed to resources-staging. Switched https://test.nwbib.de/ to use this new index. @acka47 die 2. Testphase kann beginnen.

fsteeg commented 5 years ago

Enabled filtering of zero hit entries in classifications, deployed https://github.com/hbz/lobid-resources/pull/996 to http://stage.lobid.org/resources, switched https://test.nwbib.de to use http://stage.lobid.org/resources

acka47 commented 5 years ago

The "Regionen" filter does not work. Example:

  1. Search for "kohle" you get 1779 hits and it says "237" hits for Ruhrgebiet in the "Regionen" filter
  2. Clicking on it will change the header ("1770 Treffer in Regionen > 20 Ruhrgebiet") but the results are not filtered at all.
fsteeg commented 5 years ago

Redeployed, see https://test.nwbib.de/search?q=kohle

acka47 commented 5 years ago

+1

fsteeg commented 5 years ago

To be deployed on Monday (2019-06-03).