Andrew, back then we had a dedicated RDF layer, but there was too little interest in it so it wasn't maintained properly.
Joshs RDF implementation is much more thorough (although not extensively tested yet) and is right now what I would use as the default. I will document the usage in the plugin, you can see the beginnings at https://github.com/peterneubauer/sparql-plugin . Cheers, /peter neubauer GTalk: neubauer.peter Skype peter.neubauer Phone +46 704 106975 LinkedIn http://www.linkedin.com/in/neubauer Twitter http://twitter.com/peterneubauer http://www.neo4j.org - Your high performance graph database. http://startupbootcamp.org/ - Öresund - Innovation happens HERE. http://www.thoughtmade.com - Scandinavia's coolest Bring-a-Thing party. On Fri, Sep 30, 2011 at 8:09 AM, andrew ton <andrewt...@yahoo.com> wrote: > > > Hi Peter, > > Thank you for your quick reply! > Since I'm very new to Neo4J I may have some naive questions. You meant to > execute SPARQL on both Neo4J embedded and REST server I have to use 3rd party > API? I thought that Neo4J provided some native API so that I can execute > SPARQL on the embedded database. I appreciate it if you clarify my puzzle. > Thank you! > > Regarding the Neo4J REST server I'm looking forward to seeing your plugin. > > > Cheers, > Andrew > > > > ________________________________ > From: Peter Neubauer <peter.neuba...@neotechnology.com> > To: Neo4j user discussions <user@lists.neo4j.org> > Sent: Thursday, September 29, 2011 10:40 PM > Subject: Re: [Neo4j] Sample of SPARQL on Neo4J embedded database > > Andrew, > look at https://github.com/tinkerpop/blueprints/wiki/Sail-Ouplementation > for an example with the Tinkerpop Sail implementation over Neo4j. Just > switch the first statement > > Sail sail = new GraphSail(new TinkerGraph()); > > against > > Sail sail = new GraphSail(new Neo4jGraph("mystore")); > > > I am workign on a SPARQL plugin for hte server which will document > this and also expose a SPARQL query endpoint in the server for both > statement insert and queries. > > Cheers, > > /peter neubauer > > GTalk: neubauer.peter > Skype peter.neubauer > Phone +46 704 106975 > LinkedIn http://www.linkedin.com/in/neubauer > Twitter http://twitter.com/peterneubauer > > http://www.neo4j.org - Your high performance graph database. > http://startupbootcamp.org/ - Öresund - Innovation happens HERE. > http://www.thoughtmade.com - Scandinavia's coolest Bring-a-Thing party. > > > > On Fri, Sep 30, 2011 at 6:41 AM, andrew ton <andrewt...@yahoo.com> wrote: >> Hello, >> >> Is there any samples of executing SPARQL on Neo4j embedded db? I found a >> thread in the Neo4j Forums posted by Mattias Person-2 >> https://svn.neo4j.org/components/rdf-sparql/trunk/src/test/java/org/neo4j/rdf/sparql/Om2SampleQueriesTest.java >> >> >> However this link is not working any longer. >> >> Thanks, >> _______________________________________________ >> Neo4j mailing list >> User@lists.neo4j.org >> https://lists.neo4j.org/mailman/listinfo/user >> > _______________________________________________ > Neo4j mailing list > User@lists.neo4j.org > https://lists.neo4j.org/mailman/listinfo/user > _______________________________________________ > Neo4j mailing list > User@lists.neo4j.org > https://lists.neo4j.org/mailman/listinfo/user > _______________________________________________ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user