CSVW RDF Convertor - Documentation
    Preparing search index...

    A column description is a JSON object that describes a single column. The description provides additional human-readable documentation for a column, as well as additional information that may be used to validate the cells within the column, create a user interface for data entry, or inform conversion into other formats.

    Implements

    Index

    Constructors

    Properties

    aboutUrl?: string

    A URI template property that may be used to indicate what a cell contains information about.

    datatype: CsvwBuiltinDatatype | CsvwDatatype = 'anyAtomicType'

    An atomic property that contains either a single string that is the main datatype of the values of the cell or a datatype description object.

    name: string

    An atomic property that gives a single canonical name for the column.

    propertyUrl?: string

    A URI template property that may be used to create a URI for a property if the table is mapped to another format.

    required?: boolean

    A boolean atomic property taking a single value which indicates whether the cell value can be null.

    titles: string

    A natural language property that provides possible alternative names for the column.

    valueUrl?: string

    A URI template property that is used to map the values of cells into URLs.

    Methods