File size: 1,117 Bytes
2c711d7
 
6b7e957
 
 
9128e99
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
---
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.