Friday, February 3, 2017

progress RDF to D3 vis project

Pull a ttl file into an array with N3 (done, but it chokes on characters like ')

Convert this into an array and then a custom object with nodes and edges (done)

Convert this array into an object that D3 understands (to do, JSON method on aptly named object before export should work)

Feed an object that d3 understands that plots a force directed graph with labeled s,p,o (done)

Call necessary libraries with AMD model (done)

No comments:

Post a Comment