Re: [SMW-devel] SMW database schema

2008-03-17 Thread Markus Krötzsch
On Sonntag, 16. März 2008, Matt Williamson wrote: > Markus, > > Thanks! > > > * If you need to exectute an #ask query internally, then you first > > need to > > forge a query object (SMWQuery), which consists of some SMWDescription > > together with some additional parameters. This can be created >

Re: [SMW-devel] SMW database schema

2008-03-16 Thread Sergey Chernyshev
Great, let me know if you need some help with it - I've done it for Google Maps vs. Yahoo Maps mashup I've made http://www.sergeychernyshev.com/maps.html ... although it might be quite easy for you with all your experience with Open Layers and stuff. Sergey On Sun, Mar 16, 2008 at 10:42

Re: [SMW-devel] SMW database schema

2008-03-16 Thread Matt Williamson
Sergey, Also, I wonder if you're going to extend Semantic Forms with data entry tool as well. Yes, definitely planning on it. First, though, I'm planning on implementing a pluggable AJAXy search function, for geocoding, Google search, etc. That way, in SF, you can get a map, search for a

Re: [SMW-devel] SMW database schema

2008-03-16 Thread Sergey Chernyshev
Matt, it's great to hear that you're planning on getting SemLayers up to date with SMW - I'm definitely thinking about more map-based querying for my TechPresentations.org and want to start collecting full venue addresses for events to enable better map views. Also, I wonder if you're going to ext

Re: [SMW-devel] SMW database schema

2008-03-16 Thread Matt Williamson
Markus, Thanks! > * If you need to exectute an #ask query internally, then you first > need to > forge a query object (SMWQuery), which consists of some SMWDescription > together with some additional parameters. This can be created > directly by > building SMWDescription objects as required,

Re: [SMW-devel] SMW database schema

2008-03-16 Thread Markus Krötzsch
On Samstag, 15. März 2008, Matt Williamson wrote: > Markus, > > Greetings from the presumed-dead author of Semantic Layers. I'm > finally starting to update SL for compatibility with SMW 1.0--and > having some luck so far, I've made good progress on a subclass of > SMWResultPrinter that lets you sp

Re: [SMW-devel] SMW database schema

2008-03-15 Thread Matt Williamson
Markus, Greetings from the presumed-dead author of Semantic Layers. I'm finally starting to update SL for compatibility with SMW 1.0--and having some luck so far, I've made good progress on a subclass of SMWResultPrinter that lets you specify "map" as the format, and that part seems to be

Re: [SMW-devel] SMW database schema

2008-02-09 Thread Markus Krötzsch
On Freitag, 8. Februar 2008, Jeff Thompson wrote: > Is there a document (or an email message or comments in the code) that > describes the database schema that SMW uses to store semantic data, > including the change history? I could read the code to try to figure it > out, but I wondered if it is

[SMW-devel] SMW database schema

2008-02-08 Thread Jeff Thompson
Is there a document (or an email message or comments in the code) that describes the database schema that SMW uses to store semantic data, including the change history? I could read the code to try to figure it out, but I wondered if it is already explained somewhere. Thanks, - Jeff ---