Re: [Virtuoso-users] ? building virutoso for os x 10.4/pcc

2008-12-01 Thread Patrick van Kleef
Hi James, has anyone succeeded to build the open source version of virtuoso on os x 10.4 for ppc? This is one of the platforms where every release of VOS gets tested before being released. yes, but with which os version, and which x-code version, and which ports updates, and ... I am r

Re: [Virtuoso-users] ? building virutoso for os x 10.4/pcc

2008-12-01 Thread james anderson
On 2008-12-01, at 22:21 , Patrick van Kleef wrote: Hi James, has anyone succeeded to build the open source version of virtuoso on os x 10.4 for ppc? This is one of the platforms where every release of VOS gets tested before being released. yes, but with which os version, and which x-c

Re: [Virtuoso-users] ? building virutoso for os x 10.4/pcc

2008-12-01 Thread Patrick van Kleef
HI Rick, I did get it to build after much frustration with this configuration (on a g4 powerbook) . I actually had to manually edit a couple of the shell scripts that load the vad files because of some osx wonkiness. Unfortunately this is all on my home computer, but I'll take a look wh

Re: [Virtuoso-users] ? building virutoso for os x 10.4/pcc

2008-12-01 Thread Patrick van Kleef
Hi James, has anyone succeeded to build the open source version of virtuoso on os x 10.4 for ppc? This is one of the platforms where every release of VOS gets tested before being released. i checked out the sources and worked through the automake and configure process, updating several

Re: [Virtuoso-users] ? building virutoso for os x 10.4/pcc

2008-12-01 Thread Rick Mangi
I did get it to build after much frustration with this configuration (on a g4 powerbook) . I actually had to manually edit a couple of the shell scripts that load the vad files because of some osx wonkiness. Unfortunately this is all on my home computer, but I'll take a look when I get home and

Re: [Virtuoso-users] DBpedia+Virtuoso EC2 AMI

2008-12-01 Thread Kingsley Idehen
Kingsley Idehen wrote: All, Quick FYI. What is Virtuoso+DBpedia AMI for EC2? An pre-installed and fully tuned edition of Virtuoso that includes a fully configured DBpedia instance on Amazon's EC2 Cloud platform. Benefits? Generally, it provides a no hassles mechanism for instantiating perso

[Virtuoso-users] ? building virutoso for os x 10.4/pcc

2008-12-01 Thread james anderson
hello; has anyone succeeded to build the open source version of virtuoso on os x 10.4 for ppc? i checked out the sources and worked through the automake and configure process, updating several utilities and setting the CFLAGS as indicated. i also had to change the flags to build a unive

Re: [Virtuoso-users] [Dbpedia-discussion] Text Searching in Virtuoso / 2 questions

2008-12-01 Thread Marvin Lugair
No Worries! Thanks! --- On Mon, 12/1/08, Yrjänä Rankka wrote: > From: Yrjänä Rankka > I also wanted to publicly apologise Marvin for my rather > stupid > sarcastic remark in the first reply, as it goes against the > philosophy > and purpose of mailing lists such as these. We're all > here t

Re: [Virtuoso-users] [Dbpedia-discussion] Text Searching in Virtuoso / 2 questions

2008-12-01 Thread Yrjänä Rankka
Aldo Bucchi wrote: Yrjänä, String literals in predicates is not a very common practicality in RDF. We only have full-text indexing on object values. Hmm. Sorry for being sarcastic here. Subject and predicate values cannot be literals in RDF statements. Just to be clear. YOU AR

Re: [Virtuoso-users] [Dbpedia-discussion] Text Searching in Virtuoso / 2 questions

2008-12-01 Thread Aldo Bucchi
Yrjänä, >> String literals in predicates is not a very common practicality in >> RDF. We only have full-text indexing on object values. > Hmm. Sorry for being sarcastic here. Subject and predicate values cannot > be literals in RDF statements. Just to be clear. YOU ARE RIGHT and for all formal pu

Re: [Virtuoso-users] [Dbpedia-discussion] Text Searching in Virtuoso / 2 questions

2008-12-01 Thread Yrjänä Rankka
Yrjänä Rankka wrote: Marvin Lugair wrote: Hi all! This is more for the virtuoso folks but still cc-ing dbpedia. Please give us some input if you can answer these questions: I am trying text search in virtuos from isql against a locally loaded dbpedia. *QUESTION ONE* Why does bif:contains re

Re: [Virtuoso-users] [Dbpedia-discussion] Text Searching in Virtuoso / 2 questions

2008-12-01 Thread Yrjänä Rankka
Marvin Lugair wrote: Hi all! This is more for the virtuoso folks but still cc-ing dbpedia. Please give us some input if you can answer these questions: I am trying text search in virtuos from isql against a locally loaded dbpedia. *QUESTION ONE* Why does bif:contains return faster than REGEX s

Re: [Virtuoso-users] [Dbpedia-discussion] Text Searching in Virtuoso / 2 questions

2008-12-01 Thread Marvin Lugair
Ivan and Kingsley, Thanks for your responses! Things are much clearer now, If I want to search URI's in the property field I should use regex. Marv. --- On Mon, 12/1/08, Ivan Mikhailov wrote: > From: Ivan Mikhailov > Subject: Re: [Dbpedia-discussion] Text Searching in Virtuoso / 2 questi

Re: [Virtuoso-users] Jena Model without NS Prefix

2008-12-01 Thread Till Plumbaum
Hi , I tested the sample. That one works, but just because there is a small error at the end. You're loading model m1 from the database and printing model m. Changing the code to m1.write(), I'm getting the same error as before. Till. >> Hi Till, Can you please compile and run the sampl

Re: [Virtuoso-users] [Dbpedia-discussion] Text Searching in Virtuoso / 2 questions

2008-12-01 Thread Ivan Mikhailov
Hello Marvin, > Why does bif:contains return faster than REGEX search, bif:contains return faster because it uses special full-text index to get IDs of objects that contain words mentioned in the query, it do not scan the whole table like Regex-based query. The advantage of REGEX is flexibility:

Re: [Virtuoso-users] [Dbpedia-discussion] Text Searching in Virtuoso / 2 questions

2008-12-01 Thread Kingsley Idehen
Marvin Lugair wrote: Hi all! This is more for the virtuoso folks but still cc-ing dbpedia. Please give us some input if you can answer these questions: I am trying text search in virtuos from isql against a locally loaded dbpedia. *QUESTION ONE* Why does bif:contains return faster than REGEX s

[Virtuoso-users] Text Searching in Virtuoso / 2 questions

2008-12-01 Thread Marvin Lugair
Hi all! This is more for the virtuoso folks but still cc-ing dbpedia. Please give us some input if you can answer these questions: I am trying text search in virtuos from isql against a locally loaded dbpedia. *QUESTION ONE* Why does bif:contains return faster than REGEX search, and why are they