Vanessa, On Thu, Dec 2, 2010 at 4:34 PM, Vanessa Lopez <[email protected]> wrote: > Hi all! > > Is there any way to access to a public virtuoso SPARQL end point > (e.g. http://dbpedia.org/sparql or http://demo.openlinksw.com) via > JDBC ? (same as when accessing to it locally) > > Something like: > > Class.forName("virtuoso.jdbc3.Driver"); > > con = DriverManager.getConnection("jdbc:virtuoso://DBpedia.org/UID=dba/ > PWD=dba");
Do you really want SQL acces? Or you want to use SPARQL from Java? For the latter case, what you are looking for is the Sesame API for RDF. More specifically, take a look at AliBaba which provides an API atop SPARQL HTTP. > > Many thanks! > Vanessa > > > > > -- > The Open University is incorporated by Royal Charter (RC 000391), an exempt > charity in England & Wales and a charity registered in Scotland (SC 038302). > > > ------------------------------------------------------------------------------ > Increase Visibility of Your 3D Game App & Earn a Chance To Win $500! > Tap into the largest installed PC base & get more eyes on your game by > optimizing for Intel(R) Graphics Technology. Get started today with the > Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs. > http://p.sf.net/sfu/intelisp-dev2dev > _______________________________________________ > Virtuoso-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/virtuoso-users > -- Aldo Bucchi @aldonline skype:aldo.bucchi http://aldobucchi.com/
