example_quotes / README.md
Mediocreatmybest's picture
Update README.md
9128e99
|
raw
history blame
No virus
1.12 kB
metadata
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.