Parse a string and put the result into the graph kb. Normal method is sync. Unfortunately jsdonld is currently written to need to be called async. Hence the mess below with executeCallback.
The input string to parse
The store to use
The base URI to use
The MIME content type string for the input - defaults to text/turtle
Optional
The callback to call when the data has been loaded
Parse a string and put the result into the graph kb. Normal method is sync. Unfortunately jsdonld is currently written to need to be called async. Hence the mess below with executeCallback.