Re: [SMW-devel] SparqlExtension 0.7 released

2010-09-18 Thread Markus Krötzsch
On 18/09/2010 00:19, Samuel Lampa wrote: > On 09/17/2010 11:11 PM, Markus Krötzsch wrote: >> On 17/09/2010 15:07, Samuel Lampa wrote: >>> RDFIO does however not implement anything in terms of parser extensions >>> or querying of external sources, which seems to be the main >>> functionality among m

Re: [SMW-devel] SparqlExtension 0.7 released

2010-09-17 Thread Samuel Lampa
On 09/17/2010 11:11 PM, Markus Krötzsch wrote: > On 17/09/2010 15:07, Samuel Lampa wrote: >> RDFIO does however not implement anything in terms of parser extensions >> or querying of external sources, which seems to be the main >> functionality among most other SPARQL tools. Thus, I see quite a lot

Re: [SMW-devel] SparqlExtension 0.7 released

2010-09-17 Thread Markus Krötzsch
On 17/09/2010 15:07, Samuel Lampa wrote: > Indeed, it seems like interesting times for hooking up SMW even more to > the rest of semantic web :) > > Firstly, I liked the comparison of SparqlExtenion/Halo/RDFIO at: > http://tinyurl.com/CompSMW3StoreConnectors > > Then some thoughts: > > The main mot

Re: [SMW-devel] SparqlExtension 0.7 released

2010-09-17 Thread Samuel Lampa
Indeed, it seems like interesting times for hooking up SMW even more to the rest of semantic web :) Firstly, I liked the comparison of SparqlExtenion/Halo/RDFIO at: http://tinyurl.com/CompSMW3StoreConnectors Then some thoughts: The main motivation behind RDFIO has been to allow adding of genera

Re: [SMW-devel] SparqlExtension 0.7 released

2010-09-17 Thread Laurent Alquier
I can't speak for the developers of separate projects, but one basic incompatibility between many of these extensions is that many use a #sparql parser function. I would be nice to see some better coordination on that point. It is not clear why someone would want several SPARQL integration at t

Re: [SMW-devel] SparqlExtension 0.7 released

2010-09-17 Thread Markus Krötzsch
A late answer to this very interesting subject ... First of all, congratulations to the release! It seems that we recently get more things going related to RDF and SPARQL than in many of the years past. I wondered how your extension relates to the SPARQL query features developed for Halo, and t

Re: [SMW-devel] SparqlExtension

2010-05-06 Thread Alfredas Chm
, May 4, 2010 3:10:11 PM Subject: Re: [SMW-devel] SparqlExtension If you look at the bottom of that page (Implementation notes), there is a comment about adapting the SMW RAPStore class to other endpoints. I am using it with RAP and updates are synchronized automatically when I save. - Laurent

Re: [SMW-devel] SparqlExtension

2010-05-05 Thread don undeen
sorry guys, responded to the wrong thread! From: don undeen To: Samuel Lampa ; semediawiki-devel@lists.sourceforge.net Sent: Wed, May 5, 2010 12:55:34 PM Subject: Re: [SMW-devel] SparqlExtension looks interesting! can you tell me if Woogle indexes the

Re: [SMW-devel] SparqlExtension

2010-05-05 Thread don undeen
. From: Samuel Lampa To: semediawiki-devel@lists.sourceforge.net Sent: Wed, May 5, 2010 11:38:02 AM Subject: Re: [SMW-devel] SparqlExtension Thanks Laurent and Alfredas for the info. Will try to look closer at it asap, in case we could make use or take into account, this

Re: [SMW-devel] SparqlExtension

2010-05-05 Thread Samuel Lampa
Thanks Laurent and Alfredas for the info. Will try to look closer at it asap, in case we could make use or take into account, this functionality in the GSoC about RDF import/export in SMW. Regarding how to name URI:s on import/export we had some ideas for this, which we described briefly desc

Re: [SMW-devel] SparqlExtension

2010-05-04 Thread Alfredas Chm
ase URIs. Alfredas From: Laurent Alquier To: semediawiki-devel Sent: Wed, May 5, 2010 12:35:41 AM Subject: Re: [SMW-devel] SparqlExtension Synchronization to Jena is possible using the Triple Store Connector from SMW+/Halo. As with RAP (the default triple store

Re: [SMW-devel] SparqlExtension

2010-05-04 Thread Laurent Alquier
Synchronization to Jena is possible using the Triple Store Connector from SMW+/Halo. As with RAP (the default triple store provided with SMW), synchronization only goes one way. You cannot import new triples from the store back into the wiki. I am not sure how that would look like anyway (if that

Re: [SMW-devel] SparqlExtension

2010-05-04 Thread Samuel Lampa
This is interesting news. Got some questions regarding the synchronization: Would it be possible to import/export general RDF from/to Jena to/from SMW, using the synchronization? (i.e. loading Jena with the RDF to import, and then synchronize)? If so, how are wiki articles for the imported re

Re: [SMW-devel] SparqlExtension

2010-05-04 Thread Laurent Alquier
This is very interesting as it looks like it can support sending queries to multiple endpoints (and not just the local triple store). I am wondering though - why did you chose the way of a synchronization with a local triple store using the Jobs instead of the RDF export method already defined

Re: [SMW-devel] SparqlExtension

2010-05-04 Thread Laurent Alquier
hen the article is saved the > export does not "refresh" instantly (onArticleSaveComplete). Using jobs is a > workaround for that. I wish there was a better way. > > Alfredas > > From: Laurent Alquier > To: Alfredas Chm ; semediawiki-devel@lists.sourceforge.net > Sent: Tue, May

Re: [SMW-devel] SparqlExtension

2010-05-04 Thread Alfredas Chm
stantly (onArticleSaveComplete). Using jobs is a workaround for that. I wish there was a better way. Alfredas From: Laurent Alquier To: Alfredas Chm ; semediawiki-devel@lists.sourceforge.net Sent: Tue, May 4, 2010 2:12:15 PM Subject: Re: [SMW-devel] SparqlExtens