dainst / ariadne-portal

MIT License
0 stars 1 forks source link

empty objects in aat.broader #147

Open borsna opened 8 years ago

borsna commented 8 years ago

http://ariadne-portal.dcu.gr:9200/aat/terms/300201790

...
"id": "300201790",
"broader": [
  { }
],
"uri": "http://vocab.getty.edu/aat/300201790",
"altLabels": [ ],
...

Another example where there is an empty object as the first item: http://ariadne-portal.dcu.gr:9200/aat/terms/300265203

...
"id": "300265203",
"broader": [
  { },
  {
   "prefLabel": "connoisseurship",
   "id": "300056111",
   "uri": "http://vocab.getty.edu/aat/300056111"
 }
],
"uri": "http://vocab.getty.edu/aat/300265203",
...

Guessing this is some error when the terms.broader is populated?