Visualize RDF in Cytoscape.js? -


i visualize rdf graph using convoluted process of sparql query -> csv export -> import cytoscape desktop -> export json -> import cytoscape.js. there way of directly visualizing rdf graphs in cytoscape.js, example plugin similar rdfscape cytoscape desktop?

write small module using node.js. load data database (probably using module from npm), , convert data cytoscape.js json format in node.js module. (you can load data directly cytoscape.js on node.js headlessly if want.)

this should automate conversion process.


Comments

Popular posts from this blog

Spring Boot + JPA + Hibernate: Unable to locate persister -

go - Golang: panic: runtime error: invalid memory address or nil pointer dereference using bufio.Scanner -

c - double free or corruption (fasttop) -