public class BigdataTurtleWriterFactory extends Object implements org.openrdf.rio.RDFWriterFactory
RDFWriterFactory
for Turtle writers.http://wiki.blazegraph.com/wiki/index.php/Reification_Done_Right
Constructor and Description |
---|
BigdataTurtleWriterFactory() |
Modifier and Type | Method and Description |
---|---|
org.openrdf.rio.RDFFormat |
getRDFFormat()
Returns
ServiceProviderHook.TURTLE_RDR . |
org.openrdf.rio.RDFWriter |
getWriter(OutputStream out)
Returns a new instance of
BigdataTurtleWriter . |
org.openrdf.rio.RDFWriter |
getWriter(Writer writer)
Returns a new instance of
BigdataTurtleWriter . |
public org.openrdf.rio.RDFFormat getRDFFormat()
ServiceProviderHook.TURTLE_RDR
.getRDFFormat
in interface org.openrdf.rio.RDFWriterFactory
public org.openrdf.rio.RDFWriter getWriter(OutputStream out)
BigdataTurtleWriter
.getWriter
in interface org.openrdf.rio.RDFWriterFactory
public org.openrdf.rio.RDFWriter getWriter(Writer writer)
BigdataTurtleWriter
.getWriter
in interface org.openrdf.rio.RDFWriterFactory
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.