Class RIOT

java.lang.Object
org.apache.jena.riot.RIOT

public class RIOT extends Object
  • Field Details

    • riotIRI

      public static final String riotIRI
      IRI for RIOT
      See Also:
    • NAME

      public static final String NAME
      The product name
      See Also:
    • VERSION

      public static String VERSION
    • BUILD_DATE

      public static String BUILD_DATE
    • PATH

      public static final String PATH
      The root package name for RIOT
      See Also:
    • multilineLiterals

      public static final Symbol multilineLiterals
      Control of multiline literals
    • symTurtleDirectiveStyle

      public static final Symbol symTurtleDirectiveStyle
      Printing style. One of "RDF11" or RDF10". Controls @prefix vs PREFIX. Values causing SPARQL-style keyword output are "sparql","keyword" and "rdf11".
    • symTurtleOmitBase

      public static final Symbol symTurtleOmitBase
      Printing style. Whether to output "BASE"/"@base" (according to symTurtleDirectiveStyle or not. BASE is normally written if there is a base URI passed to the writer or, for a streaming writer, if StreamRDF.base(java.lang.String) is called. If this context setting is set true, then do not output BASE even when given.
  • Constructor Details

    • RIOT

      public RIOT()
  • Method Details

    • getContext

      public static Context getContext()
      The system-wide context
    • init

      public static void init()
    • register

      public static void register()
    • getVersion

      public static String getVersion()
    • getBuildDate

      public static String getBuildDate()