Hello, > Any information to load OWL specifications into Neo4J or guidance to design > algorithms (managment of temporary data is the blocking point)?
When you use the OpenRDF SAIL bindings provided by TinkerPop, you will be able to use OpenRDF's OWL reasoners and other tools. Basically, the stack looks like this: OpenRDF Sail ----> TinkerPop GraphSail ---> Neo4j 1. OpenRDF Sail is a tool set for working with various aspects of RDF. It is large, heavily developed on, and a standard in the RDF community. 2. TinkerPop GraphSail provides a way to turn any graph database (e.g. Neo4j) into an RDF triple/quad store. 3. Neo4j is a graph database. Hope that helps, Marko. http://markorodriguez.com _______________________________________________ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user