CSVW RDF Convertor - Documentation
    Preparing search index...
    interface ConversionOptions {
        baseIri?: string;
        logLevel?: LogLevel;
        pathOverrides?: [string | RegExp, string][];
        resolveJsonldFn?: ResolveJsonldFn;
    }

    Hierarchy (View Summary)

    Index

    Properties

    baseIri?: string

    for loading resources

    logLevel?: LogLevel

    Level of information shown to the user during logging.

    pathOverrides?: [string | RegExp, string][]

    Replacements for matching paths. [pattern, value] pairs. If the pattern is a string, all paths starting with the string will be replaced.

    resolveJsonldFn?: ResolveJsonldFn

    Function which loads json-ld. The default implementation also interprets Link headers.