mhausenblas / turtled

A simple online RDF Turtle editor
http://turtled.net/
22 stars 6 forks source link

Update turtled.js #1

Closed antoniogarrote closed 12 years ago

antoniogarrote commented 12 years ago

I think I found some problems in the applyRestriction function.  Not sure if that was the issue. If I'm wrong, send me a mail with more details and I will take a look.

Cheers.

mhausenblas commented 12 years ago

Awesome, thanks! store.executeWithEnvironment("SELECT * { ?s ?p ?o }", namedGraphs, namedGraphs, function(success, results) did the trick!