Skip to content

Class: Symptom

URI: mendelian_disease:Symptom

classDiagram class Symptom NamedEntity <|-- Symptom Symptom : affects Symptom : characteristic Symptom : id Symptom : label Symptom : severity

Inheritance

Slots

Name Cardinality and Range Description Inheritance
characteristic 0..1
NONE
direct
affects 0..1
NONE
direct
severity 0..1
NONE
direct
label 0..1
NONE
NamedEntity
id 0..1
NONE
NamedEntity

Usages

used by used in type used
MendelianDisease symptoms range Symptom

Identifier and Mapping Information

Valid ID Prefixes

Instances of this class should have identifiers with one of the following prefixes:

  • HP

Annotations

property value
annotators sqlite:obo:hp

Schema Source

  • from schema: http://w3id.org/linkml/ai/templates/mendelian_disease

Mappings

Mapping Type Mapped Value
self mendelian_disease:Symptom
native mendelian_disease:Symptom

LinkML Source

Direct

name: Symptom
id_prefixes:
- HP
annotations:
  annotators:
    tag: annotators
    value: sqlite:obo:hp
from_schema: http://w3id.org/linkml/ai/templates/mendelian_disease
rank: 1000
is_a: NamedEntity
attributes:
  characteristic:
    name: characteristic
    from_schema: http://w3id.org/linkml/ai/templates/mendelian_disease
    rank: 1000
  affects:
    name: affects
    from_schema: http://w3id.org/linkml/ai/templates/mendelian_disease
    rank: 1000
  severity:
    name: severity
    from_schema: http://w3id.org/linkml/ai/templates/mendelian_disease
    rank: 1000

Induced

name: Symptom
id_prefixes:
- HP
annotations:
  annotators:
    tag: annotators
    value: sqlite:obo:hp
from_schema: http://w3id.org/linkml/ai/templates/mendelian_disease
rank: 1000
is_a: NamedEntity
attributes:
  characteristic:
    name: characteristic
    from_schema: http://w3id.org/linkml/ai/templates/mendelian_disease
    rank: 1000
    alias: characteristic
    owner: Symptom
    domain_of:
    - Symptom
    range: string
  affects:
    name: affects
    from_schema: http://w3id.org/linkml/ai/templates/mendelian_disease
    rank: 1000
    alias: affects
    owner: Symptom
    domain_of:
    - Symptom
    range: string
  severity:
    name: severity
    from_schema: http://w3id.org/linkml/ai/templates/mendelian_disease
    rank: 1000
    alias: severity
    owner: Symptom
    domain_of:
    - Symptom
    range: string
  id:
    name: id
    annotations:
      prompt.skip:
        tag: prompt.skip
        value: 'true'
    from_schema: http://w3id.org/linkml/ai/templates/core
    rank: 1000
    identifier: true
    alias: id
    owner: Symptom
    domain_of:
    - NamedEntity
    - Publication
    range: string
  label:
    name: label
    description: The label of the named thing
    from_schema: http://w3id.org/linkml/ai/templates/core
    rank: 1000
    alias: label
    owner: Symptom
    domain_of:
    - NamedEntity
    - Recipe
    - Reaction
    - BiologicalProcess
    range: string