Data talk:Sandbox/Smalyshev/test.tab

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search

This data set is generated from data in Wikidata and is periodically updated by a bot.
Edits made to the data will be removed on the next update!
The generating query is:

SELECT ?item ?born ?dead WHERE
{
	?item wdt:P31 wd:Q146 .
    OPTIONAL { ?item wdt:P569 ?born }
    OPTIONAL { ?item wdt:P570 ?dead } 
}
Try it!


--Smalyshev (WMF) (talk) 02:52, 30 December 2016 (UTC) @Smalyshev (WMF): , awesome! Do we need tabular=yes? I think it should be automatic for all pages in the data: ns on commons. Sorting might be optional, as I guess in some cases sparql would take far too long to sort the final result. What is "autolist"? --Yurik (talk) 19:10, 27 December 2016 (UTC)[reply]

@Yurik: , I am thinking of using a different template, but this is for later, just experimenting now. --Smalyshev (WMF) (talk) 02:00, 30 December 2016 (UTC)[reply]

@Smalyshev (WMF): I think "2012-01-01T00:00:00Z" should be auto-converted to "2012-01-01" - makes it more readable, and much better parsable by graphs. What do you think? --Yurik (talk) 05:26, 12 February 2017 (UTC)[reply]