Skip to content

Class: NamedThing

A named entity.

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

URI: zebrafish_toxicology_atlas_schema:NamedThing

classDiagram class NamedThing click NamedThing href "../NamedThing" NamedThing <|-- Fish click Fish href "../Fish" NamedThing <|-- Allele click Allele href "../Allele" NamedThing <|-- Gene click Gene href "../Gene" NamedThing <|-- ExposureEvent click ExposureEvent href "../ExposureEvent" NamedThing <|-- ChemicalEntity click ChemicalEntity href "../ChemicalEntity" NamedThing <|-- Phenotype click Phenotype href "../Phenotype" NamedThing <|-- DevelopmentalStage click DevelopmentalStage href "../DevelopmentalStage" NamedThing : id NamedThing : name

Inheritance

Slots

Name Cardinality and Range Description Inheritance
id 1
String
Unique identifier for the entity direct
name 0..1
String
Name or label of the entity direct

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/sierra-moxon/zebrafish-toxicology-atlas-schema

Mappings

Mapping Type Mapped Value
self zebrafish_toxicology_atlas_schema:NamedThing
native zebrafish_toxicology_atlas_schema:NamedThing

LinkML Source

Direct

name: NamedThing
description: A named entity.
from_schema: https://w3id.org/sierra-moxon/zebrafish-toxicology-atlas-schema
abstract: true
slots:
- id
- name
slot_usage:
  id:
    name: id
    description: Unique identifier for the entity.
    range: string
  name:
    name: name
    description: Name or label of the entity.
    range: string

Induced

name: NamedThing
description: A named entity.
from_schema: https://w3id.org/sierra-moxon/zebrafish-toxicology-atlas-schema
abstract: true
slot_usage:
  id:
    name: id
    description: Unique identifier for the entity.
    range: string
  name:
    name: name
    description: Name or label of the entity.
    range: string
attributes:
  id:
    name: id
    description: Unique identifier for the entity.
    from_schema: https://w3id.org/sierra-moxon/zebrafish-toxicology-atlas-schema
    rank: 1000
    identifier: true
    alias: id
    owner: NamedThing
    domain_of:
    - NamedThing
    range: string
  name:
    name: name
    description: Name or label of the entity.
    from_schema: https://w3id.org/sierra-moxon/zebrafish-toxicology-atlas-schema
    rank: 1000
    alias: name
    owner: NamedThing
    domain_of:
    - NamedThing
    - Allele
    - Gene
    - ChemicalEntity
    - DevelopmentalStage
    range: string