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

Reply via email to