[03:08:24] does anyone know if it's possible somehow to do an inline query that prints out all properties of each result, without the query explicitly naming each property? [03:12:29] jeen - I don't believe there's any way to do that, though people have asked for that sort of thing a fair amount. [03:13:32] i.e., there's no way to do "reflection", if I remember the CS term correctly. [03:15:47] yeah, i was curious about it due to a stackoverflow question about it... you could it with sparql but not with the inline query format i reckon [04:18:31] Can someone point me to a example showing how to #ask for all property vales (in a category for example) that match a regex? [04:21:58] as far as I can tell, I gotta #ask for all property values and then use some other #function to parse them [04:24:10] aah. I think i found it. Comparators like !~ might be the way [04:26:27] I want to find all pages that have a property "name" who's value ends in (case insensitive) ".pdf" [04:44:05] under Help:Selecting pages I see all kinds of examples on how to select pages with certian property values.. but how do I select the property vales themselves? I dont want a list of matching pages, I want to know how many pages have a property X with value Y. [04:57:24] what's wrong with "{{#ask: [[Category:File Pages]] [[File Name::~pdf]]}}" ? I have a page in the category "File Pages" with a property "File Name" that is type string, and ends in "pdf". but the query returns nothing [05:03:18] for example, a specific test case like "{{#ask: [[Category:File Pages]] [[File Name::messages_all.txt]]}}" works, it returns the page that has the property File Name with the value messages_all.txt. but if I change it to "{{#ask: [[Category:File Pages]] [[File Name::messages_all.~*]]}}" I get nothing [05:08:19] a ha. [[File Name::~messages_all.*]] [05:08:33] ype talking to myself here. but it's working [05:10:59] so I have {{#ask: [[Category:File Pages]] [[File Name::~*.pdf]]}} and that works... now I just need to count up the results.... (and do the same for PDF PdF pDF ....) [05:21:04] ack. there has gotta be a way to ask for the number of results rather than the results themselves... [05:23:08] this is awesome software. found |format=count [05:44:43] is there a case insensitive #ask? I find myself doing a bunch of asks each with one of [[File Name::~*.pdf]] [[File Name::~*.PDF]] [[File Name::~*.Pdf]] and on and on.... [05:45:22] I could make a uppercase property copy for every page... but that's kinda a hack... [12:25:47] Hello Semantic-mediawiki channel! I am sorry this is slightly off topic, but I couldn't find a channel to ask this question. Can anyone point me in the correct way to execute a SPARQL query on a remote SPARQL endpoint from the command line? [12:27:19] I have tried using Jena's sparql and arq commands and redlands roqet, but I believe they might be actually requesting for the entire rdf document and doing the query client side [12:27:47] They crash when I try to query DBpedia [16:46:50] New patchset: Demon; "Adding .gitreview" [mediawiki/extensions/SemanticCompoundQueries] (master) - https://gerrit.wikimedia.org/r/11630 [16:46:55] New patchset: Demon; "Adding .gitreview" [mediawiki/extensions/SemanticDrilldown] (master) - https://gerrit.wikimedia.org/r/11631 [16:47:04] New patchset: Demon; "Adding .gitreview" [mediawiki/extensions/SemanticForms] (master) - https://gerrit.wikimedia.org/r/11632 [16:47:10] New patchset: Demon; "Adding .gitreview" [mediawiki/extensions/SemanticInternalObjects] (master) - https://gerrit.wikimedia.org/r/11633 [16:47:16] New patchset: Demon; "Adding .gitreview" [mediawiki/extensions/SemanticSignup] (master) - https://gerrit.wikimedia.org/r/11634 [16:47:21] New patchset: Demon; "Adding .gitreview" [mediawiki/extensions/SemanticTasks] (master) - https://gerrit.wikimedia.org/r/11635 [18:26:43] New review: Reedy; "(no comment)" [mediawiki/extensions/SemanticCompoundQueries] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/11630 [18:26:44] Change merged: Reedy; [mediawiki/extensions/SemanticCompoundQueries] (master) - https://gerrit.wikimedia.org/r/11630 [18:26:49] New review: Reedy; "(no comment)" [mediawiki/extensions/SemanticDrilldown] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/11631 [18:26:51] Change merged: Reedy; [mediawiki/extensions/SemanticDrilldown] (master) - https://gerrit.wikimedia.org/r/11631 [18:26:56] New review: Reedy; "(no comment)" [mediawiki/extensions/SemanticForms] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/11632 [18:26:58] Change merged: Reedy; [mediawiki/extensions/SemanticForms] (master) - https://gerrit.wikimedia.org/r/11632 [18:27:03] New review: Reedy; "(no comment)" [mediawiki/extensions/SemanticInternalObjects] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/11633 [18:27:05] Change merged: Reedy; [mediawiki/extensions/SemanticInternalObjects] (master) - https://gerrit.wikimedia.org/r/11633 [18:27:10] New review: Reedy; "(no comment)" [mediawiki/extensions/SemanticSignup] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/11634 [18:27:12] Change merged: Reedy; [mediawiki/extensions/SemanticSignup] (master) - https://gerrit.wikimedia.org/r/11634 [18:27:17] New review: Reedy; "(no comment)" [mediawiki/extensions/SemanticTasks] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/11635 [18:27:19] Change merged: Reedy; [mediawiki/extensions/SemanticTasks] (master) - https://gerrit.wikimedia.org/r/11635 [18:35:36] New patchset: Reedy; "Add .gitignore" [mediawiki/extensions/SemanticCompoundQueries] (master) - https://gerrit.wikimedia.org/r/11652 [18:35:48] New patchset: Reedy; "Add .gitignore" [mediawiki/extensions/SemanticDrilldown] (master) - https://gerrit.wikimedia.org/r/11653 [18:36:00] New patchset: Reedy; "Add .gitignore" [mediawiki/extensions/SemanticForms] (master) - https://gerrit.wikimedia.org/r/11654 [18:36:11] New patchset: Reedy; "Add .gitignore" [mediawiki/extensions/SemanticInternalObjects] (master) - https://gerrit.wikimedia.org/r/11655 [18:36:22] New patchset: Reedy; "Add .gitignore" [mediawiki/extensions/SemanticSignup] (master) - https://gerrit.wikimedia.org/r/11656 [18:36:33] New patchset: Reedy; "Add .gitignore" [mediawiki/extensions/SemanticTasks] (master) - https://gerrit.wikimedia.org/r/11657 [18:39:10] New review: Reedy; "(no comment)" [mediawiki/extensions/SemanticCompoundQueries] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/11652 [18:39:12] Change merged: Reedy; [mediawiki/extensions/SemanticCompoundQueries] (master) - https://gerrit.wikimedia.org/r/11652 [18:39:17] New review: Reedy; "(no comment)" [mediawiki/extensions/SemanticDrilldown] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/11653 [18:39:18] Change merged: Reedy; [mediawiki/extensions/SemanticDrilldown] (master) - https://gerrit.wikimedia.org/r/11653 [18:39:24] New review: Reedy; "(no comment)" [mediawiki/extensions/SemanticForms] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/11654 [18:39:25] Change merged: Reedy; [mediawiki/extensions/SemanticForms] (master) - https://gerrit.wikimedia.org/r/11654 [18:39:30] New review: Reedy; "(no comment)" [mediawiki/extensions/SemanticInternalObjects] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/11655 [18:39:32] Change merged: Reedy; [mediawiki/extensions/SemanticInternalObjects] (master) - https://gerrit.wikimedia.org/r/11655 [18:39:37] New review: Reedy; "(no comment)" [mediawiki/extensions/SemanticSignup] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/11656 [18:39:38] Change merged: Reedy; [mediawiki/extensions/SemanticSignup] (master) - https://gerrit.wikimedia.org/r/11656 [18:39:44] New review: Reedy; "(no comment)" [mediawiki/extensions/SemanticTasks] (master); V: 1 C: 2; - https://gerrit.wikimedia.org/r/11657 [18:39:45] Change merged: Reedy; [mediawiki/extensions/SemanticTasks] (master) - https://gerrit.wikimedia.org/r/11657 [18:57:38] New review: Jeroen De Dauw; "(no comment)" [mediawiki/extensions/SemanticMediaWiki] (storerewrite); V: 1 C: 2; - https://gerrit.wikimedia.org/r/10706 [18:57:40] Change merged: Jeroen De Dauw; [mediawiki/extensions/SemanticMediaWiki] (storerewrite) - https://gerrit.wikimedia.org/r/10706 [22:08:44] raymond * r115519 /trunk/extensions/ (11 files in 11 dirs): Localisation updates from http://translatewiki.net.