Skip to content

Class: Disease

List of Disease Ontology terms used to describe diseases recorded in association with C2M2 subjects or biosamples

URI: cfde_schema:Disease

classDiagram class Disease Disease : description Disease : id Disease : synonyms

Slots

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

Usages

used by used in type used
BiosampleDisease Disease range disease
SubjectDisease Disease range disease
CollectionDisease Disease range disease
PhenotypeDisease Disease range disease

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Specification

Direct

name: disease
description: List of Disease Ontology terms used to describe diseases recorded in
  association with C2M2 subjects or biosamples
title: disease
from_schema: https://w3id.org/linkml/cfde
attributes:
  id:
    name: id
    description: A Disease Ontology term
    from_schema: https://w3id.org/linkml/cfde
    identifier: true
    range: string
    required: true
  description:
    name: description
    description: A human-readable description of this Disease Ontology 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 Disease Ontology
      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: disease
description: List of Disease Ontology terms used to describe diseases recorded in
  association with C2M2 subjects or biosamples
title: disease
from_schema: https://w3id.org/linkml/cfde
attributes:
  id:
    name: id
    description: A Disease Ontology term
    from_schema: https://w3id.org/linkml/cfde
    identifier: true
    alias: id
    owner: disease
    range: string
    required: true
  description:
    name: description
    description: A human-readable description of this Disease Ontology term
    from_schema: https://w3id.org/linkml/cfde
    alias: description
    owner: disease
    range: string
  synonyms:
    name: synonyms
    description: A list of synonyms for this term as identified by the Disease Ontology
      metadata
    from_schema: https://w3id.org/linkml/cfde
    multivalued: true
    alias: synonyms
    owner: disease
    range: string
unique_keys:
  id_unique_key:
    unique_key_name: id_unique_key
    unique_key_slots:
    - id