Class: table (Table)
A set of data arranged in cells within rows and columns.
URI: doco:Table
classDiagram
class Table
click Table href "../Table"
Table : table_caption
Table : table_data
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
table_caption | 0..1 String |
A caption that describes the table | direct |
table_data | 0..1 String |
The data in the table | direct |
Usages
used by | used in | type | used |
---|---|---|---|
ResearchPaper | tables | range | Table |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/axle_informatics/research-paper-schema
Mappings
Mapping Type | Mapped Value |
---|---|
self | doco:Table |
native | research_paper_schema:Table |
LinkML Source
Direct
name: Table
description: A set of data arranged in cells within rows and columns.
title: table
from_schema: https://w3id.org/axle_informatics/research-paper-schema
attributes:
table_caption:
name: table_caption
description: A caption that describes the table. The caption usually begins with
"Table" and the table number. The table caption is usually included above the
table.
from_schema: https://w3id.org/axle_informatics/research-paper-schema
rank: 1000
domain_of:
- Table
range: string
required: false
multivalued: false
table_data:
name: table_data
description: The data in the table. The table data is usually in a 2D array format,
where the first dimension is the rows and the second dimension is the columns.
from_schema: https://w3id.org/axle_informatics/research-paper-schema
rank: 1000
array:
exact_number_dimensions: 2
domain_of:
- Table
range: string
required: false
class_uri: doco:Table
Induced
name: Table
description: A set of data arranged in cells within rows and columns.
title: table
from_schema: https://w3id.org/axle_informatics/research-paper-schema
attributes:
table_caption:
name: table_caption
description: A caption that describes the table. The caption usually begins with
"Table" and the table number. The table caption is usually included above the
table.
from_schema: https://w3id.org/axle_informatics/research-paper-schema
rank: 1000
alias: table_caption
owner: Table
domain_of:
- Table
range: string
required: false
multivalued: false
table_data:
name: table_data
description: The data in the table. The table data is usually in a 2D array format,
where the first dimension is the rows and the second dimension is the columns.
from_schema: https://w3id.org/axle_informatics/research-paper-schema
rank: 1000
array:
exact_number_dimensions: 2
alias: table_data
owner: Table
domain_of:
- Table
range: string
required: false
class_uri: doco:Table