{
  "@context": {
    "@language": "en",
    "@vocab": "https://schema.org/",
    "cr": "http://mlcommons.org/croissant/"
  },
  "@type": "sc:Dataset",
  "name": "Yonathan Arbel Scholarship Corpus",
  "description": "Machine-readable scholarship corpus with full text, capsules, claims, and Q&A.",
  "url": "https://works.battleoftheforms.com/",
  "license": "https://creativecommons.org/publicdomain/zero/1.0/",
  "creator": {
    "@type": "Person",
    "name": "Yonathan A. Arbel"
  },
  "distribution": [
    {
      "@type": "cr:FileObject",
      "name": "corpus.jsonl",
      "contentUrl": "https://works.battleoftheforms.com/corpus.jsonl",
      "encodingFormat": "application/jsonl"
    },
    {
      "@type": "cr:FileObject",
      "name": "claims.jsonl",
      "contentUrl": "https://works.battleoftheforms.com/claims/claims.jsonl",
      "encodingFormat": "application/jsonl"
    },
    {
      "@type": "cr:FileObject",
      "name": "qa.jsonl",
      "contentUrl": "https://works.battleoftheforms.com/qa/arbel-scholarship-qa.jsonl",
      "encodingFormat": "application/jsonl"
    }
  ],
  "recordSet": [
    {
      "@type": "cr:RecordSet",
      "name": "papers",
      "description": "26 scholarly works with metadata, full text links, claims, and LLM capsules."
    }
  ]
}
