Re: [Virtuoso-users] including multiple schema files for inference

2010-12-10 Thread Kingsley Idehen
On 12/10/10 2:59 PM, Jamshaid Ashraf wrote: Hi, I can use rdfs_rule_set to specify the schema to be used for performing inferencing based in RDFS rules (sub class & sub property) 1) What I need to do if I need 2 or more schemas (seperate rdf graphs/files) to be part of same inference context

Re: [Virtuoso-users] Case INsensitivity for URI

2010-12-10 Thread Kingsley Idehen
On 12/10/10 12:58 PM, Marc-Alexandre Nolin wrote: Hello, is it possible to tell Virtuoso to return triples corresponding to a URI even if the case is not 100% similar. Example: http://bio2rdf.org/uniprot:P17710 rdf:type uniprot_resource:protein . http://bio2rdf.org/uniprot:P17710 rdfs:title "H

[Virtuoso-users] including multiple schema files for inference

2010-12-10 Thread Jamshaid Ashraf
Hi, I can use rdfs_rule_set to specify the schema to be used for performing inferencing based in RDFS rules (sub class & sub property) 1) What I need to do if I need 2 or more schemas (seperate rdf graphs/files) to be part of same inference context (logical name)? should i run rdfs_rule_set mult

[Virtuoso-users] RDF bulk insert performance over JDBC

2010-12-10 Thread Timo Westkämper
Hi. What are the options to improve bulk insertion speed of RDF data over JDBC? I am using similar code like the Virtuoso Sesame 3 adapter, which consists of a general prepared statement and JDBC bulk insertions. Would it make any difference to group bulk insertions by predicate and/or cont

Re: [Virtuoso-users] Virtuoso Sesame adapter

2010-12-10 Thread Timo Westkämper
Hi Hugh. The update fixed the issue. Thanks. Br, Timo Westkämper Hi Timo, What is the version of the Virtuoso Sesame Provider you are using, run the command: java -jar virt_sesame2.jar If you are running a Virtuoso open source build from before the last July 2010 6.12 release you

[Virtuoso-users] Case INsensitivity for URI

2010-12-10 Thread Marc-Alexandre Nolin
Hello, is it possible to tell Virtuoso to return triples corresponding to a URI even if the case is not 100% similar. Example: http://bio2rdf.org/uniprot:P17710 rdf:type uniprot_resource:protein . http://bio2rdf.org/uniprot:P17710 rdfs:title "HXK1_MOUSE" . If I write the following sparql query,