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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    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)
     
    static void
     

    Methods inherited from class org.apache.jena.riot.writer.TurtleWriterBase

    getLang, write, write

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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:
      output in class org.apache.jena.riot.writer.TurtleWriterBase
    • register

      public static void register()