{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "TechArticle",
      "@id": "https://wiki.systemores.com/behavioral-capital/#article",
      "isPartOf": {
        "@id": "https://wiki.systemores.com/#website"
      },
      "headline": "Module 1: Behavioral Capital & Infrastructure",
      "url": "https://wiki.systemores.com/behavioral-capital/",
      "mainEntityOfPage": "https://wiki.systemores.com/behavioral-capital/",
      "description": "The fundamental asset layer of the enterprise. Covers Behavioral Capital, Behavioral Debt, and Behavioral Sequences.",
      "inLanguage": "en-US",
      "author": {
        "@type": "Person",
        "name": "Bob Carilli",
        "url": "https://wiki.systemores.com",
        "jobTitle": "Founder & Principal Systems Architect"
      },
      "publisher": {
        "@type": "Organization",
        "name": "Systemores",
        "url": "https://systemores.com",
        "logo": {
          "@type": "ImageObject",
          "url": "https://wiki.systemores.com/favicon.svg"
        }
      },
      "about": [
        {
          "@type": "DefinedTerm",
          "name": "Behavioral Capital",
          "description": "The accumulated quality of decisions, incentives, and signal discipline over time, compounding long before financial numbers move."
        },
        {
          "@type": "DefinedTerm",
          "name": "Behavioral Debt",
          "description": "The compounding operational friction of chasing noise for validation or expanding surface area faster than a foundation can support."
        },
        {
          "@type": "DefinedTerm",
          "name": "Behavioral Sequence",
          "description": "The longitudinal sequence of decisions that reveals structure, rather than an isolated snapshot event."
        }
      ]
    },
    {
      "@type": "BreadcrumbList",
      "@id": "https://wiki.systemores.com/behavioral-capital/#breadcrumb",
      "itemListElement": [
        {
          "@type": "ListItem",
          "position": 1,
          "name": "Home",
          "item": "https://wiki.systemores.com/"
        },
        {
          "@type": "ListItem",
          "position": 2,
          "name": "Behavioral Capital & Infrastructure",
          "item": "https://wiki.systemores.com/behavioral-capital/"
        }
      ]
    }
  ]
}