public final class JSONLDOptions extends Object
Modifier and Type | Field and Description |
---|---|
static Option<Boolean> |
COMPACT_ARRAYS
Deprecated.
This option is not used anymore
|
static Option<JSONLDMode> |
JSONLD_MODE
Deprecated.
This option is not used anymore
|
static Option<Boolean> |
OPTIMIZE
Deprecated.
This option is not used anymore
|
static Option<Boolean> |
USE_NATIVE_TYPES
If set to true, the JSON-LD processor will try to convert typed values to
JSON native types instead of using the expanded object form when
converting from RDF.
|
static Option<Boolean> |
USE_RDF_TYPE
If set to true, the JSON-LD processor will use the expanded rdf:type IRI
as the property instead of @type when converting from RDF.
|
Constructor and Description |
---|
JSONLDOptions() |
@Deprecated public static final Option<Boolean> COMPACT_ARRAYS
Defaults to `true`.
@Deprecated public static final Option<Boolean> OPTIMIZE
Defaults to `false`.
public static final Option<Boolean> USE_NATIVE_TYPES
Defaults to `false` for RDF compatibility.
public static final Option<Boolean> USE_RDF_TYPE
Defaults to `false`.
@Deprecated public static final Option<JSONLDMode> JSONLD_MODE
JSONLDMode
that the writer will use to reorganise the JSONLD
document after it is created.
Copyright © 2010-2016 Stardog Union. All Rights Reserved.