Skip to content

Class: UrlValue

A value that is a string that conforms to URL syntax

URI: cellcard:UrlValue

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: url value
description: A value that is a string that conforms to URL syntax
from_schema: https://cellcards.org/schema/cellcard-core
is_a: attribute value

Induced

name: url value
description: A value that is a string that conforms to URL syntax
from_schema: https://cellcards.org/schema/cellcard-core
is_a: attribute value
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: url 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: url 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: url value
    range: activity