Roberto Nieto wrote: > Hi everyone, > > I've been making some tests with some sparql queries to the public > endpoint. Because of the restrictions I've decided to store the > dataset locally. > I was thinking in using Java with Jena but reading old threads I saw > that lot of people use a local Virtuoso server. Can anyone tell me > some experience of it > or the advantages or limitations of each approach? > > Thank you. > > Best regards. > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------------ > Download Intel® Parallel Studio Eval > Try the new software tools for yourself. Speed compiling, find bugs > proactively, and fine-tune applications for parallel performance. > See why Intel Parallel Studio got high marks during beta. > http://p.sf.net/sfu/intel-sw-dev > ------------------------------------------------------------------------ > > _______________________________________________ > Dbpedia-discussion mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/dbpedia-discussion > Roberto,
Jena is a Framework for RDF and Virtuoso is an RDF DBMS (amongst other things). You can use the Virtuoso Native Provider for Jena when developing RDF based applications using Jena. Links: 1. http://www.openlinksw.com/dataspace/dav/wiki/Main/VirtJenaProvider -- Jena Provider Docs. -- Regards, Kingsley Idehen President & CEO OpenLink Software Web: http://www.openlinksw.com Weblog: http://www.openlinksw.com/blog/~kidehen Twitter/Identi.ca: kidehen ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Dbpedia-discussion mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dbpedia-discussion
