Skip to content

Class: FormatDialect

Additional format information for a file.

URI: data_sheets_schema:FormatDialect

classDiagram class FormatDialect click FormatDialect href "../FormatDialect/" FormatDialect : comment_prefix FormatDialect : delimiter FormatDialect : double_quote FormatDialect : header FormatDialect : quote_char

Slots

Name Cardinality and Range Description Inheritance
comment_prefix 0..1
String
Character(s) used to indicate comment lines (e direct
delimiter 0..1
String
Field delimiter character (e direct
double_quote 0..1
String
Whether quotes within quoted fields are escaped by doubling them direct
header 0..1
String
Whether the first row of the file contains column headers direct
quote_char 0..1
String
Character used for quoting fields (e direct

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/bridge2ai/data-sheets-schema

Mappings

Mapping Type Mapped Value
self data_sheets_schema:FormatDialect
native data_sheets_schema:FormatDialect

LinkML Source

Direct

name: FormatDialect
description: Additional format information for a file.
from_schema: https://w3id.org/bridge2ai/data-sheets-schema
attributes:
  comment_prefix:
    name: comment_prefix
    description: Character(s) used to indicate comment lines (e.g., "#" for CSV comments).
    from_schema: https://w3id.org/bridge2ai/data-sheets-schema/base
    rank: 1000
    domain_of:
    - FormatDialect
  delimiter:
    name: delimiter
    description: Field delimiter character (e.g., "," for CSV, "\t" for TSV).
    from_schema: https://w3id.org/bridge2ai/data-sheets-schema/base
    rank: 1000
    domain_of:
    - FormatDialect
  double_quote:
    name: double_quote
    description: 'Whether quotes within quoted fields are escaped by doubling them.
      Expected values: "true" or "false" (as strings per CSV dialect specification).
      Follows the W3C CSV-on-the-Web dialect specification.'
    from_schema: https://w3id.org/bridge2ai/data-sheets-schema/base
    rank: 1000
    domain_of:
    - FormatDialect
  header:
    name: header
    description: 'Whether the first row of the file contains column headers. Expected
      values: "true" or "false" (as strings per CSV dialect specification). Follows
      the W3C CSV-on-the-Web dialect specification.'
    from_schema: https://w3id.org/bridge2ai/data-sheets-schema/base
    rank: 1000
    domain_of:
    - FormatDialect
  quote_char:
    name: quote_char
    description: Character used for quoting fields (e.g., '"' for CSV).
    from_schema: https://w3id.org/bridge2ai/data-sheets-schema/base
    rank: 1000
    domain_of:
    - FormatDialect

Induced

name: FormatDialect
description: Additional format information for a file.
from_schema: https://w3id.org/bridge2ai/data-sheets-schema
attributes:
  comment_prefix:
    name: comment_prefix
    description: Character(s) used to indicate comment lines (e.g., "#" for CSV comments).
    from_schema: https://w3id.org/bridge2ai/data-sheets-schema/base
    rank: 1000
    alias: comment_prefix
    owner: FormatDialect
    domain_of:
    - FormatDialect
    range: string
  delimiter:
    name: delimiter
    description: Field delimiter character (e.g., "," for CSV, "\t" for TSV).
    from_schema: https://w3id.org/bridge2ai/data-sheets-schema/base
    rank: 1000
    alias: delimiter
    owner: FormatDialect
    domain_of:
    - FormatDialect
    range: string
  double_quote:
    name: double_quote
    description: 'Whether quotes within quoted fields are escaped by doubling them.
      Expected values: "true" or "false" (as strings per CSV dialect specification).
      Follows the W3C CSV-on-the-Web dialect specification.'
    from_schema: https://w3id.org/bridge2ai/data-sheets-schema/base
    rank: 1000
    alias: double_quote
    owner: FormatDialect
    domain_of:
    - FormatDialect
    range: string
  header:
    name: header
    description: 'Whether the first row of the file contains column headers. Expected
      values: "true" or "false" (as strings per CSV dialect specification). Follows
      the W3C CSV-on-the-Web dialect specification.'
    from_schema: https://w3id.org/bridge2ai/data-sheets-schema/base
    rank: 1000
    alias: header
    owner: FormatDialect
    domain_of:
    - FormatDialect
    range: string
  quote_char:
    name: quote_char
    description: Character used for quoting fields (e.g., '"' for CSV).
    from_schema: https://w3id.org/bridge2ai/data-sheets-schema/base
    rank: 1000
    alias: quote_char
    owner: FormatDialect
    domain_of:
    - FormatDialect
    range: string