rdf-cytoscape
React component for rendering RDF graphs and datasets using n3.js and cytoscape.js
You can render either RDF Datasets or RDF Graphs. Datasets use react-panelgroup
to split up the different graphs. Both elements take an N3Store
as a required prop; for Graphs you just specify the graph name that you want to element to render.
Either way you need to include rdf-cytoscape/rdf-cytoscape.css
in your HTML somewhere, and you need to add the rdf-cytoscape
CSS class to the immediate parent.