Enum: FormatEnum
Common file format extensions for data files and documents.
URI: data_sheets_schema:FormatEnum
Permissible Values
| Value | Meaning | Description |
|---|---|---|
| CSV | None | Comma-Separated Values - tabular data format |
| TSV | None | Tab-Separated Values - tabular data format with tab delimiters |
| XML | None | Extensible Markup Language - structured markup format |
| JSON | None | JavaScript Object Notation - structured data interchange format |
| JSONL | None | JSON Lines - newline-delimited JSON format |
| YAML | None | YAML Ain't Markup Language - human-readable data serialization format |
| HTML | None | HyperText Markup Language - web page markup format |
| None | Portable Document Format - fixed-layout document format | |
| DOCX | None | Microsoft Word Open XML Document - word processing document |
| XLSX | None | Microsoft Excel Open XML Spreadsheet - spreadsheet format |
| PPTX | None | Microsoft PowerPoint Open XML Presentation - presentation format |
| TXT | None | Plain text file |
| MD | None | Markdown - lightweight markup language |
| ZIP | None | ZIP archive - compressed file container |
| TAR | None | Tape Archive - file archive format |
| GZ | None | Gzip compressed file |
| BZ2 | None | Bzip2 compressed file |
| XZ | None | XZ compressed file |
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
description: Common file format extensions for data files and documents.
from_schema: https://w3id.org/bridge2ai/data-sheets-schema
rank: 1000
permissible_values:
CSV:
text: CSV
description: Comma-Separated Values - tabular data format.
TSV:
text: TSV
description: Tab-Separated Values - tabular data format with tab delimiters.
XML:
text: XML
description: Extensible Markup Language - structured markup format.
JSON:
text: JSON
description: JavaScript Object Notation - structured data interchange format.
JSONL:
text: JSONL
description: JSON Lines - newline-delimited JSON format.
YAML:
text: YAML
description: YAML Ain't Markup Language - human-readable data serialization format.
HTML:
text: HTML
description: HyperText Markup Language - web page markup format.
PDF:
text: PDF
description: Portable Document Format - fixed-layout document format.
DOCX:
text: DOCX
description: Microsoft Word Open XML Document - word processing document.
XLSX:
text: XLSX
description: Microsoft Excel Open XML Spreadsheet - spreadsheet format.
PPTX:
text: PPTX
description: Microsoft PowerPoint Open XML Presentation - presentation format.
TXT:
text: TXT
description: Plain text file.
MD:
text: MD
description: Markdown - lightweight markup language.
ZIP:
text: ZIP
description: ZIP archive - compressed file container.
TAR:
text: TAR
description: Tape Archive - file archive format.
GZ:
text: GZ
description: Gzip compressed file.
BZ2:
text: BZ2
description: Bzip2 compressed file.
XZ:
text: XZ
description: XZ compressed file.