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 is a similar issue in RDFaProcessor.prototype.process. When it gets called with a node resulting from a call to DOMParser.parseFromString, then node.baseURI is null and the subsequent call to removeHash blows up when trying to find the "#".
My goal is to parse some external content into a graph, and to have some control over the graph implementation being used.
So I have tried the following in the Chrome console, from the test harness:
I have a few additional questions:
RDFaProcessor.addTriple
being mentioned at https://code.google.com/p/green-turtle/wiki/API#RDFaProcessor.addTriple? Is that still relevant?The text was updated successfully, but these errors were encountered: