{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "Organization",
      "@id": "https://wiki.systemores.com/#organization",
      "name": "Systemores",
      "url": "https://systemores.com",
      "logo": {
        "@type": "ImageObject",
        "@id": "https://wiki.systemores.com/#logo",
        "url": "https://wiki.systemores.com/favicon.svg",
        "contentUrl": "https://wiki.systemores.com/favicon.svg",
        "caption": "Systemores Logo",
        "width": 512,
        "height": 512
      },
      "image": {
        "@id": "https://wiki.systemores.com/#logo"
      },
      "description": "Provider of autonomous behavioral intelligence frameworks, organizational architecture, and AI-native operational systems.",
      "sameAs": [
        "https://twitter.com/Systemores",
        "https://github.com/systemores",
        "https://www.linkedin.com/company/systemores"
      ]
    },
    {
      "@type": "Person",
      "@id": "https://wiki.systemores.com/#author",
      "name": "Bob Carilli",
      "url": "https://wiki.systemores.com",
      "jobTitle": "Founder & Principal Systems Architect",
      "worksFor": {
        "@id": "https://wiki.systemores.com/#organization"
      },
      "description": "Founder and Principal Systems Architect of Systemores, specializing in behavioral capital, operational architecture, and deterministic multi-agent systems.",
      "sameAs": [
        "https://twitter.com/BobCarilli",
        "https://github.com/systemores"
      ],
      "knowsAbout": [
        "Behavioral Capital",
        "Organizational Systems Architecture",
        "Autonomous Agent Governance",
        "Signal Preservation"
      ]
    },
    {
      "@type": "WebSite",
      "@id": "https://wiki.systemores.com/#website",
      "url": "https://wiki.systemores.com/",
      "name": "Systemores Behavioral Wiki",
      "description": "A high-density, centralized repository of operational frameworks, organizational systems, and behavioral intelligence models designed for the AI-native era.",
      "publisher": {
        "@id": "https://wiki.systemores.com/#organization"
      },
      "author": {
        "@id": "https://wiki.systemores.com/#author"
      },
      "inLanguage": "en-US",
      "about": [
        { "@type": "Thing", "name": "Behavioral Capital" },
        { "@type": "Thing", "name": "Organizational Architecture" },
        { "@type": "Thing", "name": "AI Orchestration" },
        { "@type": "Thing", "name": "Systems Design" }
      ],
      "hasPart": [
        { "@type": "WebPage", "name": "Behavioral Capital & Infrastructure", "url": "https://wiki.systemores.com/behavioral-capital/" },
        { "@type": "WebPage", "name": "Architecture Over Prompting", "url": "https://wiki.systemores.com/architecture-over-prompting/" },
        { "@type": "WebPage", "name": "The Build vs. Bypass Framework", "url": "https://wiki.systemores.com/build-vs-bypass/" },
        { "@type": "WebPage", "name": "Leadership Defense & The Coaching Trap", "url": "https://wiki.systemores.com/leadership-defense/" },
        { "@type": "WebPage", "name": "Signal Preservation & Talent Acquisition", "url": "https://wiki.systemores.com/signal-preservation/" },
        { "@type": "WebPage", "name": "Behavioral Lexicon & Taxonomy", "url": "https://wiki.systemores.com/lexicon/" }
      ]
    }
  ]
}