org.openrdf.rio.n3 |
Writer for RDF in Notation 3/N3 format. See
this document about
Notation 3 for more information about the format.
|
Java Source File Name | Type | Comment |
N3ParserFactory.java | Class | An
RDFParserFactory for N3 parsers. |
N3ParserTest.java | Class | JUnit test for the N3 parser that uses the tests that are available online. |
N3Writer.java | Class | An implementation of the RDFWriter interface that writes RDF documents in N3
format. |
N3WriterFactory.java | Class | An
RDFWriterFactory for N3 writers. |