Skip to content

Class: MaxoAnnotations

URI: maxo_extract:MaxoAnnotations

erDiagram MaxoAnnotations { } ActionAnnotationRelationship { } NamedEntity { string id string label } Disease { string id string label } Symptom { string id string label } MedicalAction { string id string label } Chemical { string id string label } MaxoAnnotations ||--|o Disease : "primary_disease" MaxoAnnotations ||--}o MedicalAction : "medical_actions" MaxoAnnotations ||--}o Symptom : "symptoms" MaxoAnnotations ||--}o Chemical : "chemicals" MaxoAnnotations ||--}o ActionAnnotationRelationship : "action_annotation_relationships" ActionAnnotationRelationship ||--|o Chemical : "subject_extension" ActionAnnotationRelationship ||--|o NamedEntity : "object_extension" ActionAnnotationRelationship ||--|o MedicalAction : "subject" ActionAnnotationRelationship ||--|o NamedEntity : "predicate" ActionAnnotationRelationship ||--|o Symptom : "object" ActionAnnotationRelationship ||--|o Disease : "qualifier" ActionAnnotationRelationship ||--|o NamedEntity : "subject_qualifier" ActionAnnotationRelationship ||--|o NamedEntity : "object_qualifier"

Slots

Name Cardinality and Range Description Inheritance
primary_disease 0..1
Disease
The main disease the text is about, or its central disease topic direct
medical_actions *
MedicalAction
Semicolon-separated list of medical actions direct
symptoms *
Symptom
Semicolon-separated list of signs or symptoms direct
chemicals *
Chemical
Semicolon-separated list of chemicals or drugs direct
action_annotation_relationships *
ActionAnnotationRelationship
Semicolon-separated list of relationships between a disease, the mentioned si... direct

Identifier and Mapping Information

Schema Source

  • from schema: http://w3id.org/ontogpt/maxo

Mappings

Mapping Type Mapped Value
self maxo_extract:MaxoAnnotations
native maxo_extract:MaxoAnnotations

LinkML Source

Direct

name: MaxoAnnotations
from_schema: http://w3id.org/ontogpt/maxo
attributes:
  primary_disease:
    name: primary_disease
    description: The main disease the text is about, or its central disease topic.
      This is often the disease mentioned in an article's title or in its first few
      sentences.
    from_schema: http://w3id.org/ontogpt/maxo
    rank: 1000
    domain_of:
    - MaxoAnnotations
    range: Disease
    multivalued: false
  medical_actions:
    name: medical_actions
    annotations:
      prompt:
        tag: prompt
        value: Semicolon-separated list of medical actions, where each is a clinically
          prescribed procedure, therapy, intervention, or recommendation.
    description: Semicolon-separated list of medical actions.
    from_schema: http://w3id.org/ontogpt/maxo
    rank: 1000
    domain_of:
    - MaxoAnnotations
    range: MedicalAction
    multivalued: true
  symptoms:
    name: symptoms
    description: Semicolon-separated list of signs or symptoms.
    from_schema: http://w3id.org/ontogpt/maxo
    rank: 1000
    domain_of:
    - MaxoAnnotations
    range: Symptom
    multivalued: true
  chemicals:
    name: chemicals
    description: Semicolon-separated list of chemicals or drugs
    from_schema: http://w3id.org/ontogpt/maxo
    rank: 1000
    domain_of:
    - MaxoAnnotations
    range: Chemical
    multivalued: true
  action_annotation_relationships:
    name: action_annotation_relationships
    description: Semicolon-separated list of relationships between a disease, the
      mentioned signs and symptoms associated with that disease, the medical actions
      relating to each symptom, and the type of relationship between each action and
      symptom (usually TREATS or PREVENTS). The disease name must be included in the
      relationship, for example, "treatment TREATS symptom IN disease". If the medical
      action includes a specific chemical or drug, include the chemical or drug name
      in the relationship, for example, "treatment (with chemical) TREATS symptom
      IN disease".
    from_schema: http://w3id.org/ontogpt/maxo
    rank: 1000
    domain_of:
    - MaxoAnnotations
    range: ActionAnnotationRelationship
    multivalued: true
tree_root: true

Induced

name: MaxoAnnotations
from_schema: http://w3id.org/ontogpt/maxo
attributes:
  primary_disease:
    name: primary_disease
    description: The main disease the text is about, or its central disease topic.
      This is often the disease mentioned in an article's title or in its first few
      sentences.
    from_schema: http://w3id.org/ontogpt/maxo
    rank: 1000
    alias: primary_disease
    owner: MaxoAnnotations
    domain_of:
    - MaxoAnnotations
    range: Disease
    multivalued: false
  medical_actions:
    name: medical_actions
    annotations:
      prompt:
        tag: prompt
        value: Semicolon-separated list of medical actions, where each is a clinically
          prescribed procedure, therapy, intervention, or recommendation.
    description: Semicolon-separated list of medical actions.
    from_schema: http://w3id.org/ontogpt/maxo
    rank: 1000
    alias: medical_actions
    owner: MaxoAnnotations
    domain_of:
    - MaxoAnnotations
    range: MedicalAction
    multivalued: true
  symptoms:
    name: symptoms
    description: Semicolon-separated list of signs or symptoms.
    from_schema: http://w3id.org/ontogpt/maxo
    rank: 1000
    alias: symptoms
    owner: MaxoAnnotations
    domain_of:
    - MaxoAnnotations
    range: Symptom
    multivalued: true
  chemicals:
    name: chemicals
    description: Semicolon-separated list of chemicals or drugs
    from_schema: http://w3id.org/ontogpt/maxo
    rank: 1000
    alias: chemicals
    owner: MaxoAnnotations
    domain_of:
    - MaxoAnnotations
    range: Chemical
    multivalued: true
  action_annotation_relationships:
    name: action_annotation_relationships
    description: Semicolon-separated list of relationships between a disease, the
      mentioned signs and symptoms associated with that disease, the medical actions
      relating to each symptom, and the type of relationship between each action and
      symptom (usually TREATS or PREVENTS). The disease name must be included in the
      relationship, for example, "treatment TREATS symptom IN disease". If the medical
      action includes a specific chemical or drug, include the chemical or drug name
      in the relationship, for example, "treatment (with chemical) TREATS symptom
      IN disease".
    from_schema: http://w3id.org/ontogpt/maxo
    rank: 1000
    alias: action_annotation_relationships
    owner: MaxoAnnotations
    domain_of:
    - MaxoAnnotations
    range: ActionAnnotationRelationship
    multivalued: true
tree_root: true