Skip to content

Class: NamedObject

An object with a name and a description

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

URI: microscopemetrics_schema:NamedObject

classDiagram class NamedObject click NamedObject href "../NamedObject" NamedObject <|-- MetricsObject click MetricsObject href "../MetricsObject" NamedObject <|-- Sample click Sample href "../Sample" NamedObject <|-- Protocol click Protocol href "../Protocol" NamedObject <|-- Column click Column href "../Column" NamedObject <|-- Shape click Shape href "../Shape" NamedObject <|-- PowerMeter click PowerMeter href "../PowerMeter" NamedObject : description NamedObject : name

Inheritance

Slots

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

Identifier and Mapping Information

Schema Source

  • from schema: https://MontpellierRessourcesImagerie.github.io/microscopemetrics-schema

Mappings

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

LinkML Source

Direct

name: NamedObject
description: An object with a name and a description
from_schema: https://MontpellierRessourcesImagerie.github.io/microscopemetrics-schema
abstract: true
attributes:
  name:
    name: name
    description: The human readable name of an entity
    from_schema: https://MontpellierRessourcesImagerie.github.io/microscopemetrics-schema/core
    rank: 1000
    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
    domain_of:
    - NamedObject
    range: string
    required: false
    multivalued: false

Induced

name: NamedObject
description: An object with a name and a description
from_schema: https://MontpellierRessourcesImagerie.github.io/microscopemetrics-schema
abstract: true
attributes:
  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: NamedObject
    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: NamedObject
    domain_of:
    - NamedObject
    range: string
    required: false
    multivalued: false