Namespace VDS.RDF.JsonLd
Classes
DefaultDocumentLoader
Implements the default remote JSON document loader logic for the JSON-LD processor.
JsonLdContext
Represents a JSON-LD context.
JsonLdLoaderOptions
Options to apply when attempting to load a JSON-LD document.
JsonLdProcessor
Implements the core JSON-LD processing.
JsonLdProcessorException
Exception raised by the JSON-LD processor when a processing error is encountered.
JsonLdProcessorOptions
A collection of options for setting up the JSON-LD processor.
JsonLdProcessorWarning
Represents a warning message raised during JSON-LD processing.
JsonLdRemoteContext
Represents a JSON-LD context loaded from a remote document.
JsonLdTermDefinition
Represents a term definition in a context.
RemoteContextProvider
Default remote context provider implementation.
RemoteDocument
Class used to return information about a remote document or context.
Interfaces
IBlankNodeGenerator
Interface for a blank node identifier generator that generates a unique blank node identifier for a given input identifier.
INodeMapGenerator
Interface for the JSON-LD node map generator.
IRemoteContextProvider
Interface to be implemented by classes responsible for retrieving remote JSON-LD context documents.
Enums
JsonLdErrorCode
Enumeration of the error code defined in the JSON-LD processing and framing specifications.