[Wikidata-bugs] [Maniphest] [Commented On] T120198: More efficient SPARQL queries for sitelinks

2016-05-19 Thread Fnielsen
Fnielsen added a comment. I am wondering if it is possible to ask for any Wikipedia, i.e., "https://*.wikipedia.org/";. Is there any verb defined for that? TASK DETAIL https://phabricator.wikimedia.org/T120198 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailprefer

[Wikidata-bugs] [Maniphest] [Commented On] T120198: More efficient SPARQL queries for sitelinks

2016-04-19 Thread Smalyshev
Smalyshev added a comment. Actually for commons I have no idea what "in language" means. In general, it lists getLanguageCode() of the site, but I'm not sure what it means for commons. TASK DETAIL https://phabricator.wikimedia.org/T120198 EMAIL PREFERENCES https://phabricator.wikimedia.o

[Wikidata-bugs] [Maniphest] [Commented On] T120198: More efficient SPARQL queries for sitelinks

2016-04-19 Thread Nikki
Nikki added a comment. What is `?sitelink schema:inLanguage "en"` for in that query, and why do I get different numbers with (7167) and without (8375) it? TASK DETAIL https://phabricator.wikimedia.org/T120198 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailprefere

[Wikidata-bugs] [Maniphest] [Commented On] T120198: More efficient SPARQL queries for sitelinks

2016-04-10 Thread Nikki
Nikki added a comment. Couldn't it use the keys (or whatever the proper word is) from the database for the supported sites? Like Commons is "commonswiki" and then something like `?item wikibase:hasSitelinkTo someprefix:"commonswiki").` for the query. That wouldn't depend on specific Wikidata

[Wikidata-bugs] [Maniphest] [Commented On] T120198: More efficient SPARQL queries for sitelinks

2015-12-03 Thread Smalyshev
Smalyshev added a subscriber: Smalyshev. Smalyshev added a comment. The first query has 2M triples matching, but the second one only 300K, so not the same sizes. Also, the second one does join for two relationships, while the first one works on the same `?item`. So that may explain the differ