Skip to content
Permalink
Browse files

removing the OPTIONAL for dates in query for recent publications

  • Loading branch information...
Daniel-Mietchen committed May 26, 2019
1 parent c3527bc commit 1257bef52420aafa5aa90f71ef9c87af784f608c
Showing with 2 additions and 4 deletions.
  1. +2 −4 scholia/app/templates/author.html
@@ -25,10 +25,8 @@
}
BIND(COALESCE(?author_label_, SUBSTR(STR(?author), 32)) AS ?author_label)
OPTIONAL { ?work wdt:P31 ?type_ . ?type_ rdfs:label ?type_label . FILTER (LANG(?type_label) = 'en') }
OPTIONAL {
?work wdt:P577 ?datetimes .
BIND(xsd:date(?datetimes) AS ?dates)
}
?work wdt:P577 ?datetimes .
BIND(xsd:date(?datetimes) AS ?dates)
OPTIONAL { ?work wdt:P1104 ?pages_ }
OPTIONAL { ?work wdt:P1433 ?venue }
SERVICE wikibase:label { bd:serviceParam wikibase:language "en,da,de,es,fr,jp,no,ru,sv,zh". }

0 comments on commit 1257bef

Please sign in to comment.
You can’t perform that action at this time.