Hi, I'm new. I'm strating to use easyrdf and it was very good!
I have a question: there is a way to do the DELETE/INSERT sparql query (http://www.w3.org/TR/2012/PR-sparql11-update-20121108/#deleteInsert) with easyrdf???
Thank you!!
--
You received this message because you are subscribed to the Google Groups "EasyRdf Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to easyrdf+u...@googlegroups.com.
To post to this group, send email to eas...@googlegroups.com.
Visit this group at http://groups.google.com/group/easyrdf?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
I was create a class for EasyRdf that can perform update Query. see attachment file..
On Tuesday, March 5, 2013 3:13:46 PM UTC+7, Giosia Gentile wrote:
Hello,
I have added an update() method to EasyRdf_Sparql_Client:
https://github.com/njh/easyrdf/blob/master/lib/EasyRdf/Sparql/Client.php#L143Which you can use to execute any SPARQL 1.1 Update query on a store that supports it.
Would be interested in any feedback - in particular if you think that query() and update() should be throwing exceptions for failed querys, and what you think the return type should be for a successful update().
Next I will be adding insert() and delete() methods...
nick.
I was create a class for EasyRdf that can perform update Query. see attachment file..
On Tuesday, March 5, 2013 3:13:46 PM UTC+7, Giosia Gentile wrote: