{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "WebSite",
      "@id": "https://hebrewbooks.ai/#website",
      "url": "https://hebrewbooks.ai/",
      "name": "HebrewBooks.ai",
      "alternateName": ["אוצר הספרים היהודי", "hebrewbooks.ai"],
      "description": "Morphological full-text search over tens of thousands of OCR'd Hebrew books from the HebrewBooks.org archive. Hebrew queries match by lemma (DictaBERT) so prefixes and inflections are handled automatically; non-Hebrew queries are auto-translated to Hebrew. Every result deep-links to the original scanned page.",
      "inLanguage": ["he", "en"],
      "publisher": { "@id": "https://hebrewbooks.ai/#org" },
      "potentialAction": {
        "@type": "SearchAction",
        "target": {
          "@type": "EntryPoint",
          "urlTemplate": "https://hebrewbooks.ai/?q={search_term_string}"
        },
        "query-input": "required name=search_term_string"
      }
    },
    {
      "@type": "Organization",
      "@id": "https://hebrewbooks.ai/#org",
      "name": "HebrewBooks.ai",
      "url": "https://hebrewbooks.ai/",
      "email": "romankagan@gmail.com",
      "description": "A community project making the Jewish bookshelf searchable: morphological Hebrew search across the open Torah-literature corpus, each result linking back to the original page.",
      "contactPoint": {
        "@type": "ContactPoint",
        "email": "romankagan@gmail.com",
        "contactType": "support",
        "availableLanguage": ["he", "en"]
      }
    },
    {
      "@type": "WebApplication",
      "@id": "https://hebrewbooks.ai/#app",
      "name": "HebrewBooks.ai search",
      "url": "https://hebrewbooks.ai/",
      "applicationCategory": "ReferenceApplication",
      "operatingSystem": "Web",
      "browserRequirements": "Requires JavaScript",
      "isPartOf": { "@id": "https://hebrewbooks.ai/#website" },
      "offers": { "@type": "Offer", "price": "0", "priceCurrency": "USD" },
      "featureList": [
        "Hebrew morphological (lemma) full-text search",
        "Automatic cross-language query translation (EN/RU/ES/FR → Hebrew)",
        "Citation detection with Sefaria deep links (Meor Mode)",
        "Deep links to the original scanned page on HebrewBooks.org",
        "JSON API and MCP server for AI agents"
      ]
    },
    {
      "@type": "Dataset",
      "@id": "https://hebrewbooks.ai/#dataset",
      "name": "Hebrew book corpus — HebrewBooks.ai",
      "description": "Tens of thousands of OCR'd Hebrew books and rabbinic texts (Halacha, Talmud, Responsa, Chassidus, Mussar, Kabbalah, Torah, liturgy and more), searchable by lemma. Indexing is ongoing. Each result deep-links to the source page; source images are © HebrewBooks.org.",
      "url": "https://hebrewbooks.ai/",
      "inLanguage": "he",
      "isAccessibleForFree": true,
      "creator": { "@id": "https://hebrewbooks.ai/#org" },
      "keywords": [
        "Hebrew books", "Torah", "Talmud", "Halacha", "Responsa", "Kabbalah",
        "Chassidus", "Mussar", "Midrash", "rabbinic literature", "Judaica",
        "Jewish texts", "OCR", "morphological search"
      ],
      "distribution": [
        {
          "@type": "DataDownload",
          "name": "Search API (JSON)",
          "encodingFormat": "application/json",
          "contentUrl": "https://hebrewbooks.ai/api/search"
        },
        {
          "@type": "DataDownload",
          "name": "OpenAPI specification",
          "encodingFormat": "application/json",
          "contentUrl": "https://hebrewbooks.ai/api/openapi.json"
        }
      ]
    }
  ]
}
