Re: [Virtuoso-users] About bif:contains and REGEX producing different results

2012-03-14 Thread Roberto García
Yes, my example had one extra letter and was wrong, I get the error with query: select ?r where { ?r rdfs:label ?l. filter(bif:contains(?l, 'Paris Hil*')) } Roberto García http://rhizomik.net/~roberto 2012/3/8 Hugh Williams hwilli...@openlinksw.com: Hi Roberto, That query runs for me

Re: [Virtuoso-users] About bif:contains and REGEX producing different results

2012-03-08 Thread Roberto García
Ivan, I've already tried with quotes but, for instance, for query: select ?r where { ?r rdfs:label ?l. filter(bif:contains(?l, 'Paris Hilt*')) } I get the following error: Virtuoso 22023 Error FT370: Wildcard word needs at least 4 leading characters Roberto García http://rhizomik.net

[Virtuoso-users] About bif:contains and REGEX producing different results

2012-03-07 Thread Roberto García
bif:contains to behave like REGEX in the Paris Hil* case. Is there any syntax trick for bif:contains that makes is consider space separated words as a sentence and not as independent words to match? Best, Roberto García http://rhizomik.net/~roberto

[Virtuoso-users] Exception Violating unique index RDF_QUAD_POGS

2011-11-11 Thread Roberto García
to load an RDF model. Best, Roberto García http://rhizomik.net/~roberto

Re: [Virtuoso-users] Exception Violating unique index RDF_QUAD_POGS

2011-11-11 Thread Roberto García
No, I don't have transactions turned off. Should I do so and remove the begin() and commit() calls from my code then? Roberto García http://rhizomik.net/~roberto 2011/11/11 Hugh Williams hwilli...@openlinksw.com: Hi Roberto, Do you have transactions turned of when performing this bulk load

[Virtuoso-users] Inference performance

2011-05-09 Thread Roberto García
0 threads in vdb. --- Any help appreciated. Best, Roberto García http://rhizomik.net/~roberto

Re: [Virtuoso-users] Problems dumping bnodes and loading complex ontology

2011-03-30 Thread Roberto García
Hi Hugh, Thanks for your response. Note, there is a later Virtuoso snapshot build available from the following FTP server location:         ftp://download.openlinksw.com/support/vos/virtuoso-opensource-6-20110308.tar.gz I have installed and tested it. The Virtuoso SPARQL endpoint does

[Virtuoso-users] Problems dumping bnodes and loading complex ontology

2011-03-24 Thread Roberto García
it work with virtjdbc4.jar instead of virtjdbc3.jar? Best, Roberto García http://rhizomik.net/~roberto [1] http://rhizomik.net/ontologies/2009/09/copyrightonto.owl [2] http://ods.openlinksw.com/dataspace/dav/wiki/Main/VOSDownload

Re: [Virtuoso-users] Virtuoso SR175, rebuilt indexes and now crashes

2011-03-06 Thread Roberto García
Exception but not massive as before. Maybe they are just due to some triples that seemed not correctly loaded last time but did load instead. For new datasets it seems to work fine. Thanks, Roberto García http://rhizomik.net/~roberto 2011/3/3 Hugh Williams hwilli...@openlinksw.com: Hi Roberto

Re: [Virtuoso-users] Virtuoso SR175, rebuilt indexes and now crashes

2011-03-02 Thread Roberto García
in the message: http://boards.openlinksw.com/phpBB3/viewtopic.php?f=12t=622 Unfortunately, it resulted in a Virtuoso crash and no way to run it again. Please, could you point me what can I do to solve this? Best, Roberto García http://rhizomik.net/~roberto 2010/11/9 Roberto García robe...@rhizomik.net

[Virtuoso-users] Virtuoso SR175, rebuilt indexes and now crashes

2010-11-09 Thread Roberto García
Segmentation fault Is there something I can do or I should reload all the data? Best, Roberto García http://rhizomik.net/~roberto

Re: [Virtuoso-users] Jena Provider. Tag 248 not defined

2010-10-11 Thread Roberto García
(Unknown Source) ... Roberto García

[Virtuoso-users] Virtuoso Jena/Sesame and Maven

2010-06-21 Thread Roberto García
Dear all, I'm integrating Virtuoso as one of the stores in a Java application. Are you aware of any Maven repository where the jars for Jena and Sesame providers are kept updated? Thanks and best regards, Roberto García http://rhizomik.net/~roberto

[Virtuoso-users] Grant rdfs_rule_set

2010-05-03 Thread Roberto García
: No permission to execute procedure rdfs_rule_set. Thanks, Roberto García http://rhizomik.net/~roberto

Re: [Virtuoso-users] Serialisation problems through Virtuoso Jena Provider

2010-02-18 Thread Roberto García
with the the function rdfs_rule_set) but to do so from the Java source code. In other words, if the application is deployed by a user, there is no need to go to the iSQL Virtuoso interface and type there the rdfs_rule_set command. Is this possible? Best, Roberto García http://rhizomik.net/~roberto

[Virtuoso-users] Serialisation problems through Virtuoso Jena Provider

2010-02-16 Thread Roberto García
/ rdf:typens1:item . Best, Roberto García http://rhizomik.net/~roberto/

Re: [Virtuoso-users] DESCRIBE implementations

2010-01-11 Thread Roberto García
unable how to use it. Best, Roberto García http://rhizomik.net/~roberto 2010/1/11 Hugh Williams hwilli...@openlinksw.com: Hi Roberto, The Virtuoso SPARQL DESCRIBE already supports Concise Bounded Description as detailed in the documentation, including a usage example:         http