rewritten list view queries with UNIONs plus various and sundry other bugfixes and improvements; also probably new bugs
This commit is contained in:
parent
881c3ca4fa
commit
b5777a60ad
14 changed files with 238 additions and 61 deletions
|
@ -14,10 +14,10 @@
|
|||
(afn:localname(?link) AS ?linkName)
|
||||
?anchor
|
||||
?url WHERE {
|
||||
GRAPH ?g1 { ?subject ?property ?link }
|
||||
OPTIONAL { GRAPH ?g2 { ?link vitro:linkAnchor ?anchor } }
|
||||
OPTIONAL { GRAPH ?g3 { ?link vitro:linkURL ?url } }
|
||||
OPTIONAL { GRAPH ?g4 { ?link vitro:linkDisplayRank ?rank } }
|
||||
?subject ?property ?link
|
||||
OPTIONAL { ?link vitro:linkAnchor ?anchor }
|
||||
OPTIONAL { ?link vitro:linkURL ?url }
|
||||
OPTIONAL { ?link vitro:linkDisplayRank ?rank }
|
||||
} ORDER BY ?rank
|
||||
</query-base>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue