From 52a38dbd128ec40d038d2eb260dbf2e005c30f7a Mon Sep 17 00:00:00 2001 From: grahamtriggs Date: Sun, 18 Oct 2015 18:27:05 +0100 Subject: [PATCH] Correct author hide display fix! --- productMods/config/listViewConfig-authorInAuthorship.xml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/productMods/config/listViewConfig-authorInAuthorship.xml b/productMods/config/listViewConfig-authorInAuthorship.xml index 070a5b28..8e356012 100644 --- a/productMods/config/listViewConfig-authorInAuthorship.xml +++ b/productMods/config/listViewConfig-authorInAuthorship.xml @@ -89,7 +89,8 @@ PREFIX bibo: <http://purl.org/ontology/bibo/> CONSTRUCT { ?subject ?property ?authorship . - ?authorship a core:Authorship . + ?authorship a core:Authorship . + ?authorship core:hideFromDisplay ?hideThis . ?authorship core:relates ?infoResource . ?infoResource a <http://purl.obolibrary.org/obo/IAO_0000030> . ?infoResource rdfs:label ?infoResourceName . @@ -103,6 +104,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 . @@ -165,7 +170,7 @@ UNION { ?subject ?property ?authorship . ?authorship a core:Authorship . - UNION { + } UNION { ?subject ?property ?authorship . ?authorship a core:Authorship . ?authorship core:hideFromDisplay ?hideThis .