From 84a7733bd60688c2233bdb6eb4cc6d3c63c5d878 Mon Sep 17 00:00:00 2001 From: grahamtriggs Date: Wed, 21 Oct 2015 12:59:50 +0100 Subject: [PATCH] [VIVO-1031] Remove redundant parts of construct query --- productMods/config/listViewConfig-default.xml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/productMods/config/listViewConfig-default.xml b/productMods/config/listViewConfig-default.xml index 73093b96..8cecba90 100644 --- a/productMods/config/listViewConfig-default.xml +++ b/productMods/config/listViewConfig-default.xml @@ -67,7 +67,6 @@ ?object a ?objectType . } UNION { ?subject ?property ?object . - ?object a ?objectType . ?object rdfs:label ?label . } } @@ -96,15 +95,13 @@ ?object a ?objectType . } UNION { ?subject ?property ?object . - ?object a ?objectType . ?object vitro:mostSpecificType ?subclass . ?subclass rdfs:label ?type . ?subclass vitro:inClassGroup ?classGroup . ?classGroup a vitro:ClassGroup } UNION { ?subject ?property ?object . - ?object a ?objectType . - ?object obo:ARG_2000028 ?vcard . + ?object obo:ARG_2000028 ?vcard . ?vcard vcard:hasTitle ?titleObj . ?titleObj vcard:title ?title }