{
 "name": "slashyear",
 "title": "slashyear — the year-by-year historical record, sourced line by line",
 "description": "Every entry published on slashyear.com, each carrying the English Wikipedia revision id the sentence was quoted from. Newline-delimited JSON, gzipped. No key, no signup, no rate limit.",
 "homepage": "https://slashyear.com",
 "licenses": [
  {
   "name": "CC-BY-SA-4.0",
   "path": "https://creativecommons.org/licenses/by-sa/4.0/",
   "title": "Creative Commons Attribution-ShareAlike 4.0"
  }
 ],
 "profile": "data-package",
 "resources": [
  {
   "name": "events",
   "path": "https://slashyear.com/dump/events.ndjson.gz",
   "format": "ndjson",
   "mediatype": "application/x-ndjson",
   "encoding": "utf-8",
   "description": "85,753 dated entries",
   "schema": {
    "fields": [
     {
      "name": "year",
      "type": "integer",
      "description": "astronomical numbering; -43 is 44 BCE"
     },
     {
      "name": "year_label",
      "type": "string"
     },
     {
      "name": "date",
      "type": "string",
      "description": "month and day where the source names one"
     },
     {
      "name": "section",
      "type": "string",
      "description": "subject this entry was filed under"
     },
     {
      "name": "text",
      "type": "string",
      "description": "the sentence, verbatim from the cited revision"
     },
     {
      "name": "source_title",
      "type": "string"
     },
     {
      "name": "source_revid",
      "type": "integer"
     },
     {
      "name": "source_section",
      "type": "string"
     },
     {
      "name": "source_url",
      "type": "string"
     },
     {
      "name": "page",
      "type": "string"
     }
    ]
   }
  },
  {
   "name": "years",
   "path": "https://slashyear.com/dump/years.ndjson.gz",
   "format": "ndjson",
   "mediatype": "application/x-ndjson",
   "description": "2,909 year records with their source revision"
  },
  {
   "name": "entities",
   "path": "https://slashyear.com/dump/entities.ndjson.gz",
   "format": "ndjson",
   "mediatype": "application/x-ndjson",
   "description": "2,941 subject timelines, Wikidata id where one exists"
  }
 ]
}