Skip to content

Class: CellTypeReference

A reference to a cell type from the Cell Ontology (CL).

URI: soma:CellTypeReference

 classDiagram
    class CellTypeReference
    click CellTypeReference href "../CellTypeReference/"
      NamedEntity <|-- CellTypeReference
        click NamedEntity href "../NamedEntity/"

      CellTypeReference : id

      CellTypeReference : name


Inheritance

Slots

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

Usages

used by used in type used
CellularSystem primary_cell range CellTypeReference
CellularSystem cell_type range CellTypeReference
CellLine cell_type range CellTypeReference
BALFSputumAssay target_cell_type range CellTypeReference

Identifier and Mapping Information

Valid ID Prefixes

Instances of this class should have identifiers with one of the following prefixes:

  • CL

Schema Source

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

Mappings

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

LinkML Source

Direct

name: CellTypeReference
id_prefixes:
- CL
description: A reference to a cell type from the Cell Ontology (CL).
from_schema: https://w3id.org/EHS-Data-Standards/soma
is_a: NamedEntity
slot_usage:
  id:
    name: id
    pattern: ^CL:\d{7}$

Induced

name: CellTypeReference
id_prefixes:
- CL
description: A reference to a cell type from the Cell Ontology (CL).
from_schema: https://w3id.org/EHS-Data-Standards/soma
is_a: NamedEntity
slot_usage:
  id:
    name: id
    pattern: ^CL:\d{7}$
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: CellTypeReference
    domain_of:
    - NamedThing
    - Unit
    - NamedEntity
    range: uriorcurie
    required: true
    pattern: ^CL:\d{7}$
  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: CellTypeReference
    domain_of:
    - NamedThing
    - Unit
    - NamedEntity
    range: string