Re: [Tracker] tracker-1.8 branched

2016-04-09 Thread Carlos Garnacho
Hey Philip :), On Sat, Apr 2, 2016 at 9:22 PM, Philip Van Hoof wrote: > Hey Carlos, > > I noticed we are sometimes doing parallel releases. > > Have you ever considered using gitflow as branching technique? Cheers for the tip, will check how it pans out. TBH I usually make

Re: [Tracker] Extracting the extractors

2016-04-09 Thread Carlos Garnacho
Hey Sam :), On Sat, Apr 9, 2016 at 1:39 AM, Sam Thursfield wrote: > Hi all > > I've always felt like Tracker's extractors should be reusable outside > Tracker. The design makes that possible but right now they output their > results as a series of slightly non-standard SPARQL

Re: [Tracker] Extracting the extractors

2016-04-09 Thread Philip Van Hoof
Hi Sam, The way to transfer metadata over a well defined standard way is called Turtle (TTL, https://www.w3.org/TR/turtle/). SPARQL is a query language that utilizes portions of this spec (with SPARQL INSERT you can more or less put a TTL block inside of INSERT{} and it should just work. Our