Skip to content

Slot: is_tabular

Whether the dataset is in tabular format (rows and columns). True if the data is structured as a table (e.g., CSV, TSV, relational database); false for unstructured formats such as images or free text.

URI: d4d:isTabular Alias: is_tabular

Applicable Classes

Name Description Modifies Slot
DataSubset A subset of a dataset, likely containing multiple files of multiple potential... no
Dataset A single component of related observations and/or information that can be rea... no

Properties

Identifier and Mapping Information

Schema Source

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

Mappings

Mapping Type Mapped Value
self d4d:isTabular
native data_sheets_schema:is_tabular

LinkML Source

name: is_tabular
description: Whether the dataset is in tabular format (rows and columns). True if
  the data is structured as a table (e.g., CSV, TSV, relational database); false for
  unstructured formats such as images or free text.
from_schema: https://w3id.org/bridge2ai/data-sheets-schema
rank: 1000
slot_uri: d4d:isTabular
alias: is_tabular
owner: Dataset
domain_of:
- Dataset
range: boolean