Class TurtleWriterNoBase
java.lang.Object
org.apache.jena.riot.writer.WriterGraphRIOTBase
org.apache.jena.riot.writer.TurtleWriterBase
org.aksw.jena_sparql_api.utils.turtle.TurtleWriterNoBase
- All Implemented Interfaces:
org.apache.jena.riot.WriterGraphRIOT
public class TurtleWriterNoBase
extends org.apache.jena.riot.writer.TurtleWriterBase
A variant of the turtle writer that omits the base url statement.
Useful if the base URL corresponds to a directory
- Author:
- raven
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.jena.riot.writer.TurtleWriterBase
getLang, write, write
-
Constructor Details
-
TurtleWriterNoBase
public TurtleWriterNoBase()
-
-
Method Details
-
output
protected void output(org.apache.jena.atlas.io.IndentedWriter iOut, org.apache.jena.graph.Graph graph, org.apache.jena.riot.system.PrefixMap prefixMap, String baseURI, org.apache.jena.sparql.util.Context context) - Specified by:
outputin classorg.apache.jena.riot.writer.TurtleWriterBase
-
register
public static void register()
-