solid-contrib/solid-client

getParsedGraph error tabulator is not defined

Closed this issue · 3 comments

Copied the example from the readme:

solid.web.getParsedGraph(resource).then(
          function(response) {
            console.log(response.statementsMatching(undefined, RDF('type'), LDP('Resource')))
          }
        )

Error: tabulator is not defined rdflib-0.5.0.min.js:119

Pending further investigation by @dmitrizagidulin

Upstream issue opened, rdflib.js#124

@rhiaro - while we're sorting out the upstream RDFLib.js fix, the new equivalent usage is described at https://github.com/solid/solid.js#fetching-a-parsed-graph

Closing, I'm pretty sure this has been fixed. Please re-open if not.