rdf-dereference.js icon indicating copy to clipboard operation
rdf-dereference.js copied to clipboard

Add a verbose mode so user can see which format each triple comes from

Open alexkreidler opened this issue 5 years ago • 1 comments

Many pages include triples in various formats, e.g. RDFa/microdata and JSON-LD at the same time.

It would be great to have an option that annotated each triple with the plugin source it came from both in the TS library and the CLI tool.

Thanks for so many awesome projects!

alexkreidler avatar Sep 24 '20 19:09 alexkreidler

So basically you'd like to known what RDF format each triple was generated from?

This wouldn't be a trivial feature, especially considering performance. Related to provenance in Comunica: https://github.com/comunica/comunica/issues/732

rubensworks avatar Sep 25 '20 07:09 rubensworks