Skip to content

Enum: FormatEnum

URI: data_sheets_schema:FormatEnum

Permissible Values

Value Meaning Description
CSV None
TSV None
XML None
JSON None
JSONL None
YAML None
HTML None
PDF None
DOCX None
XLSX None
PPTX None
TXT None
MD None
ZIP None
TAR None
GZ None
BZ2 None
XZ None

Slots

Name Description
format The file format, physical medium, or dimensions of a resource

Identifier and Mapping Information

Schema Source

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

LinkML Source

name: FormatEnum
from_schema: https://w3id.org/bridge2ai/data-sheets-schema
rank: 1000
permissible_values:
  CSV:
    text: CSV
  TSV:
    text: TSV
  XML:
    text: XML
  JSON:
    text: JSON
  JSONL:
    text: JSONL
  YAML:
    text: YAML
  HTML:
    text: HTML
  PDF:
    text: PDF
  DOCX:
    text: DOCX
  XLSX:
    text: XLSX
  PPTX:
    text: PPTX
  TXT:
    text: TXT
  MD:
    text: MD
  ZIP:
    text: ZIP
  TAR:
    text: TAR
  GZ:
    text: GZ
  BZ2:
    text: BZ2
  XZ:
    text: XZ