kianschmalenbach / rdf-browser

A Firefox Add-on that requests RDF files and renders RDF files as Turtle documents with clickable links
MIT License
16 stars 6 forks source link

Relative URIs in JSON-LD #11

Closed dschraudner closed 3 years ago

dschraudner commented 3 years ago

When opening a JSON-LD document that contains relative URIs the document location should be used as base URI to create an absolute URI. The JSON-LD parser being used fails at this because no baseIRI is given to the parser and thus the relative URIs are handled incorrectly.

kianschmalenbach commented 3 years ago

Hi, Thanks for the feedback. I just committed a fix for this issue, it will be included in the upcoming release.