CSVW RDF Convertor - Documentation
    Preparing search index...
    Index

    Constructors

    Properties

    colIds: Record<string, number> = {}
    loadedVocabs: string[] = []
    prefLang: string = 'en'
    schema: TableGroupSchema = ...
    unknownSchema: TableSchema

    Methods

    • Incorporates a quad into the current schema.

      Parameters

      • quad: Quad

        The quad to add.

      • addToUnknown: boolean = false

        Whether to add to the unknown schema or skip the quad if it has no types.

      Returns Promise<void>

    • Lock the current tables. If new quads are processed, they will create new tables instead of modifying the current ones.

      Parameters

      • lockTemplateUris: boolean = false

        If locked, the template URIs will be fixed to {+colname} to be future proof.

      Returns void