public class rdfcopy extends Object
This program will read an RDF model, in a variety of languages, and copy it to the output stream in a possibly different langauge. Input can be read either from a URL or from a file. The program writes its results to the standard output stream and sets its exit code to 0 if the program terminate normally, and to -1 if it encounters an error.
java jena.rdfcopy model [inlang [outlang]] model1 and model2 can be file names or URL's inlang and outlang specify the language of the input and output respectively and can be: RDF/XML N-TRIPLE N3 The input language defaults to RDF/XML and the output language defaults to N-TRIPLE.
public static void main(String[] args)
args
- the command line argumentsCopyright ? 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP