basuco 0.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/.gitignore +24 -0
- data/Gemfile +4 -0
- data/LICENSE +20 -0
- data/README.textile +318 -0
- data/Rakefile +1 -0
- data/basuco.gemspec +23 -0
- data/examples/artist.rb +20 -0
- data/examples/artist_links.rb +38 -0
- data/lib/basuco.rb +30 -0
- data/lib/basuco/api.rb +26 -0
- data/lib/basuco/attribute.rb +67 -0
- data/lib/basuco/collection.rb +7 -0
- data/lib/basuco/property.rb +91 -0
- data/lib/basuco/request.rb +86 -0
- data/lib/basuco/resource.rb +215 -0
- data/lib/basuco/search.rb +100 -0
- data/lib/basuco/topic.rb +192 -0
- data/lib/basuco/trans.rb +36 -0
- data/lib/basuco/type.rb +53 -0
- data/lib/basuco/util.rb +17 -0
- data/lib/basuco/version.rb +3 -0
- data/lib/basuco/view.rb +54 -0
- data/rails/init.rb +2 -0
- data/stats.sh +30 -0
- data/tasks/ken.rb +4 -0
- data/tasks/spec.rb +25 -0
- data/test/fixtures/music_artist.json +103 -0
- data/test/fixtures/the_police.json +937 -0
- data/test/fixtures/the_police_topic.json +751 -0
- data/test/integration/ken_test.rb +75 -0
- data/test/test_helper.rb +59 -0
- data/test/unit/attribute_test.rb +49 -0
- data/test/unit/property_test.rb +27 -0
- data/test/unit/resource_test.rb +58 -0
- data/test/unit/session_test.rb +44 -0
- data/test/unit/topic_test.rb +92 -0
- data/test/unit/type_test.rb +35 -0
- data/test/unit/view_test.rb +48 -0
- metadata +94 -0
@@ -0,0 +1,751 @@
|
|
1
|
+
{
|
2
|
+
"alias": [
|
3
|
+
"Sting & The Police"
|
4
|
+
],
|
5
|
+
"description": "The Police were an English rock trio, from London, England, formed originally in 1977. The trio consisted of Gordon Sumner, CBE (born 2 October 1951), widely known by his stage name of Sting (lead vocals, bass guitar), Andy Summers (guitar, vocals) and Stewart Copeland (drums, vocals, percussion). The band became globally popular in the late 1970s and are generally regarded as one of the first New Wave groups to achieve mainstream success, playing a style of rock that was influenced by jazz, punk and reggae music. Their 1983 album, Synchronicity, was number one in the UK and the US and sold over 8,000,000 copies in the US. The band broke up in 1984, but reunited in early 2007 for a one-off world tour lasting until August 2008, in celebration of the 30th anniversary of their hit single \"Roxanne\" and also, to a lesser extent, that of their formation as a group. The Police have sold more than 50 million albums worldwide, and became the world's highest-earning musicians in 2008, thanks to...",
|
6
|
+
"id": "/en/the_police",
|
7
|
+
"properties": {
|
8
|
+
"/award/award_winner/awards_won": {
|
9
|
+
"expected_type": {
|
10
|
+
"id": "/award/award_honor",
|
11
|
+
"text": "Award Honor"
|
12
|
+
},
|
13
|
+
"properties": [
|
14
|
+
{
|
15
|
+
"id": "/award/award_honor/year",
|
16
|
+
"text": "Year"
|
17
|
+
},
|
18
|
+
{
|
19
|
+
"id": "/award/award_honor/award",
|
20
|
+
"text": "Award"
|
21
|
+
},
|
22
|
+
{
|
23
|
+
"id": "/award/award_honor/honored_for",
|
24
|
+
"text": "Winning work"
|
25
|
+
}
|
26
|
+
],
|
27
|
+
"text": "Awards Won",
|
28
|
+
"values": [
|
29
|
+
{
|
30
|
+
"/award/award_honor/award": {
|
31
|
+
"expected_type": {
|
32
|
+
"id": "/award/award_category",
|
33
|
+
"text": "Award category"
|
34
|
+
},
|
35
|
+
"text": "Award",
|
36
|
+
"values": [
|
37
|
+
{
|
38
|
+
"id": "/en/grammy_award_for_best_pop_performance_by_a_duo_or_group_with_vocal",
|
39
|
+
"text": "Grammy Award for Best Pop Performance by a Duo or Group with Vocal",
|
40
|
+
"url": "http://www.freebase.com/view/en/grammy_award_for_best_pop_performance_by_a_duo_or_group_with_vocal"
|
41
|
+
}
|
42
|
+
]
|
43
|
+
},
|
44
|
+
"/award/award_honor/honored_for": {
|
45
|
+
"expected_type": {
|
46
|
+
"id": "/award/award_winning_work",
|
47
|
+
"text": "Award-Winning Work"
|
48
|
+
},
|
49
|
+
"text": "Winning work",
|
50
|
+
"values": [
|
51
|
+
{
|
52
|
+
"id": "/guid/9202a8c04000641f8000000001275dd0",
|
53
|
+
"text": "Every Breath You Take",
|
54
|
+
"url": "http://www.freebase.com/view/guid/9202a8c04000641f8000000001275dd0"
|
55
|
+
}
|
56
|
+
]
|
57
|
+
},
|
58
|
+
"/award/award_honor/year": {
|
59
|
+
"expected_type": {
|
60
|
+
"id": "/type/datetime",
|
61
|
+
"text": "Date/Time"
|
62
|
+
},
|
63
|
+
"text": "Year",
|
64
|
+
"values": [
|
65
|
+
{
|
66
|
+
"text": "1983",
|
67
|
+
"value": "1983"
|
68
|
+
}
|
69
|
+
]
|
70
|
+
},
|
71
|
+
"text": "1983 - Grammy Award for Best Pop Performance by a Duo or Group with Vocal - Every Breath You Take"
|
72
|
+
},
|
73
|
+
{
|
74
|
+
"/award/award_honor/award": {
|
75
|
+
"expected_type": {
|
76
|
+
"id": "/award/award_category",
|
77
|
+
"text": "Award category"
|
78
|
+
},
|
79
|
+
"text": "Award",
|
80
|
+
"values": [
|
81
|
+
{
|
82
|
+
"id": "/en/grammy_award_for_best_rock_instrumental_performance",
|
83
|
+
"text": "Grammy Award for Best Rock Instrumental Performance",
|
84
|
+
"url": "http://www.freebase.com/view/en/grammy_award_for_best_rock_instrumental_performance"
|
85
|
+
}
|
86
|
+
]
|
87
|
+
},
|
88
|
+
"/award/award_honor/honored_for": {
|
89
|
+
"expected_type": {
|
90
|
+
"id": "/award/award_winning_work",
|
91
|
+
"text": "Award-Winning Work"
|
92
|
+
},
|
93
|
+
"text": "Winning work",
|
94
|
+
"values": [
|
95
|
+
{
|
96
|
+
"id": "/guid/9202a8c04000641f800000000129a8a4",
|
97
|
+
"text": "Behind My Camel",
|
98
|
+
"url": "http://www.freebase.com/view/guid/9202a8c04000641f800000000129a8a4"
|
99
|
+
}
|
100
|
+
]
|
101
|
+
},
|
102
|
+
"/award/award_honor/year": {
|
103
|
+
"expected_type": {
|
104
|
+
"id": "/type/datetime",
|
105
|
+
"text": "Date/Time"
|
106
|
+
},
|
107
|
+
"text": "Year",
|
108
|
+
"values": [
|
109
|
+
{
|
110
|
+
"text": "1981",
|
111
|
+
"value": "1981"
|
112
|
+
}
|
113
|
+
]
|
114
|
+
},
|
115
|
+
"text": "1981 - Grammy Award for Best Rock Instrumental Performance - Behind My Camel"
|
116
|
+
},
|
117
|
+
{
|
118
|
+
"/award/award_honor/award": {
|
119
|
+
"expected_type": {
|
120
|
+
"id": "/award/award_category",
|
121
|
+
"text": "Award category"
|
122
|
+
},
|
123
|
+
"text": "Award",
|
124
|
+
"values": [
|
125
|
+
{
|
126
|
+
"id": "/en/grammy_award_for_best_rock_instrumental_performance",
|
127
|
+
"text": "Grammy Award for Best Rock Instrumental Performance",
|
128
|
+
"url": "http://www.freebase.com/view/en/grammy_award_for_best_rock_instrumental_performance"
|
129
|
+
}
|
130
|
+
]
|
131
|
+
},
|
132
|
+
"/award/award_honor/honored_for": {
|
133
|
+
"expected_type": {
|
134
|
+
"id": "/award/award_winning_work",
|
135
|
+
"text": "Award-Winning Work"
|
136
|
+
},
|
137
|
+
"text": "Winning work",
|
138
|
+
"values": [
|
139
|
+
{
|
140
|
+
"id": "/guid/9202a8c04000641f80000000012bf0e0",
|
141
|
+
"text": "Reggatta de Blanc",
|
142
|
+
"url": "http://www.freebase.com/view/guid/9202a8c04000641f80000000012bf0e0"
|
143
|
+
}
|
144
|
+
]
|
145
|
+
},
|
146
|
+
"/award/award_honor/year": {
|
147
|
+
"expected_type": {
|
148
|
+
"id": "/type/datetime",
|
149
|
+
"text": "Date/Time"
|
150
|
+
},
|
151
|
+
"text": "Year",
|
152
|
+
"values": [
|
153
|
+
{
|
154
|
+
"text": "1980",
|
155
|
+
"value": "1980"
|
156
|
+
}
|
157
|
+
]
|
158
|
+
},
|
159
|
+
"text": "1980 - Grammy Award for Best Rock Instrumental Performance - Reggatta de Blanc"
|
160
|
+
}
|
161
|
+
]
|
162
|
+
},
|
163
|
+
"/broadcast/artist/content": {
|
164
|
+
"expected_type": {
|
165
|
+
"id": "/broadcast/content",
|
166
|
+
"text": "Broadcast Content"
|
167
|
+
},
|
168
|
+
"text": "Content",
|
169
|
+
"values": [
|
170
|
+
{
|
171
|
+
"id": "/en/radioio_80s_pop",
|
172
|
+
"text": "radioIO 80s POP",
|
173
|
+
"url": "http://www.freebase.com/view/en/radioio_80s_pop"
|
174
|
+
},
|
175
|
+
{
|
176
|
+
"id": "/en/radioio_80s_new_wave",
|
177
|
+
"text": "radioIO 80s NEW WAVE",
|
178
|
+
"url": "http://www.freebase.com/view/en/radioio_80s_new_wave"
|
179
|
+
},
|
180
|
+
{
|
181
|
+
"id": "/en/kkjj_fm",
|
182
|
+
"text": "KKJJ-FM",
|
183
|
+
"url": "http://www.freebase.com/view/en/kkjj_fm"
|
184
|
+
},
|
185
|
+
{
|
186
|
+
"id": "/en/80s_and_more",
|
187
|
+
"text": "80s And More",
|
188
|
+
"url": "http://www.freebase.com/view/en/80s_and_more"
|
189
|
+
},
|
190
|
+
{
|
191
|
+
"id": "/guid/9202a8c04000641f8000000006e56f39",
|
192
|
+
"text": "WOMC",
|
193
|
+
"url": "http://www.freebase.com/view/guid/9202a8c04000641f8000000006e56f39"
|
194
|
+
},
|
195
|
+
{
|
196
|
+
"id": "/en/big_r_radio_warm_101_6",
|
197
|
+
"text": "Big R Radio - Warm 101.6",
|
198
|
+
"url": "http://www.freebase.com/view/en/big_r_radio_warm_101_6"
|
199
|
+
},
|
200
|
+
{
|
201
|
+
"id": "/en/wtic_fm",
|
202
|
+
"text": "WTIC-FM",
|
203
|
+
"url": "http://www.freebase.com/view/en/wtic_fm"
|
204
|
+
},
|
205
|
+
{
|
206
|
+
"id": "/en/radioio_shuffle",
|
207
|
+
"text": "radioIO shuffle",
|
208
|
+
"url": "http://www.freebase.com/view/en/radioio_shuffle"
|
209
|
+
},
|
210
|
+
{
|
211
|
+
"id": "/en/big_r_radio_soft_hits",
|
212
|
+
"text": "Big R Radio - Soft Hits",
|
213
|
+
"url": "http://www.freebase.com/view/en/big_r_radio_soft_hits"
|
214
|
+
},
|
215
|
+
{
|
216
|
+
"id": "/guid/9202a8c04000641f8000000006e7060c",
|
217
|
+
"text": "WQSR",
|
218
|
+
"url": "http://www.freebase.com/view/guid/9202a8c04000641f8000000006e7060c"
|
219
|
+
}
|
220
|
+
]
|
221
|
+
},
|
222
|
+
"/music/artist/active_end": {
|
223
|
+
"expected_type": {
|
224
|
+
"id": "/type/datetime",
|
225
|
+
"text": "Date/Time"
|
226
|
+
},
|
227
|
+
"text": "Active as Musical Artist (end)",
|
228
|
+
"values": [
|
229
|
+
{
|
230
|
+
"text": "1986",
|
231
|
+
"value": "1986"
|
232
|
+
}
|
233
|
+
]
|
234
|
+
},
|
235
|
+
"/music/artist/active_start": {
|
236
|
+
"expected_type": {
|
237
|
+
"id": "/type/datetime",
|
238
|
+
"text": "Date/Time"
|
239
|
+
},
|
240
|
+
"text": "Active as Musical Artist (start)",
|
241
|
+
"values": [
|
242
|
+
{
|
243
|
+
"text": "Jan 1977",
|
244
|
+
"value": "1977-01"
|
245
|
+
}
|
246
|
+
]
|
247
|
+
},
|
248
|
+
"/music/artist/album": {
|
249
|
+
"expected_type": {
|
250
|
+
"id": "/music/album",
|
251
|
+
"text": "Musical Album"
|
252
|
+
},
|
253
|
+
"text": "Albums",
|
254
|
+
"values": [
|
255
|
+
{
|
256
|
+
"id": "/en/outlandos_damour",
|
257
|
+
"text": "Outlandos d'Amour",
|
258
|
+
"url": "http://www.freebase.com/view/en/outlandos_damour"
|
259
|
+
},
|
260
|
+
{
|
261
|
+
"id": "/en/reggatta_de_blanc",
|
262
|
+
"text": "Reggatta de Blanc",
|
263
|
+
"url": "http://www.freebase.com/view/en/reggatta_de_blanc"
|
264
|
+
},
|
265
|
+
{
|
266
|
+
"id": "/en/zenyatta_mondatta",
|
267
|
+
"text": "Zenyatta Mondatta",
|
268
|
+
"url": "http://www.freebase.com/view/en/zenyatta_mondatta"
|
269
|
+
},
|
270
|
+
{
|
271
|
+
"id": "/guid/9202a8c04000641f800000000017dab4",
|
272
|
+
"text": "Ghost in the Machine",
|
273
|
+
"url": "http://www.freebase.com/view/guid/9202a8c04000641f800000000017dab4"
|
274
|
+
},
|
275
|
+
{
|
276
|
+
"id": "/guid/9202a8c04000641f8000000002f9e349",
|
277
|
+
"text": "Synchronicity",
|
278
|
+
"url": "http://www.freebase.com/view/guid/9202a8c04000641f8000000002f9e349"
|
279
|
+
},
|
280
|
+
{
|
281
|
+
"id": "/en/every_breath_you_take_the_singles",
|
282
|
+
"text": "Every Breath You Take: The Singles",
|
283
|
+
"url": "http://www.freebase.com/view/en/every_breath_you_take_the_singles"
|
284
|
+
},
|
285
|
+
{
|
286
|
+
"id": "/guid/9202a8c04000641f8000000002f9e3ca",
|
287
|
+
"text": "Greatest Hits",
|
288
|
+
"url": "http://www.freebase.com/view/guid/9202a8c04000641f8000000002f9e3ca"
|
289
|
+
},
|
290
|
+
{
|
291
|
+
"id": "/en/message_in_a_box_the_complete_recordings",
|
292
|
+
"text": "Message in a Box: The Complete Recordings",
|
293
|
+
"url": "http://www.freebase.com/view/en/message_in_a_box_the_complete_recordings"
|
294
|
+
},
|
295
|
+
{
|
296
|
+
"id": "/guid/9202a8c04000641f8000000002f9e2df",
|
297
|
+
"text": "Live!",
|
298
|
+
"url": "http://www.freebase.com/view/guid/9202a8c04000641f8000000002f9e2df"
|
299
|
+
},
|
300
|
+
{
|
301
|
+
"id": "/en/every_breath_you_take_the_classics",
|
302
|
+
"text": "Every Breath You Take: The Classics",
|
303
|
+
"url": "http://www.freebase.com/view/en/every_breath_you_take_the_classics"
|
304
|
+
}
|
305
|
+
]
|
306
|
+
},
|
307
|
+
"/music/artist/genre": {
|
308
|
+
"expected_type": {
|
309
|
+
"id": "/music/genre",
|
310
|
+
"text": "Musical genre"
|
311
|
+
},
|
312
|
+
"text": "Musical Genres",
|
313
|
+
"values": [
|
314
|
+
{
|
315
|
+
"id": "/en/rock_music",
|
316
|
+
"text": "Rock music",
|
317
|
+
"url": "http://www.freebase.com/view/en/rock_music"
|
318
|
+
},
|
319
|
+
{
|
320
|
+
"id": "/en/ska",
|
321
|
+
"text": "Ska",
|
322
|
+
"url": "http://www.freebase.com/view/en/ska"
|
323
|
+
},
|
324
|
+
{
|
325
|
+
"id": "/en/reggae",
|
326
|
+
"text": "Reggae",
|
327
|
+
"url": "http://www.freebase.com/view/en/reggae"
|
328
|
+
},
|
329
|
+
{
|
330
|
+
"id": "/en/new_wave",
|
331
|
+
"text": "New Wave",
|
332
|
+
"url": "http://www.freebase.com/view/en/new_wave"
|
333
|
+
},
|
334
|
+
{
|
335
|
+
"id": "/en/post-punk",
|
336
|
+
"text": "Post-punk",
|
337
|
+
"url": "http://www.freebase.com/view/en/post-punk"
|
338
|
+
},
|
339
|
+
{
|
340
|
+
"id": "/en/pop_rock",
|
341
|
+
"text": "Pop rock",
|
342
|
+
"url": "http://www.freebase.com/view/en/pop_rock"
|
343
|
+
}
|
344
|
+
]
|
345
|
+
},
|
346
|
+
"/music/artist/instruments_played": {
|
347
|
+
"expected_type": {
|
348
|
+
"id": "/music/instrument",
|
349
|
+
"text": "Musical instrument"
|
350
|
+
},
|
351
|
+
"text": "Instruments Played",
|
352
|
+
"values": [
|
353
|
+
{
|
354
|
+
"id": "/en/electric_guitar",
|
355
|
+
"text": "Electric guitar",
|
356
|
+
"url": "http://www.freebase.com/view/en/electric_guitar"
|
357
|
+
},
|
358
|
+
{
|
359
|
+
"id": "/en/drum",
|
360
|
+
"text": "Drum",
|
361
|
+
"url": "http://www.freebase.com/view/en/drum"
|
362
|
+
}
|
363
|
+
]
|
364
|
+
},
|
365
|
+
"/music/artist/label": {
|
366
|
+
"expected_type": {
|
367
|
+
"id": "/music/record_label",
|
368
|
+
"text": "Record label"
|
369
|
+
},
|
370
|
+
"text": "Record Labels",
|
371
|
+
"values": [
|
372
|
+
{
|
373
|
+
"id": "/en/a_m_records",
|
374
|
+
"text": "A&M Records",
|
375
|
+
"url": "http://www.freebase.com/view/en/a_m_records"
|
376
|
+
},
|
377
|
+
{
|
378
|
+
"id": "/en/polydor_records",
|
379
|
+
"text": "Polydor Records",
|
380
|
+
"url": "http://www.freebase.com/view/en/polydor_records"
|
381
|
+
},
|
382
|
+
{
|
383
|
+
"id": "/en/illegal_records",
|
384
|
+
"text": "Illegal Records",
|
385
|
+
"url": "http://www.freebase.com/view/en/illegal_records"
|
386
|
+
},
|
387
|
+
{
|
388
|
+
"id": "/en/universal_music_group",
|
389
|
+
"text": "Universal Music Group",
|
390
|
+
"url": "http://www.freebase.com/view/en/universal_music_group"
|
391
|
+
}
|
392
|
+
]
|
393
|
+
},
|
394
|
+
"/music/artist/origin": {
|
395
|
+
"expected_type": {
|
396
|
+
"id": "/location/location",
|
397
|
+
"text": "Location"
|
398
|
+
},
|
399
|
+
"text": "Place Musical Career Began",
|
400
|
+
"values": [
|
401
|
+
{
|
402
|
+
"id": "/en/london",
|
403
|
+
"text": "London",
|
404
|
+
"url": "http://www.freebase.com/view/en/london"
|
405
|
+
}
|
406
|
+
]
|
407
|
+
},
|
408
|
+
"/music/artist/similar_artist": {
|
409
|
+
"expected_type": {
|
410
|
+
"id": "/music/artist",
|
411
|
+
"text": "Musical Artist"
|
412
|
+
},
|
413
|
+
"text": "Similar Artists",
|
414
|
+
"values": [
|
415
|
+
{
|
416
|
+
"id": "/en/sting",
|
417
|
+
"text": "Sting",
|
418
|
+
"url": "http://www.freebase.com/view/en/sting"
|
419
|
+
}
|
420
|
+
]
|
421
|
+
},
|
422
|
+
"/music/artist/track": {
|
423
|
+
"expected_type": {
|
424
|
+
"id": "/music/track",
|
425
|
+
"text": "Musical Track"
|
426
|
+
},
|
427
|
+
"text": "Tracks Recorded",
|
428
|
+
"values": [
|
429
|
+
{
|
430
|
+
"id": "/guid/9202a8c04000641f800000000128acd5",
|
431
|
+
"text": "Message in a Bottle",
|
432
|
+
"url": "http://www.freebase.com/view/guid/9202a8c04000641f800000000128acd5"
|
433
|
+
},
|
434
|
+
{
|
435
|
+
"id": "/guid/9202a8c04000641f800000000128acdc",
|
436
|
+
"text": "Can't Stand Losing You",
|
437
|
+
"url": "http://www.freebase.com/view/guid/9202a8c04000641f800000000128acdc"
|
438
|
+
},
|
439
|
+
{
|
440
|
+
"id": "/guid/9202a8c04000641f800000000128acea",
|
441
|
+
"text": "Every Breath You Take",
|
442
|
+
"url": "http://www.freebase.com/view/guid/9202a8c04000641f800000000128acea"
|
443
|
+
},
|
444
|
+
{
|
445
|
+
"id": "/guid/9202a8c04000641f800000000128acf8",
|
446
|
+
"text": "Walking on the Moon",
|
447
|
+
"url": "http://www.freebase.com/view/guid/9202a8c04000641f800000000128acf8"
|
448
|
+
},
|
449
|
+
{
|
450
|
+
"id": "/guid/9202a8c04000641f800000000128ad0d",
|
451
|
+
"text": "Every Little Thing She Does Is Magic",
|
452
|
+
"url": "http://www.freebase.com/view/guid/9202a8c04000641f800000000128ad0d"
|
453
|
+
},
|
454
|
+
{
|
455
|
+
"id": "/guid/9202a8c04000641f800000000128ad14",
|
456
|
+
"text": "De Do Do Do, De Da Da Da",
|
457
|
+
"url": "http://www.freebase.com/view/guid/9202a8c04000641f800000000128ad14"
|
458
|
+
},
|
459
|
+
{
|
460
|
+
"id": "/guid/9202a8c04000641f800000000128ad3e",
|
461
|
+
"text": "Don't Stand So Close to Me",
|
462
|
+
"url": "http://www.freebase.com/view/guid/9202a8c04000641f800000000128ad3e"
|
463
|
+
},
|
464
|
+
{
|
465
|
+
"id": "/guid/9202a8c04000641f800000000128ad45",
|
466
|
+
"text": "Roxanne",
|
467
|
+
"url": "http://www.freebase.com/view/guid/9202a8c04000641f800000000128ad45"
|
468
|
+
},
|
469
|
+
{
|
470
|
+
"id": "/guid/9202a8c04000641f800000000128ad4c",
|
471
|
+
"text": "Roxanne '97 (Puff Daddy remix)",
|
472
|
+
"url": "http://www.freebase.com/view/guid/9202a8c04000641f800000000128ad4c"
|
473
|
+
},
|
474
|
+
{
|
475
|
+
"id": "/guid/9202a8c04000641f80000000012dba61",
|
476
|
+
"text": "Every Breath You Take",
|
477
|
+
"url": "http://www.freebase.com/view/guid/9202a8c04000641f80000000012dba61"
|
478
|
+
}
|
479
|
+
]
|
480
|
+
},
|
481
|
+
"/music/composer/compositions": {
|
482
|
+
"expected_type": {
|
483
|
+
"id": "/music/composition",
|
484
|
+
"text": "Composition"
|
485
|
+
},
|
486
|
+
"text": "Works Composed",
|
487
|
+
"values": [
|
488
|
+
{
|
489
|
+
"id": "/en/every_little_thing_she_does_is_magic",
|
490
|
+
"text": "Every Little Thing She Does Is Magic",
|
491
|
+
"url": "http://www.freebase.com/view/en/every_little_thing_she_does_is_magic"
|
492
|
+
},
|
493
|
+
{
|
494
|
+
"id": "/en/roxanne",
|
495
|
+
"text": "Roxanne",
|
496
|
+
"url": "http://www.freebase.com/view/en/roxanne"
|
497
|
+
},
|
498
|
+
{
|
499
|
+
"id": "/en/synchronicity_ii",
|
500
|
+
"text": "Synchronicity II",
|
501
|
+
"url": "http://www.freebase.com/view/en/synchronicity_ii"
|
502
|
+
},
|
503
|
+
{
|
504
|
+
"id": "/en/cant_stand_losing_you",
|
505
|
+
"text": "Can't Stand Losing You",
|
506
|
+
"url": "http://www.freebase.com/view/en/cant_stand_losing_you"
|
507
|
+
}
|
508
|
+
]
|
509
|
+
},
|
510
|
+
"/music/lyricist/lyrics_written": {
|
511
|
+
"expected_type": {
|
512
|
+
"id": "/music/composition",
|
513
|
+
"text": "Composition"
|
514
|
+
},
|
515
|
+
"text": "Lyrics Written",
|
516
|
+
"values": [
|
517
|
+
{
|
518
|
+
"id": "/en/every_little_thing_she_does_is_magic",
|
519
|
+
"text": "Every Little Thing She Does Is Magic",
|
520
|
+
"url": "http://www.freebase.com/view/en/every_little_thing_she_does_is_magic"
|
521
|
+
},
|
522
|
+
{
|
523
|
+
"id": "/en/roxanne",
|
524
|
+
"text": "Roxanne",
|
525
|
+
"url": "http://www.freebase.com/view/en/roxanne"
|
526
|
+
},
|
527
|
+
{
|
528
|
+
"id": "/en/synchronicity_ii",
|
529
|
+
"text": "Synchronicity II",
|
530
|
+
"url": "http://www.freebase.com/view/en/synchronicity_ii"
|
531
|
+
},
|
532
|
+
{
|
533
|
+
"id": "/en/cant_stand_losing_you",
|
534
|
+
"text": "Can't Stand Losing You",
|
535
|
+
"url": "http://www.freebase.com/view/en/cant_stand_losing_you"
|
536
|
+
}
|
537
|
+
]
|
538
|
+
},
|
539
|
+
"/music/musical_group/member": {
|
540
|
+
"expected_type": {
|
541
|
+
"id": "/music/group_membership",
|
542
|
+
"text": "Musical Group Membership"
|
543
|
+
},
|
544
|
+
"properties": [
|
545
|
+
{
|
546
|
+
"id": "/music/group_membership/member",
|
547
|
+
"text": "Member"
|
548
|
+
},
|
549
|
+
{
|
550
|
+
"id": "/music/group_membership/role",
|
551
|
+
"text": "Roles"
|
552
|
+
}
|
553
|
+
],
|
554
|
+
"text": "Members Of Musical Group",
|
555
|
+
"values": [
|
556
|
+
{
|
557
|
+
"/music/group_membership/member": {
|
558
|
+
"expected_type": {
|
559
|
+
"id": "/music/group_member",
|
560
|
+
"text": "Musical Group Member"
|
561
|
+
},
|
562
|
+
"text": "Member",
|
563
|
+
"values": [
|
564
|
+
{
|
565
|
+
"id": "/en/sting",
|
566
|
+
"text": "Sting",
|
567
|
+
"url": "http://www.freebase.com/view/en/sting"
|
568
|
+
}
|
569
|
+
]
|
570
|
+
},
|
571
|
+
"/music/group_membership/role": {
|
572
|
+
"expected_type": {
|
573
|
+
"id": "/music/performance_role",
|
574
|
+
"text": "Musical Performance Role"
|
575
|
+
},
|
576
|
+
"text": "Roles",
|
577
|
+
"values": [
|
578
|
+
{
|
579
|
+
"id": "/en/bass_guitar",
|
580
|
+
"text": "Bass guitar",
|
581
|
+
"url": "http://www.freebase.com/view/en/bass_guitar"
|
582
|
+
},
|
583
|
+
{
|
584
|
+
"id": "/en/lead_vocals",
|
585
|
+
"text": "Lead vocalist",
|
586
|
+
"url": "http://www.freebase.com/view/en/lead_vocals"
|
587
|
+
}
|
588
|
+
]
|
589
|
+
},
|
590
|
+
"text": "Sting - Bass guitar/Lead vocalist"
|
591
|
+
},
|
592
|
+
{
|
593
|
+
"/music/group_membership/member": {
|
594
|
+
"expected_type": {
|
595
|
+
"id": "/music/group_member",
|
596
|
+
"text": "Musical Group Member"
|
597
|
+
},
|
598
|
+
"text": "Member",
|
599
|
+
"values": [
|
600
|
+
{
|
601
|
+
"id": "/en/stewart_copeland",
|
602
|
+
"text": "Stewart Copeland",
|
603
|
+
"url": "http://www.freebase.com/view/en/stewart_copeland"
|
604
|
+
}
|
605
|
+
]
|
606
|
+
},
|
607
|
+
"/music/group_membership/role": {
|
608
|
+
"expected_type": {
|
609
|
+
"id": "/music/performance_role",
|
610
|
+
"text": "Musical Performance Role"
|
611
|
+
},
|
612
|
+
"text": "Roles",
|
613
|
+
"values": [
|
614
|
+
{
|
615
|
+
"id": "/en/vocals",
|
616
|
+
"text": "Vocals",
|
617
|
+
"url": "http://www.freebase.com/view/en/vocals"
|
618
|
+
},
|
619
|
+
{
|
620
|
+
"id": "/en/percussion_instrument",
|
621
|
+
"text": "Percussion",
|
622
|
+
"url": "http://www.freebase.com/view/en/percussion_instrument"
|
623
|
+
},
|
624
|
+
{
|
625
|
+
"id": "/en/drum",
|
626
|
+
"text": "Drum",
|
627
|
+
"url": "http://www.freebase.com/view/en/drum"
|
628
|
+
}
|
629
|
+
]
|
630
|
+
},
|
631
|
+
"text": "Stewart Copeland - Vocals/Percussion/Drum"
|
632
|
+
},
|
633
|
+
{
|
634
|
+
"/music/group_membership/member": {
|
635
|
+
"expected_type": {
|
636
|
+
"id": "/music/group_member",
|
637
|
+
"text": "Musical Group Member"
|
638
|
+
},
|
639
|
+
"text": "Member",
|
640
|
+
"values": [
|
641
|
+
{
|
642
|
+
"id": "/en/andy_summers",
|
643
|
+
"text": "Andy Summers",
|
644
|
+
"url": "http://www.freebase.com/view/en/andy_summers"
|
645
|
+
}
|
646
|
+
]
|
647
|
+
},
|
648
|
+
"/music/group_membership/role": {
|
649
|
+
"expected_type": {
|
650
|
+
"id": "/music/performance_role",
|
651
|
+
"text": "Musical Performance Role"
|
652
|
+
},
|
653
|
+
"text": "Roles",
|
654
|
+
"values": [
|
655
|
+
{
|
656
|
+
"id": "/en/vocals",
|
657
|
+
"text": "Vocals",
|
658
|
+
"url": "http://www.freebase.com/view/en/vocals"
|
659
|
+
},
|
660
|
+
{
|
661
|
+
"id": "/en/guitar",
|
662
|
+
"text": "Guitar",
|
663
|
+
"url": "http://www.freebase.com/view/en/guitar"
|
664
|
+
}
|
665
|
+
]
|
666
|
+
},
|
667
|
+
"text": "Andy Summers - Vocals/Guitar"
|
668
|
+
}
|
669
|
+
]
|
670
|
+
},
|
671
|
+
"/music/producer/albums_produced": {
|
672
|
+
"expected_type": {
|
673
|
+
"id": "/music/album",
|
674
|
+
"text": "Musical Album"
|
675
|
+
},
|
676
|
+
"text": "Albums Produced",
|
677
|
+
"values": [
|
678
|
+
{
|
679
|
+
"id": "/guid/9202a8c04000641f800000000017dab4",
|
680
|
+
"text": "Ghost in the Machine",
|
681
|
+
"url": "http://www.freebase.com/view/guid/9202a8c04000641f800000000017dab4"
|
682
|
+
},
|
683
|
+
{
|
684
|
+
"id": "/guid/9202a8c04000641f8000000002f9e349",
|
685
|
+
"text": "Synchronicity",
|
686
|
+
"url": "http://www.freebase.com/view/guid/9202a8c04000641f8000000002f9e349"
|
687
|
+
},
|
688
|
+
{
|
689
|
+
"id": "/en/zenyatta_mondatta",
|
690
|
+
"text": "Zenyatta Mondatta",
|
691
|
+
"url": "http://www.freebase.com/view/en/zenyatta_mondatta"
|
692
|
+
}
|
693
|
+
]
|
694
|
+
}
|
695
|
+
},
|
696
|
+
"text": "The Police",
|
697
|
+
"thumbnail": "http://api.freebase.com/api/trans/image_thumb/en/the_police",
|
698
|
+
"type": [
|
699
|
+
{
|
700
|
+
"id": "/music/artist",
|
701
|
+
"text": "Musical Artist"
|
702
|
+
},
|
703
|
+
{
|
704
|
+
"id": "/music/producer",
|
705
|
+
"text": "Record Producer"
|
706
|
+
},
|
707
|
+
{
|
708
|
+
"id": "/music/musical_group",
|
709
|
+
"text": "Musical Group"
|
710
|
+
},
|
711
|
+
{
|
712
|
+
"id": "/broadcast/artist",
|
713
|
+
"text": "Broadcast Artist"
|
714
|
+
},
|
715
|
+
{
|
716
|
+
"id": "/award/award_winner",
|
717
|
+
"text": "Award Winner"
|
718
|
+
},
|
719
|
+
{
|
720
|
+
"id": "/music/lyricist",
|
721
|
+
"text": "Lyricist"
|
722
|
+
},
|
723
|
+
{
|
724
|
+
"id": "/music/composer",
|
725
|
+
"text": "Composer"
|
726
|
+
}
|
727
|
+
],
|
728
|
+
"url": "http://www.freebase.com/view/en/the_police",
|
729
|
+
"webpage": [
|
730
|
+
{
|
731
|
+
"text": "Wikipedia",
|
732
|
+
"url": "http://en.wikipedia.org/wiki/index.html?curid=57321"
|
733
|
+
},
|
734
|
+
{
|
735
|
+
"text": "Rock Band Artist",
|
736
|
+
"url": "http://www.rockband.com/music/artists/The_Police"
|
737
|
+
},
|
738
|
+
{
|
739
|
+
"text": "Discogs",
|
740
|
+
"url": "http://www.discogs.com/artist/Police,+The"
|
741
|
+
},
|
742
|
+
{
|
743
|
+
"text": "The Police - Official Site",
|
744
|
+
"url": "http://www.thepolice.com"
|
745
|
+
},
|
746
|
+
{
|
747
|
+
"text": "New York Times",
|
748
|
+
"url": "http://topics.nytimes.com/top/reference/timestopics/organizations/p/the_police/index.html"
|
749
|
+
}
|
750
|
+
]
|
751
|
+
}
|