VIVO-1047: switched display of middle and first names for vcard individuals when listed as authors on information resources.
This commit is contained in:
parent
9500230492
commit
9d0a661021
1 changed files with 1 additions and 1 deletions
|
@ -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 .
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue