[11:39:06] how long will it take until the wiktionary section starts showing up reliably? [11:39:34] having to purge practically every page I want to add a sitelink to is a bit annoying :/ [13:09:31] nikki: hopefully not more than 30 days? [20:32:42] SMalyshev: It looks like response format negogation with the LOSM endpoint does not work, c.f. http://tinyurl.com/ybpgkd73 [20:33:36] andi_m: hmm looks like the endpoint answers in text/plain [20:33:39] let me see [20:33:40] I tried to add ?format=application/sparql-results+json to the endpoint url, but then it's no longer one the whitelist [20:35:00] Example query directly to the endpoint: http://sisinflab.poliba.it/semanticweb/lod/losm/sparql?query=%23Obtain+OSM+URI%2C+latitude+and+longitude+of+nodes+named+London+%0D%0ASELECT+%3Flink+%3Flat+%3Flon%0D%0AWHERE++%7B++%0D%0A+++%3Flink+rdfs%3Alabel+%22London%22+.++%0D%0A+++%3Flink+geo%3Alat+%3Flat+.%0D%0A+++%3Flink+geo%3Along+%3Flon.%0D%0A%7D&format=application%2Fsparql-results%2Bjson [20:36:13] andi_m: hmm when I send the request with Accept header it does not work [20:38:56] wait no now it works... weird [20:39:52] not sure what the difference is [20:58:02] andi_m: looks like LOSM doesn't like something in the data, but it doesn't provide any diagnostics, so I don't know what it is :( [21:56:43] hmmm, suddenly there are 499531 subclasses of "Wikimedia internal stuff [[Q17442446]]" [21:56:43] 10[5] 10https://www.wikidata.org/wiki/Q17442446 [21:57:20] for instance, all chemical compounds are now "Wikimedia internal stuff" (see the graph: https://angryloki.github.io/wikidata-graph-builder/?property=P279&item=Q11193&limit=20 ) [21:57:35] can someone help me find the faulty P279? :) [22:09:31] ok, as "type of fruit [[Q28149961]]" is marked as metaclass and not "Wikidata class", I am just going to be bold and do the same for "chemical component" [[Q20026787]] [22:09:32] 10[6] 10https://www.wikidata.org/wiki/Q2814996113 => [22:09:35] 10[7] 10https://www.wikidata.org/wiki/Q20026787 [22:34:54] So we have 3 stand-alone Blazegraph wikidata servers stood up, sitting behind a load balancer to allow us to query WD intensively without hammering the WD mothership too hard. [22:36:40] We ran the runUpdate.sh script separately for each of these servers. We felt bad about the duplication, but putting a single shared stream of updates to our systems never made it to our front burner. [22:38:01] Last week's change to the WD throttling policy has moved this off of our back burner :-) [22:38:57] Can anyone point us to resources or otherwise advise us as to how might best do this? [22:43:24] It appears that squid's collapsed_forwarding feature may be an appropriate tool. Is there anyone listening who has used this who has experience to share? [22:47:35] One other possiblity would be to set up a mirror of WMF servers. Can someone point us to resources that describe how this might be done?