diff --git a/scholia/app/templates/author_timeline.sparql b/scholia/app/templates/author_timeline.sparql index cd626164..673004bd 100644 --- a/scholia/app/templates/author_timeline.sparql +++ b/scholia/app/templates/author_timeline.sparql @@ -94,5 +94,15 @@ WHERE { BIND(CONCAT("🏆 ",?award_label) AS ?label) ?award_statement pq:P585 ?beginning . } - + UNION + { + target: wdt:P569 ?beginning . + BIND(CONCAT("👶 born ") AS ?label) . + } + UNION + { + target: wdt:P570 ?beginning . + BIND(CONCAT("💀 died") AS ?label) . + } + }