{
  "version": "1.0",
  "schema": "https://entitymap.org/spec/v1.0",
  "publisher": {
    "name": "OurBrain.com",
    "url": "https://ourbrain.com",
    "sameAs": "https://www.wikipedia.org/wiki/Brain"
  },
  "generated": "2026-06-15T00:00:00Z",
  "profile": "core",
  "verificationStatus": "self-declared",
  "entities": [
    {
      "entityId": "e_001",
      "@type": "Concept",
      "name": "Human Brain",
      "description": "The central organ of the human nervous system, containing approximately 86 billion neurons that process information through electrochemical signaling.",
      "sameAs": "https://en.wikipedia.org/wiki/Human_brain",
      "relations": [
        { "predicate": "INCLUDES", "targetId": "e_005", "targetName": "Neuron" },
        { "predicate": "INCLUDES", "targetId": "e_006", "targetName": "Synapse" },
        { "predicate": "INCLUDES", "targetId": "e_018", "targetName": "Cerebral Cortex" },
        { "predicate": "RELATES_TO", "targetId": "e_002", "targetName": "Artificial Intelligence" }
      ],
      "hasChunks": [
        {
          "chunkId": "c_001",
          "text": "The human brain contains roughly 86 billion neurons connected by trillions of synapses, forming the biological substrate of cognition, memory, and consciousness.",
          "sourceUrl": "https://ourbrain.com/how-the-brain-works",
          "pageTitle": "How the Brain Works",
          "publisher": "OurBrain.com",
          "contentType": "definition"
        }
      ]
    },
    {
      "entityId": "e_002",
      "@type": "Concept",
      "name": "Artificial Intelligence",
      "description": "The field of computer science focused on building systems that perform tasks normally requiring human intelligence, including perception, reasoning, and learning.",
      "sameAs": "https://en.wikipedia.org/wiki/Artificial_intelligence",
      "relations": [
        { "predicate": "INCLUDES", "targetId": "e_010", "targetName": "Deep Learning" },
        { "predicate": "INCLUDES", "targetId": "e_012", "targetName": "Machine Learning" },
        { "predicate": "RELATES_TO", "targetId": "e_001", "targetName": "Human Brain" }
      ],
      "hasChunks": [
        {
          "chunkId": "c_002",
          "text": "Artificial intelligence refers to computational systems that mimic cognitive functions associated with human minds, such as learning, pattern recognition, and problem solving.",
          "sourceUrl": "https://ourbrain.com/ai-explained",
          "pageTitle": "AI Explained",
          "publisher": "OurBrain.com",
          "contentType": "definition"
        }
      ]
    },
    {
      "entityId": "e_003",
      "@type": "Concept",
      "name": "Biological Neural Network",
      "description": "Interconnected populations of neurons in the brain that transmit and process information via synaptic communication.",
      "sameAs": "https://en.wikipedia.org/wiki/Neural_circuit",
      "relations": [
        { "predicate": "PART_OF", "targetId": "e_001", "targetName": "Human Brain" }
      ],
      "hasChunks": [
        {
          "chunkId": "c_003",
          "text": "Biological neural networks are circuits of neurons that compute by propagating electrochemical signals across synapses, enabling perception, memory and behavior.",
          "sourceUrl": "https://ourbrain.com/topics/neural-networks",
          "pageTitle": "Neural Networks",
          "publisher": "OurBrain.com",
          "contentType": "definition"
        }
      ]
    },
    {
      "entityId": "e_004",
      "@type": "Concept",
      "name": "Artificial Neural Network",
      "description": "A computational model inspired by the brain, composed of layers of interconnected nodes whose weights are learned from data.",
      "sameAs": "https://en.wikipedia.org/wiki/Artificial_neural_network",
      "relations": [
        { "predicate": "PART_OF", "targetId": "e_010", "targetName": "Deep Learning" },
        { "predicate": "RELATES_TO", "targetId": "e_003", "targetName": "Biological Neural Network" }
      ],
      "hasChunks": [
        {
          "chunkId": "c_004",
          "text": "Artificial neural networks loosely model biological neurons as weighted nodes organized in layers, learning representations from data through gradient-based optimization.",
          "sourceUrl": "https://ourbrain.com/ai/neural-networks-explained",
          "pageTitle": "Neural Networks Explained",
          "publisher": "OurBrain.com",
          "contentType": "definition"
        }
      ]
    },
    {
      "entityId": "e_005",
      "@type": "Concept",
      "name": "Neuron",
      "description": "An electrically excitable cell that processes and transmits information through electrochemical signals; the fundamental unit of the nervous system.",
      "sameAs": "https://en.wikipedia.org/wiki/Neuron",
      "relations": [
        { "predicate": "PART_OF", "targetId": "e_003", "targetName": "Biological Neural Network" }
      ],
      "hasChunks": [
        {
          "chunkId": "c_005",
          "text": "A neuron receives inputs through dendrites, integrates them in the cell body, and fires action potentials down its axon to communicate with other neurons via synapses.",
          "sourceUrl": "https://ourbrain.com/neuron-function",
          "pageTitle": "Neuron Function",
          "publisher": "OurBrain.com",
          "contentType": "definition"
        }
      ]
    },
    {
      "entityId": "e_006",
      "@type": "Concept",
      "name": "Synapse",
      "description": "The junction between two neurons where chemical or electrical signals are transmitted, enabling neural communication and plasticity.",
      "sameAs": "https://en.wikipedia.org/wiki/Synapse",
      "relations": [
        { "predicate": "ENABLES", "targetId": "e_007", "targetName": "Neuroplasticity" }
      ],
      "hasChunks": [
        {
          "chunkId": "c_006",
          "text": "Synapses are the contact points where one neuron releases neurotransmitters to influence another, and changes in synaptic strength underlie learning and memory.",
          "sourceUrl": "https://ourbrain.com/synapses-and-signals",
          "pageTitle": "Synapses and Signals",
          "publisher": "OurBrain.com",
          "contentType": "definition"
        }
      ]
    },
    {
      "entityId": "e_007",
      "@type": "Concept",
      "name": "Neuroplasticity",
      "description": "The brain's lifelong ability to reorganize its structure and function by forming, strengthening, and pruning synaptic connections in response to experience.",
      "sameAs": "https://en.wikipedia.org/wiki/Neuroplasticity",
      "relations": [
        { "predicate": "IMPROVES", "targetId": "e_008", "targetName": "Memory", "confidence": "declared" }
      ],
      "hasChunks": [
        {
          "chunkId": "c_007",
          "text": "Neuroplasticity is the brain's capacity to rewire itself across the lifespan, enabling learning, recovery from injury, and adaptation to new environments.",
          "sourceUrl": "https://ourbrain.com/brain/neuroplasticity",
          "pageTitle": "Neuroplasticity",
          "publisher": "OurBrain.com",
          "contentType": "definition"
        }
      ]
    },
    {
      "entityId": "e_008",
      "@type": "Concept",
      "name": "Memory",
      "description": "The cognitive processes by which the brain encodes, stores, and retrieves information across short-term and long-term timescales.",
      "sameAs": "https://en.wikipedia.org/wiki/Memory",
      "relations": [
        { "predicate": "DEPENDS_ON", "targetId": "e_006", "targetName": "Synapse" }
      ],
      "hasChunks": [
        {
          "chunkId": "c_008",
          "text": "Memory comprises encoding, storage, and retrieval processes distributed across hippocampal and cortical circuits, supporting both short-term and long-term representations.",
          "sourceUrl": "https://ourbrain.com/brain/memory-formation",
          "pageTitle": "Memory Formation",
          "publisher": "OurBrain.com",
          "contentType": "definition"
        }
      ]
    },
    {
      "entityId": "e_009",
      "@type": "Concept",
      "name": "Consciousness",
      "description": "Subjective awareness of internal and external experience, considered one of the hardest unsolved problems in neuroscience and philosophy of mind.",
      "sameAs": "https://en.wikipedia.org/wiki/Consciousness",
      "relations": [
        { "predicate": "RELATES_TO", "targetId": "e_001", "targetName": "Human Brain" }
      ],
      "hasChunks": [
        {
          "chunkId": "c_009",
          "text": "Consciousness denotes subjective awareness of experience; despite progress in neural correlates research, its emergence from brain activity remains unresolved.",
          "sourceUrl": "https://ourbrain.com/topics/consciousness",
          "pageTitle": "Consciousness",
          "publisher": "OurBrain.com",
          "contentType": "definition"
        }
      ]
    },
    {
      "entityId": "e_010",
      "@type": "Concept",
      "name": "Deep Learning",
      "description": "A subfield of machine learning that uses multi-layer neural networks to learn hierarchical representations from large datasets.",
      "sameAs": "https://en.wikipedia.org/wiki/Deep_learning",
      "relations": [
        { "predicate": "PART_OF", "targetId": "e_012", "targetName": "Machine Learning" }
      ],
      "hasChunks": [
        {
          "chunkId": "c_010",
          "text": "Deep learning trains multi-layer neural networks on large datasets to learn hierarchical features, powering modern advances in vision, language, and speech.",
          "sourceUrl": "https://ourbrain.com/ai/deep-learning",
          "pageTitle": "Deep Learning",
          "publisher": "OurBrain.com",
          "contentType": "definition"
        }
      ]
    },
    {
      "entityId": "e_011",
      "@type": "Concept",
      "name": "Large Language Model",
      "description": "A transformer-based neural network trained on vast text corpora to generate and understand natural language.",
      "sameAs": "https://en.wikipedia.org/wiki/Large_language_model",
      "relations": [
        { "predicate": "DEPENDS_ON", "targetId": "e_013", "targetName": "Transformer" }
      ],
      "hasChunks": [
        {
          "chunkId": "c_011",
          "text": "Large language models use transformer architectures trained on massive text corpora to predict tokens, producing fluent natural language across many tasks.",
          "sourceUrl": "https://ourbrain.com/ai/large-language-models",
          "pageTitle": "Large Language Models",
          "publisher": "OurBrain.com",
          "contentType": "definition"
        }
      ]
    },
    {
      "entityId": "e_012",
      "@type": "Concept",
      "name": "Machine Learning",
      "description": "A branch of AI in which systems learn statistical patterns from data rather than being explicitly programmed.",
      "sameAs": "https://en.wikipedia.org/wiki/Machine_learning",
      "relations": [
        { "predicate": "PART_OF", "targetId": "e_002", "targetName": "Artificial Intelligence" }
      ],
      "hasChunks": [
        {
          "chunkId": "c_012",
          "text": "Machine learning enables computers to improve at tasks by learning patterns from data, spanning supervised, unsupervised, and reinforcement learning paradigms.",
          "sourceUrl": "https://ourbrain.com/topics/machine-learning",
          "pageTitle": "Machine Learning",
          "publisher": "OurBrain.com",
          "contentType": "definition"
        }
      ]
    },
    {
      "entityId": "e_013",
      "@type": "Concept",
      "name": "Transformer",
      "description": "A neural network architecture using self-attention to model sequence relationships in parallel, foundational to modern language models.",
      "sameAs": "https://en.wikipedia.org/wiki/Transformer_(deep_learning_architecture)",
      "relations": [
        { "predicate": "ENABLES", "targetId": "e_011", "targetName": "Large Language Model" }
      ],
      "hasChunks": [
        {
          "chunkId": "c_013",
          "text": "Transformers use self-attention to weigh relationships across tokens in parallel, making them the dominant architecture for large language and multimodal models.",
          "sourceUrl": "https://ourbrain.com/topics/transformers",
          "pageTitle": "Transformers",
          "publisher": "OurBrain.com",
          "contentType": "definition"
        }
      ]
    },
    {
      "entityId": "e_014",
      "@type": "Concept",
      "name": "Neurotransmitter",
      "description": "A chemical messenger released by neurons at synapses to excite, inhibit, or modulate downstream cells.",
      "sameAs": "https://en.wikipedia.org/wiki/Neurotransmitter",
      "relations": [
        { "predicate": "PART_OF", "targetId": "e_006", "targetName": "Synapse" }
      ],
      "hasChunks": [
        {
          "chunkId": "c_014",
          "text": "Neurotransmitters such as glutamate, GABA, dopamine and serotonin are chemical signals released at synapses to communicate between neurons and modulate brain states.",
          "sourceUrl": "https://ourbrain.com/brain/neurotransmitters",
          "pageTitle": "Neurotransmitters",
          "publisher": "OurBrain.com",
          "contentType": "definition"
        }
      ]
    },
    {
      "entityId": "e_015",
      "@type": "Concept",
      "name": "Reinforcement Learning",
      "description": "A machine learning paradigm in which agents learn behaviors by interacting with an environment and receiving reward signals.",
      "sameAs": "https://en.wikipedia.org/wiki/Reinforcement_learning",
      "relations": [
        { "predicate": "PART_OF", "targetId": "e_012", "targetName": "Machine Learning" }
      ],
      "hasChunks": [
        {
          "chunkId": "c_015",
          "text": "Reinforcement learning trains agents to maximize cumulative reward through trial-and-error interaction with an environment, mirroring aspects of biological learning.",
          "sourceUrl": "https://ourbrain.com/topics/reinforcement-learning",
          "pageTitle": "Reinforcement Learning",
          "publisher": "OurBrain.com",
          "contentType": "definition"
        }
      ]
    },
    {
      "entityId": "e_016",
      "@type": "Person",
      "name": "Ira Zoot",
      "description": "Founder and editor of OurBrain.com, responsible for editorial direction and content standards in neuroscience and AI.",
      "sameAs": "https://en.wikipedia.org/wiki/Editor-in-chief",
      "relations": [
        { "predicate": "AFFILIATED_WITH", "targetId": "e_017", "targetName": "iDigits LLC" }
      ],
      "hasChunks": [
        {
          "chunkId": "c_016",
          "text": "Ira Zoot is the founding editor of OurBrain.com, leading editorial policy, research review, and authority content for the site's neuroscience and AI coverage.",
          "sourceUrl": "https://ourbrain.com/authors/ira-zoot",
          "pageTitle": "Editor: Ira Zoot",
          "publisher": "OurBrain.com",
          "contentType": "definition"
        }
      ]
    },
    {
      "entityId": "e_017",
      "@type": "Organization",
      "name": "iDigits LLC",
      "description": "The publishing company behind OurBrain.com, headquartered in Mundelein, Illinois.",
      "sameAs": "https://en.wikipedia.org/wiki/Limited_liability_company",
      "hasChunks": [
        {
          "chunkId": "c_017",
          "text": "OurBrain.com is a project by iDigits LLC, an Illinois-based publisher producing educational content on the human brain and artificial intelligence.",
          "sourceUrl": "https://ourbrain.com/about",
          "pageTitle": "About OurBrain.com",
          "publisher": "OurBrain.com",
          "contentType": "definition"
        }
      ]
    },
    {
      "entityId": "e_018",
      "@type": "Concept",
      "name": "Cerebral Cortex",
      "description": "The outer layered structure of the cerebrum responsible for higher-order functions including perception, language, and reasoning.",
      "sameAs": "https://en.wikipedia.org/wiki/Cerebral_cortex",
      "relations": [
        { "predicate": "PART_OF", "targetId": "e_001", "targetName": "Human Brain" }
      ],
      "hasChunks": [
        {
          "chunkId": "c_018",
          "text": "The cerebral cortex is the brain's outer, folded sheet of neural tissue supporting higher cognition including perception, attention, language, and decision making.",
          "sourceUrl": "https://ourbrain.com/brain/cerebral-cortex",
          "pageTitle": "Cerebral Cortex",
          "publisher": "OurBrain.com",
          "contentType": "definition"
        }
      ]
    }
  ]
}
