Re: [SMW-devel] Query about query results

2008-04-23 Thread Markus Krötzsch
On Dienstag, 22. April 2008, Sergey Chernyshev wrote: > Yes, one way is to export to RDF, another way is to write a converted to > KML similar how there are ones for RSS and now iCal. > > I don't know how you plan this "another feature", but you can write an > extension that talks runs SMW query wi

Re: [SMW-devel] Query about query results

2008-04-22 Thread Sergey Chernyshev
Yes, one way is to export to RDF, another way is to write a converted to KML similar how there are ones for RSS and now iCal. I don't know how you plan this "another feature", but you can write an extension that talks runs SMW query within the code and interpret it however you like. If you want t

[SMW-devel] Query about query results

2008-04-22 Thread Alex Le Bek
Hi, I would like to save the results of a query to be used by another feature (in this case displaying geographical data on a map). The geographical data is marked up using properties. Can this be achieved with the 'rss' format type on #ask ? If so what is the syntax for the 'rss' format? My othe