16,603
edits
No edit summary |
|||
Line 132: | Line 132: | ||
SELECT | SELECT | ||
? | ?title | ||
("Scholia ↗" AS ?scholia) | |||
?scholiaUrl | |||
WHERE { | WHERE { | ||
target: dreamst:P3 ?wikidata_q . | target: dreamst:P3 ?wikidata_q . | ||
Line 144: | Line 145: | ||
?cited wdt:P1476 ?title . | ?cited wdt:P1476 ?title . | ||
} | } | ||
BIND(CONCAT("https://scholia.toolforge.org/work/", SUBSTR(STR(?cited), 32)) AS ?scholiaUrl) | |||
} | } | ||
} | } | ||
}} | }} |