Fix hiding publications
This commit is contained in:
parent
6d74adccd8
commit
5d821c6f64
1 changed files with 5 additions and 0 deletions
|
@ -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 .
|
||||||
|
|
Loading…
Add table
Reference in a new issue