query-3bafd27b372c4aa4db13c239a18d8d61
Last edit .14:05, 21 January 2016 (UTC)) at contribs • talk (Jobu0101 comment was added byunsignedThe preceding – Is it also possible to ask for the last edit of an item using SPARQL? : You can see last revision and timestamp by using schema:dateModified and schema:version:Jobu0101@ 14:47, 21 January 2016 (UTC)) talk (Jheald: who will know much more. Smalyshev (WMF)I think that information may only be stored in the SQL tables; but pinging @
Use at
- https://query.wikidata.org/sparql
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX schema: <http://schema.org/>SELECT * WHERE {
wd:Q1 schema:dateModified ?time .
wd:Q1 schema:version ?rev .
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v2("?rev"):::projected
v1("?time"):::projected
c1(["wd:Q1"]):::iri
c1 --"schema:dateModified"--> v1
c1 --"schema:version"--> v2