hbz / lobid

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

Confusing colon in some subject chains #307

Closed acka47 closed 7 years ago

acka47 commented 8 years ago

Working on https://github.com/hbz/nwbib/issues/317 @fsteeg and me noticed some strange subject chains with a leading : or with subjects starting with a :.

Examples:

http://nwbib.de/HT015854197 http://nwbib.de/HT018529018

The colons are added in front of the content from subfield t. E.g. the source of HT018529018 includes this:

<datafield tag="902" ind1="-" ind2="1">
  <subfield code="t">Antikensammlungen Ursula und Karl-Heinz Preuß</subfield>
  <subfield code="9">(DE-588)1062588460</subfield>
</datafield>

The relevant part in the current morph is lines 35-45.

dr0i commented 7 years ago

If this is about to change the old data I would suggest to open an issue at the proper repo (resp. I would argue to to use the new API2.0 of course).

For the API2-0 data, there was an issue with the label which is fixed with #426, see e.g. http://lobid.org/resources/HT015854197 vs. http://test.lobid.org/resources/HT015854197.

acka47 commented 7 years ago

Moving this in the backlog in the same repo. Hopefully, this will be fixed when we will move to API 2.0 at some point...

acka47 commented 7 years ago

In API 2.0 we donÄt have and don't need subjectChain anymore. Closing.