From 9d0a661021e22127dd45c53eb4176c2c65b2bb2a Mon Sep 17 00:00:00 2001 From: Tim Worrall Date: Thu, 20 Aug 2015 12:17:39 -0400 Subject: [PATCH] VIVO-1047: switched display of middle and first names for vcard individuals when listed as authors on information resources. --- .../config/listViewConfig-informationResourceInAuthorship.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/productMods/config/listViewConfig-informationResourceInAuthorship.xml b/productMods/config/listViewConfig-informationResourceInAuthorship.xml index 13b6a58c..f746d0b9 100644 --- a/productMods/config/listViewConfig-informationResourceInAuthorship.xml +++ b/productMods/config/listViewConfig-informationResourceInAuthorship.xml @@ -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 .