2. I read a FAQ blog on Neo4j which stated that "You can use Neo4j as an RDF store, and then run SPARQL queries against it, by using TinkerPop". Does that mean that SPARQL can only be used on the Embedded Neo4j only, since other Tinkerpop products (i.e. Blueprints) require the embedded server? By the way, we are using Neo4j Server (i.e. REST APIs), not the Embedded Server.
Rickard �berg
Hi there,
yes, Cypher is closer to the metal. OTOH, RDF is more established if you deal with Linked Data. Not really sure what you want. How much RDF querying do you need? Can you express your queries in
Cheers,
/peter neubauer
Neo4j 1.8.RC1 "Vindeln Vy" - http://blog.neo4j.org/2012/09/neo4j-18rc1-really-careful-ftw.html
G: neubauer.peter
S: peter.neubauer
P: +46 704 106975
L: http://www.linkedin.com/in/neubauer
T: @peterneubauer
Wanna learn something new? Come to @graphconnect.
On Tue, Sep 11, 2012 at 12:32 AM, ASrivastav <asriv...@identropy.com> wrote:
> --
>
>
On 11/1/12 06:09 , Venkat Krishnamurthy wrote:
> This last statement is totally not true. SPARQL 1.1 has a fully defined
> update API that works like SQL DDL/DML that allows inline updates on
> live graphs.
The SPARQL Query language, which is what Neo4j supports, is read-only.
The SPARQL 1.1 Update language is separate from the former, and adds
updates, but AFAIK there are no plugins in Neo4j to support it (the
SPARQLPlugin doesn't anyway).
/Rickard
--
Rickard �berg