static java.util.Map<java.lang.String,java.lang.Object> |
JsonLdProcessor.compact(java.lang.Object input,
java.lang.Object context,
JsonLdOptions opts) |
|
static java.util.List<java.lang.Object> |
JsonLdProcessor.expand(java.lang.Object input,
JsonLdOptions opts) |
|
static java.lang.Object |
JsonLdProcessor.flatten(java.lang.Object input,
JsonLdOptions opts) |
Flattens the given input and compacts it using the passed context
according to the steps in the
Flattening algorithm:
|
static java.lang.Object |
JsonLdProcessor.flatten(java.lang.Object input,
java.lang.Object context,
JsonLdOptions opts) |
|
static java.util.Map<java.lang.String,java.lang.Object> |
JsonLdProcessor.frame(java.lang.Object input,
java.lang.Object frame,
JsonLdOptions opts) |
Frames the given input using the frame according to the steps in the
Framing Algorithm.
|
static java.lang.Object |
JsonLdProcessor.fromRDF(java.lang.Object dataset,
JsonLdOptions options) |
Converts an RDF dataset to JSON-LD.
|
static java.lang.Object |
JsonLdProcessor.fromRDF(java.lang.Object input,
JsonLdOptions options,
RDFParser parser) |
Converts an RDF dataset to JSON-LD, using a specific instance of
RDFParser .
|
private void |
Context.init(JsonLdOptions options) |
|
static java.lang.Object |
JsonLdProcessor.normalize(java.lang.Object input,
JsonLdOptions options) |
Performs RDF dataset normalization on the given JSON-LD input.
|
(package private) static java.lang.Object |
JsonLdUtils.removePreserve(Context ctx,
java.lang.Object input,
JsonLdOptions opts) |
Removes the @preserve keywords as the last step of the framing algorithm.
|
private static java.lang.Object |
JsonLdProcessor.returnedContext(java.lang.Object context,
JsonLdOptions opts) |
Builds the context to be returned in framing, flattening and compaction algorithms.
|
static java.lang.Object |
JsonLdProcessor.toRDF(java.lang.Object input,
JsonLdOptions options) |
Outputs the RDF dataset found in the given JSON-LD object.
|
static java.lang.Object |
JsonLdProcessor.toRDF(java.lang.Object input,
JsonLdTripleCallback callback,
JsonLdOptions options) |
Outputs the RDF dataset found in the given JSON-LD object.
|