RDF from RDBMS

I've recently done a little work on extracting RDF-XML metadata from a RDBMS
which may be of interest. A command-line Java app uses Jena to pick up a
manually constructed RDF file, which includes connection information. The
app queries the DB through JDBC and add metadata down to the level of column
names, including primary & foreign key information.
This is really just a prototype, but works fine as far as it goes.

some more details (with pretty pictures!) & the code is at :
http://www.isacat.net/2001/05/rdbe/rdbe.htm

Cheers,
Danny.

Received on Friday, 25 May 2001 22:31:33 UTC