From 8a45a8a3a1db9d85a9b467b86acb6d76d0e7ab2d Mon Sep 17 00:00:00 2001 From: rjy7 Date: Thu, 3 Mar 2011 20:58:52 +0000 Subject: [PATCH] NIHVIVO-1879 Fix syntax error in query. --- .../listViewConfig-informationResourceInAuthorship.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/productMods/config/listViewConfig-informationResourceInAuthorship.xml b/productMods/config/listViewConfig-informationResourceInAuthorship.xml index 072e627f..93069d9f 100644 --- a/productMods/config/listViewConfig-informationResourceInAuthorship.xml +++ b/productMods/config/listViewConfig-informationResourceInAuthorship.xml @@ -10,7 +10,7 @@ PREFIX afn: <http://jena.hpl.hp.com/ARQ/function#> PREFIX foaf: <http://xmlns.com/foaf/0.1/> - SELECT DISTINCT ?subclass + SELECT DISTINCT ?subclass ?authorship ?person ?personName WHERE { ?subject ?property ?authorship @@ -21,8 +21,9 @@ OPTIONAL { ?person a ?subclass . ?subclass rdfs:subClassOf foaf:Person } - - } ORDER BY ?subclass ?rank ?personName + + } + } ORDER BY ?subclass ?rank ?personName