[07:32:43] Hola, necesito que algún administrador borre la siguiente página de Wikidata que he creado, ya que hay una creada por error: https://www.wikidata.org/wiki/Q141133451 [07:33:50] Hello, I need an administrator to delete the following Wikidata page I created, as there is one that was created by mistake: https://www.wikidata.org/wiki/Q141133451 [07:35:15] Done [07:37:12] thank you Saroj :) [07:38:17] thank you!! :] [13:21:21] Does anyone know how to find all the subclasses of a Wikidata object? e.g. https://www.wikidata.org/wiki/Q310890 is a subclass of https://www.wikidata.org/wiki/Q16521 [13:22:50] via sparql? [13:22:56] for direct subclasses, you can search for `haswbstatement:P279=Q16521` [13:23:02] otherwise, write a SPARQL query [13:24:06] https://w.wiki/Tenv [13:27:02] Thanks for the link! I'm not familiar with SPARQL, so I'm glad to have something to work with. [13:27:32] Every time I've used the query service on the web, I get a server error. This time it's "JSON.parse: end of data while reading object contents at line 14556 column 4 of the JSON data". Is that normal? [13:28:24] Where do you see that error? [13:29:34] It's a red banner underneath the query pane, just above the json output. It comes up when I press the play button on the link Lucas posted. [13:30:45] o_O now it happens for me as wel [13:30:47] *well [13:30:49] but the query worked earlier [13:30:56] I'm unaffected; I think you two are both cursed [13:30:57] oh god [13:31:08] did it get truncated in some HTTP-level cache? [13:31:20] that'd be funny [13:31:57] x-cache: cp3073 hit, cp3073 pass; and the response just cuts off in the middle of the JSON [13:32:22] mtorpey: try adding LIMIT 1000 then (at the end of the query) [13:32:48] Oh, it actually worked for me in Chromium, got 3160 results! [13:33:18] mine was cp1106 miss, cp1106 pass