Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This section provides a structured overview of the defined cross-domain relationships within the Orthogramic Metamodel. It supports practitioners in mapping and analysing the complex web of interactions that underpin organisational performance and strategic execution.

Example

This cross-domain relationship example illustrates how the Finance domain plays a critical role in enabling the Capability domain by providing funding. Funding is essential for the development, enhancement, and sustainability of organisational capabilities, ensuring that key competencies are aligned with strategic priorities. By explicitly linking finance to capabilities through a 'funds' relationship, organisations can strengthen the connection between financial planning and strategic execution, ensuring that investments are directed towards the areas of highest strategic value. This relationship is classified as high priority and strategic in impact, highlighting its importance in driving long-term organisational success.

Code Block
{
  "crossDomainRelationships": [
    {
      "domain": "Capability",
      "relationshipType": "funds",
      "description": "Finance provides funding to capabilities to enable the development and enhancement of organisational competencies aligned with strategic objectives.",
      "metadata": {
        "priority": "high",
        "impact": "strategic"
      }
    }
  ]
}

Relationship types description

...