public class TriGWriter extends TurtleWriter
TurtleWriter
that writes RDF documents in
TriG format by adding graph scopes to the Turtle
document.baseIRI, bufferedStatements, lastWrittenPredicate, lastWrittenSubject, statementClosed, writer
namespaceTable, statementConsumer
Constructor and Description |
---|
TriGWriter(OutputStream out)
Creates a new TriGWriter that will write to the supplied OutputStream.
|
TriGWriter(OutputStream out,
ParsedIRI baseIRI)
Creates a new TriGWriter that will write to the supplied OutputStream.
|
TriGWriter(Writer writer)
Creates a new TriGWriter that will write to the supplied Writer.
|
TriGWriter(Writer writer,
ParsedIRI baseIRI)
Creates a new TriGWriter that will write to the supplied Writer.
|
Modifier and Type | Method and Description |
---|---|
protected void |
closeActiveContext() |
void |
endRDF()
Signals the end of the RDF data.
|
RDFFormat |
getRDFFormat()
Gets the RDF format that this RDFWriter uses.
|
void |
startRDF()
Signals the start of the RDF data.
|
protected void |
writeNamespace(String prefix,
String name) |
protected void |
writeStatement(Resource subj,
IRI pred,
Value obj,
Resource context,
boolean canShortenSubject,
boolean canShortenObject) |
closePreviousStatement, consumeStatement, getModelFactory, getSupportedSettings, getWriter, handleComment, handleNamespace, handleStatementInternal, setModelFactory, writeBase, writeBNode, writeBNode, writeCommentLine, writeLiteral, writePredicate, writeResource, writeResource, writeTriple, writeTripleRDFStar, writeURI, writeValue, writeValue
checkWritingStarted, getFileFormat, getWriterConfig, handleStatement, isWritingStarted, set, setWriterConfig
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getWriterConfig, set, setWriterConfig
handleStatement
acceptsFileFormat, getFileFormat
public TriGWriter(OutputStream out)
out
- The OutputStream to write the TriG document to.public TriGWriter(OutputStream out, ParsedIRI baseIRI)
out
- The OutputStream to write the TriG document to.public TriGWriter(Writer writer)
writer
- The Writer to write the TriG document to.public RDFFormat getRDFFormat()
RDFWriter
getRDFFormat
in interface RDFWriter
getRDFFormat
in class TurtleWriter
public void startRDF() throws RDFHandlerException
RDFHandler
startRDF
in interface RDFHandler
startRDF
in class TurtleWriter
RDFHandlerException
- If the RDF handler has encountered an unrecoverable error.public void endRDF() throws RDFHandlerException
RDFHandler
endRDF
in interface RDFHandler
endRDF
in class TurtleWriter
RDFHandlerException
- If the RDF handler has encountered an unrecoverable error.protected void writeStatement(Resource subj, IRI pred, Value obj, Resource context, boolean canShortenSubject, boolean canShortenObject) throws IOException
writeStatement
in class TurtleWriter
IOException
protected void writeNamespace(String prefix, String name) throws IOException
writeNamespace
in class TurtleWriter
IOException
protected void closeActiveContext() throws IOException
IOException
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.