Skip to content

Slot: datatype

The datatype of the column, specifying the kind of data stored (e.g., string, integer). Required.

URI: cr8tor_metamodel:datatype Alias: datatype

Applicable Classes

Name Description Modifies Slot
Column Models a column within a table, representing a single field of data with a sp... no

Properties

  • Range: String

  • Required: True

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/karectl-crates/cr8tor-metamodel

Mappings

Mapping Type Mapped Value
self cr8tor_metamodel:datatype
native cr8tor_metamodel:datatype

LinkML Source

name: datatype
description: The datatype of the column, specifying the kind of data stored (e.g.,
  string, integer). Required.
from_schema: https://w3id.org/karectl-crates/cr8tor-metamodel
rank: 1000
alias: datatype
owner: Column
domain_of:
- Column
range: string
required: true