owlim-discussion  

Re: [Owlim-discussion] how to use sparql to do INSERT, DELETE, UPDATE, LOAD?

Ivan Peikov
Wed, 11 Aug 2010 01:08:43 -0700

Hi Yongh,

These SPARQL/Update extensions to the core SPARQL language are not supported 
by Sesame, and therefore by OWLIM. As far as I know there are currently no 
plans for Sesame developments in this direction.

Of course, while it is a bit less convenient, one can achieve similar update 
functionality through the Sesame API. Hope this helps!


Cheers,
Ivan

On Wednesday 11 August 2010 06:05:48 yonghong ke wrote:
> Hi:
> 
>   Can owlim use sparql to do  INSERT, DELETE, UPDATE, LOAD operations,
>  like:
> 
> PREFIX dc: <http://purl.org/dc/elements/1.1/>
> 
> DELETE DATA FROM <http://example/bookStore>
> { <http://example/book3>  dc:title  "Fundamentals of Compiler Desing" }
> 
> INSERT DATA INTO <http://example/bookStore>
> { <http://example/book3>  dc:title  "Fundamentals of Compiler Design" }
> 
> 
> 
> 
> Thanks,
> 
> Yongh
> 
_______________________________________________
OWLIM-discussion mailing list
OWLIM-discussion@ontotext.com
http://ontotext.com/mailman/listinfo/owlim-discussion