edi3 / edi3-json-ld-ndr

GNU General Public License v3.0
0 stars 2 forks source link

Add graph visualiser #41

Open onthebreeze opened 3 years ago

onthebreeze commented 3 years ago

Add a graph visualiser to the vocabulary viewer - roughly as indicated in: https://github.com/edi3/edi3-json-ld-ndr/issues/31

Looks like there is a reference implementation here : https://json-ld.org/playground/ which is the result of https://github.com/json-ld/json-ld.org/pull/459 which seems to use https://github.com/science-periodicals/jsonld-vis which is based on D3.

onthebreeze commented 3 years ago

we might need to be careful about performance. If you try to view the BSP using https://json-ld.org/playground/ it crashes.

perhaps the BSP vocabulary as a single file is too big.