Skip to content

Class: FormatDialect

Additional format information for a file

URI: data_sheets_schema:FormatDialect

erDiagram FormatDialect { string comment_prefix string delimiter string double_quote string header string quote_char }

Slots

Name Cardinality and Range Description Inheritance
comment_prefix 0..1
String
direct
delimiter 0..1
String
direct
double_quote 0..1
String
direct
header 0..1
String
direct
quote_char 0..1
String
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
    from_schema: https://w3id.org/bridge2ai/data-sheets-schema
    rank: 1000
  delimiter:
    name: delimiter
    from_schema: https://w3id.org/bridge2ai/data-sheets-schema
    rank: 1000
  double_quote:
    name: double_quote
    from_schema: https://w3id.org/bridge2ai/data-sheets-schema
    rank: 1000
  header:
    name: header
    from_schema: https://w3id.org/bridge2ai/data-sheets-schema
    rank: 1000
  quote_char:
    name: quote_char
    from_schema: https://w3id.org/bridge2ai/data-sheets-schema
    rank: 1000

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
    from_schema: https://w3id.org/bridge2ai/data-sheets-schema
    rank: 1000
    alias: comment_prefix
    owner: FormatDialect
    domain_of:
    - FormatDialect
    range: string
  delimiter:
    name: delimiter
    from_schema: https://w3id.org/bridge2ai/data-sheets-schema
    rank: 1000
    alias: delimiter
    owner: FormatDialect
    domain_of:
    - FormatDialect
    range: string
  double_quote:
    name: double_quote
    from_schema: https://w3id.org/bridge2ai/data-sheets-schema
    rank: 1000
    alias: double_quote
    owner: FormatDialect
    domain_of:
    - FormatDialect
    range: string
  header:
    name: header
    from_schema: https://w3id.org/bridge2ai/data-sheets-schema
    rank: 1000
    alias: header
    owner: FormatDialect
    domain_of:
    - FormatDialect
    range: string
  quote_char:
    name: quote_char
    from_schema: https://w3id.org/bridge2ai/data-sheets-schema
    rank: 1000
    alias: quote_char
    owner: FormatDialect
    domain_of:
    - FormatDialect
    range: string