Class: GutsGraph

A container for nodes in a GUTS graph

URI: guts:GutsGraph

erDiagram GutsGraph { stringList graph }

Slots

Name Cardinality and Range Description Inheritance
graph 0..*
String
GUTS graph nodes direct

Identifier and Mapping Information

Schema Source

  • from schema: https://guts-consortium.github.io/schema/guts

Mappings

Mapping Type Mapped Value
self guts:GutsGraph
native guts:GutsGraph

LinkML Source

Direct

name: GutsGraph
description: A container for nodes in a GUTS graph
from_schema: https://guts-consortium.github.io/schema/guts
attributes:
  graph:
    name: graph
    description: GUTS graph nodes
    from_schema: https://guts-consortium.github.io/schema/guts
    aliases:
    - '@graph'
    rank: 1000
    multivalued: true
    inlined: true
    inlined_as_list: true
    any_of:
    - range: Cohort
    - range: CohortSession
    - range: Measure
    - range: ParticipantMeasure
    - range: Participant
tree_root: true

Induced

name: GutsGraph
description: A container for nodes in a GUTS graph
from_schema: https://guts-consortium.github.io/schema/guts
attributes:
  graph:
    name: graph
    description: GUTS graph nodes
    from_schema: https://guts-consortium.github.io/schema/guts
    aliases:
    - '@graph'
    rank: 1000
    multivalued: true
    alias: graph
    owner: GutsGraph
    domain_of:
    - GutsGraph
    range: string
    inlined: true
    inlined_as_list: true
    any_of:
    - range: Cohort
    - range: CohortSession
    - range: Measure
    - range: ParticipantMeasure
    - range: Participant
tree_root: true