Re: [Virtuoso-users] (no subject)

2015-03-12 Thread Rumi
Hi Kenny, On 12-Mar-15 4:56 PM, Kenny Knecht wrote: Hi all, I want to export triples from virtuoso line by line (efficient streaming into another process) in NT format. I came with the following code ($1), where is a sparql query filled in by bash CREATE PROCEDURE dump_query_tmp( ) {

[Virtuoso-users] (no subject)

2015-03-12 Thread Kenny Knecht
Hi all, I want to export triples from virtuoso line by line (efficient streaming into another process) in NT format. I came with the following code ($1), where is a sparql query filled in by bash CREATE PROCEDURE dump_query_tmp( ) { DECLARE col BLOB; DECLARE env, ses any;

Re: [Virtuoso-users] SPARQL Difference between Jena and Conductor

2015-03-12 Thread Chris Rimmer
I have a workaround. It seems if I set the names of the graphs using a VALUES clause like so, it works: SELECT ?s ?p ?o WHERE { VALUES (?to ?from) {( )} GRAPH ?from { ?s rdf:type skos:Concept . ?s ?p ?o . } MINUS { GRAPH ?to { ?s ?p ?o .

Re: [Virtuoso-users] SPARQL Difference between Jena and Conductor

2015-03-12 Thread Chris Rimmer
Hugh, I'm using the Virtuoso Jena Provider. The version of Virtuoso is 07.10.3211, the Virtuoso Jena Provider jar is version 1.10, the JDBC jar is version 3.76 and the version of Jena itself is 2.12.1. Chris On 11 March 2015 at 17:27, Hugh Williams wrote: > Hi Chris, > > How are you connecting

Re: [Virtuoso-users] bif:contains w/ option score returns the same values

2015-03-12 Thread Krys Kochut
Hi Hugh, Thank you for your suggestion -- yes, I was able to replicate the problem on one of your servers. Actually, I've been experimenting a bit more with my problem and observed that if I used a triple using the "a" keyword (or rdf:type) with a specific object resource in my query, the hit sco