From b2c7a7288a4d5a7b0d4676b3e07e63706326192f Mon Sep 17 00:00:00 2001 From: bjl23 Date: Thu, 27 Jan 2011 21:57:37 +0000 Subject: [PATCH] authorInAuthorship query fix --- productMods/config/listViewConfig-authorInAuthorship.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/productMods/config/listViewConfig-authorInAuthorship.xml b/productMods/config/listViewConfig-authorInAuthorship.xml index 4fe65593..1c8173ea 100644 --- a/productMods/config/listViewConfig-authorInAuthorship.xml +++ b/productMods/config/listViewConfig-authorInAuthorship.xml @@ -39,14 +39,14 @@ ?infoResource ?infoResourceName ?dateTime WHERE { GRAPH <urn:x-arq:UnionGraph> { { - ?subject ?property ?authorship + ?subject ?property ?authorship . ?authorship core:linkedInformationResource ?infoResource . ?infoResource rdfs:label ?infoResourceName . ?infoResource a ?subclass . ?subclass rdfs:subClassOf core:InformationResource . } UNION { - ?subject ?property ?authorship + ?subject ?property ?authorship . ?authorship core:linkedInformationResource ?infoResource . ?infoResource rdfs:label ?infoResourceName . ?infoResource a ?subclass .