org.w3c.rdf.examples
Class ParseAndSerialize
java.lang.Object
|
+--org.w3c.rdf.examples.ParseAndSerialize
- public class ParseAndSerialize
- extends java.lang.Object
A simple demo program that parses RDF from a given URL,
serializes it back into RDF/XML, and dumps the triples.
Try java org.w3c.rdf.examples.ParseAndSerialize http://www-db.stanford.edu/~melnik/
Method Summary |
static void |
main(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
ParseAndSerialize
public ParseAndSerialize()
main
public static void main(java.lang.String[] args)
throws java.lang.Exception