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 at 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/


Constructor Summary
ParseAndSerialize()
           
 
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
 

Constructor Detail

ParseAndSerialize

public ParseAndSerialize()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception