Package org.eclipse.rdf4j.rio.helpers
Class TurtleParserSettings
java.lang.Object
org.eclipse.rdf4j.rio.helpers.TurtleParserSettings
Parser Settings that are specific to
RDFFormat.TURTLE
parsers.- Author:
- Peter Ansell
-
Field Summary
Modifier and TypeFieldDescriptionstatic final RioSetting<Boolean>
Deprecated, for removal: This API element is subject to removal in a future version.static final RioSetting<Boolean>
Deprecated, for removal: This API element is subject to removal in a future version.UseTurtleParserSettings.CASE_INSENSITIVE_DIRECTIVES
instead. -
Constructor Summary
-
Method Summary
-
Field Details
-
CASE_INSENSITIVE_DIRECTIVES
@Deprecated(since="4.3.0", forRemoval=true) public static final RioSetting<Boolean> CASE_INSENSITIVE_DIRECTIVESDeprecated, for removal: This API element is subject to removal in a future version.UseTurtleParserSettings.CASE_INSENSITIVE_DIRECTIVES
instead.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_TURTLESTARDeprecated, for removal: This API element is subject to removal in a future version.UseTurtleParserSettings.ACCEPT_TURTLESTAR
instead.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()
-
TurtleParserSettings.ACCEPT_TURTLESTAR
instead.