Notice: Unexpected clearActionName after getActionName already called in /var/www/html/w/includes/Context/RequestContext.php on line 325
Template:Scholia-author-use works - MaRDI portal

Template:Scholia-author-use works

From MaRDI portal
(Redirected from Template:ScholiaAuthorUse)

{{#sparql: PREFIX target1: <http://www.wikidata.org/entity/Q20895785> PREFIX target2: <http://www.wikidata.org/entity/Q70357595>

SELECT

 ?publication_date
 ?work ?workLabel (CONCAT("/work/", SUBSTR(STR(?work), 32)) AS ?workUrl)

WHERE {

 ?work wdt:P50 target1: ;
       wdt:P4510 target2: .
 OPTIONAL {
   ?work wdt:P577 ?publication_datetime .
   BIND(xsd:date(?publication_datetime) AS ?publication_date)
 }
 SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en,da,de,es,fr,jp,nl,no,ru,sv,zh". }

} ORDER BY DESC(?publication_date) |config=http://www.wikidata.org }}