From 0c0732ef83203722f8f1c0dee62877354cb6046d Mon Sep 17 00:00:00 2001 From: Graham Triggs Date: Tue, 24 Nov 2015 15:20:32 +0000 Subject: [PATCH] [VIVO-1218] Fix user of vCard in the Construct model for IR in Authorship --- ...Config-informationResourceInAuthorship.xml | 20 ++----------------- 1 file changed, 2 insertions(+), 18 deletions(-) diff --git a/webapp/src/main/webapp/config/listViewConfig-informationResourceInAuthorship.xml b/webapp/src/main/webapp/config/listViewConfig-informationResourceInAuthorship.xml index c9aea300..98f4f697 100644 --- a/webapp/src/main/webapp/config/listViewConfig-informationResourceInAuthorship.xml +++ b/webapp/src/main/webapp/config/listViewConfig-informationResourceInAuthorship.xml @@ -75,9 +75,7 @@ ?authorVCardMST rdfs:subClassOf vcard:Kind . ?authorVCard vcard:hasName ?vName . - ?vName vcard:familyName ?lastName . - ?vName vcard:givenName ?firstName . - ?vName core:middleName ?middleName . + ?vName ?vNameProperty ?vNameValue . } WHERE { { ?subject ?property ?authorship . @@ -110,21 +108,7 @@ ?authorship core:relates ?authorVCard . ?authorVCard a vcard:Kind . ?authorVCard vcard:hasName ?vName . - ?vName vcard:familyName ?lastName . - } UNION { - ?subject ?property ?authorship . - ?authorship a core:Authorship . - ?authorship core:relates ?authorVCard . - ?authorVCard a vcard:Kind . - ?authorVCard vcard:hasName ?vName . - ?vName vcard:givenName ?firstName . - } UNION { - ?subject ?property ?authorship . - ?authorship a core:Authorship . - ?authorship core:relates ?authorVCard . - ?authorVCard a vcard:Kind . - ?author vcard:hasName ?vName . - ?vName core:middleName ?middleName . + ?vName ?vNameProperty ?vNameValue . } }