From 47b47d0b69dd9ec9e05ddc701f8f72c3cfab2b51 Mon Sep 17 00:00:00 2001 From: tworrall Date: Thu, 5 Jan 2012 14:55:29 +0000 Subject: [PATCH] removed the collate tags so that the subclass will be available to the list view in the event that collate by subclass is turned off --- productMods/config/listViewConfig-authorInAuthorship.xml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/productMods/config/listViewConfig-authorInAuthorship.xml b/productMods/config/listViewConfig-authorInAuthorship.xml index 534d4bdc..0bada366 100644 --- a/productMods/config/listViewConfig-authorInAuthorship.xml +++ b/productMods/config/listViewConfig-authorInAuthorship.xml @@ -11,7 +11,7 @@ PREFIX bibo: <http://purl.org/ontology/bibo/> PREFIX vitro: <http://vitro.mannlib.cornell.edu/ns/vitro/0.7#> - SELECT DISTINCT ?subclass + SELECT DISTINCT ?subclass ?authorship ?infoResource ?infoResourceName ?dateTime @@ -46,11 +46,9 @@ ?partOfObj rdfs:label ?partOf } - OPTIONAL { ?infoResource vitro:mostSpecificType ?subclass . ?subclass rdfs:subClassOf core:InformationResource } - OPTIONAL { ?infoResource core:hasPublicationVenue ?publishedIn . ?publishedIn rdfs:label ?journal } @@ -61,7 +59,7 @@ FILTER ( bound(?infoResource) ) - } ORDER BY ?subclass DESC(?dateTime) ?infoResourceName + } ORDER BY ?subclass DESC(?dateTime) ?infoResourceName