VIVO-1047: switched display of middle and first names for vcard individuals when listed as authors on information resources.

This commit is contained in:
Tim Worrall 2015-08-20 12:17:39 -04:00
parent 9500230492
commit 9d0a661021

View file

@ -37,7 +37,7 @@
bind ( COALESCE(?firstName, "") As ?firstName1) .
bind ( COALESCE(?middleName, "") As ?middleName1) .
bind ( COALESCE(?lastName, "") As ?lastName1) .
bind (concat(str(?lastName1 + ", "),str(?middleName1 + " "),str(?firstName1)) as ?authorName) .
bind (concat(str(?lastName1 + ", "),str(?firstName1 + " "),str(?middleName1)) as ?authorName) .
OPTIONAL { ?authorship core:relates ?author .
?author a vcard:Kind .