jupyterlab / jupyterlab-metadata-service

Linked data exploration in JupyterLab.
BSD 3-Clause "New" or "Revised" License
29 stars 16 forks source link

Display JSON LD from Data Registry #38

Closed saulshanabrook closed 5 years ago

saulshanabrook commented 5 years ago

This PR adds support for viewing any JSON LD registered in the data registry in the linked data viewer.

Now in a notebook, if you output a application/ld+json mimetype, this data will be added to the data registry. Also if the @id is a relative URL, it will be resolved from the notebook URL.

Screen Shot 2019-10-05 at 12 32 50 AM