java.lang.Object
org.apache.jena.riot.RIOT
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Symbol
Deprecated, for removal: This API element is subject to removal in a future version.static final String
The product namestatic final String
The root package name for RIOTstatic final String
IRI for RIOTstatic final Symbol
static final Symbol
Printing style.static final Symbol
Print literals with newlines in multiple line form, using triple quotes.static final Symbol
Printing style.static final String
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
riotIRI
IRI for RIOT- See Also:
-
NAME
The product name- See Also:
-
VERSION
-
PATH
The root package name for RIOT- See Also:
-
symTurtleDirectiveStyle
Printing style -PREFIX
or@prefix
-DirectiveStyle
, one ofAT
orKEYWORD
.The context value is:
-
One of
DirectiveStyle.KEYWORD
, "rdf_11", "rdf11" or "sparql" to havePREFIX
andBASE
One of DirectiveStyle.AT
," rdf_10", "rdf10" or "at" to have@prefix
and@base
The system default isDirectiveStyle.KEYWORD
. -
One of
-
symTurtleOmitBase
Printing style. Whether to output "BASE"/"@base" (according tosymTurtleDirectiveStyle
or not. BASE is normally written if there is a base URI passed to the writer or, for a streaming writer, ifStreamRDF.base(java.lang.String)
is called. If this context setting is set true, then do not output BASE even when given. -
symTurtleIndentStyle
Printing style. Whether to use a "wide" or "long" indentation style. -
symTurtleMultilineLiterals
Print literals with newlines in multiple line form, using triple quotes. -
multilineLiterals
Deprecated, for removal: This API element is subject to removal in a future version.Control of multiline literals.
-
-
Constructor Details
-
RIOT
public RIOT()
-
-
Method Details
-
getContext
-
init
public static void init() -
register
public static void register() -
getVersion
-
symTurtleMultilineLiterals
.