Template:Scholia-author works: Difference between revisions

From MaRDI portal
redo Wikidata version
conditional display
Line 1: Line 1:
{{#if: {{#invoke:wd|label|raw}} |
{{#sparql:
{{#sparql:
SELECT
SELECT
Line 4: Line 5:
   ?work ?workLabel  
   ?work ?workLabel  
WHERE {
WHERE {
   ?work wdt:P50 wd:{{#invoke:wd|property|p12}} .
   ?work wdt:P16 wd:{{#invoke:wd|label|raw}} .
   OPTIONAL {
   OPTIONAL {
     ?work wdt:P577 ?publication_datetime .
     ?work wdt:P28 ?publication_datetime .
     BIND(xsd:date(?publication_datetime) AS ?publication_date)
     BIND(xsd:date(?publication_datetime) AS ?publication_date)
   }
   }
Line 12: Line 13:
}
}
ORDER BY DESC(?publication_date)
ORDER BY DESC(?publication_date)
|config=http://www.wikidata.org
}}
}}
| The item for this author is missing.}}

Revision as of 01:03, 19 September 2023

The item for this author is missing.