Skip to content

Class: Table

A table

  • NOTE: this is an abstract class and should not be instantiated directly

URI: microscopemetrics_schema:Table

classDiagram class Table MetricsObject <|-- Table Table <|-- TableAsPandasDF Table <|-- TableAsDict Table : description Table : name

Inheritance

Slots

Name Cardinality and Range Description Inheritance
name 0..1
String
The name of an entity NamedObject
description 0..1
String
A description of an entity NamedObject

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/MontpellierRessourcesImagerie/microscopemetrics-schema

Mappings

Mapping Type Mapped Value
self microscopemetrics_schema:Table
native microscopemetrics_schema:Table

LinkML Source

Direct

name: Table
description: A table
from_schema: https://w3id.org/MontpellierRessourcesImagerie/microscopemetrics-schema
is_a: MetricsObject
abstract: true

Induced

name: Table
description: A table
from_schema: https://w3id.org/MontpellierRessourcesImagerie/microscopemetrics-schema
is_a: MetricsObject
abstract: true
attributes:
  name:
    name: name
    description: The name of an entity
    from_schema: https://w3id.org/MontpellierRessourcesImagerie/microscopemetrics-schema
    rank: 1000
    multivalued: false
    alias: name
    owner: Table
    domain_of:
    - NamedObject
    - Experimenter
    - Column
    range: string
    required: false
  description:
    name: description
    description: A description of an entity
    from_schema: https://w3id.org/MontpellierRessourcesImagerie/microscopemetrics-schema
    rank: 1000
    multivalued: false
    alias: description
    owner: Table
    domain_of:
    - NamedObject
    - Roi
    - Tag
    range: string