public class TurtleParserSettings extends Object
RDFFormat.TURTLE
parsers.Modifier and Type | Field and Description |
---|---|
static RioSetting<Boolean> |
ACCEPT_TURTLESTAR
Allows the regular Turtle parser to accept data using the non-standard Turtle* extension.
|
static RioSetting<Boolean> |
CASE_INSENSITIVE_DIRECTIVES
Allows the Turtle parser to recognize @BASE and @PREFIX in a similar way to the SPARQL case
insensitive directives.
|
Constructor and Description |
---|
TurtleParserSettings() |
public static final RioSetting<Boolean> CASE_INSENSITIVE_DIRECTIVES
Defaults to false.
Can be overridden by setting system property org.eclipse.rdf4j.rio.turtle.case_insensitive_directives
.
public static final RioSetting<Boolean> ACCEPT_TURTLESTAR
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
.
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.