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 .