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 final String VERSION
    • PATH

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

      @Deprecated(forRemoval=true) public static Symbol symRDFXML0
      Deprecated, for removal: This API element is subject to removal in a future version.
      Do not use this symbol! This will be removed.
      Legacy access to the original legacy RDF/XML parser. The original ARP parser will be removed. Use Lang constant RRX.RDFXML_ARP1 or RRX.RDFXML_ARP0 to access ARP v1 (RIOT integration) or ARP v0 (the original ARP parser).
    • symTurtleDirectiveStyle

      public static final Symbol symTurtleDirectiveStyle
      Printing style - PREFIX or @prefix - DirectiveStyle, one of AT or KEYWORD.

      The context value is:

    • 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.
    • symTurtleIndentStyle

      public static final Symbol symTurtleIndentStyle
      Printing style. Whether to use a "wide" or "long" indentation style.
    • symTurtleMultilineLiterals

      public static final Symbol symTurtleMultilineLiterals
      Print literals with newlines in multiple line form, using triple quotes.
    • multilineLiterals

      @Deprecated(forRemoval=true) public static final Symbol multilineLiterals
      Deprecated, for removal: This API element is subject to removal in a future version.
      Control of multiline literals.
  • Constructor Details

    • RIOT

      public RIOT()
  • Method Details

    • getContext

      public static Context getContext()
    • init

      public static void init()
    • register

      public static void register()
    • getVersion

      public static String getVersion()