Neo4j sparql-plugin returns 500 error -



Neo4j sparql-plugin returns 500 error -

i have installed sparql plugin neo4j (which has appeared in extensions)

however when run

:post http://localhost:7474/db/data/ext/sparqlplugin/graphdb/insert_quad { "s" : "http://neo4j.org#joe", "p" : "http://neo4j.org#knows", "o" : "http://neo4j.org#sara", "c" : "http://neo4j.org" }

from neo4j browser 500 returned. (i using neo 2.0.0)

any thought i'm doing wrong?

neo4j

Comments

Popular posts from this blog

php - Android app custom user registration and login with cookie using facebook sdk -

django - Access session in user model .save() -

php - .htaccess Multiple Rewrite Rules / Prioritizing -