| Interface | Description |
|---|---|
| JsonLdTripleCallback |
JsonLdTripleCallback.
|
| RDFParser |
Interface for parsing RDF into the RDF Dataset objects to be used by
JSONLD.fromRDF
|
| Class | Description |
|---|---|
| Context |
A helper class which still stores all the values in a map but gives member
variables easily access certain keys.
|
| DocumentLoader |
DocumentLoader.
|
| JsonLdApi |
A container object to maintain state relating to JsonLdOptions and the
current Context, and push these into the relevant algorithms in
JsonLdProcessor as necessary.
|
| JsonLdConsts |
URI Constants used in the JSON-LD parser.
|
| JsonLdOptions |
The JsonLdOptions type as specified in the
JSON-LD-
API specification.
|
| JsonLdProcessor |
This class implements the
JsonLdProcessor interface, except that it does not currently support
asynchronous processing, and hence does not return Promises, instead directly
returning the results.
|
| RDFDataset |
Starting to migrate away from using plain java Maps as the internal RDF
dataset store.
|
| RDFDataset.BlankNode | |
| RDFDataset.IRI | |
| RDFDataset.Literal | |
| RDFDataset.Node | |
| RDFDataset.Quad | |
| RDFDatasetUtils |
RDFDatasetUtils.
|
| Regex | |
| RemoteDocument |
RemoteDocument.
|
| UniqueNamer |
UniqueNamer.
|
| Enum | Description |
|---|---|
| JsonLdError.Error |
| Exception | Description |
|---|---|
| JsonLdError |
JsonLdError.
|