This dataset is a collection of all one piece chapter's until today (1157) extracted from the one piece wiki as text.
It includes the following structured data:
interface ChapterData {
coverPage: string;
shortSummary: string;
longSummary: string;
quickReferences: {
chapterNotes: string[];
characters: string; // html table with char references
};
}