Skip to content

Class: Phenotype

List of Human Phenotype Ontology terms used to describe phenotypes recorded in association with C2M2 subjects

URI: cfde_schema:Phenotype

classDiagram class Phenotype Phenotype : description Phenotype : id Phenotype : synonyms

Slots

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

Usages

used by used in type used
CollectionPhenotype Phenotype range phenotype
SubjectPhenotype Phenotype range phenotype
PhenotypeGene Phenotype range phenotype
PhenotypeDisease Phenotype range phenotype

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Specification

Direct

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