Converts most major RDF serializations to internal/quads.

Custom contexts can be defined to be used when parsing JSON-LD. The keys of the object should be the URL of the context, and the values the file path of the contexts to use when the JSON-LD parser would fetch the given context. We use filepaths because embedding them directly into the configurations breaks Components.js.

Hierarchy

Constructors

Properties

documentLoader: ContextDocumentLoader
inputTypes: Promise<ValuePreferences>
outputTypes: Promise<ValuePreferences>

Methods