Re: [Neo] neo rdf

2010-05-17 Thread Mattias Persson
Have you tried this utility yet? 2010/5/7 Mattias Persson > I just added a utility to do this operation, here's an example: > >VerboseQuadStore myStore = ... >Context contextToRename = new Context( "http://whatever.org/my-context"; > ); >Context newValue = new Context( "http://whatev

Re: [Neo] neo rdf

2010-05-07 Thread Mattias Persson
I just added a utility to do this operation, here's an example: VerboseQuadStore myStore = ... Context contextToRename = new Context( "http://whatever.org/my-context"; ); Context newValue = new Context( "http://whatever.org/the-new-value"; ); new RdfStoreTools( myStore ).renameContext(

Re: [Neo] neo rdf

2010-05-06 Thread Mattias Persson
When I think about it it should be a simple and fast operation to do that, i.e. change the value of only one node and reindex it. Unfortunately there's nu tool for such an operation, but I can see what I can do to create such a tool for you. Allright? 2010/5/5 Lyudmila L. Balakireva > Yes, I mea

Re: [Neo] neo rdf

2010-05-05 Thread Lyudmila L. Balakireva
Yes, I mean to change URI of the context node. > Do you mean change the URI of a context node (since each context is > represented by a node) so that all statements within that context gets the > new value automatically? > > Or do you mean something else? It'd be helpful if you could to be more >

Re: [Neo] neo rdf

2010-05-05 Thread Mattias Persson
Do you mean change the URI of a context node (since each context is represented by a node) so that all statements within that context gets the new value automatically? Or do you mean something else? It'd be helpful if you could to be more specific. 2010/5/4 Lyudmila L. Balakireva > Hello, > Is

[Neo] neo rdf

2010-05-04 Thread Lyudmila L. Balakireva
Hello, Is it possible to update the context value in verbose triple store ? Thank you, Luda ___ Neo mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user

Re: [Neo] neo rdf

2010-02-17 Thread Mattias Persson
2010/2/16 Peter Neubauer : > Lyudmilla, > sorry for not being responsive, we are all tied up with the upcoming > release, so please bear with us for some more day! > > Cheers, > > /peter neubauer > > COO and Sales, Neo Technology > > GTalk:      neubauer.peter > Skype       peter.neubauer > Phone  

Re: [Neo] neo rdf

2010-02-16 Thread Peter Neubauer
Lyudmilla, sorry for not being responsive, we are all tied up with the upcoming release, so please bear with us for some more day! Cheers, /peter neubauer COO and Sales, Neo Technology GTalk: neubauer.peter Skype peter.neubauer Phone +46 704 106975 LinkedIn http://www.linkedi

[Neo] neo rdf

2010-02-12 Thread Lyudmila L. Balakireva
Hi, I have sort of architectural question. I am thinking about how to construct triple store based on verbosequadstore of neo4j. The problem that I am going to have too many contexts (I want to model version as context), and I think the verbose quad store attaching context to the reference node.

Re: [Neo] neo-rdf-sail + BSBM

2009-12-21 Thread Andy Seaborne
On 21/12/2009 14:39, Mattias Persson wrote: > 2009/12/21 Andy Seaborne: >> Hi Mattias, >> >> I tried the DenseTripleStore as well but that crashes (see below for the >> stacktrace). >> >> All this is for version org="org.neo4j" name="neo-rdf-sail" >> rev="0.5-SNAPSHOT" (I use Ivy). >> >> The Dens

Re: [Neo] neo-rdf-sail + BSBM

2009-12-21 Thread Mattias Persson
2009/12/21 Andy Seaborne : > Hi Mattias, > > I tried the DenseTripleStore as well but that crashes (see below for the > stacktrace). > > All this is for version org="org.neo4j" name="neo-rdf-sail" > rev="0.5-SNAPSHOT" (I use Ivy). > > The DenseTripleStore wouldn't help me anyway as I need named gra

Re: [Neo] neo-rdf-sail + BSBM

2009-12-21 Thread Andy Seaborne
Hi Mattias, I tried the DenseTripleStore as well but that crashes (see below for the stacktrace). All this is for version org="org.neo4j" name="neo-rdf-sail" rev="0.5-SNAPSHOT" (I use Ivy). The DenseTripleStore wouldn't help me anyway as I need named graph support and reading the wiki, it wou

Re: [Neo] neo-rdf-sail + BSBM

2009-12-21 Thread Mattias Persson
Hi Andy, Great to hear you trying out neo4j and the neo-rdf-sail component. We're aware that the bulk-insert performance isn't what it should be and some of the performance caveats is in the neo-rdf-sail component, which is a layer around the neo-rdf component. So if you could try to go directly t

[Neo] neo-rdf-sail + BSBM

2009-12-21 Thread Andy Seaborne
I'm trying to get neo-rdf-sail to run through the Berlin SPARQL Benchmark [1]. It's taking about 21 mins to load 1e6 triples for data and 115 mins for 5 million triples. This is a bit slow - projecting from that, 100M is at least 30 hours. This on EC2 m1.large, ubuntu server, Java heap size 6