Re: [Virtuoso-users] SPARQL 1.1 Graph Store HTTP Protocol

2016-01-27 Thread Kingsley Idehen
On 1/27/16 2:29 AM, Erich Bremer wrote: > On the link http://localhost:8890/sparql-graph-crud, I noticed the > following text: > > "This page is designed to help you test support for SPARQL 1.1 Graph > Store HTTP Protocol in > OpenLink Virtuoso." > >

[Virtuoso-users] SPARQL 1.1 Graph Store HTTP Protocol

2016-01-26 Thread Erich Bremer
On the link http://localhost:8890/sparql-graph-crud, I noticed the following text: "This page is designed to help you test support forSPARQL 1.1 Graph Store HTTP Protocol in OpenLink Virtuoso." Does this imply that SPARQL 1.1 Graph Store HTTP Pr

Re: [Virtuoso-users] SPARQL 1.1 Graph Store HTTP Protocol

2013-03-29 Thread Alexey Zakhlestin
For history: This was fixed by https://github.com/openlink/virtuoso-opensource/commit/27b126fe798878a5b28f63d97c2fd5173499e0f0 works fine for GET and POST requests Thank you! On 26.01.2013, at 8:25, Hugh Williams wrote: > Hi Alexey, > > Thanks for the feedback, this has been reported to deve

Re: [Virtuoso-users] SPARQL 1.1 Graph Store HTTP Protocol

2013-01-25 Thread Hugh Williams
Hi Alexey, Thanks for the feedback, this has been reported to development to look into ... Best Regards Hugh Williams Professional Services OpenLink Software, Inc. // http://www.openlinksw.com/ Weblog -- http://www.openlinksw.com/blogs/ LinkedIn -- http://www.linkedin.com/comp

Re: [Virtuoso-users] SPARQL 1.1 Graph Store HTTP Protocol

2013-01-25 Thread Alexey Zakhlestin
On Wed, Jan 23, 2013 at 4:11 AM, Hugh Williams wrote: > $ curl -v -T test.ttl -H Content-type:text/turtle > http://localhost:8890/sparql-graph-crud?graph-uri=http%3A%2F%2Fexample.com%2F ok. I looked around — we still have a problem. Virtuoso uses "?graph-uri=" parameter, while spec[1] clearly u

Re: [Virtuoso-users] SPARQL 1.1 Graph Store HTTP Protocol

2013-01-23 Thread Erich Bremer
Hi Hugh, Yes, the query works for me now, thanks! I'm going to run some more tests before I weave it into my project. 6.1.6 is what I downloaded and is confirmed: virtuoso-t -? Virtuoso Open Source Edition (multi threaded) Version 6.1.6.3127-pthreads as of Oct 26 2012 Compiled for Linux (x

Re: [Virtuoso-users] SPARQL 1.1 Graph Store HTTP Protocol

2013-01-22 Thread Erich Bremer
Thanks, this was very helpful! Although, I am getting an error of: SR575: No permission to execute DB.DBA.TTLP_EV_NEW_GRAPH as callback of rdf_load_turtle() on your curl example using the dba uid/pw - Erich On 01/22/13 7:11 PM, Hugh Williams wrote: Hi Alexey, OK, good to hear you go

Re: [Virtuoso-users] SPARQL 1.1 Graph Store HTTP Protocol

2013-01-22 Thread Erich Bremer
I got rid of my error: SR575: No permission to execute DB.DBA.TTLP_EV_NEW_GRAPH as callback of rdf_load_turtle() after I executed via isql: GRANT EXECUTE ON DB.DBA.RDF_SPONGE_UP TO "SPARQL", "SPARQL_UPDATE"; GRANT EXECUTE ON DB.DBA.TTLP_EV_NEW_GRAPH TO "SPARQL", "SPARQL_UPDATE"; grant SPARQL_U

Re: [Virtuoso-users] SPARQL 1.1 Graph Store HTTP Protocol

2013-01-22 Thread Hugh Williams
Hi Erich, Good to hear, thus I presume the query now runs successful for you ? Also, what is the version of Virtuoso in use which can be obtained by running the command: virtuoso-t -? Best Regards Hugh Williams Professional Services OpenLink Software, Inc. // http://w

Re: [Virtuoso-users] SPARQL 1.1 Graph Store HTTP Protocol

2013-01-22 Thread Hugh Williams
Hi Alexey, OK, good to hear you got it working. We are going to publish some usage examples on how to perform such queries ... I quickly got your sample data loaded using curl as follows: $ more test.ttl @prefix rdf: . @prefix owl:

Re: [Virtuoso-users] SPARQL 1.1 Graph Store HTTP Protocol

2013-01-22 Thread Alexey Zakhlestin
On 23.01.2013, at 1:14, Alexey Zakhlestin wrote: > > On 22.01.2013, at 23:09, Alexey Zakhlestin wrote: > >> >> On 22.01.2013, at 21:57, Hugh Williams wrote: >> >>> Hi Alexey, >>> >>> Can you provide the sample query and turtle file you are using when trying >>> to perform such an insert/

Re: [Virtuoso-users] SPARQL 1.1 Graph Store HTTP Protocol

2013-01-22 Thread Alexey Zakhlestin
On 22.01.2013, at 23:09, Alexey Zakhlestin wrote: > > On 22.01.2013, at 21:57, Hugh Williams wrote: > >> Hi Alexey, >> >> Can you provide the sample query and turtle file you are using when trying >> to perform such an insert/load please ? > > Sure. > Here's the gist with HTTP-session log:

Re: [Virtuoso-users] SPARQL 1.1 Graph Store HTTP Protocol

2013-01-22 Thread Alexey Zakhlestin
On 22.01.2013, at 21:57, Hugh Williams wrote: > Hi Alexey, > > Can you provide the sample query and turtle file you are using when trying to > perform such an insert/load please ? Sure. Here's the gist with HTTP-session log: https://gist.github.com/1ecd33852dd02e23313e > On 22 Jan 2013, at

Re: [Virtuoso-users] SPARQL 1.1 Graph Store HTTP Protocol

2013-01-22 Thread Erich Bremer
I'd appreciate any example of this working. Is there a URL with sample curl commands? Thanks! - Erich On 01/22/13 12:57 PM, Hugh Williams wrote: Hi Alexey, Can you provide the sample query and turtle file you are using when trying to perform such an insert/load please ? Best Regards Hugh

Re: [Virtuoso-users] SPARQL 1.1 Graph Store HTTP Protocol

2013-01-22 Thread Hugh Williams
Hi Alexey, Can you provide the sample query and turtle file you are using when trying to perform such an insert/load please ? Best Regards Hugh Williams Professional Services OpenLink Software, Inc. // http://www.openlinksw.com/ Weblog -- http://www.openlinksw.com/blogs/ Link

Re: [Virtuoso-users] SPARQL 1.1 Graph Store HTTP Protocol

2013-01-22 Thread Alexey Zakhlestin
On 22.01.2013, at 6:14, Hugh Williams wrote: > Hi Erich, > > Yes, Virtuoso has supported the SPARQL 1.1 Graph Store HTTP Protocol since > Nov 2011 as indicated at: > > > http://www.openlinksw.com/dataspace/dav/wiki/Main/VOSNews#2011-11-01:%20Announcing%20Virtuoso%20Open-Source%20Editio

Re: [Virtuoso-users] SPARQL 1.1 Graph Store HTTP Protocol

2013-01-21 Thread Hugh Williams
Hi Erich, Yes, Virtuoso has supported the SPARQL 1.1 Graph Store HTTP Protocol since Nov 2011 as indicated at: http://www.openlinksw.com/dataspace/dav/wiki/Main/VOSNews#2011-11-01:%20Announcing%20Virtuoso%20Open-Source%20Edition%20v6.1.4 If not use this release or later you can obtain

[Virtuoso-users] SPARQL 1.1 Graph Store HTTP Protocol

2013-01-21 Thread Erich Bremer
Is the SPARQL 1.1 Graph Store HTTP Protocol supported yet in Virtuoso? http://www.w3.org/TR/sparql11-http-rdf-update/ Thanks, Erich -- Master SQL Server Development, Administration, T-SQL, SSAS, SSIS, SSRS