Class TurtleParserSettings
java.lang.Object
org.eclipse.rdf4j.rio.turtle.TurtleParserSettings
Parser Settings that are specific to 
RDFFormat.TURTLE parsers.- Since:
 - 4.3.0
 - Author:
 - Peter Ansell
 
- 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final BooleanRioSettingAllows the regular Turtle parser to accept data using the non-standard Turtle-star extension.static final BooleanRioSettingAllows the Turtle parser to recognize @BASE and @PREFIX in a similar way to the SPARQL case insensitive directives. - 
Method Summary
 
- 
Field Details
- 
CASE_INSENSITIVE_DIRECTIVES
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
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. 
 -