| Load data files into a Jena model in a database.
Usage:
jena.dbload [db spec] file [file ...]
where [db spec] is:
--spec file Contains an RDF description of the model
--db JDBC_url --dbUser userId --dbPassword password --dbType [--model modelName]
The syntax of a file is determimed by its extension (.n3, .nt) and defaults to RDF/XML.
author: Andy Seaborne version: $Id: dbload.java,v 1.12 2008/01/02 12:08:16 andy_seaborne Exp $ |