-
Notifications
You must be signed in to change notification settings - Fork 5
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
Improve display of mapping relations expressed with SKOS #312
Comments
Any plans for this? |
Yes, they are as {
"closeMatch":[
{
"id":"https://data.bnf.fr/ark:/12148/cb119712096",
"label":"https://data.bnf.fr/ark:/12148/cb119712096"
},
{
"id":"https://data.bnf.fr/ark:/12148/cb16269444g",
"label":"https://data.bnf.fr/ark:/12148/cb16269444g"
},
{
"id":"http://id.loc.gov/authorities/subjects/sh85049452",
"label":"http://id.loc.gov/authorities/subjects/sh85049452"
},
{
"id":"http://purl.org/bncf/tid/1712",
"label":"http://purl.org/bncf/tid/1712"
}
]
}
You are right, this is not ideal. AFAIK, currently, we do not have any configuration option for the labels but only use the labels from GND Ontology. As |
Currently, all SKOS mapping relations are used in GND data: In the UI:
Looking at |
Looks like we will have to adjust: lobid-gnd/app/models/GndOntology.java Lines 60 to 62 in 475fda2
and: lobid-gnd/test/models/GndOntologyLabelTests.java Lines 39 to 41 in 475fda2
Fancy a PR, @rettinghaus ? |
done 😃 |
It would be nice if the MACS-Mapping cross concordance information could be integrated/displayed somehow in the HTML view.
Maybe just add the corresponding links in the
Siehe auch
row?Example: https://d-nb.info/gnd/4154647-7
See also: https://wiki.dnb.de/display/GND/GND-Mappings+zu+externen+Thesauri
The text was updated successfully, but these errors were encountered: