Re: [Tracker] Indexing mbox files

2010-09-01 Thread Mildred Ki'Lya
On 2010-08-23 10:08, Philip Van Hoof wrote: On Wed, 2010-08-18 at 18:36 +0200, Mildred Ki'Lya wrote: On 2010-08-18 18:16, Mildred Ki'Lya wrote: Additionally, how do I generate the URI for the different objects? As described here:

Re: [Tracker] Indexing mbox files

2010-08-24 Thread Mildred Ki'Lya
Hi, Would you be interested in an extractor that extract information from mailboxes written in Vala ? If you are, I'll have to ask permission from my employer but I'm sure it could be done. (For the moment, it doesn't do MIME multipart nor threading since that wasn't useful for my application)

Re: [Tracker] Indexing mbox files

2010-08-24 Thread Philip Van Hoof
On Tue, 2010-08-24 at 14:04 +0200, Mildred Ki'Lya wrote: Hi, Would you be interested in an extractor that extract information from mailboxes written in Vala ? Yes If you are, I'll have to ask permission from my employer but I'm sure it could be done. Great. For extractors to go upstream

Re: [Tracker] Indexing mbox files

2010-08-23 Thread Philip Van Hoof
On Wed, 2010-08-18 at 18:36 +0200, Mildred Ki'Lya wrote: On 2010-08-18 18:16, Mildred Ki'Lya wrote: So, if I understood everything well, I should have something like: nmo:Mailbox - nie:hasPart - nmo:MailboxDataObject - nie:interpretedAs - nmo:Email and of course nmo:Email -

Re: [Tracker] Indexing mbox files

2010-08-22 Thread Mildred Ki'Lya
On 2010-08-18 18:16, Mildred Ki'Lya wrote: So, if I understood everything well, I should have something like: nmo:Mailbox - nie:hasPart - nmo:MailboxDataObject - nie:interpretedAs - nmo:Email and of course nmo:Email - nie:isStoredAs - nmo:MailboxDataObject - nie:isPartOf -

Re: [Tracker] Indexing mbox files

2010-08-22 Thread Adrien Bustany
Le Wed, 18 Aug 2010 18:36:40 +0200, Mildred Ki'Lya mildred...@gmail.com a écrit : On 2010-08-18 18:16, Mildred Ki'Lya wrote: So, if I understood everything well, I should have something like: nmo:Mailbox - nie:hasPart - nmo:MailboxDataObject - nie:interpretedAs - nmo:Email and

[Tracker] Indexing mbox files

2010-08-18 Thread Mildred Ki'Lya
Hi, I am in the process of writing an extractor for mbox files. My purpose is to use Tracker as an internal search engine for another application, and this application stores conversations in mbox files with specific headers I need to parse. Additionally, it could be used to successfully search

Re: [Tracker] Indexing mbox files

2010-08-18 Thread Philip Van Hoof
Here you can find a complete explanation of how to go from MIME to RDF: http://live.gnome.org/Tracker/Documentation/Examples/SPARQL/Email On Wed, 2010-08-18 at 18:16 +0200, Mildred Ki'Lya wrote: Hi, I am in the process of writing an extractor for mbox files. My purpose is to use Tracker