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 .