Re: [Virtuoso-users] full-text search

2010-05-20 Thread Kingsley Idehen
mats@gmail.com wrote: Okay, that could for work for some blogs. Something similar though is looking up an album. For example if I want to find "Great Eagle Flying With the Wind" by Wayra, and I type in "wayra great eagle flying with the wind" in lod.openlinksw.com

Re: [Virtuoso-users] full-text search

2010-05-20 Thread mats . gls
Okay, that could for work for some blogs. Something similar though is looking up an album. For example if I want to find "Great Eagle Flying With the Wind" by Wayra, and I type in "wayra great eagle flying with the wind" in lod.openlinksw.com, it doesn't find anything. In this case the album has d

Re: [Virtuoso-users] query qith timeout

2010-05-20 Thread N . Stieler
Hi again, But this timeout is a timeout for the Driver and it is closing the connection after the set time, and I didn't get a result. The timeout I am looking for is for the DB(TripleStore) and I would like to receive a subset of the complete result (As it is descript in the link (http://docs.

Re: [Virtuoso-users] full-text search

2010-05-20 Thread Kingsley Idehen
Kingsley Idehen wrote: mats@gmail.com wrote: I tried some queries on the sites on those links, and it looks to me like it only compares the query to each single text field. If I for example have a blog post with the author "John Doe" and title "Hello World", and then want to find this

Re: [Virtuoso-users] full-text search

2010-05-20 Thread Kingsley Idehen
mats@gmail.com wrote: I tried some queries on the sites on those links, and it looks to me like it only compares the query to each single text field. If I for example have a blog post with the author "John Doe" and title "Hello World", and then want to find this blog post with the query "

Re: [Virtuoso-users] full-text search

2010-05-20 Thread mats . gls
I tried some queries on the sites on those links, and it looks to me like it only compares the query to each single text field. If I for example have a blog post with the author "John Doe" and title "Hello World", and then want to find this blog post with the query "john hello world". Then there i

Re: [Virtuoso-users] geometry predicate lack

2010-05-20 Thread Hugh Williams
Hi Alexander, When it "hung" did you try both HTTP and SQL(ie via isql ) connections to the database as you may still be able to access the server to perform some diagnostics as to the state of the machine ? I would also be interested to see what was in the virtuoso.log file at that point also

Re: [Virtuoso-users] linking datasets with virtuoso

2010-05-20 Thread Bob Ferris
Am 20.05.2010 15:48, schrieb Kingsley Idehen: Mark James wrote: Hi, Thanks for the link. I hadn't seen this. An alternative approach for simple scenario's is to use the inverseFunctionalProperty. This will allow virtuoso to infer a sameAs link if two instances have the same data within an attri

Re: [Virtuoso-users] full-text search

2010-05-20 Thread Kingsley Idehen
mats@gmail.com wrote: When using bif:contains in Virtuoso, from what I've seen, you an only query a single property. In many cases it's more useful to query multiple properties, for example if you have a blog and want to do a single query that searches through both author and title and perh

Re: [Virtuoso-users] linking datasets with virtuoso

2010-05-20 Thread Kingsley Idehen
Mark James wrote: Hi, Thanks for the link. I hadn't seen this. An alternative approach for simple scenario's is to use the inverseFunctionalProperty. This will allow virtuoso to infer a sameAs link if two instances have the same data within an attribute, usually a primary key. Eg two instanc

Re: [Virtuoso-users] query qith timeout

2010-05-20 Thread Tim Haynes
N.Stieler wrote: Hello All, I want to set a timeout for a query. I have already found this URL: http://docs.openlinksw.com/virtuoso/anytimequeries.html But I am using the JDBC Driver for Virtuoso. Is it possible to use a timeout there? Hi, I don't see why not. Remember that its scope is t

Re: [Virtuoso-users] query qith timeout

2010-05-20 Thread Hugh Williams
Hi Nico, The JDBC Timeout param is detailed at: http://docs.openlinksw.com/virtuoso/VirtuosoDriverJDBC.html Best Regards Hugh Williams Professional Services OpenLink Software Web: http://www.openlinksw.com Support: http://support.openlinksw.com Forums: http://boards.openlinksw.com/suppor

[Virtuoso-users] full-text search

2010-05-20 Thread mats . gls
When using bif:contains in Virtuoso, from what I've seen, you an only query a single property. In many cases it's more useful to query multiple properties, for example if you have a blog and want to do a single query that searches through both author and title and perhaps even the contents of the b

[Virtuoso-users] query qith timeout

2010-05-20 Thread N . Stieler
Hello All, I want to set a timeout for a query. I have already found this URL: http://docs.openlinksw.com/virtuoso/anytimequeries.html But I am using the JDBC Driver for Virtuoso. Is it possible to use a timeout there? Bye Nico -- The Open University is incorporated by Royal Charter (RC 000

Re: [Virtuoso-users] Deploying MusicBrainz backup for EC2 AMI locally

2010-05-20 Thread Hugh Williams
Hi Bob, I have just noticed the "./virtuoso" reference in the run_executable call that is being made which means that "virtuoso" symlink must be created in the directory where the Virtuoso Database resides as is the case to the Virtuoso AMIs and Virtuoso commercial installers the AMIs use, but

Re: [Virtuoso-users] geometry predicate lack

2010-05-20 Thread Alexander Sidorov
Hi Hugh, Yes, I have missed this point. But after running DB.DBA.RDF_GEO_FILL my Virtuoso instance hanged. I couldn't stop it and after rebooting couldn't start (had to restore from backup). I use High-CPU Medium instance for storing LinkedGeoData Elements dataset, so may the lack of resources is

Re: [Virtuoso-users] linking datasets with virtuoso

2010-05-20 Thread Bob Ferris
Hi Mats, as far as I know, is voiD [1] a good partner for Silk. Cheers, Bob [1] http://semanticweb.org/wiki/VoiD Am 20.05.2010 02:28, schrieb mats@gmail.com: Great. I'll try that. I also just found an RDF linking framwork called Silk which looks pretty good. 1. http://code.google.com/p

Re: [Virtuoso-users] Deploying MusicBrainz backup for EC2 AMI locally

2010-05-20 Thread Bob Ferris
Hi Hugh, I'm running Ubuntu 10.04 x64. I could execute the ./virtuoso-t ... command on my terminal (but with an absolute path to my related vos installation), but (as far as know) you wouldn't have normally a virtuoso(-t) in your db directory. Furthermore, you should also pay attention re. th

[Virtuoso-users] Next snapshot

2010-05-20 Thread Alexander Sidorov
Hello! What is the appropriate date of next snapshot release? Really it is important for me just is it before or after the 1st of June. Regards, Alexander

Re: [Virtuoso-users] Deploying MusicBrainz backup for EC2 AMI locally

2010-05-20 Thread Hugh Williams
HI Bob, Assuming you are running on a Unix OS, It would be easiest to create a virtuoso symlink to virtuoso-t and ensure its location is in your PATH environment variable setting such that the "virtuoso" executable can be located as expected and then not need to make any changes to the sql scri

Re: [Virtuoso-users] linking datasets with virtuoso

2010-05-20 Thread Mark James
Hi, Thanks for the link. I hadn't seen this. An alternative approach for simple scenario's is to use the inverseFunctionalProperty. This will allow virtuoso to infer a sameAs link if two instances have the same data within an attribute, usually a primary key. Eg two instances of Customer with a cu

Re: [Virtuoso-users] linking datasets with virtuoso

2010-05-20 Thread mats . gls
Great. I'll try that. I also just found an RDF linking framwork called Silk which looks pretty good. 1. http://code.google.com/p/silk/ On Wed, May 19, 2010 at 11:02 PM, Kingsley Idehen wrote: > mats@gmail.com wrote: > >> If I have two datasets in RDF with some common entries, how can I gene