Re: [Neo4j] Problems building neo4j-rdf module

2011-07-11 Thread Marko Rodriguez
Hi, > BTW: I have also found an interesting article which seems to cover this: > http://datablend.be/?p=411 That article describes Neo4j's RDF module which is being deprecated for GraphSail (aka Blueprints Sail). https://github.com/tinkerpop/blueprints/wiki/Sail-Ouplementation With Grap

Re: [Neo4j] Problems building neo4j-rdf module

2011-07-11 Thread Thomas Fritz
Thanks for the answer. I will try this. BTW: I have also found an interesting article which seems to cover this: http://datablend.be/?p=411 Kind regards --- *Thomas FRITZ* *web* http://fritzthomas.com *twitter* http://twitter.com/thomasf 2011/6/30 Marko Rodriguez > Hi, > > You may want t

Re: [Neo4j] Problems building neo4j-rdf module

2011-06-30 Thread Marko Rodriguez
Hi, You may want to have references to different graph representations. For example: GraphDatabaseService neo4j = new EmbeddedGraphDatabase("/tmp/neo4j"); Graph graph = new Neo4jGraph(neo4j); Sail sail = new GraphSail(graph); With 'neo4j' you have a reference to the GraphDatabaseService and can

Re: [Neo4j] Problems building neo4j-rdf module

2011-06-29 Thread Thomas Fritz
Hello I am also interesed in testing Neo4J as a RDF Triple Store. Thanks Marco for pointing to this. If we use the Ouplementation of Tinkerpop for Sail and Neo4J, are there any features Neo4J offers or performance optimizations or other things we can not use in such a setup? I think i have read s

Re: [Neo4j] Problems building neo4j-rdf module

2011-06-29 Thread Marko Rodriguez
Hi, This is the link: https://github.com/tinkerpop/blueprints/wiki/Sail-Ouplementation The other one was for making an RDF triple/quad store look like a property graph database. If you are familiar with OpenRDF's Sail, then the take home point is: Sail sail = new GraphSail(new Neo4jGra

Re: [Neo4j] Problems building neo4j-rdf module

2011-06-29 Thread Nikola Milikic
Hi, Thanks for the reply! I'm not familiar with Thinkerpop, but I'll give it a try. My intention was just to check out the performance neo4j would give when working with RDF data, but to be honest, on a first glimpse, this looks over too complicated for just reading some RDF data into a store. B

Re: [Neo4j] Problems building neo4j-rdf module

2011-06-28 Thread Mattias Persson
Another option could be to run it through the Tinkerpop stack and get access to a Sail with neo4j underneath that way. I think it's more up to date. https://github.com/tinkerpop/blueprints/wiki/Sail-Implementation 2011/6/28 Nikola Milikic > Hi all, > > I wanted to try out neo4j-rdf library and

[Neo4j] Problems building neo4j-rdf module

2011-06-28 Thread Nikola Milikic
Hi all, I wanted to try out neo4j-rdf library and found somewhere that there are no official releases, but the library should be built from the source ( https://svn.neo4j.org/components/rdf/trunk). But when I checked out the project, it reported dependency problems as some of the dependencies are