VIVO-1046: ensure that vcard individuals with only a last name display in the list of authors for information resources

This commit is contained in:
Tim Worrall 2015-08-20 10:41:26 -04:00
parent 08b15990be
commit 9500230492

View file

@ -31,8 +31,8 @@
OPTIONAL { ?authorship core:relates ?author .
?author a vcard:Kind .
?author vcard:hasName ?vName .
?vName vcard:givenName ?firstName .
?vName vcard:familyName ?lastName .
OPTIONAL { ?vName vcard:givenName ?firstName . }
OPTIONAL { ?vName core:middleName ?middleName . }
bind ( COALESCE(?firstName, "") As ?firstName1) .
bind ( COALESCE(?middleName, "") As ?middleName1) .