[13:19:52] Hi. I'm doing development on a SMW data model here. I'm a bit new, forgive me if I'm missing something obvious. Is there any alternative to running rebuildData.php to get fresh data in my model? I'm not too concerned with performance at this stage. [19:58:35] hi, I'm fairly new at playing with the semantic addon. all my users have a "Role type" property, I want to display a list of all the users with "role type" set to a certain value as part of a page I'm editing. Is there an example of this I'm missing in the docs? [19:58:45] I'm seeing examples that use Special:Ask, but none for inline addition of this [20:10:37] trelane: You are looking for the #ask parser function: http://semantic-mediawiki.org/wiki/Help:Inline_queries [20:14:06] trelane: try adding the following to the page you are editing: {{#ask:[[Role type:certain value]]}} [20:14:34] thanks! [20:14:51] trelane: sorry, got it wrong: {{#ask:[[Role type::certain value]]}} [20:14:55] np [20:20:48] ok this is darned useful [20:20:55] needs a bit of formatting but I think I grok this now [20:20:58] FoxT, thanks again! [20:21:15] cool. Have fun. :)