Re: Linked Data Browser Extension (was: Re: Linked Data Browser)

> Below the spec.
> I'd be willing to pay EUR 200 out of my own pocket.
> How much budget would you need?

I see what I can do, will be a summer project most likely.

> * Change the Accept header

Makes sense; I'd propose to just prepend all RDF MIME types with (implied) q=1
to avoid messing with browser internals / other extensions.

Also: should it support quad formats?
(And if so, should it transform JSON-LD, or make that optional?)

> * In case an RDF document is returned from the server, parse the RDF document via rdflib.js (https://github.com/linkeddata/rdflib.js).

rdf-ext is probably the way to go.

> print the RDF document in Turtle syntax (using prefix.cc for prefix declarations)

Turtle will not always be possible, as N3 goes beyond Turtle.
Also, same problem in case of quads.

Maybe a tabbed interface where one can switch between formats would be nice
(could be really useful in the case of JSON-LD, to see both JSON and triples).

Best,

Ruben

Received on Friday, 16 March 2018 10:25:12 UTC