-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
567 contained examples of work #671
Conversation
8e692cf
to
3191010
Compare
Will put the changes later on test. For Is it necessary to include the type |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This already looks quite good. I commented on the examples and suggested two changes.
Is it necessary to include the type
Work
if the properties are called "exampleOfWork" and "containsExampleOfWork"?
We should have a type for every object if possible. So if it doesn't create any problems I suggest to keep/add it.
Because there is no GND-Id for the creators I also added the living statistics at the end of the names.
Very good. As noted in the comment on https://github.com/hbz/lobid-resources/pull/671/files#diff-9dcab9b0d92cdc0904d7aa5a68497b6d it is still missing for some.
I didn't include MAB
521
because it has nothing to do with work titles.
These might not be "work titles" in the librarian sense that they put work into making them unambiguous. However, it might make sense to use the same approach for modeling this in RDF. I am not sure about this. Let's discuss this at hbz/lobid#287 later.
"type" : [ "Work" ] | ||
}, { | ||
"creatorOfWork" : "Wagner, Richard 1813-1883", | ||
"id" : "http://d-nb.info/gnd/300169914", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks very similar to the one above but it has a different GND ID. To make the difference between those clear, we will also have to add the sub title from sub field u
, here <subfield code="u">Trauermarsch</subfield>
. See also #556 (comment).
@@ -30,6 +30,10 @@ | |||
} | |||
}, | |||
"edition" : [ "Score and parts" ], | |||
"exampleOfWork" : { | |||
"id" : "http://d-nb.info/gnd/107360974X", | |||
"label" : "Momento capriccioso" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It would be nice to also add the information from subfields p
and d
like we do e.g. at https://github.com/hbz/lobid-resources/pull/671/files#diff-5dd561891677f7164f7d7c47a1d0438b.
Added the improvements to test. See HT018857620 (test, json) for subfield |
+1 from except for one last small change. I checked the GND and it uses periods as delimiter between title and subtitle(s), see e.g. http://d-nb.info/gnd/300169914. I think we should also do so. Also, http://test.lobid.org/resources/CT003012479.json looks good for me (except for the encoding which generally is problematic on test): {
"id" : "http://lobid.org/resources/CT003012479#!",
"exampleOfWork" : {
"label" : "<<La>> Belisa Ossia La Fedeltá Riconosciuta",
"type" : [ "Work" ]
}
} |
For the new changes look at HT018857620 (json, test). For example: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Everything looks good now. Thanks for aligning the presentation with the GND! +1
…567-containedExamplesOfWork
…567-containedExamplesOfWork
+1 |
Deployed to staging, see e.g. http://stage.lobid.org/resources/HT018857620.json. |
Deployed to production, see e.g. http://lobid.org/resources/HT018857620.json. |
Resolves #567
Also #516 and lobid/lodmill#784