iiRecord
Agentic AI Atlas · COBOL
language:cobola5c.ai
II.
Language JSON

language:cobol

Structured · live

COBOL json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · domain/languages/cobol.yamlCluster · domain
Record JSON
{
  "id": "language:cobol",
  "_kind": "Language",
  "_file": "domain/languages/cobol.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "COBOL",
    "paradigms": [
      "imperative",
      "procedural"
    ],
    "description": "COBOL — the Common Business-Oriented Language; the dominant language\nfor legacy mainframe transaction processing systems.\n"
  },
  "outgoingEdges": [
    {
      "from": "language:cobol",
      "to": "domain:finance",
      "kind": "applies_to",
      "attributes": {}
    },
    {
      "from": "language:cobol",
      "to": "domain:software-engineering",
      "kind": "applies_to",
      "attributes": {}
    }
  ],
  "incomingEdges": []
}