[04:44:05] hi [09:56:13] Hi there! [09:58:23] o/ [09:58:43] Is it possible to rank query results based on Wikipedia article size? [09:58:59] in sparql you mean? [09:59:08] Yes [09:59:23] This would be for a table in Wikipedia for use in a writing contest [09:59:34] if it is, I assume that is via the mediawiki API service [09:59:47] But if it's really hard I can do without [10:01:47] this page describes how to use the mediawiki api in sparql: https://www.wikidata.org/wiki/Wikidata:WDQS_and_Mediawiki_API [10:02:43] so I assume you would need to figure out how to retrieve the page size with the mediawiki api, and then translate that in sparql [10:04:15] Ok. That seems a little bit too hard. I was hoping that there would be some ready code that I could copy, which is what I usually try to do as I'm still learning. [10:04:31] But it's interesting to see that, in theory, it should be possible. [10:06:56] Thanks for the information, though! [10:57:49] I've got another short question. I'm trying to compile a list of works by Dutch people who died in 1947. I've got this so far: http://tinyurl.com/ycq2tpjm but I think I need to search for items with a "created by" property as well. I'm trying to find an example where they do this. Any suggestions? [11:40:11] AWossink_: what kind of works? Any? [11:40:19] https://www.wikidata.org/w/index.php?title=Special:WhatLinksHere/Q18618644&limit=500 are all the different properties that claim to apply to works [11:40:57] So for example if you want books too, you will need P50 (author) [11:41:27] Or I guess it might be possible to just look for all subproperties of creator [11:41:45] * reosarevok bets Lucas_WMDE would know, and might even have a nlwiki page size query example :D [11:42:39] @reosarevok to include the subproperties of creator is probably the one that I'm looking for [11:42:59] Lucas_WMDE: ^ hal :D [11:43:02] *halp even [11:50:45] So I've added subclass but the results are still very few http://tinyurl.com/ybu2e7ng It seems that very few works of these persons have made it to Wikidata. [11:50:56] Learning a lot though :) [11:58:39] oh, so CrossWikiFact has not been funded :'-( [14:27:22] reosarevok: sorry, what were the messages about? [14:28:13] Someone wanted query help, but they seem gone now :) oh well [14:29:22] :/ I think this is the query they wanted, approximately? http://tinyurl.com/y85836zn [14:29:31] if I understood it correctly