Skip to content

Class: ActionToDiseaseRelationship

A triple representing a relationship between a medical action (A clinically prescribed procedure, therapy, intervention, or recommendation) and a disease, for example, radiation therapy TREATS cancer, or PET scan IS USED TO DIAGNOSE myocarditis.

URI: maxo_extract:ActionToDiseaseRelationship

erDiagram ActionToDiseaseRelationship { string qualifier } NamedEntity { string id string label } Disease { string id string label } Action { string id string label } ActionToDiseaseRelationship ||--|o Action : "subject" ActionToDiseaseRelationship ||--|o NamedEntity : "predicate" ActionToDiseaseRelationship ||--}o Disease : "object" ActionToDiseaseRelationship ||--|o NamedEntity : "subject_qualifier" ActionToDiseaseRelationship ||--|o NamedEntity : "object_qualifier"

Inheritance

Slots

Name Cardinality and Range Description Inheritance
subject 0..1
Action
Triple
predicate 0..1
NamedEntity
The relationship type, usually TREATS or IS USED TO DIAGNOSE Triple
object 0..*
Disease
Triple
qualifier 0..1
String
A qualifier for the statements, e Triple
subject_qualifier 0..1
NamedEntity
An optional qualifier or modifier for the medical action Triple
object_qualifier 0..1
NamedEntity
An optional qualifier or modifier for the disease Triple

Usages

used by used in type used
MaxoAnnotations action_to_disease range ActionToDiseaseRelationship

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: ActionToDiseaseRelationship
description: A triple representing a relationship between a medical action (A clinically
  prescribed procedure, therapy, intervention, or recommendation) and a disease, for
  example, radiation therapy TREATS cancer, or PET scan IS USED TO DIAGNOSE myocarditis.
from_schema: http://w3id.org/ontogpt/maxo
is_a: Triple
slot_usage:
  subject:
    name: subject
    domain_of:
    - Triple
    range: Action
  object:
    name: object
    multivalued: true
    domain_of:
    - Triple
    range: Disease
  predicate:
    name: predicate
    description: The relationship type, usually TREATS or IS USED TO DIAGNOSE
    domain_of:
    - Triple
    range: NamedEntity
  subject_qualifier:
    name: subject_qualifier
    description: An optional qualifier or modifier for the medical action.
    domain_of:
    - Triple
    range: NamedEntity
  object_qualifier:
    name: object_qualifier
    description: An optional qualifier or modifier for the disease.
    domain_of:
    - Triple
    range: NamedEntity

Induced

name: ActionToDiseaseRelationship
description: A triple representing a relationship between a medical action (A clinically
  prescribed procedure, therapy, intervention, or recommendation) and a disease, for
  example, radiation therapy TREATS cancer, or PET scan IS USED TO DIAGNOSE myocarditis.
from_schema: http://w3id.org/ontogpt/maxo
is_a: Triple
slot_usage:
  subject:
    name: subject
    domain_of:
    - Triple
    range: Action
  object:
    name: object
    multivalued: true
    domain_of:
    - Triple
    range: Disease
  predicate:
    name: predicate
    description: The relationship type, usually TREATS or IS USED TO DIAGNOSE
    domain_of:
    - Triple
    range: NamedEntity
  subject_qualifier:
    name: subject_qualifier
    description: An optional qualifier or modifier for the medical action.
    domain_of:
    - Triple
    range: NamedEntity
  object_qualifier:
    name: object_qualifier
    description: An optional qualifier or modifier for the disease.
    domain_of:
    - Triple
    range: NamedEntity
attributes:
  subject:
    name: subject
    from_schema: http://w3id.org/ontogpt/maxo
    rank: 1000
    alias: subject
    owner: ActionToDiseaseRelationship
    domain_of:
    - Triple
    range: Action
  predicate:
    name: predicate
    description: The relationship type, usually TREATS or IS USED TO DIAGNOSE
    from_schema: http://w3id.org/ontogpt/maxo
    rank: 1000
    alias: predicate
    owner: ActionToDiseaseRelationship
    domain_of:
    - Triple
    range: NamedEntity
  object:
    name: object
    from_schema: http://w3id.org/ontogpt/maxo
    rank: 1000
    multivalued: true
    alias: object
    owner: ActionToDiseaseRelationship
    domain_of:
    - Triple
    range: Disease
  qualifier:
    name: qualifier
    description: A qualifier for the statements, e.g. "NOT" for negation
    from_schema: http://w3id.org/ontogpt/maxo
    rank: 1000
    alias: qualifier
    owner: ActionToDiseaseRelationship
    domain_of:
    - Triple
    range: string
  subject_qualifier:
    name: subject_qualifier
    description: An optional qualifier or modifier for the medical action.
    from_schema: http://w3id.org/ontogpt/maxo
    rank: 1000
    alias: subject_qualifier
    owner: ActionToDiseaseRelationship
    domain_of:
    - Triple
    range: NamedEntity
  object_qualifier:
    name: object_qualifier
    description: An optional qualifier or modifier for the disease.
    from_schema: http://w3id.org/ontogpt/maxo
    rank: 1000
    alias: object_qualifier
    owner: ActionToDiseaseRelationship
    domain_of:
    - Triple
    range: NamedEntity