Skip to content

Class: NamedThing

A databased entity or concept/class

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

URI: cellcard:NamedThing

Inheritance

Slots

Name Range Cardinality Description Info
id string 0..1 A unique identifier for a thing.
It MUST be either a CURIE shorthand for a URI or a complete URI .
name string 0..1 A human readable label for an entity .
title string 0..1 A name given to the entity that differs from the name/label programatically assigned to it. .
description string 0..1 A human-readable description of a thing. .
alternative_identifiers string 0..* A list of alternative identifiers for the entity. .
alternative_names string 0..* A list of alternative names used to refer to the entity.
The distinction between name and alternative names is application-specific. .
alternative_titles string 0..* A list of alternative titles for the entity. The distinction between title and alternative titles is application-specific. .
alternative_descriptions string 0..* A list of alternative descriptions for the entity.
The distinction between desciption and alternative descriptions is application-specific. .

Usages

Identifier and Mapping Information

LinkML Specification

Direct

name: named thing
description: A databased entity or concept/class
from_schema: https://cellcards.org/schema/cellcard-core
abstract: true
slots:
- id
- name
- title
- description
- alternative identifiers
- alternative names
- alternative titles
- alternative descriptions

Induced

name: named thing
description: A databased entity or concept/class
from_schema: https://cellcards.org/schema/cellcard-core
abstract: true
attributes:
  id:
    name: id
    description: 'A unique identifier for a thing.

      It MUST be either a CURIE shorthand for a URI or a complete URI'
    from_schema: https://cellcards.org/schema/cellcard-core
    multivalued: false
    identifier: true
    alias: id
    owner: named thing
    range: string
  name:
    name: name
    description: A human readable label for an entity
    from_schema: https://cellcards.org/schema/cellcard-core
    multivalued: false
    alias: name
    owner: named thing
    range: string
  title:
    name: title
    exact_mappings:
    - dcterms:title
    description: A name given to the entity that differs from the name/label programatically
      assigned to it.
    from_schema: https://cellcards.org/schema/cellcard-core
    multivalued: false
    alias: title
    owner: named thing
    range: string
  description:
    name: description
    description: A human-readable description of a thing.
    from_schema: https://cellcards.org/schema/cellcard-core
    slot_uri: dcterms:description
    multivalued: false
    alias: description
    owner: named thing
    range: string
  alternative identifiers:
    name: alternative identifiers
    description: A list of alternative identifiers for the entity.
    from_schema: https://cellcards.org/schema/cellcard-core
    multivalued: true
    alias: alternative_identifiers
    owner: named thing
    range: string
  alternative names:
    name: alternative names
    aliases:
    - synomyms
    exact_mappings:
    - dcterms:alternative
    - skos:altLabel
    description: 'A list of alternative names used to refer to the entity.

      The distinction between name and alternative names is application-specific.'
    from_schema: https://cellcards.org/schema/cellcard-core
    multivalued: true
    alias: alternative_names
    owner: named thing
    range: string
  alternative titles:
    name: alternative titles
    exact_mappings:
    - dcterms:alternative
    description: A list of alternative titles for the entity. The distinction between
      title and alternative titles is application-specific.
    from_schema: https://cellcards.org/schema/cellcard-core
    multivalued: true
    alias: alternative_titles
    owner: named thing
    range: string
  alternative descriptions:
    name: alternative descriptions
    description: 'A list of alternative descriptions for the entity.

      The distinction between desciption and alternative descriptions is application-specific.'
    from_schema: https://cellcards.org/schema/cellcard-core
    multivalued: true
    alias: alternative_descriptions
    owner: named thing
    range: string