Skip to content

Class: ActionToSymptomRelationship

A triple representing a relationship between a medical action (A clinically prescribed procedure, therapy, intervention, or recommendation) and a symptom, for example, a chest X-ray IS USED TO DIAGNOSE pleural effusion.

URI: maxo_extract:ActionToSymptomRelationship

erDiagram ActionToSymptomRelationship { string qualifier } NamedEntity { string id string label } Symptom { string id string label } Action { string id string label } ActionToSymptomRelationship ||--|o Action : "subject" ActionToSymptomRelationship ||--|o NamedEntity : "predicate" ActionToSymptomRelationship ||--}o Symptom : "object" ActionToSymptomRelationship ||--|o NamedEntity : "subject_qualifier" ActionToSymptomRelationship ||--|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 IS USED TO DIAGNOSE Triple
object 0..*
Symptom
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 symptom Triple

Usages

used by used in type used
MaxoAnnotations action_to_symptom range ActionToSymptomRelationship

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: ActionToSymptomRelationship
description: A triple representing a relationship between a medical action (A clinically
  prescribed procedure, therapy, intervention, or recommendation) and a symptom, for
  example, a chest X-ray IS USED TO DIAGNOSE pleural effusion.
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: Symptom
  predicate:
    name: predicate
    description: The relationship type, usually 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 symptom.
    domain_of:
    - Triple
    range: NamedEntity

Induced

name: ActionToSymptomRelationship
description: A triple representing a relationship between a medical action (A clinically
  prescribed procedure, therapy, intervention, or recommendation) and a symptom, for
  example, a chest X-ray IS USED TO DIAGNOSE pleural effusion.
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: Symptom
  predicate:
    name: predicate
    description: The relationship type, usually 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 symptom.
    domain_of:
    - Triple
    range: NamedEntity
attributes:
  subject:
    name: subject
    from_schema: http://w3id.org/ontogpt/maxo
    rank: 1000
    alias: subject
    owner: ActionToSymptomRelationship
    domain_of:
    - Triple
    range: Action
  predicate:
    name: predicate
    description: The relationship type, usually IS USED TO DIAGNOSE
    from_schema: http://w3id.org/ontogpt/maxo
    rank: 1000
    alias: predicate
    owner: ActionToSymptomRelationship
    domain_of:
    - Triple
    range: NamedEntity
  object:
    name: object
    from_schema: http://w3id.org/ontogpt/maxo
    rank: 1000
    multivalued: true
    alias: object
    owner: ActionToSymptomRelationship
    domain_of:
    - Triple
    range: Symptom
  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: ActionToSymptomRelationship
    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: ActionToSymptomRelationship
    domain_of:
    - Triple
    range: NamedEntity
  object_qualifier:
    name: object_qualifier
    description: An optional qualifier or modifier for the symptom.
    from_schema: http://w3id.org/ontogpt/maxo
    rank: 1000
    alias: object_qualifier
    owner: ActionToSymptomRelationship
    domain_of:
    - Triple
    range: NamedEntity