LD4P / qa_server

A rails engine with questioning authority gem installed to serve as an authority search server with normalized results.
Apache License 2.0
5 stars 2 forks source link

Getty AAT blank id and label for broader terms (new indexing) #418

Open elrayle opened 3 years ago

elrayle commented 3 years ago

Description

Broader terms in extended context for GETTY_AAT have empty arrays for id and label.

Query: https://lookup-int.ld4l.org/authorities/search/linked_data/getty_aat_ld4l_cache/Activities?q=events&maxRecords=1&context=true

Extended context excerpt for broader term:

{
  "group": "Hierarchies",
  "property": "Broader",
  "values": [
    {
      "uri": "http://vocab.getty.edu/aat/300162261",
      "id": [],
      "label": []
    }
  ],
  "selectable": true,
  "drillable": true
},

Exploration