Fix hiding publications

This commit is contained in:
grahamtriggs 2015-10-18 18:04:13 +01:00
parent 6d74adccd8
commit 5d821c6f64

View file

@ -140,6 +140,7 @@
?subject ?property ?authorship . ?subject ?property ?authorship .
?authorship a core:Authorship . ?authorship a core:Authorship .
?authorship core:relates ?infoResource . ?authorship core:relates ?infoResource .
?authorship core:hideFromDisplay ?hideThis .
?infoResource a <http://purl.obolibrary.org/obo/IAO_0000030> . ?infoResource a <http://purl.obolibrary.org/obo/IAO_0000030> .
?infoResource bibo:volume ?volume . ?infoResource bibo:volume ?volume .
?infoResource bibo:pageStart ?startPage . ?infoResource bibo:pageStart ?startPage .
@ -164,6 +165,10 @@
UNION { UNION {
?subject ?property ?authorship . ?subject ?property ?authorship .
?authorship a core:Authorship . ?authorship a core:Authorship .
UNION {
?subject ?property ?authorship .
?authorship a core:Authorship .
?authorship core:hideFromDisplay ?hideThis .
} UNION { } UNION {
?subject ?property ?authorship . ?subject ?property ?authorship .
?authorship a core:Authorship . ?authorship a core:Authorship .