jena
Class rdfcompare
java.lang.Object
|
+--jena.rdfcompare
- public class rdfcompare
- extends java.lang.Object
A program which read two RDF models and determines if they are the same.
This program will read two RDF models, in a variety of languages,
and compare them. 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 models are equal, to 1 if they are not and
to -1 if it encounters an error.
java jena.rdfcompare model1 model2 [lang1 [lang2]]
model1 and model2 can be file names or URL's
lang1 and lang2 specify the language of the input and can be:
RDF/XML
N-TRIPLE
- Version:
- $Name: $ $Revision: 1.3 $ $Date: 2001/07/16 10:53:29 $
- Author:
- bwm
Method Summary |
static void |
main(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
rdfcompare
public rdfcompare()
main
public static void main(java.lang.String[] args)
- Parameters:
args
- the command line arguments
Copyright © 2001 Hewlett-Packard. All Rights Reserved.