On 27/04/13 08:33, huma seemab wrote:
I am sending you a code which i used to extract ontology data using
sparql and jena.now i want to map/ or convert this data into relational
database format e.g. ontology classes will convert into tables etc, but
now i dont know how to proceed further, have errors in database
connection..

This is a WORD document !!!!

The error message is quite clear:

java.lang.ClassNotFoundException: com.mysql.ODBC.Driver

ClassNotFoundException => not on classpath.

and it says "ODBC" - not "jdbc".

Try googling for error messages - there are lots of hits.

You are using the out-of-date Jena RDB storage. It is no long part of the codebase or the distribution.

        Andy





------------------------------------------------------------------------
*From:* Chris Dollin <[email protected]>
*To:* [email protected]
*Sent:* Thursday, 25 April 2013 12:52 PM
*Subject:* Re: transformation of ontology into relational database

On Wednesday, April 24, 2013 10:40:4 huma seemab wrote:
 > i have extracted classes of ontology by using jena and sparql, now i
wants
 > to convert these classes into relational database tables using jena.....
 > kindly guide how can i do this.

That depends.

What is the relational database going to be used for or by?

Would using Jena's SDB -- which stores RDF in a SQL database do the
job?

Do you already know how to use a database from Java?

Who defines what the table layout is -- you, or someone else?

Chris

--
"The wizard seemed quite willing when I talked to him."  /Howl's Moving
Castle/

Epimorphics Ltd, http://www.epimorphics.com <http://www.epimorphics.com/>
Registered address: Court Lodge, 105 High Street, Portishead, Bristol
BS20 6PT
Epimorphics Ltd. is a limited company registered in England (number 7016688)




Reply via email to