Skip to content
This repository has been archived by the owner on Jun 23, 2020. It is now read-only.

List subjects without GND ID in subject array #23

Closed
acka47 opened this issue Jan 21, 2016 · 8 comments · Fixed by hbz/lobid-resources#100
Closed

List subjects without GND ID in subject array #23

acka47 opened this issue Jan 21, 2016 · 8 comments · Fixed by hbz/lobid-resources#100
Assignees
Labels

Comments

@acka47
Copy link
Contributor

acka47 commented Jan 21, 2016

As far as I can see, subjects without GND ID are currently not listed as object without @id (i..e. blank node) in the subject array. This probably would make sense for querying etc.

(Just sitting in the DINI AG KIM Titeldaten meeting where this is discussed.)

@acka47 acka47 self-assigned this Jan 21, 2016
@acka47 acka47 changed the title List subjects and persons without GND id in subject/creator/contributor array List subjects without GND ID in subject array Jan 21, 2016
@acka47
Copy link
Contributor Author

acka47 commented Jan 21, 2016

Very similar to #17 which deals with persons without GND ID [edit: and also https://github.com/hbz/lobid/issues/302 which deals with corporate bodies]. Adjusted the title and description to cover subjects.

@acka47
Copy link
Contributor Author

acka47 commented Jan 22, 2016

We must use the same generic property for the label as we do for the other subject, currently this is gnd:preferredName. Example:

{
   "@context":"http://lobid.org/download/contextTmp.json",
   "@id":"http://lobid.org/resources/TT002234459#!",
   "subject":[
      {
         "@id":"http://d-nb.info/gnd/4114067-9",
         "preferredName":"Jakobsweg",
         "preferredNameForThePlaceOrGeographicName":"Jakobsweg"
      },
      {
         "@id":"http://d-nb.info/gnd/4049787-2",
         "preferredName":"Rhein-Lahn-Kreis",
         "preferredNameForThePlaceOrGeographicName":"Rhein-Lahn-Kreis"
      },
      {
         "@id":"http://dewey.info/class/914/"
      },
       {
         "preferredName":"Karte"
      }
   ],
   "subjectOrder":[
      "http://d-nb.info/gnd/4049787-2, http://d-nb.info/gnd/4114067-9, Karte"
   ]
}

@acka47
Copy link
Contributor Author

acka47 commented Jan 26, 2016

It might make sense to add the type gnd:SubjectHeading to the subjects wihtout GND ID. I am not sure, though.

@acka47 acka47 assigned dr0i and unassigned acka47 Jan 26, 2016
@acka47 acka47 added the ready label Jan 26, 2016
@acka47 acka47 added the API 2.0 label Feb 25, 2016
@acka47
Copy link
Contributor Author

acka47 commented Jul 26, 2016

@dr0i When you start working on API 2.0 issues, remember that I created some example files, see hbz/lobid-resources#79 (comment).

@dr0i
Copy link
Member

dr0i commented Aug 30, 2016

[...] remember that I created some example files,

What shall I do with these - seems to be a whole other issue, no?

@dr0i dr0i assigned acka47 and unassigned dr0i Aug 30, 2016
@dr0i
Copy link
Member

dr0i commented Aug 30, 2016

Deployed small test set to staging, see e.g. http://staging.lobid.org/resources/TT002234459.

@acka47
Copy link
Contributor Author

acka47 commented Aug 30, 2016

+1 looks good, e.g. http://staging.lobid.org/resources/BT000128754.

The example you link to (http://staging.lobid.org/resources/TT002234459) reminds me that we should consider removing those subject strings from the subject array that we use for type/medium information (i.e. the "Formschlagwörter" like "Karte" and "Aufsatzsammlung"). See also hbz/lobid#54.

@dr0i
Copy link
Member

dr0i commented Sep 15, 2016

Don't know why this was opened again. Closing.

@dr0i dr0i closed this as completed Sep 15, 2016
@dr0i dr0i removed the deploy label Sep 15, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants