Skip to content

Class: Anatomy

List of Uber-anatomy ontology (UBERON) CV terms used to locate the origin of a C2M2 biosample within the physiology of its source or host organism

URI: cfde_schema:Anatomy

classDiagram class Anatomy Anatomy : description Anatomy : id Anatomy : synonyms

Slots

Name Range Cardinality Description Info
id xsd:string 1..1 An UBERON CV term .
description xsd:string 0..1 A human-readable description of this UBERON term .
synonyms xsd:string 0..* A list of synonyms for this term as identified by the UBERON metadata .

Usages

used by used in type used
Biosample Anatomy range anatomy
CollectionAnatomy Anatomy range anatomy

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/linkml/cfde

Mappings

Mapping Type Mapped Value
self ['cfde_schema:Anatomy']
native ['cfde_schema:Anatomy']

LinkML Specification

Direct

name: anatomy
description: List of Uber-anatomy ontology (UBERON) CV terms used to locate the origin
  of a C2M2 biosample within the physiology of its source or host organism
title: anatomy
from_schema: https://w3id.org/linkml/cfde
attributes:
  id:
    name: id
    description: An UBERON CV term
    from_schema: https://w3id.org/linkml/cfde
    identifier: true
    range: string
    required: true
  description:
    name: description
    description: A human-readable description of this UBERON term
    from_schema: https://w3id.org/linkml/cfde
    range: string
  synonyms:
    name: synonyms
    description: A list of synonyms for this term as identified by the UBERON metadata
    from_schema: https://w3id.org/linkml/cfde
    multivalued: true
unique_keys:
  id_unique_key:
    unique_key_name: id_unique_key
    unique_key_slots:
    - id

Induced

name: anatomy
description: List of Uber-anatomy ontology (UBERON) CV terms used to locate the origin
  of a C2M2 biosample within the physiology of its source or host organism
title: anatomy
from_schema: https://w3id.org/linkml/cfde
attributes:
  id:
    name: id
    description: An UBERON CV term
    from_schema: https://w3id.org/linkml/cfde
    identifier: true
    alias: id
    owner: anatomy
    range: string
    required: true
  description:
    name: description
    description: A human-readable description of this UBERON term
    from_schema: https://w3id.org/linkml/cfde
    alias: description
    owner: anatomy
    range: string
  synonyms:
    name: synonyms
    description: A list of synonyms for this term as identified by the UBERON metadata
    from_schema: https://w3id.org/linkml/cfde
    multivalued: true
    alias: synonyms
    owner: anatomy
    range: string
unique_keys:
  id_unique_key:
    unique_key_name: id_unique_key
    unique_key_slots:
    - id