Benjamin Franklin's Lightning Rod Discovery
1/26/2026, 11:30 AM
By using Liquid AI Chat, you agree to our Terms of Service, and have read our Privacy Policy.

Identify and extract information matching the following schema. Return data as a JSON object. Output "null" when information is not provided.

Schema:

  • discovery: "what was being discovered/invented"
  • person: "the person who made the discovery"
  • where: "the location where the discovery was made"
  • when: "the time when the discovery was made"
  • doi: "doi of the source"

The lightning rod was invented by Benjamin Franklin in the early 1750s.

Logo
json
{
  "discovery": "lightning rod",
  "person": "Benjamin Franklin",
  "where": null,
  "when": "early 1750s",
  "doi": null
}