Re: [Tracker] Result of GetMetadata DBUS Method
- From: Sam Thursfield <ssssam gmail com>
- To: Nikolaus Rath <Nikolaus rath org>, tracker-list gnome org
- Subject: Re: [Tracker] Result of GetMetadata DBUS Method
- Date: Sat, 17 Sep 2011 11:56:45 +0100
Hi Nikolaus
On Sat, Sep 17, 2011 at 12:56 AM, Nikolaus Rath <Nikolaus rath org> 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?
Sam
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]