[Nepomuk] Problem with nepomuksearch

Peter Penz peter.penz at gmx.at
Fri Dec 4 23:59:18 CET 2009


Hi Sebastian,

On Friday, 4. December 2009 07:54:53 Sebastian Trueg wrote:
[...]
> > I've manually adjusted the search to:
> > nepomuksearch:/?sparql=select distinct ?r  where { ?r
> > <http://www.semanticdesktop.org/ontologies/2007/08/15/nao#lastModified>
> > >= "2008-12-31T23:00:00Z"^^<http://www.w3.org/2001/XMLSchema%23dateTime>
> > . }
> >
> > but get no result... Is this query correct?
>
> no, it is not. This is the correct one (using namespace abbreviations):
>
> select distinct ?r where {
>   ?r nie:lastModified ?d .
>   FILTER(?d >= "2008-12-31T23:00:00Z"^^xsd:dateTime).
> }

After your recent fixes in kdelibs/nepomuk searching by date works now. Thanks 
for this! I need to do further checks and finetuning in Dolphin, but I'm 
confident now that I can finish this task until KDE 4.4 (although I'm sure 
some rough edges will remain ;-)).

Cheers,
Peter

[...]


More information about the Nepomuk mailing list