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
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
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
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
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
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,