Slot: graph_representation

Representation used to evaluate coupling over this network’s connectivity (auto | dense | sparse). auto lets the backend choose by connection density. This names whether to exploit edge sparsity, not a concrete data structure, so it is backend-independent; the delayed-vs-instantaneous graph kind is decided separately from the couplings’ conduction delays.

URI: tvbo:slot/graph_representation

Applicable Classes

Name Description Modifies Slot
Network Network specification with nodes, edges, and reusable coupling configurations no

Properties

Type and Range

Property Value
Range GraphRepresentation
Domain Of Network

Cardinality and Requirements

Property Value

Slot Characteristics

Property Value
If Absent string(auto)
Owner Network

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/tvbo

Mappings

Mapping Type Mapped Value
self tvbo:graph_representation
native tvbo:graph_representation

LinkML Source

name: graph_representation
description: Representation used to evaluate coupling over this network's connectivity
  (``auto`` | ``dense`` | ``sparse``). ``auto`` lets the backend choose by connection
  density. This names whether to exploit edge sparsity, not a concrete data structure,
  so it is backend-independent; the delayed-vs-instantaneous graph kind is decided
  separately from the couplings' conduction delays.
from_schema: https://w3id.org/tvbo
rank: 1000
ifabsent: string(auto)
owner: Network
domain_of:
- Network
range: GraphRepresentation