CSVW RDF Convertor - Documentation
    Preparing search index...
    interface Csvw2RdfOptions {
        baseIri?: string;
        logLevel?: LogLevel;
        minimal?: boolean;
        pathOverrides?: [string | RegExp, string][];
        resolveCsvStreamFn?: ResolveCsvStreamFn;
        resolveJsonldFn?: ResolveJsonldFn;
        resolveWkfFn?: ResolveWkfFn;
        templateIris?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    baseIri?: string

    for loading resources

    logLevel?: LogLevel

    Level of information shown to the user during logging.

    minimal?: boolean
    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.

    resolveCsvStreamFn?: ResolveCsvStreamFn

    Function which loads csv files.

    resolveJsonldFn?: ResolveJsonldFn

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

    resolveWkfFn?: ResolveWkfFn

    Function which loads /.well-known/csvm file.

    templateIris?: boolean

    If true (default is false), template URIs will be parsed into IRIs