From 5d821c6f64dbcc4c748c563b98a5e5ca46f697e3 Mon Sep 17 00:00:00 2001 From: grahamtriggs Date: Sun, 18 Oct 2015 18:04:13 +0100 Subject: [PATCH] Fix hiding publications --- productMods/config/listViewConfig-authorInAuthorship.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/productMods/config/listViewConfig-authorInAuthorship.xml b/productMods/config/listViewConfig-authorInAuthorship.xml index 7e29daa6..070a5b28 100644 --- a/productMods/config/listViewConfig-authorInAuthorship.xml +++ b/productMods/config/listViewConfig-authorInAuthorship.xml @@ -140,6 +140,7 @@ ?subject ?property ?authorship . ?authorship a core:Authorship . ?authorship core:relates ?infoResource . + ?authorship core:hideFromDisplay ?hideThis . ?infoResource a <http://purl.obolibrary.org/obo/IAO_0000030> . ?infoResource bibo:volume ?volume . ?infoResource bibo:pageStart ?startPage . @@ -164,6 +165,10 @@ UNION { ?subject ?property ?authorship . ?authorship a core:Authorship . + UNION { + ?subject ?property ?authorship . + ?authorship a core:Authorship . + ?authorship core:hideFromDisplay ?hideThis . } UNION { ?subject ?property ?authorship . ?authorship a core:Authorship .