java.lang.Object
org.apache.jena.riot.RIOT
-
Field Summary
Modifier 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 Symbol
Deprecated, for removal: This API element is subject to removal in a future version.Do not use this symbol!static 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
-
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:
-
symRDFXML0
Deprecated, for removal: This API element is subject to removal in a future version.Do not use this symbol! This will be removed.Legacy access to the original legacy RDF/XML parser. The original ARP parser will be removed. UseLang
constantRRX.RDFXML_ARP1
orRRX.RDFXML_ARP0
to access ARP v1 (RIOT integration) or ARP v0 (the original ARP parser). -
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
.