Dreams:report: Difference between revisions

Jump to navigation Jump to search
No edit summary
Line 132: Line 132:


SELECT  
SELECT  
   ?wikidata_q ?wikidata
   ?title


   ?cited (?title AS ?citedLabel)
   ("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)
   }
   }
}  
}  
}}
}}

Navigation menu