Skip to content

Instantly share code, notes, and snippets.

SELECT ?title ?authorName ?publicationDate
WHERE {
?item wdt:P577 ?publicationDate ; # Veröffentlichungsdatum
wdt:P1476 ?title ; # Titel des Werkes
wdt:P50 ?author . # Autor des Werkes
FILTER (?publicationDate > "2010-12-31"^^xsd:dateTime) # Datum nach 2010
?item wdt:P921 ?topic . # Thema oder Schlagwort des Werkes
?topic rdfs:label ?topicLabel .
@fallbackerik
fallbackerik / README.rst
Created June 27, 2024 10:59 — forked from twolfson/README.rst
Evaluation and comparison of various Python templating libraries

gist-python-templating-evaluation