You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There could be a "pseudo HTTP parameter" url= specifying the RDF document, appended to the path to node-arc-d3 , like this:
file:///home/jmv/src/node-arc-d3/index.html?url=http://bshambaugh.org/foaf.rdf#me
There could be a "pseudo HTTP parameter" url= specifying the RDF document, appended to the path to node-arc-d3 , like this:
file:///home/jmv/src/node-arc-d3/index.html?url=http://bshambaugh.org/foaf.rdf#me
This is how RDFViewer ( another nice RDF diagramming tool ) works :
http://semantic-forms.cc:9112/assets/rdfviewer/rdfviewer.html?url=http%3A%2F%2Fbshambaugh.org%2Ffoaf.rdf%23me
Implementation
just a few lines of JS code in
http://semantic-forms.cc:9112/assets/rdfviewer/rdfviewer.html
copied from
https://github.com/jimmccusker/rdfviewer/blob/master/index.html
The text was updated successfully, but these errors were encountered: