Package | Description |
---|---|
com.github.jsonldjava.core | |
com.github.jsonldjava.impl |
Modifier and Type | Method and Description |
---|---|
static Object |
JsonLdProcessor.toRDF(Object input,
JsonLdTripleCallback callback)
Outputs the RDF dataset found in the given JSON-LD object, using the
default
JsonLdOptions . |
static Object |
JsonLdProcessor.toRDF(Object input,
JsonLdTripleCallback callback,
JsonLdOptions options)
Outputs the RDF dataset found in the given JSON-LD object.
|
Modifier and Type | Class and Description |
---|---|
class |
NQuadTripleCallback |
class |
TurtleTripleCallback |
Copyright © 2018. All rights reserved.