public class BasicWriterSettings extends Object
Modifier and Type | Field and Description |
---|---|
static RioSetting<Boolean> |
PRETTY_PRINT
Boolean setting for writer to determine whether pretty printing is
preferred.
|
static RioSetting<Boolean> |
RDF_LANGSTRING_TO_LANG_LITERAL
Boolean setting for writer to determine whether it should attempt to
remove the rdf:langString datatype from literals and represent them as
RDF-1.0 Language Literals.
|
static RioSetting<Boolean> |
XSD_STRING_TO_PLAIN_LITERAL
Boolean setting for writer to determine whether it should attempt to
remove the xsd:string datatype from literals and represent them as RDF-1.0
Plain Literals.
|
public static final RioSetting<Boolean> PRETTY_PRINT
Defaults to true.
public static final RioSetting<Boolean> XSD_STRING_TO_PLAIN_LITERAL
In RDF-1.1, all literals that would have been Plain Literals in RDF-1.0 will be typed as xsd:string internally.
Defaults to false to allow for backwards compatibility without enforcing it.
public static final RioSetting<Boolean> RDF_LANGSTRING_TO_LANG_LITERAL
In RDF-1.1, all literals that would have been Language Literals in RDF-1.0 will be typed as rdf:langString internally.
Defaults to false to allow for backwards compatibility without enforcing it.
Copyright © 2001-2016 Aduna. All Rights Reserved.