Permalink
Browse files

Add label itself to alias name resolver

For author missing aspect only aliases was looked up, - not the label itself.
  • Loading branch information...
fnielsen committed Jan 16, 2019
1 parent 3e535b2 commit dffc8362a7dbb7decc3004393c65241fe4ae5f81
Showing with 1 addition and 1 deletion.
  1. +1 −1 scholia/app/templates/author_missing.html
@@ -15,7 +15,7 @@
WHERE {
{
SELECT DISTINCT ?author_name {
wd:{{ q }} skos:altLabel ?author_name_ .
wd:{{ q }} skos:altLabel | rdfs:label ?author_name_ .
# The SELECT-DISTINCT-BIND trick here is due to Stanislav Kralin
# https://stackoverflow.com/questions/53933564

0 comments on commit dffc836

Please sign in to comment.