Skip to content

None (schema class)

A container for MatrixNode objects.

URI: matrix_schema:MatrixNodeList

Attributes

Name Description Cardinality and Range
nodes A list of edges. *
MatrixNode

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/everycure-org/matrix-schema

Mappings

Mapping Type Mapped Value
self matrix_schema:MatrixNodeList
native matrix_schema:MatrixNodeList

LinkML Source

Direct

name: MatrixNodeList
description: A container for MatrixNode objects.
from_schema: https://w3id.org/everycure-org/matrix-schema
slots:
- nodes
slot_usage:
  nodes:
    name: nodes
    range: MatrixNode
    multivalued: true
    inlined_as_list: true

Induced

name: MatrixNodeList
description: A container for MatrixNode objects.
from_schema: https://w3id.org/everycure-org/matrix-schema
slot_usage:
  nodes:
    name: nodes
    range: MatrixNode
    multivalued: true
    inlined_as_list: true
attributes:
  nodes:
    name: nodes
    description: A list of edges.
    from_schema: https://w3id.org/everycure-org/matrix-schema
    rank: 1000
    alias: nodes
    owner: MatrixNodeList
    domain_of:
    - MatrixNodeList
    range: MatrixNode
    multivalued: true
    inlined_as_list: true