public final class TQL extends Object
The Turtle Quads RDFFormat is defined by constant FORMAT. As this constant is
not part of the predefined set of formats in RDFFormat, it is necessary to register it.
This can be done either via RDFFormat.register(RDFFormat), or by simply calling method
register() on this class, which ensures that multiple calls will result in a single
registration.
| Modifier and Type | Field and Description |
|---|---|
static org.openrdf.rio.RDFFormat |
FORMAT
RDFFormat constant for the Turtle Quads (TQL) format).
|
| Constructor and Description |
|---|
TQL() |
| Modifier and Type | Method and Description |
|---|---|
static void |
register()
Deprecated.
as of Sesame 2.8, calling this method is not necessary - it is enough to avoid
using the deprecated RDFFormat.forFileName() (and other static methods) for
looking up an RDFFormat, and instead rely on methods in the Rio class
|
public static final org.openrdf.rio.RDFFormat FORMAT
@Deprecated public static void register()
Copyright © 2015–2016 FBK-irst. All rights reserved.