Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Loading remote graph not working #151

Open
atrillos opened this issue Aug 6, 2017 · 0 comments
Open

Loading remote graph not working #151

atrillos opened this issue Aug 6, 2017 · 0 comments

Comments

@atrillos
Copy link

atrillos commented Aug 6, 2017

I am developing a javascript library and I use rdfstore-js to load a remote graph (http://dbpedia.org/page/Germany), but it does not return any solution, it doesn't even return errors.
I also tried with the example given:
store.execute('LOAD http://dbpedialite.org/titles/Lisp_%28programming_language%29
INTO GRAPH ', function(err){
if(err) {
var query = 'PREFIX foaf:http://xmlns.com/foaf/0.1/ SELECT ?o
FROM NAMED { GRAPH { ?s foaf:page ?o} }';
store.execute(query, function(err, results) {
console.log(results.length);
// process results
});
}
})
but it doesn't work either.
I don't know what am I missing or if I should do something before?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant