--- license: cc language: - en pretty_name: Example dataset of quotes --- # Dataset: Example Quotes Starting example structure for how to store quotes. ## Structure - **Quote**: - *Type*: String - *Description*: The primary content. - **Antagonist**: - *Type*: String - *Description*: The individual responsible for said quote. - **Antagonists_id**: - *Type*: Integer - *Description*: A unique identifier associated with the quoting antagonist. Used for generating URLs or internal referencing. - **URL**: - *Type*: List of Strings (separated by `|`) - *Description*: A list of URLs offering context or sources for the quote. A single quote may have multiple URLs or a sinlge one. - **Source_type**: - *Type*: List of Strings (separated by `|`) - *Description*: The medium the quote sourced from. "online news", "oneline", etc. - **Year**: - *Type*: Integer - *Description*: simple integer representing the year the quote was made. - **Tags**: - *Type*: List of Strings (separated by `|`) - *Description*: Miscellaneous tags linked to the quote, for categorization or filtering.