<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hi&nbsp;Rimvydas,<div><br></div><div>We are going to check this against the latest Virtuoso 6.1.3127 builds. Can you please confirm which version of Redland you built against 1.0.8 , 1.0.9 or other ? As the last version we tested against was 1.0.8 ...</div><div><br><div>
<span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><div>Best Regards</div><div>Hugh Williams</div><div>Professional Services</div><div>OpenLink Software</div><div>Web: <a href="http://www.openlinksw.com">http://www.openlinksw.com</a></div><div>Support: <a href="http://support.openlinksw.com">http://support.openlinksw.com</a></div><div>Forums: <a href="http://boards.openlinksw.com/support">http://boards.openlinksw.com/support</a></div></div><div><span class="Apple-style-span" style="font-size: medium; "><span class="Apple-style-span" style="font-size: 12px; ">Twitter:&nbsp;<a href="http://twitter.com/OpenLink">http://twitter.com/OpenLink</a></span></span></div></div></span></span>
</div>
<br><div><div>On 10 May 2010, at 00:39, Rimvydas wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">Hi,<br><br>I recompiled redland once again:<br>...<br>checking for UnixODBC support... yes<br>...<br>Triple stores enabled&nbsp;&nbsp; : memory file hashes trees mysql sqlite postgresql virtuoso<br><br>Running the test confirms what I observed:<br>
<br>$ utils/redland-virtuoso-test "dsn='VOS',user='usr',password='psw'"<br>&nbsp; 1: Remove all triples in &lt;<a href="http://red/">http://red</a>&gt; context<br>**PASSED**: removed context triples from the graph<br>
&nbsp; 2: Add triples to &lt;<a href="http://red/">http://red</a>&gt; context<br>**PASSED**: add triple to context<br>&nbsp; 3: Print all triples in &lt;<a href="http://red/">http://red</a>&gt; context<br>[[<br>]]<br>**PASSED**:<br>&nbsp; 4: Count of triples in &lt;<a href="http://red/">http://red</a>&gt; context<br>
**PASSED**: graph has 6 triples<br>&nbsp; 5: Exec:&nbsp; ARC&nbsp; aa bb <br>**FAILED**: Failed to get arc<br>&nbsp; 6: Exec:&nbsp; ARCS&nbsp; aa cc <br>: matching nodes: 0<br>**PASSED**:<br>&nbsp; 7: Exec:&nbsp; ARCS-IN&nbsp; cc <br>**PASSED**: matching arcs: 0<br>
&nbsp; 8: Exec:&nbsp; ARCS-OUT&nbsp; aa <br>**PASSED**: matching arcs: 0<br>&nbsp; 9: Exec:&nbsp; CONTAINS aa bb1 cc <br>**PASSED**: the graph contains the triple<br>&nbsp;10: Exec:&nbsp; FIND aa - - <br>**PASSED**: matching triples: 0<br>&nbsp;11: Exec:&nbsp; HAS-ARC-IN cc bb <br>
**FAILED**: the graph does not contain the arc<br>&nbsp;12: Exec:&nbsp; HAS-ARC-OUT aa bb <br>**FAILED**: the graph does not contain the arc<br>&nbsp;13: Exec:&nbsp; SOURCE&nbsp; aa cc <br>**FAILED**: Failed to get source<br>&nbsp;14: Exec:&nbsp; SOURCES&nbsp; bb cc <br>
: matching nodes: 0<br>**PASSED**:<br>&nbsp;15: Exec:&nbsp; TARGET&nbsp; aa bb <br>**FAILED**: Failed to get target<br>&nbsp;16: Exec:&nbsp; TARGETS&nbsp; aa bb <br>: matching nodes: 0<br>**PASSED**:<br>&nbsp;17: Exec:&nbsp; REMOVE aa bb1 cc <br>**PASSED**: removed triple from the graph<br>
&nbsp;18: Exec:&nbsp; QUERY "CONSTRUCT {?s ?p ?o} FROM &lt;<a href="http://red/">http://red</a>&gt; WHERE {?s ?p ?o}" <br>rdf_model.c:1393: (librdf_model_query_execute) assertion failed: object pointer of type librdf_query is NULL.<br>
**FAILED**: Query of model with 'CONSTRUCT {?s ?p ?o} FROM &lt;<a href="http://red/">http://red</a>&gt; WHERE {?s ?p ?o}' failed<br>rdf_query.c:390: (librdf_free_query) assertion failed: object pointer of type librdf_query is NULL.<br>
rdf_query.c:390: (librdf_free_query) assertion failed: object pointer of type librdf_query is NULL.<br>&nbsp;19: Exec1:&nbsp; QUERY_AS_BINDINGS "SELECT * WHERE {graph &lt;<a href="http://red/">http://red</a>&gt; { ?s ?p ?o }}" <br>
rdf_model.c:1393: (librdf_model_query_execute) assertion failed: object pointer of type librdf_query is NULL.<br>**FAILED**: Query of model with 'SELECT * WHERE {graph &lt;<a href="http://red/">http://red</a>&gt; { ?s ?p ?o }}' failed<br>
rdf_query.c:390: (librdf_free_query) assertion failed: object pointer of type librdf_query is NULL.<br>rdf_query.c:390: (librdf_free_query) assertion failed: object pointer of type librdf_query is NULL.<br>&nbsp;20: Exec2:&nbsp; QUERY_AS_BINDINGS "SELECT * WHERE {graph &lt;<a href="http://red/">http://red</a>&gt; { ?s ?p ?o }}" <br>
rdf_model.c:1393: (librdf_model_query_execute) assertion failed: object pointer of type librdf_query is NULL.<br>**FAILED**: Query of model with 'SELECT * WHERE {graph &lt;<a href="http://red/">http://red</a>&gt; { ?s ?p ?o }}' failed<br>
rdf_query.c:390: (librdf_free_query) assertion failed: object pointer of type librdf_query is NULL.<br>rdf_query.c:390: (librdf_free_query) assertion failed: object pointer of type librdf_query is NULL.<br>=============================================<br>
PASSED: 12&nbsp; FAILED:&nbsp; 8<br><br><br>Maybe it is somehow related with Virtuoso's version I use (6.1.1.3127)?<br><br><br><div class="gmail_quote">On Mon, May 10, 2010 at 1:24 AM, Hugh Williams <span dir="ltr">&lt;<a href="mailto:hwilliams@openlinksw.com">hwilliams@openlinksw.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">Hi Rymvydas,<br>
<br>
Have you built the Redland Storage Provider into your Redland RDF Framework library as detailed at:<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp;<a href="http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/VirtRDFDriverRedland" target="_blank">http://virtuoso.openlinksw.com/dataspace/dav/wiki/Main/VirtRDFDriverRedland</a><br>
<br>
&nbsp;and ran the provides storage test programs to verified its operation ?<br>
<br>
Best Regards<br>
Hugh Williams<br>
Professional Services<br>
OpenLink Software<br>
Web: <a href="http://www.openlinksw.com/" target="_blank">http://www.openlinksw.com</a><br>
Support: <a href="http://support.openlinksw.com/" target="_blank">http://support.openlinksw.com</a><br>
Forums: <a href="http://boards.openlinksw.com/support" target="_blank">http://boards.openlinksw.com/support</a><br>
Twitter: <a href="http://twitter.com/OpenLink" target="_blank">http://twitter.com/OpenLink</a><br>
<div><div></div><div class="h5"><br>
On 9 May 2010, at 20:44, Rimvydas wrote:<br>
<br>
&gt; I can add triples to virtuoso using rdfproc, but SPARQL queries just don't seem to work.<br>
&gt;<br>
&gt; Triple is added successfully:<br>
&gt; $ rdfproc -r xml -s virtuoso -t "user='usr',password='psw',dsn='VOS'" somecontext add aa bb cc<br>
&gt; rdfproc: added triple to the graph<br>
&gt;<br>
&gt; Triple can be found using "find" command:<br>
&gt; $ rdfproc -r xml -s virtuoso -t "user='usr',password='psw',dsn='VOS'" somecontext find aa bb cc<br>
&gt; Matched triple: {[aa], [bb], "cc"} with context [somecontext]<br>
&gt; rdfproc: matching triples: 1<br>
&gt;<br>
&gt; However, SPARQL queries return 0 results:<br>
&gt; $ rdfproc -s virtuoso -t "user='usr',password='psw',dsn='VOS'" somecontext query sparql - "SELECT * WHERE {?s ?p ?o}"<br>
&gt; rdfproc: Query returned bindings results:<br>
&gt; rdfproc: Query returned 0 results<br>
&gt;<br>
&gt; Am I missing something here?<br>
&gt;<br>
&gt; Note: I can run a similar query successfully in ODBC's ISQL like this:<br>
&gt; CALL DB.DBA.SPARQL_EVAL('SELECT * FROM NAMED &lt;somecontext&gt; {GRAPH &lt;somecontext&gt; {?s ?p ?o}}', NULL, 0)<br>
&gt; ...<br>
&gt; 1 row fetched<br>
&gt;<br>
&gt; --<br>
&gt; Rimvydas<br>
</div></div>&gt; _______________________________________________<br>
&gt; redland-dev mailing list<br>
&gt; <a href="mailto:redland-dev@lists.librdf.org">redland-dev@lists.librdf.org</a><br>
&gt; <a href="http://lists.librdf.org/mailman/listinfo/redland-dev" target="_blank">http://lists.librdf.org/mailman/listinfo/redland-dev</a><br>
<br>
</blockquote></div><br><br clear="all"><br>-- <br>Rimvydas Naktinis<br>
</blockquote></div><br></div></body></html>