Package jena

A package for some Jena command-line programs, including copying RDF data with representation conversion, eg XML to N3 comparing two RDF files for isomorphism (extended equality) an interface to the ARP RDF parser access to the RDQL interpreter a schema-to-Java generator

See:
          Description

Class Summary
dbcreate Create one Jena RDF model in a database.
dbdump Write out the data from a database.
dblist List the models available in a database Usage: jena.dblist [db spec] where [db spec] is: --spec file Contains an RDF description of the model --db JDBC_url --dbUser userId --dbPassword password --dbType Ignores any --model modelName.
dbload Load data files into a Jena model in a database.
dbremove Destroy a Jena RDF model available in a database.
n3 Read N3 files and print in a variery of formats.
qtest  
query  
rdfcat An RDF utility that takes its name from the Unix utility cat, and is used to generate serialisations of the contents of zero or more input model serialisations.
rdfcompare A program which read two RDF models and determines if they are the same.
rdfcopy A program which read an RDF model and copy it to the standard output stream.
rdfparse A command line interface into ARP.
rdfquery A program to execute queries from the command line.
rset  
RuleMap General command line utility to process one RDF file into another by application of a set of forward chaining rules.
schemagen A vocabulary generator, that will consume an ontology or other vocabulary file, and generate a Java file with the constants from the vocabulary compiled in.
schemagen_orig The original version of a program to read in an RDF schema and generate a corresponding Jena constant schema class.
sparql  
 

Package jena Description

A package for some Jena command-line programs, including



Copyright © 2000, 2001, 2002, 2003, 2004, 2005 Hewlett-Packard Development Company, LP