hbz / lobid

Linking Open Bibliographic Data
https://lobid.org/
Eclipse Public License 2.0
16 stars 4 forks source link

PreferredNameForTheWork occurs at entities where it shouldn't and aren't in sync with PreferredName #144

Closed acka47 closed 8 years ago

acka47 commented 9 years ago

Subticket to #139.

Example http://test.lobid.org/resource?id=HT018312899&format=full:

{"@graph": [
    {
      "@id": "http://d-nb.info/gnd/1023391147",
      "preferredName": "Maes, Sientje",
      "preferredNameForThePerson": "Maes, Sientje"
    },
    {
      "@id": "http://d-nb.info/gnd/4049716-1",
      "preferredName": "Rezeption",
      "preferredNameForTheSubjectHeading": "Rezeption",
      "preferredNameForTheWork": "<<Der>> Cid"
    },
    {
      "@id": "http://d-nb.info/gnd/4124796-6",
      "preferredName": "Dramaturgie",
      "preferredNameForTheSubjectHeading": "Dramaturgie",
      "preferredNameForTheWork": "<<Der>> Cid"
    },
    {
      "@id": "http://d-nb.info/gnd/7683386-0",
      "preferredName": "Grabbe, Christian Dietrich: Der Cid",
      "preferredNameForTheWork": "<<Der>> Cid"
    }
  ]}

Two problems:

dr0i commented 9 years ago

Still a problem with work title - shouldn't have preferredNameForThePerson:

{"@id": "http://d-nb.info/gnd/7683386-0",
"preferredName": "Grabbe, Christian Dietrich: Der Cid",
"preferredNameForThePerson": "Grabbe, Christian Dietrich: Der Cid",
"preferredNameForTheWork": "Grabbe, Christian Dietrich: Der Cid"},
dr0i commented 9 years ago

This issue seems to be resolved. @acka47 please have a look, too.

acka47 commented 9 years ago

+1. Closing.

dr0i commented 8 years ago

The problem reported in https://github.com/hbz/lobid/issues/144#issuecomment-105980315 is still/again a problem. Reopening ticket.

dr0i commented 8 years ago

Uh, there is a ticket for this issue (hbz/lobid#267) so this one can stay closed.