CSVW RDF Convertor - Documentation
    Preparing search index...

    A table description is a JSON object that describes a table within a CSV file.

    Implements

    Index

    Constructors

    Properties

    locked: boolean = false
    tableSchema: {
        columns: ColumnSchema[];
        foreignKeys: CsvwForeignKeyDefinition[];
        primaryKey: string[];
    }

    An object property that provides a single schema description as described in section 5.5 Schemas, used as the default for all the tables in the group. This may be provided as an embedded object within the JSON metadata or as a URL reference to a separate JSON object that is a schema description.

    url: string

    This link property gives the single URL of the CSV file that the table is held in, relative to the location of the metadata document.

    Methods

    • Parameters

      • name: string
      • Optionaloptions: Partial<
            Pick<
                ColumnSchema,
                | "aboutUrl"
                | "datatype"
                | "propertyUrl"
                | "required"
                | "valueUrl"
                | "titles",
            >,
        >

      Returns ColumnSchema

    • Parameters

      • name: string
      • Optionaloptions: Partial<
            Pick<
                ColumnSchema,
                | "aboutUrl"
                | "datatype"
                | "propertyUrl"
                | "required"
                | "valueUrl"
                | "titles",
            >,
        >

      Returns ColumnSchema