java.lang.Object
org.apache.jena.riot.RIOT
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SymbolControl of multiline literalsstatic final StringThe product namestatic final StringThe root package name for RIOTstatic final StringIRI for RIOTstatic SymbolDeprecated.Do not use! This will be removed.static final SymbolPrinting style.static final SymbolPrinting style.static final SymbolPrinting 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:
-
multilineLiterals
Control of multiline literals -
symRDFXML0
Deprecated.Do not use! This will be removed.Access to the legacy RDF/XML parser. -
symTurtleDirectiveStyle
Printing style. One of "RDF11" or RDF10". Controls @prefix vs PREFIX. Values causing SPARQL-style keyword output are "sparql","keyword" and "rdf11". -
symTurtleOmitBase
Printing style. Whether to output "BASE"/"@base" (according tosymTurtleDirectiveStyleor 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.
-
-
Constructor Details
-
RIOT
public RIOT()
-
-
Method Details
-
getContext
-
init
public static void init() -
register
public static void register() -
getVersion
-
getBuildDate
Deprecated.
-