Querying for extra columns without filtering

From semantic-mediawiki.org

Hi,

Is it possible within a #ask to query for extra columns of data to display, without applying a filter to them? For example, I'd like to do something like the following query from SPARQL:

SELECT ?year ?name WHERE {

 ?run ranIn ?year .
 ?run runOf ?module .
 ?module name ?name . 

}

I can do all of this except getting the name in #ask syntax. Is it possible to do this? Also, how often are inline #asks updated?

Thanks!

19:31, 10 June 2014