Class TurtleParserSettings

java.lang.Object
org.eclipse.rdf4j.rio.helpers.TurtleParserSettings

public class TurtleParserSettings extends Object
Parser Settings that are specific to RDFFormat.TURTLE parsers.
Author:
Peter Ansell
  • Field Details

    • CASE_INSENSITIVE_DIRECTIVES

      @Deprecated(since="4.3.0", forRemoval=true) public static final RioSetting<Boolean> CASE_INSENSITIVE_DIRECTIVES
      Deprecated, for removal: This API element is subject to removal in a future version.
      Allows the Turtle parser to recognize @BASE and @PREFIX in a similar way to the SPARQL case insensitive directives.

      Defaults to false.

      Can be overridden by setting system property org.eclipse.rdf4j.rio.turtle.case_insensitive_directives.

    • ACCEPT_TURTLESTAR

      @Deprecated(since="4.3.0", forRemoval=true) public static final RioSetting<Boolean> ACCEPT_TURTLESTAR
      Deprecated, for removal: This API element is subject to removal in a future version.
      Allows the regular Turtle parser to accept data using the non-standard Turtle-star extension.

      Defaults to true.

      This setting has no effect on the behavior of the TurtleStarParser.

      Can be overridden by setting system property org.eclipse.rdf4j.rio.turtle.accept_turtlestar.

  • Constructor Details

    • TurtleParserSettings

      public TurtleParserSettings()