Page MenuHomePhabricator
Paste P11301

SEfC federated query
ActivePublic

Authored by dcausse on May 26 2020, 7:37 AM.
Tags
None
Referenced Files
F31842447: raw.txt
May 26 2020, 7:37 AM
Subscribers
None
SELECT ?url WHERE {
SERVICE <https://query.wikidata.org/sparql> {
d:Q25169 dt:P50 ?authors .
}
hint:Prior hint:runFirst "true" .
?s dt:P180 ?authors .
?s schema:contentUrl ?url .
}