sul-dlss-deprecated / sparqlight

[DEPRECATED] A blacklight application using SPARQL to replace Solr
12 stars 3 forks source link

D3 view of JSON-LD graph #17

Open gkellogg opened 8 years ago

gkellogg commented 8 years ago

This might take advantage of https://github.com/scienceai/jsonld-vis. Alternatively, the JSON-LD can be visualized as RDF using something like https://github.com/alangrafu/visualRDF.

gkellogg commented 8 years ago

Can use multiple-view mechanism from https://github.com/projectblacklight/blacklight-gallery to allow selection of the graph view.

karthicks commented 6 years ago

Given that jsonld-vis only works with d3 versions that are compatible with 3.5.17, it'd be great if d3 came out with a built-in module, say d3-jsonld, that is kept up-to-date as d3 evolves. If the two projects can collaborate somehow, that'd be awesome.