# Functions
NewDocumentLoader returns a new DocumentLoader instance.
WithExtraContexts sets the extra contexts (in addition to embedded) for preloading into the underlying storage.
WithRemoteDocumentLoader specifies loader for fetching JSON-LD context documents from remote URLs.
WithRemoteProvider adds a remote JSON-LD context provider to the list of providers.
# Variables
ErrContextNotFound is returned when JSON-LD context document is not found in the underlying storage.
# Type aliases
DocumentLoader is an implementation of ld.DocumentLoader backed by storage.
DocumentLoaderOpts configures DocumentLoader during creation.
RemoteProvider defines a remote JSON-LD context provider.