Skip to content

Class: NamedThing

A generic entity with an identifier and name. Base class for all named entities in the schema.

URI: soma:NamedThing

 classDiagram
    class NamedThing
    click NamedThing href "../NamedThing/"
      NamedThing <|-- KeyEvent
        click KeyEvent href "../KeyEvent/"
      NamedThing <|-- KeyEventRelationship
        click KeyEventRelationship href "../KeyEventRelationship/"
      NamedThing <|-- AdverseOutcome
        click AdverseOutcome href "../AdverseOutcome/"
      NamedThing <|-- AdverseOutcomePathway
        click AdverseOutcomePathway href "../AdverseOutcomePathway/"
      NamedThing <|-- Assay
        click Assay href "../Assay/"
      NamedThing <|-- AssayOutputMeasurement
        click AssayOutputMeasurement href "../AssayOutputMeasurement/"
      NamedThing <|-- StudySubject
        click StudySubject href "../StudySubject/"
      NamedThing <|-- Protocol
        click Protocol href "../Protocol/"

      NamedThing : description

      NamedThing : id

      NamedThing : name


Inheritance

Slots

Name Cardinality and Range Description Inheritance
id 1
Uriorcurie
A unique identifier for the entity direct
name 0..1
String
A human-readable name for the entity direct
description 0..1
String
A detailed description of the entity direct

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/EHS-Data-Standards/soma

Mappings

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

LinkML Source

Direct

name: NamedThing
description: A generic entity with an identifier and name. Base class for all named
  entities in the schema.
from_schema: https://w3id.org/EHS-Data-Standards/soma
slots:
- id
- name
- description

Induced

name: NamedThing
description: A generic entity with an identifier and name. Base class for all named
  entities in the schema.
from_schema: https://w3id.org/EHS-Data-Standards/soma
attributes:
  id:
    name: id
    description: A unique identifier for the entity.
    from_schema: https://w3id.org/EHS-Data-Standards/soma
    rank: 1000
    identifier: true
    alias: id
    owner: NamedThing
    domain_of:
    - NamedThing
    - Unit
    - NamedEntity
    range: uriorcurie
    required: true
  name:
    name: name
    description: A human-readable name for the entity.
    from_schema: https://w3id.org/EHS-Data-Standards/soma
    rank: 1000
    slot_uri: schema:name
    alias: name
    owner: NamedThing
    domain_of:
    - NamedThing
    - Unit
    - NamedEntity
    range: string
  description:
    name: description
    description: A detailed description of the entity.
    from_schema: https://w3id.org/EHS-Data-Standards/soma
    rank: 1000
    slot_uri: schema:description
    alias: description
    owner: NamedThing
    domain_of:
    - NamedThing
    range: string