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
Post a Comment