Marv,
I had the same problem.
You might try Openlink Virtuoso[1] as RDF Store. It performs very well.
(I loaded almost the complete DBpedia datasets in just a couple of hours
(on a fast server))
If you want to try it, I can send you some Unix scripts, my ini file and
some hints & links.
But then you could also quickly apply a hack like this:
try{ QuerySolution soln = results.nextSolution() ;
String x = soln.get("Concept").toString();
System.out.print(x +"\n"); }catch (Exception e) {}
which will result in a running script, but has some missing triples.
Alternatively, you could retrieve the XML via http with java and then
fix the XML and use ResultSetFactory.fromXML(String str), which
shouldn't be so much work (not sure).
I hope I could give you some options,
Sebastian Hellmann
http://bis.informatik.uni-leipzig.de/SebastianHellmann
[1] http://sourceforge.net/projects/virtuoso
--
Support bottom-up innovation
http://wiki.cofundos.org/About
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Dbpedia-discussion mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dbpedia-discussion