[02:35:45] ok, I'm flooding, but after we'll have all the mushers ever participating in the Finnmarksløpet or the Junior Iditarod [02:35:46] :p [02:39:18] I do like that Wikidata is a clearinghouse for dog information. [02:39:21] Dogggssss. [02:39:24] ^^ [02:39:50] O'm working all alone on this project and I'm quite happy to see it progress [02:40:23] and for this season I'll be able to use automatic templates on Wikinews [02:40:42] and that make me happy:) [02:43:37] I do a wikidata presentation tomorrow and I'm still not sure what to say [10:24:32] Why does a item about a famous footballer only have three followers? https://www.wikidata.org/w/index.php?title=Q142794&action=history [10:28:08] * Stryn is one of the 3 followers [10:28:53] I'm also one. [13:23:18] benestar: thanks for fixing the duplicate references gadget :D I was wondering if it would also be possible to make it easier to replace imported from wikipedia statements [13:24:39] before I could do it really easily by clicking insert then clicking remove, but now I need to click edit, wait for it to render, find the remove link, then click save, which is a lot slower, so a "replace" link which would remove the imported from wikipedia link and insert the copied reference would be useful [13:27:17] (or just bringing back the remove links would work for me) [13:53:47] nikki: I think a replace link might work, maybe with checking that only wikipedia references get removed [19:27:00] Hi, does anyone use sparql and query.wikidata.org to search for data? [19:27:49] Many people do [19:27:54] Including me [19:27:55] I created queries which work perfectly in it's GUI, but when I try to run it from script and sparql endpoint, I'm not getting results. [19:28:35] For the very same queries? [19:28:54] I used https://query.wikidata.org/sparql?query=.... for very same queries. [19:30:35] xaotuk: Yeah, that should work [19:30:45] I used SPARQLWrapper from python to try it. [19:30:53] I haven't used that [19:31:01] make sure you're using get and not post [19:31:21] hoo: Do you remember what the hack is to get MW to create local user accounts on other wikis? [19:31:26] Yes, I am. I debbuged and got entire URL I'm trying. [19:31:27] ie via php cli [19:32:05] When I try to get this url from browser I'm getting: Error [19:32:06] Our servers are currently experiencing a technical problem. This is probably temporary and should be fixed soon. [19:32:06] Reedy: createLocalAccount.php in CentralAuth [19:32:14] we ran that for all stewards at some point [19:32:35] Yeah, I remember doing it for me too [19:32:52] Sweet, thanks :D [19:32:54] Every time, tried many different times [19:33:39] Either sparql endpoint doesn't work whole day, or I'm doing something wrong. [19:34:11] https://query.wikidata.org/sparql?query=PREFIX%20wdt:%20%3Chttp://www.wikidata.org/prop/direct/%3E%20PREFIX%20wd:%20%3Chttp://www.wikidata.org/entity/%3E%20SELECT%20?a%20WHERE%20{%20?a%20wdt:P31%20wd:Q5%20}%20LIMIT%205 [19:34:19] xaotuk: ^ [19:34:27] That's a working example [19:35:28] Well, doesn't work if I c&p from here [19:35:37] hoo, thanks [19:35:45] That means something is wrong with mine... [19:58:08] Typo in property name caused too long query, hoo thanks for helping me! :)