Class: Column
Attributes of a column
URI: microscopemetrics_schema:Column
classDiagram
class Column
click Column href "../Column"
NamedObject <|-- Column
click NamedObject href "../NamedObject"
Column : data_type
Column : description
Column : name
Column : source_reference
Column --> "0..1" DataReference : source_reference
click DataReference href "../DataReference"
Column : values
Inheritance
- NamedObject
- Column
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
source_reference | 0..1 DataReference |
The source object of the column | direct |
data_type | 1 String |
The data type of the column | direct |
values | * String |
An optional container for the values of the column | direct |
name | 0..1 String |
The human readable name of an entity | NamedObject |
description | 0..1 String |
A human readable description of an entity | NamedObject |
Usages
used by | used in | type | used |
---|---|---|---|
Table | columns | range | Column |
Identifier and Mapping Information
Schema Source
- from schema: https://MontpellierRessourcesImagerie.github.io/microscopemetrics-schema
Mappings
Mapping Type | Mapped Value |
---|---|
self | microscopemetrics_schema:Column |
native | microscopemetrics_schema:Column |
LinkML Source
Direct
name: Column
description: Attributes of a column
from_schema: https://MontpellierRessourcesImagerie.github.io/microscopemetrics-schema
is_a: NamedObject
attributes:
source_reference:
name: source_reference
description: The source object of the column
from_schema: https://MontpellierRessourcesImagerie.github.io/microscopemetrics-schema/core
rank: 1000
domain_of:
- Column
range: DataReference
required: false
multivalued: false
data_type:
name: data_type
description: The data type of the column
from_schema: https://MontpellierRessourcesImagerie.github.io/microscopemetrics-schema/core
rank: 1000
ifabsent: string(str)
domain_of:
- Column
range: string
required: true
multivalued: false
values:
name: values
description: An optional container for the values of the column
from_schema: https://MontpellierRessourcesImagerie.github.io/microscopemetrics-schema/core
rank: 1000
domain_of:
- Column
range: string
required: false
multivalued: true
Induced
name: Column
description: Attributes of a column
from_schema: https://MontpellierRessourcesImagerie.github.io/microscopemetrics-schema
is_a: NamedObject
attributes:
source_reference:
name: source_reference
description: The source object of the column
from_schema: https://MontpellierRessourcesImagerie.github.io/microscopemetrics-schema/core
rank: 1000
alias: source_reference
owner: Column
domain_of:
- Column
range: DataReference
required: false
multivalued: false
data_type:
name: data_type
description: The data type of the column
from_schema: https://MontpellierRessourcesImagerie.github.io/microscopemetrics-schema/core
rank: 1000
ifabsent: string(str)
alias: data_type
owner: Column
domain_of:
- Column
range: string
required: true
multivalued: false
values:
name: values
description: An optional container for the values of the column
from_schema: https://MontpellierRessourcesImagerie.github.io/microscopemetrics-schema/core
rank: 1000
alias: values
owner: Column
domain_of:
- Column
range: string
required: false
multivalued: true
name:
name: name
description: The human readable name of an entity
from_schema: https://MontpellierRessourcesImagerie.github.io/microscopemetrics-schema/core
rank: 1000
alias: name
owner: Column
domain_of:
- NamedObject
range: string
required: false
multivalued: false
description:
name: description
description: A human readable description of an entity
from_schema: https://MontpellierRessourcesImagerie.github.io/microscopemetrics-schema/core
rank: 1000
alias: description
owner: Column
domain_of:
- NamedObject
range: string
required: false
multivalued: false