Skip to content

Class: AttributeValue

The value for any value of a attribute for an entity. This object can hold both the un-normalized atomic value and the structured value

URI: cellcard:AttributeValue

Inheritance

Slots

Name Range Cardinality Description Info
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: attribute value
description: The value for any value of a attribute for an entity. This object can
  hold both the un-normalized atomic value and the structured value
from_schema: https://cellcards.org/schema/cellcard-core
slots:
- name
- title
- was generated by

Induced

name: attribute value
description: The value for any value of a attribute for an entity. This object can
  hold both the un-normalized atomic value and the structured value
from_schema: https://cellcards.org/schema/cellcard-core
attributes:
  name:
    name: name
    description: A human readable label for an entity
    from_schema: https://cellcards.org/schema/cellcard-core
    multivalued: false
    alias: name
    owner: attribute 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: attribute 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: attribute value
    range: activity