Re: [Neo] Importing RDF from XML file

2009-03-12 Thread Mattias Persson
No problem, just glad to help! 2009/3/12 Chris Laux : > Oh, I didn't consider javac's ability to simulate a different version, > how naive :) Works fine now, thanks a lot for your help. > > On Thu, Mar 12, 2009 at 11:46 AM, Mattias Persson > wrote: >> Yep, I though as much, but I know that maven,

Re: [Neo] Importing RDF from XML file

2009-03-12 Thread Mattias Persson
It might just be that you're using java compiler version 1.4 or something like that. You see, that method has a vararg in the end which was introduced in java 1.5. So try setting you maven project (or what you might use) to compile for java 1.5 or even 1.6 and it should work. 2009/3/11 Chris Laux

Re: [Neo] Importing RDF from XML file

2009-03-10 Thread Mattias Persson
Hi Chris, I'm not an expert on such libraries, but the one I do know of which has worked for me is OpenRdf parser/importers (RIO) And I assume you're using the neo-rdf-sail component on top of neo as your data source, am I right? F.ex, to set up a Sail with neo4j as backing store: final Neo

[Neo] Importing RDF from XML file

2009-03-10 Thread Chris Laux
Hi all, how can I most easily import RDF/XML files (e.g. http://dbpedia.org/data/The_Lord_of_the_Rings) into Neo? Being new to Neo4j I might have missed this info somewhere on the Wiki or Mailing list archives, so sorry for that. I would be grateful for any hints, even if they involve 3rd party so