Skip to content

Class: TextValue

A basic string value

URI: cellcard:TextValue

Inheritance

Slots

Name Range Cardinality Description Info
language language_code 0..1 Should use ISO 639-1 code e.g. "en", "fr" .
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. .
was_generated_by Activity 0..1 None .

Usages

Identifier and Mapping Information

LinkML Specification

Direct

name: text value
description: A basic string value
from_schema: https://cellcards.org/schema/cellcard-core
is_a: attribute value
slots:
- language

Induced

name: text value
description: A basic string value
from_schema: https://cellcards.org/schema/cellcard-core
is_a: attribute value
attributes:
  language:
    name: language
    description: Should use ISO 639-1 code e.g. "en", "fr"
    from_schema: https://cellcards.org/schema/cellcard-core
    alias: language
    owner: text value
    range: language code
  name:
    name: name
    description: A human readable label for an entity
    from_schema: https://cellcards.org/schema/cellcard-core
    multivalued: false
    alias: name
    owner: text value
    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: text value
    range: string
  was generated by:
    name: was generated by
    exact_mappings:
    - prov:wasGeneratedBy
    in_subset:
    - provenance
    from_schema: https://cellcards.org/schema/cellcard-core
    alias: was_generated_by
    owner: text value
    range: activity