An RDFWriter is a class which serializes an RDF model to some RDF serializaion language. RDF/XML, n-triple and n3 are examples of serialization languages.
An interface for RDF document writers. To allow RDF document writers to be created through reflection, all implementing classes should define at least two public constructors: one with an {@link OutputStream} argument and onewith an {@link Writer} argument.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.