I am looking for a free Graph Database which (obviously) runs constantly. Furthermore, I want to run a Java Application(I would write this myself) with an interface that allows me to query or update or insert things from/to the database in real time, if possible with SPARQL.
The database should be compatible with OWL and RDF.
I have tried Janosgraph, Neo4J and GraphDB free, but so far I have failed to get them to work properly.
I had spent quite some hours looking for tutorials or examples on how to connect to the database and then run some queries, but I failed. Perhaps it is just me, but I found that the documentation was quite poor on this specific context.
Maybe someone here can help me or point me in the right direction, I would be very grateful!
Cheers.