Adrien Bustany <[email protected]> writes:
> Le Sun, 18 Sep 2011 12:33:13 -0400,
> Nikolaus Rath <[email protected]> a écrit :
>
>> Adrien Bustany 
>> <abustany-rdkqcyrbjuzytjvyw6ydsg-xmd5yjdbdmrexy1tmh2...@public.gmane.org>
>> writes:
>> > Le Sat, 17 Sep 2011 11:32:55 -0400,
>> > Nikolaus Rath 
>> > <[email protected]> a écrit :
>> >> >Hi Nikolaus
>> >> >
>> >> >On Sat, Sep 17, 2011 at 12:56 AM, Nikolaus Rath
>> >> ><[email protected]> wrote:
>> >> >> Hello,
>> >> >>
>> >> >> In tracker 0.8.17, an example result of the GetMetadata DBUS
>> >> >> method
>> >> >is
>> >> >>
>> >> >>  a nfo:PaginatedTextDocument ;
>> >> >>         nie:title "SV Meldung" ;
>> >> >>         nco:creator [ a nco:Contact ;
>> >> >>         nco:fullname "nikratio"] ;
>> >> >>         nie:contentCreated "2011-08-10T20:12:38Z" ;
>> >> >>         nao:hasTag [ a nao:Tag ;
>> >> >>         nao:prefLabel "()"] ;
>> >> >>         dc:format "application/pdf" ;
>> >> >>         nie:description "()" ;
>> >> >>         nfo:pageCount 1 ;
>> >> >>         nie:plainTextContent "blablabla" .
>> >> >>
>> >> >> With tracker 0.10.21, however, the same document now gives
>> >> >>
>> >> >>  a nfo:PaginatedTextDocument ;
>> >> >>         nie:title "SV Meldung" ;
>> >> >>         nco:creator [ a nco:Contact ;
>> >> >>         nco:fullname "nikratio"] ;
>> >> >>         nie:contentCreated "2011-08-10T20:12:38Z" ;
>> >> >>         dc:format "application/pdf" ;
>> >> >>         nie:description "()" ;
>> >> >>         nao:hasTag ?tag1 ;
>> >> >>         nfo:pageCount 1 ;
>> >> >>         nie:plainTextContent "blablabla" .
>> >> >> } } WHERE { {
>> >> >> ?tag1 a nao:Tag ; nao:prefLabel "()" .
>> >> >>
>> >> >>
>> >> >> I don't know enough about the syntax used here, so I won't claim
>> >> >> that it's wrong. However, rdflib fails to parse this and thus
>> >> >> breaks my application.
>> >> >>
>> >> >> Can someone tell me if this is a bug in tracker or in rdflib?
>> >> >
>> >> >Could you share the error message that rdflib gives you?
>> >> 
>> >> Sure, it's at http://code.google.com/p/rdflib/issues/detail?id=190
>> >> 
>> >
>> > Most likely rdflib doesn't like the fact that the WHERE of the
>> > INSERT is not closed?
>> 
>> That would be my guess too. But I'm surprised to find a WHERE in the
>> GetMetadata output in the first place. What is it good for, and why
>> is it only included for some documents?
>
> The where is here to reuse an existing tag.
>
> INSERT { a tag with label "foo" }
> INSERT { file has tag ?tag } WHERE { ?tag has label "foo" }
>
> You can think of it as a sort of secondary key...
> I guess it's only included for documents which have tags?

Can a document have tags if they have never been added with tracker-tag
(or some frontend)? The WHERE clause is included for freshly created
documents that have certainly not been tagged manually.

Best,

   -Nikolaus

-- 
 »Time flies like an arrow, fruit flies like a Banana.«

  PGP fingerprint: 5B93 61F8 4EA2 E279 ABF6  02CF A9AD B7F8 AE4E 425C
_______________________________________________
tracker-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/tracker-list

Reply via email to