michael-ken 0.0.3 → 0.1.0

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.
@@ -0,0 +1,940 @@
1
+ {
2
+ "id" : "/en/the_police",
3
+ "name" : "The Police",
4
+ "ken:type" : [
5
+ {
6
+ "id": "/music/artist",
7
+ "name": "Musical Artist",
8
+ "properties": [
9
+ {
10
+ "expected_type": "/location/location",
11
+ "id": "/music/artist/origin",
12
+ "master_property": null,
13
+ "name": "Place Musical Career Began",
14
+ "reverse_property": null,
15
+ "unique": true
16
+ },
17
+ {
18
+ "expected_type": "/type/datetime",
19
+ "id": "/music/artist/active_start",
20
+ "master_property": null,
21
+ "name": "Active as Musical Artist (start)",
22
+ "reverse_property": null,
23
+ "unique": true
24
+ },
25
+ {
26
+ "expected_type": "/type/datetime",
27
+ "id": "/music/artist/active_end",
28
+ "master_property": null,
29
+ "name": "Active as Musical Artist (end)",
30
+ "reverse_property": null,
31
+ "unique": true
32
+ },
33
+ {
34
+ "expected_type": "/music/genre",
35
+ "id": "/music/artist/genre",
36
+ "master_property": null,
37
+ "name": "Musical Genres",
38
+ "reverse_property": "/music/genre/artists",
39
+ "unique": false
40
+ },
41
+ {
42
+ "expected_type": "/music/record_label",
43
+ "id": "/music/artist/label",
44
+ "master_property": null,
45
+ "name": "Record Labels",
46
+ "reverse_property": "/music/record_label/artist",
47
+ "unique": null
48
+ },
49
+ {
50
+ "expected_type": "/music/artist",
51
+ "id": "/music/artist/similar_artist",
52
+ "master_property": null,
53
+ "name": "Similar Artists",
54
+ "reverse_property": "/music/artist/artist_similar",
55
+ "unique": null
56
+ },
57
+ {
58
+ "expected_type": "/common/webpage",
59
+ "id": "/music/artist/home_page",
60
+ "master_property": null,
61
+ "name": "Musical Artist Home Page",
62
+ "reverse_property": null,
63
+ "unique": null
64
+ },
65
+ {
66
+ "expected_type": "/common/webpage",
67
+ "id": "/music/artist/acquire_webpage",
68
+ "master_property": null,
69
+ "name": "Web Page for Music",
70
+ "reverse_property": null,
71
+ "unique": null
72
+ },
73
+ {
74
+ "expected_type": "/music/album",
75
+ "id": "/music/artist/album",
76
+ "master_property": "/music/album/artist",
77
+ "name": "Albums",
78
+ "reverse_property": null,
79
+ "unique": null
80
+ },
81
+ {
82
+ "expected_type": "/music/recording_contribution",
83
+ "id": "/music/artist/contribution",
84
+ "master_property": "/music/recording_contribution/contributor",
85
+ "name": "Album Contributions",
86
+ "reverse_property": null,
87
+ "unique": null
88
+ },
89
+ {
90
+ "expected_type": "/music/track",
91
+ "id": "/music/artist/track",
92
+ "master_property": "/music/track/artist",
93
+ "name": "Tracks Recorded",
94
+ "reverse_property": null,
95
+ "unique": null
96
+ },
97
+ {
98
+ "expected_type": "/music/artist",
99
+ "id": "/music/artist/artist_similar",
100
+ "master_property": "/music/artist/similar_artist",
101
+ "name": "Similar Musical Artists",
102
+ "reverse_property": null,
103
+ "unique": null
104
+ },
105
+ {
106
+ "expected_type": "/music/track_contribution",
107
+ "id": "/music/artist/track_contributions",
108
+ "master_property": "/music/track_contribution/contributor",
109
+ "name": "Track Contributions",
110
+ "reverse_property": null,
111
+ "unique": null
112
+ },
113
+ {
114
+ "expected_type": "/music/instrument",
115
+ "id": "/music/artist/instruments_played",
116
+ "master_property": null,
117
+ "name": "Instruments Played",
118
+ "reverse_property": "/music/instrument/instrumentalists",
119
+ "unique": null
120
+ },
121
+ {
122
+ "expected_type": "/music/voice",
123
+ "id": "/music/artist/vocal_range",
124
+ "master_property": null,
125
+ "name": "Vocal Range",
126
+ "reverse_property": "/music/voice/singers",
127
+ "unique": null
128
+ },
129
+ {
130
+ "expected_type": "/music/concert_tour",
131
+ "id": "/music/artist/concert_tours",
132
+ "master_property": "/music/concert_tour/artist",
133
+ "name": "Concert Tours",
134
+ "reverse_property": null,
135
+ "unique": false
136
+ }
137
+ ]
138
+ },
139
+ {
140
+ "id": "/common/topic",
141
+ "name": "Topic",
142
+ "properties": [
143
+ {
144
+ "expected_type": "/type/text",
145
+ "id": "/common/topic/alias",
146
+ "master_property": null,
147
+ "name": "Also known as",
148
+ "reverse_property": null,
149
+ "unique": null
150
+ },
151
+ {
152
+ "expected_type": "/common/document",
153
+ "id": "/common/topic/article",
154
+ "master_property": null,
155
+ "name": "article",
156
+ "reverse_property": null,
157
+ "unique": null
158
+ },
159
+ {
160
+ "expected_type": "/common/image",
161
+ "id": "/common/topic/image",
162
+ "master_property": null,
163
+ "name": "image",
164
+ "reverse_property": "/common/image/appears_in_topic_gallery",
165
+ "unique": null
166
+ },
167
+ {
168
+ "expected_type": "/common/webpage",
169
+ "id": "/common/topic/webpage",
170
+ "master_property": null,
171
+ "name": "Web Link(s)",
172
+ "reverse_property": null,
173
+ "unique": null
174
+ }
175
+ ]
176
+ },
177
+ {
178
+ "id": "/music/producer",
179
+ "name": "Record Producer",
180
+ "properties": [
181
+ {
182
+ "expected_type": "/music/album",
183
+ "id": "/music/producer/albums_produced",
184
+ "master_property": "/music/album/producer",
185
+ "name": "Albums Produced",
186
+ "reverse_property": null,
187
+ "unique": null
188
+ },
189
+ {
190
+ "expected_type": "/music/track",
191
+ "id": "/music/producer/tracks_produced",
192
+ "master_property": "/music/track/producer",
193
+ "name": "Tracks produced",
194
+ "reverse_property": null,
195
+ "unique": false
196
+ }
197
+ ]
198
+ },
199
+ {
200
+ "id": "/music/musical_group",
201
+ "name": "Musical Group",
202
+ "properties": [{
203
+ "expected_type": "/music/group_membership",
204
+ "id": "/music/musical_group/member",
205
+ "master_property": "/music/group_membership/group",
206
+ "name": "Members Of Musical Group",
207
+ "reverse_property": null,
208
+ "unique": null
209
+ }]
210
+ },
211
+ {
212
+ "id": "/broadcast/artist",
213
+ "name": "Broadcast Artist",
214
+ "properties": [{
215
+ "expected_type": "/broadcast/content",
216
+ "id": "/broadcast/artist/content",
217
+ "master_property": "/broadcast/content/artist",
218
+ "name": "Content",
219
+ "reverse_property": null,
220
+ "unique": null
221
+ }]
222
+ },
223
+ {
224
+ "id": "/award/award_winner",
225
+ "name": "Award Winner",
226
+ "properties": [{
227
+ "expected_type": "/award/award_honor",
228
+ "id": "/award/award_winner/awards_won",
229
+ "master_property": "/award/award_honor/award_winner",
230
+ "name": "Awards Won",
231
+ "reverse_property": null,
232
+ "unique": null
233
+ }]
234
+ }
235
+ ],
236
+ "ken:attribute" : {
237
+ "/type/reflect/any_master": [
238
+ {
239
+ "id": "/boot/all_permission",
240
+ "link": "/type/object/permission",
241
+ "name": "Global Write Permission"
242
+ },
243
+ {
244
+ "id": "/guid/9202a8c04000641f800000000006df25",
245
+ "link": "/common/topic/article",
246
+ "name": null
247
+ },
248
+ {
249
+ "id": "/music/artist",
250
+ "link": "/type/object/type",
251
+ "name": "Musical Artist"
252
+ },
253
+ {
254
+ "id": "/common/topic",
255
+ "link": "/type/object/type",
256
+ "name": "Topic"
257
+ },
258
+ {
259
+ "id": "/guid/9202a8c04000641f8000000003921d3c",
260
+ "link": "/common/topic/webpage",
261
+ "name": "Discogs entry"
262
+ },
263
+ {
264
+ "id": "/wikipedia/images/en_id/982873",
265
+ "link": "/common/topic/image",
266
+ "name": null
267
+ },
268
+ {
269
+ "id": "/en/rock_music",
270
+ "link": "/music/artist/genre",
271
+ "name": "Rock music"
272
+ },
273
+ {
274
+ "id": "/en/ska",
275
+ "link": "/music/artist/genre",
276
+ "name": "Ska"
277
+ },
278
+ {
279
+ "id": "/en/reggae",
280
+ "link": "/music/artist/genre",
281
+ "name": "Reggae"
282
+ },
283
+ {
284
+ "id": "/en/london",
285
+ "link": "/music/artist/origin",
286
+ "name": "London"
287
+ },
288
+ {
289
+ "id": "/music/producer",
290
+ "link": "/type/object/type",
291
+ "name": "Record Producer"
292
+ },
293
+ {
294
+ "id": "/music/musical_group",
295
+ "link": "/type/object/type",
296
+ "name": "Musical Group"
297
+ },
298
+ {
299
+ "id": "/guid/9202a8c04000641f80000000072a23e1",
300
+ "link": "/common/topic/webpage",
301
+ "name": null
302
+ },
303
+ {
304
+ "id": "/en/new_wave",
305
+ "link": "/music/artist/genre",
306
+ "name": "New Wave"
307
+ },
308
+ {
309
+ "id": "/en/a_m_records",
310
+ "link": "/music/artist/label",
311
+ "name": "A&M Records"
312
+ },
313
+ {
314
+ "id": "/en/polydor_records",
315
+ "link": "/music/artist/label",
316
+ "name": "Polydor Records"
317
+ },
318
+ {
319
+ "id": "/en/illegal_records",
320
+ "link": "/music/artist/label",
321
+ "name": "Illegal Records"
322
+ },
323
+ {
324
+ "id": "/en/post-punk",
325
+ "link": "/music/artist/genre",
326
+ "name": "Post-punk"
327
+ },
328
+ {
329
+ "id": "/guid/9202a8c04000641f80000000082147dd",
330
+ "link": "/common/topic/webpage",
331
+ "name": null
332
+ },
333
+ {
334
+ "id": "/wikipedia/images/commons_id/3520500",
335
+ "link": "/common/topic/image",
336
+ "name": "The Police performing live on August 1, 2007 at Madison Square Garden, New York."
337
+ },
338
+ {
339
+ "id": "/broadcast/artist",
340
+ "link": "/type/object/type",
341
+ "name": "Broadcast Artist"
342
+ },
343
+ {
344
+ "id": "/en/electric_guitar",
345
+ "link": "/music/artist/instruments_played",
346
+ "name": "Electric guitar"
347
+ },
348
+ {
349
+ "id": "/en/drum",
350
+ "link": "/music/artist/instruments_played",
351
+ "name": "Drum"
352
+ },
353
+ {
354
+ "id": "/en/universal_music_group",
355
+ "link": "/music/artist/label",
356
+ "name": "Universal Music Group"
357
+ },
358
+ {
359
+ "id": "/award/award_winner",
360
+ "link": "/type/object/type",
361
+ "name": "Award Winner"
362
+ },
363
+ {
364
+ "id": "/en/pop_rock",
365
+ "link": "/music/artist/genre",
366
+ "name": "Pop rock"
367
+ },
368
+ {
369
+ "id": "/en/sting",
370
+ "link": "/music/artist/similar_artist",
371
+ "name": "Sting"
372
+ }
373
+ ],
374
+ "/type/reflect/any_reverse": [
375
+ {
376
+ "id": "/en/outlandos_damour",
377
+ "link": "/music/album/artist",
378
+ "name": "Outlandos d'Amour"
379
+ },
380
+ {
381
+ "id": "/en/reggatta_de_blanc",
382
+ "link": "/music/album/artist",
383
+ "name": "Reggatta de Blanc"
384
+ },
385
+ {
386
+ "id": "/en/zenyatta_mondatta",
387
+ "link": "/music/album/artist",
388
+ "name": "Zenyatta Mondatta"
389
+ },
390
+ {
391
+ "id": "/guid/9202a8c04000641f800000000017dab4",
392
+ "link": "/music/album/artist",
393
+ "name": "Ghost in the Machine"
394
+ },
395
+ {
396
+ "id": "/guid/9202a8c04000641f8000000002f9e349",
397
+ "link": "/music/album/artist",
398
+ "name": "Synchronicity"
399
+ },
400
+ {
401
+ "id": "/en/every_breath_you_take_the_singles",
402
+ "link": "/music/album/artist",
403
+ "name": "Every Breath You Take: The Singles"
404
+ },
405
+ {
406
+ "id": "/guid/9202a8c04000641f8000000002f9e3ca",
407
+ "link": "/music/album/artist",
408
+ "name": "Greatest Hits"
409
+ },
410
+ {
411
+ "id": "/en/message_in_a_box_the_complete_recordings",
412
+ "link": "/music/album/artist",
413
+ "name": "Message in a Box: The Complete Recordings"
414
+ },
415
+ {
416
+ "id": "/guid/9202a8c04000641f8000000002f9e2df",
417
+ "link": "/music/album/artist",
418
+ "name": "Live!"
419
+ },
420
+ {
421
+ "id": "/en/every_breath_you_take_the_classics",
422
+ "link": "/music/album/artist",
423
+ "name": "Every Breath You Take: The Classics"
424
+ },
425
+ {
426
+ "id": "/guid/9202a8c04000641f8000000002f9e3a7",
427
+ "link": "/music/album/artist",
428
+ "name": "Their Greatest Hits"
429
+ },
430
+ {
431
+ "id": "/guid/9202a8c04000641f8000000002f9e2cf",
432
+ "link": "/music/album/artist",
433
+ "name": "Can't Stand Losing You"
434
+ },
435
+ {
436
+ "id": "/en/roxanne_97_puff_daddy_remix",
437
+ "link": "/music/album/artist",
438
+ "name": "Roxanne '97 (Puff Daddy remix)"
439
+ },
440
+ {
441
+ "id": "/en/roxanne_97",
442
+ "link": "/music/album/artist",
443
+ "name": "Roxanne '97"
444
+ },
445
+ {
446
+ "id": "/guid/9202a8c04000641f800000000128acd5",
447
+ "link": "/music/track/artist",
448
+ "name": "Message in a Bottle"
449
+ },
450
+ {
451
+ "id": "/guid/9202a8c04000641f800000000128acdc",
452
+ "link": "/music/track/artist",
453
+ "name": "Can't Stand Losing You"
454
+ },
455
+ {
456
+ "id": "/guid/9202a8c04000641f800000000128acea",
457
+ "link": "/music/track/artist",
458
+ "name": "Every Breath You Take"
459
+ },
460
+ {
461
+ "id": "/guid/9202a8c04000641f800000000128acf8",
462
+ "link": "/music/track/artist",
463
+ "name": "Walking on the Moon"
464
+ },
465
+ {
466
+ "id": "/guid/9202a8c04000641f800000000128ad0d",
467
+ "link": "/music/track/artist",
468
+ "name": "Every Little Thing She Does Is Magic"
469
+ },
470
+ {
471
+ "id": "/guid/9202a8c04000641f800000000128ad14",
472
+ "link": "/music/track/artist",
473
+ "name": "De Do Do Do, De Da Da Da"
474
+ },
475
+ {
476
+ "id": "/guid/9202a8c04000641f800000000128ad3e",
477
+ "link": "/music/track/artist",
478
+ "name": "Don't Stand So Close to Me"
479
+ },
480
+ {
481
+ "id": "/guid/9202a8c04000641f800000000128ad45",
482
+ "link": "/music/track/artist",
483
+ "name": "Roxanne"
484
+ },
485
+ {
486
+ "id": "/guid/9202a8c04000641f800000000128ad4c",
487
+ "link": "/music/track/artist",
488
+ "name": "Roxanne '97 (Puff Daddy remix)"
489
+ },
490
+ {
491
+ "id": "/guid/9202a8c04000641f80000000012dba61",
492
+ "link": "/music/track/artist",
493
+ "name": "Every Breath You Take"
494
+ },
495
+ {
496
+ "id": "/guid/9202a8c04000641f80000000012dde95",
497
+ "link": "/music/track/artist",
498
+ "name": "Message in a Bottle"
499
+ },
500
+ {
501
+ "id": "/guid/9202a8c04000641f80000000012dde9c",
502
+ "link": "/music/track/artist",
503
+ "name": "Can't Stand Losing You"
504
+ },
505
+ {
506
+ "id": "/guid/9202a8c04000641f80000000012ddeaa",
507
+ "link": "/music/track/artist",
508
+ "name": "Every Breath You Take"
509
+ },
510
+ {
511
+ "id": "/guid/9202a8c04000641f80000000012ddeb1",
512
+ "link": "/music/track/artist",
513
+ "name": "Walking on The Moon"
514
+ },
515
+ {
516
+ "id": "/guid/9202a8c04000641f80000000012ddebf",
517
+ "link": "/music/track/artist",
518
+ "name": "Every Little Thing She Does Is Magic"
519
+ },
520
+ {
521
+ "id": "/guid/9202a8c04000641f80000000012ddee9",
522
+ "link": "/music/track/artist",
523
+ "name": "Don't Stand So Close to Me"
524
+ },
525
+ {
526
+ "id": "/guid/9202a8c04000641f80000000012ddef0",
527
+ "link": "/music/track/artist",
528
+ "name": "Roxanne"
529
+ },
530
+ {
531
+ "id": "/guid/9202a8c04000641f80000000012ddef7",
532
+ "link": "/music/track/artist",
533
+ "name": "Roxanne '97 (Puff Daddy remix)"
534
+ },
535
+ {
536
+ "id": "/guid/9202a8c04000641f8000000001338a15",
537
+ "link": "/music/track/artist",
538
+ "name": "Message in a Bottle"
539
+ },
540
+ {
541
+ "id": "/guid/9202a8c04000641f8000000001338a1c",
542
+ "link": "/music/track/artist",
543
+ "name": "Can't Stand Losing You"
544
+ },
545
+ {
546
+ "id": "/guid/9202a8c04000641f8000000001338a2a",
547
+ "link": "/music/track/artist",
548
+ "name": "Every Breath You Take"
549
+ },
550
+ {
551
+ "id": "/guid/9202a8c04000641f8000000001338a38",
552
+ "link": "/music/track/artist",
553
+ "name": "Walking on the Moon"
554
+ },
555
+ {
556
+ "id": "/guid/9202a8c04000641f8000000001338a4d",
557
+ "link": "/music/track/artist",
558
+ "name": "Every Little Thing She Does Is Magic"
559
+ },
560
+ {
561
+ "id": "/guid/9202a8c04000641f8000000001338a54",
562
+ "link": "/music/track/artist",
563
+ "name": "De Do Do Do, De Da Da Da"
564
+ },
565
+ {
566
+ "id": "/guid/9202a8c04000641f8000000001338a7e",
567
+ "link": "/music/track/artist",
568
+ "name": "Don't Stand So Close to Me"
569
+ },
570
+ {
571
+ "id": "/guid/9202a8c04000641f8000000001338a85",
572
+ "link": "/music/track/artist",
573
+ "name": "Roxanne"
574
+ },
575
+ {
576
+ "id": "/guid/9202a8c04000641f8000000001423459",
577
+ "link": "/music/track/artist",
578
+ "name": "Don't Stand So Close to Me"
579
+ },
580
+ {
581
+ "id": "/guid/9202a8c04000641f8000000001474145",
582
+ "link": "/music/track/artist",
583
+ "name": "Message in a Bottle"
584
+ },
585
+ {
586
+ "id": "/guid/9202a8c04000641f800000000147414c",
587
+ "link": "/music/track/artist",
588
+ "name": "Can't Stand Losing You"
589
+ },
590
+ {
591
+ "id": "/guid/9202a8c04000641f800000000147415a",
592
+ "link": "/music/track/artist",
593
+ "name": "Every Breath You Take"
594
+ },
595
+ {
596
+ "id": "/guid/9202a8c04000641f8000000001474168",
597
+ "link": "/music/track/artist",
598
+ "name": "Walking on the Moon"
599
+ },
600
+ {
601
+ "id": "/guid/9202a8c04000641f800000000147417d",
602
+ "link": "/music/track/artist",
603
+ "name": "Every Little Thing She Does Is Magic"
604
+ },
605
+ {
606
+ "id": "/guid/9202a8c04000641f8000000001474184",
607
+ "link": "/music/track/artist",
608
+ "name": "De Do Do Do, De Da Da Da"
609
+ },
610
+ {
611
+ "id": "/guid/9202a8c04000641f80000000014741ae",
612
+ "link": "/music/track/artist",
613
+ "name": "Don't Stand So Close to Me"
614
+ },
615
+ {
616
+ "id": "/guid/9202a8c04000641f80000000014741b5",
617
+ "link": "/music/track/artist",
618
+ "name": "Roxanne"
619
+ },
620
+ {
621
+ "id": "/guid/9202a8c04000641f80000000014741bc",
622
+ "link": "/music/track/artist",
623
+ "name": "So Lonely"
624
+ },
625
+ {
626
+ "id": "/guid/9202a8c04000641f8000000001477682",
627
+ "link": "/music/track/artist",
628
+ "name": "Every Little Thing She Does Is Magic"
629
+ },
630
+ {
631
+ "id": "/guid/9202a8c04000641f80000000014c6e37",
632
+ "link": "/music/track/artist",
633
+ "name": "Don't Stand So Close"
634
+ },
635
+ {
636
+ "id": "/guid/9202a8c04000641f8000000001555d7d",
637
+ "link": "/music/track/artist",
638
+ "name": "Walking on the Moon"
639
+ },
640
+ {
641
+ "id": "/guid/9202a8c04000641f8000000001594b89",
642
+ "link": "/music/track/artist",
643
+ "name": "Message in a Bottle"
644
+ },
645
+ {
646
+ "id": "/guid/9202a8c04000641f8000000001594b90",
647
+ "link": "/music/track/artist",
648
+ "name": "Can't Stand Losing You"
649
+ },
650
+ {
651
+ "id": "/guid/9202a8c04000641f8000000001594b9e",
652
+ "link": "/music/track/artist",
653
+ "name": "Every Breath You Take"
654
+ },
655
+ {
656
+ "id": "/guid/9202a8c04000641f8000000001594bac",
657
+ "link": "/music/track/artist",
658
+ "name": "Walking on the Moon"
659
+ },
660
+ {
661
+ "id": "/guid/9202a8c04000641f8000000001594bc1",
662
+ "link": "/music/track/artist",
663
+ "name": "Every Little Thing She Does Is Magic"
664
+ },
665
+ {
666
+ "id": "/guid/9202a8c04000641f8000000001594bc8",
667
+ "link": "/music/track/artist",
668
+ "name": "De Do Do Do De Da Da Da"
669
+ },
670
+ {
671
+ "id": "/guid/9202a8c04000641f80000000015de479",
672
+ "link": "/music/track/artist",
673
+ "name": "Driven to Tears"
674
+ },
675
+ {
676
+ "id": "/guid/9202a8c04000641f80000000016088e7",
677
+ "link": "/music/track/artist",
678
+ "name": "Every Breath You Take"
679
+ },
680
+ {
681
+ "id": "/guid/9202a8c04000641f800000000163c1eb",
682
+ "link": "/music/track/artist",
683
+ "name": "Don't Stand So Close to Me"
684
+ },
685
+ {
686
+ "id": "/guid/9202a8c04000641f800000000166c542",
687
+ "link": "/music/track/artist",
688
+ "name": "So Lonely"
689
+ },
690
+ {
691
+ "id": "/guid/9202a8c04000641f800000000166ddfa",
692
+ "link": "/music/track/artist",
693
+ "name": "Synchronicity II"
694
+ },
695
+ {
696
+ "id": "/guid/9202a8c04000641f80000000016a7432",
697
+ "link": "/music/track/artist",
698
+ "name": "Every Breath You Take"
699
+ },
700
+ {
701
+ "id": "/guid/9202a8c04000641f80000000016f672b",
702
+ "link": "/music/track/artist",
703
+ "name": "Every Breath You Take"
704
+ },
705
+ {
706
+ "id": "/guid/9202a8c04000641f800000000170d706",
707
+ "link": "/music/track/artist",
708
+ "name": "Every Breath You Take"
709
+ },
710
+ {
711
+ "id": "/guid/9202a8c04000641f80000000017c7193",
712
+ "link": "/music/track/artist",
713
+ "name": "Can't Stand Losing You"
714
+ },
715
+ {
716
+ "id": "/guid/9202a8c04000641f80000000017f93ec",
717
+ "link": "/music/track/artist",
718
+ "name": "Roxanne"
719
+ },
720
+ {
721
+ "id": "/guid/9202a8c04000641f800000000187d519",
722
+ "link": "/music/track/artist",
723
+ "name": "De Do Do"
724
+ },
725
+ {
726
+ "id": "/guid/9202a8c04000641f80000000018b6033",
727
+ "link": "/music/track/artist",
728
+ "name": "Every Breath You Take"
729
+ },
730
+ {
731
+ "id": "/guid/9202a8c04000641f80000000018dc967",
732
+ "link": "/music/track/artist",
733
+ "name": "Don't Stand So Close to Me"
734
+ },
735
+ {
736
+ "id": "/guid/9202a8c04000641f800000000196011e",
737
+ "link": "/music/track/artist",
738
+ "name": "Every Breath You Take"
739
+ },
740
+ {
741
+ "id": "/guid/9202a8c04000641f80000000019ad096",
742
+ "link": "/music/track/artist",
743
+ "name": "Every Little Thing She Does Is Magic"
744
+ },
745
+ {
746
+ "id": "/guid/9202a8c04000641f8000000001a3fbb1",
747
+ "link": "/music/track/artist",
748
+ "name": "Every Breath You Take"
749
+ },
750
+ {
751
+ "id": "/guid/9202a8c04000641f8000000001a51770",
752
+ "link": "/music/track/artist",
753
+ "name": "Driven to Tears"
754
+ },
755
+ {
756
+ "id": "/guid/9202a8c04000641f8000000001a6f0e0",
757
+ "link": "/music/track/artist",
758
+ "name": "How Stupid Mr. Bates"
759
+ },
760
+ {
761
+ "id": "/guid/9202a8c04000641f8000000001a6f0ee",
762
+ "link": "/music/track/artist",
763
+ "name": "I Burn For You"
764
+ },
765
+ {
766
+ "id": "/guid/9202a8c04000641f8000000001a6f118",
767
+ "link": "/music/track/artist",
768
+ "name": "A Kind of Loving"
769
+ },
770
+ {
771
+ "id": "/guid/9202a8c04000641f8000000001b3c3b5",
772
+ "link": "/music/track/artist",
773
+ "name": "Roxanne"
774
+ },
775
+ {
776
+ "id": "/guid/9202a8c04000641f8000000001b4384d",
777
+ "link": "/music/track/artist",
778
+ "name": "Nothing Achieving"
779
+ },
780
+ {
781
+ "id": "/guid/9202a8c04000641f8000000001b8d03f",
782
+ "link": "/music/track/artist",
783
+ "name": "Roxanne"
784
+ },
785
+ {
786
+ "id": "/guid/9202a8c04000641f8000000001bbfa9a",
787
+ "link": "/music/track/artist",
788
+ "name": "Fall Out"
789
+ },
790
+ {
791
+ "id": "/guid/9202a8c04000641f8000000001bf6fa1",
792
+ "link": "/music/track/artist",
793
+ "name": "Every Breath You Take"
794
+ },
795
+ {
796
+ "id": "/guid/9202a8c04000641f8000000001d17cc8",
797
+ "link": "/music/track/artist",
798
+ "name": "Message in a Bottle"
799
+ },
800
+ {
801
+ "id": "/guid/9202a8c04000641f8000000001d17e96",
802
+ "link": "/music/track/artist",
803
+ "name": "Every Breath You Take"
804
+ },
805
+ {
806
+ "id": "/guid/9202a8c04000641f8000000001d2d0b8",
807
+ "link": "/music/track/artist",
808
+ "name": "Message in a Bottle"
809
+ },
810
+ {
811
+ "id": "/guid/9202a8c04000641f8000000001d80ea3",
812
+ "link": "/music/track/artist",
813
+ "name": "King of Pain"
814
+ },
815
+ {
816
+ "id": "/guid/9202a8c04000641f8000000001d93d32",
817
+ "link": "/music/track/artist",
818
+ "name": "Every Little Thing She Does Is Magic"
819
+ },
820
+ {
821
+ "id": "/guid/9202a8c04000641f8000000001e3eb1f",
822
+ "link": "/music/track/artist",
823
+ "name": "Every Little Thing She Does Is Magic"
824
+ },
825
+ {
826
+ "id": "/guid/9202a8c04000641f8000000001ee5178",
827
+ "link": "/music/track/artist",
828
+ "name": "Message in a Bottle"
829
+ },
830
+ {
831
+ "id": "/guid/9202a8c04000641f8000000001f5a4ad",
832
+ "link": "/music/track/artist",
833
+ "name": "Every Breath You Take"
834
+ },
835
+ {
836
+ "id": "/guid/9202a8c04000641f8000000001f835c3",
837
+ "link": "/music/track/artist",
838
+ "name": "Every Breath You Take"
839
+ },
840
+ {
841
+ "id": "/guid/9202a8c04000641f8000000001ff4227",
842
+ "link": "/music/track/artist",
843
+ "name": "Every Breath You Take"
844
+ },
845
+ {
846
+ "id": "/guid/9202a8c04000641f800000000200cc5e",
847
+ "link": "/music/track/artist",
848
+ "name": "Every Little Thing She Does Is Magic"
849
+ },
850
+ {
851
+ "id": "/guid/9202a8c04000641f8000000002041324",
852
+ "link": "/music/track/artist",
853
+ "name": "Every Breath You Take"
854
+ },
855
+ {
856
+ "id": "/guid/9202a8c04000641f800000000206f5f8",
857
+ "link": "/music/track/artist",
858
+ "name": "Every Breath You Take"
859
+ },
860
+ {
861
+ "id": "/guid/9202a8c04000641f80000000021147c7",
862
+ "link": "/music/track/artist",
863
+ "name": "Message in a Bottle"
864
+ },
865
+ {
866
+ "id": "/guid/9202a8c04000641f80000000021147ce",
867
+ "link": "/music/track/artist",
868
+ "name": "Can't Stand Losing You"
869
+ },
870
+ {
871
+ "id": "/guid/9202a8c04000641f80000000021147dc",
872
+ "link": "/music/track/artist",
873
+ "name": "Every Breath You Take"
874
+ }
875
+ ],
876
+ "/type/reflect/any_value": [
877
+ {
878
+ "link": "/type/object/name",
879
+ "value": "The Police"
880
+ },
881
+ {
882
+ "link": "/type/object/name",
883
+ "value": "The Police"
884
+ },
885
+ {
886
+ "link": "/type/object/name",
887
+ "value": "The Police"
888
+ },
889
+ {
890
+ "link": "/type/object/name",
891
+ "value": "The Police"
892
+ },
893
+ {
894
+ "link": "/type/object/name",
895
+ "value": "\u30dd\u30ea\u30b9 (\u30d0\u30f3\u30c9)"
896
+ },
897
+ {
898
+ "link": "/type/object/name",
899
+ "value": "The Police"
900
+ },
901
+ {
902
+ "link": "/music/artist/active_start",
903
+ "value": "1977-01"
904
+ },
905
+ {
906
+ "link": "/type/object/name",
907
+ "value": "The Police"
908
+ },
909
+ {
910
+ "link": "/type/object/name",
911
+ "value": "The Police"
912
+ },
913
+ {
914
+ "link": "/type/object/name",
915
+ "value": "The Police"
916
+ },
917
+ {
918
+ "link": "/type/object/name",
919
+ "value": "The Police"
920
+ },
921
+ {
922
+ "link": "/type/object/name",
923
+ "value": "\u05d4\u05e4\u05d5\u05dc\u05d9\u05e1"
924
+ },
925
+ {
926
+ "link": "/common/topic/alias",
927
+ "value": "Sting & The Police"
928
+ },
929
+ {
930
+ "link": "/type/object/name",
931
+ "value": "\u0e40\u0e14\u0e2d\u0e30 \u0e42\u0e1e\u0e25\u0e34\u0e0b"
932
+ },
933
+ {
934
+ "link": "/music/artist/active_end",
935
+ "value": "1986"
936
+ }
937
+ ],
938
+ "id": "/en/the_police"
939
+ }
940
+ }