Correct author hide display fix!
This commit is contained in:
parent
b7b75a9f84
commit
52a38dbd12
1 changed files with 7 additions and 2 deletions
|
@ -90,6 +90,7 @@
|
|||
CONSTRUCT {
|
||||
?subject ?property ?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 .
|
||||
|
|
Loading…
Add table
Reference in a new issue