Re: [Virtuoso-users] Problem with bif:contains inside optional

2016-02-12 Thread fatma chamekh
Hi every body I am trying to use bio2rdf, but i want to link to find a dataset. This link http://bio2rdf.org/bio2rdf.dataset_vocabulary give me an error. any suggestion of other link could be helpfull. Kind regards Fatma 2016-02-12 14:55 GMT+01:00 Pantelis Natsiavas : > Hi everybody. > > I am tr

[Virtuoso-users] Problem with bif:contains inside optional

2016-02-12 Thread Pantelis Natsiavas
Hi everybody. I am trying to execute the query PREFIX void: PREFIX dv: PREFIX dcterms: PREFIX drugbank: PREFIX rdf:

Re: [Virtuoso-users] Restrict dba login to localhost

2016-02-12 Thread Hugh Williams
Hi Daniel, You could write a custom DBEV_LOGIN() function for your Virtuoso instance then checks for “dba” login requests and only allow them if the hostname/IP is localhost/127.0.0.1. Details on how to write a custom DBEV_LOGIN() function can be found at: http://docs.openlinksw.com/v

[Virtuoso-users] how to speed up rows insertion by sql commands

2016-02-12 Thread Adam Sanchez
Hi, I would like to speed up a set of rows insertions using this sql command "INSERT INTO TEST.DBA.TEST (instance1, classname1, graphname) VALUES(iri_id_from_num(?),iri_id_from_num(?),iri_to_id(?))" The table structure is simple create table TEST.DBA.TEST ( "instance1" IRI_ID, "classname1"

Re: [Virtuoso-users] response time of the select query.

2016-02-12 Thread Hugh Williams
Hi Yoshihiro, What is the actual 7.2 version you are using ? Please provide the output of running the following against the binary: virtuoso-t -? If you are using a version less than the 7.2.2 (3215) release then you should try setting the following in the “[Flags]” section of the vir