-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgaia1.json
101 lines (100 loc) · 2.65 KB
/
gaia1.json
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
{
"metadata": [
{
"Title": "'A Timeline of music's influence over fashion'",
"Authors": "Antonia Sardone",
"Date of publication": "8/8/2021",
"Source": "https://www.universityoffashion.com/blog/a-timeline-of-musics-influence-over-fashion/"
},
{
"Title": "",
"Authors": "",
"Date of publication": "",
"Source": ""
}
],
"people": [
{
"Green Day": 2,
"Weezer": 1,
"Fall Out Boy": 1,
"Elvis Presley": 1,
"David Bowie": 1,
"Marc Bolan": 1,
"Kiss": 1,
"Tim Burton": 1,
"Kurt Cobain": 1,
"Marc Jacobs": 1,
"Dua Lipa": 1,
"Ariana Grande": 1,
"Lil Nas": 1,
"Harry Styles": 1
},
{
"Green Day": "GD",
"Weezer": "Weezer",
"Fall Out Boy": "FOB",
"Elvis Presley": "EP",
"David Bowie": "DV",
"Marc Bolan": "MB",
"Kiss": "KISS",
"Tim Burton": "TB",
"Kurt Cobain": "KC",
"Marc Jacobs": "MJ",
"Dua Lipa": "DL",
"Ariana Grande": "AG",
"Lil Nas": "LN",
"Harry Styles": "HS"
},
{
"Green Day": "https://en.wikipedia.org/wiki/Green_Day",
"Weezer": "https://en.wikipedia.org/wiki/Weezer",
"Fall Out Boy": "https://en.wikipedia.org/wiki/Fall_Out_Boy",
"Elvis Presley": "https://simple.wikipedia.org/wiki/Elvis_Presley",
"David Bowie": "https://simple.wikipedia.org/wiki/David_Bowie",
"Marc Bolan": "https://en.wikipedia.org/wiki/Marc_Bolan",
"Kiss": "https://en.wikipedia.org/wiki/Kiss_(band)",
"Tim Burton": "https://en.wikipedia.org/wiki/Tim_Burton",
"Kurt Cobain": "https://en.wikipedia.org/wiki/Kurt_Cobain",
"Marc Jacobs": "https://en.wikipedia.org/wiki/Marc_Jacobs",
"Dua Lipa": "https://simple.wikipedia.org/wiki/Dua_Lipa",
"Ariana Grande": "https://simple.wikipedia.org/wiki/Ariana_Grande",
"Lil Nas": "https://en.wikipedia.org/wiki/Lil_Nas_X",
"Harry Styles": "https://en.wikipedia.org/wiki/Harry_Styles"
}
],
"places": [
{
"New York": 2,
"London": 2,
"Los Angeles": 1,
"Detroit": 1
},
{
"London": "London",
"New York": "NYC",
"Los Angeles": "Los Angeles",
"Detroit": "Detroit"
},
{
"London": "https://en.wikipedia.org/wiki/London",
"New York": "https://en.wikipedia.org/wiki/New_York_City",
"Los Angeles": "https://en.wikipedia.org/wiki/Los_Angeles",
"Detroit": "https://en.wikipedia.org/wiki/Detroit"
}
],
"keywords": [
{
"music": 29,
"fashion": 22
},
{
"music": "music",
"fashion": "fashion"
}
],
"references": [
{},
{}
]
}