Re: [Virtuoso-users] Trouble writing a query filter

2014-07-25 Thread Rumi
Hi Phillip, On 25-Jul-14 10:26 PM, Legault, Phillip [ITSUS] wrote: Tried this and I'm unable to get it to work. Re. unable to work, do you mean getting an error after executing the query? Please share the result output if possible. Also would be helpful if you give example of the data triples

Re: [Virtuoso-users] Trouble writing a query filter

2014-07-25 Thread Legault, Phillip [ITSUS]
This is an internal mediawiki -Original Message- From: Kingsley Idehen [mailto:kide...@openlinksw.com] Sent: Friday, July 25, 2014 5:40 PM To: Legault, Phillip [ITSUS] Cc: virtuoso-users@lists.sourceforge.net Subject: Re: [Virtuoso-users] Trouble writing a query filter On 7/25/14 4:26 PM

Re: [Virtuoso-users] Trouble writing a query filter

2014-07-25 Thread Kingsley Idehen
On 7/25/14 4:26 PM, Legault, Phillip [ITSUS] wrote: Tried this and I'm unable to get it to work. Sent from my iPhone On Jul 25, 2014, at 2:39 PM, "Rumi" wrote: Hi Phillip, On 25-Jul-14 4:00 PM, Legault, Phillip [ITSUS] wrote: I'm trying to write a query filter, to filter ?support_status =

Re: [Virtuoso-users] Trouble writing a query filter

2014-07-25 Thread Legault, Phillip [ITSUS]
Tried this and I'm unable to get it to work. Sent from my iPhone > On Jul 25, 2014, at 2:39 PM, "Rumi" wrote: > > Hi Phillip, > >> On 25-Jul-14 4:00 PM, Legault, Phillip [ITSUS] wrote: >> I'm trying to write a query filter, to filter ?support_status = Obsolete >> and ?start_date is <= NOW >

Re: [Virtuoso-users] Trouble writing a query filter

2014-07-25 Thread Rumi
Hi Phillip, On 25-Jul-14 4:00 PM, Legault, Phillip [ITSUS] wrote: I'm trying to write a query filter, to filter ?support_status = Obsolete and ?start_date is <= NOW What about if you added: FILTER ( datatype (?start_date) in (xsd:dateTime, xsd:date) ) ; FILTER ( xsd:dateTime(str(?start_dat

Re: [Virtuoso-users] Federated query issue

2014-07-25 Thread james anderson
good evening; On 25 Jul 2014, at 14:16, Kingsley Idehen wrote: > On 7/23/14 6:43 AM, james anderson wrote: >> good afternoon; >> >> On 11 Jul 2014, at 10:38, Carsten Keßler wrote: >> >>> >Dear all, >>> > >>> >I'm running Virtuoso OS 7.1.0 and trying to run some federated queries to >>> >DBpe

[Virtuoso-users] Trouble writing a query filter

2014-07-25 Thread Legault, Phillip [ITSUS]
I'm trying to write a query filter, to filter ?support_status = Obsolete and ?start_date is <= NOW This works with the first part with ?support_status =Obsolete, however I'm stuck trying to figure out the second part. Any help is greatly appreciated. PREFIX rdfs:

Re: [Virtuoso-users] Federated query issue

2014-07-25 Thread Kingsley Idehen
On 7/23/14 6:43 AM, james anderson wrote: good afternoon; On 11 Jul 2014, at 10:38, Carsten Keßler wrote: >Dear all, > >I'm running Virtuoso OS 7.1.0 and trying to run some federated queries to DBpedia and Europeana. Here's an example of what I'm trying to do (fetch some Europeana artifacts