Skip to content

Allow serializing TrackerResource to JSON-LD

Sam Thursfield requested to merge sam/resource-jsonld into master

This branch adds support for dumping data about a resource in JSON-LD format. This joins the existing support for Turtle and SPARQL.

There are several nice things about JSON-LD, the main thing being that JSON parsers are a lot more common than either Turtle or SPARQL parsers so it becomes easier to get data out of Tracker and then do stuff with it.

I also plan to use this feature to fix the tracker-extract functional tests in tracker-miners.git (which have been broken for about 2 years now, since the TrackerResource work landed initially)

Merge request reports