query-1cc905adbc745872531ff611013fbf5c
title: Latest reload select * { wikibase:Dump schema:dateModified ?s } ORDER BY DESC(?s) limit 1
Use at
- https://query.wikidata.org/sparql
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX schema: <http://schema.org/>
#title: Latest reload
select * { wikibase:Dump schema:dateModified ?s } ORDER BY DESC(?s) limit 1
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?s"):::projected
c1(["wikibase:Dump"]):::iri
c1 --"schema:dateModified"--> v1