data_source stringclasses 1 value | prompt stringlengths 1.02k 14.4k | ability stringclasses 1 value | reward_model dict | extra_info dict |
|---|---|---|---|---|
dbpedia500 |
You are given a directed graph as two CSV-like sections in this order:
1) Node table (header included):
node_id, node_attr
2) Edge table (header included):
src, edge_attr, dst
Task
- Use ONLY edges from the Edge table to answer the question by outputting a path.
- When printing each edge, replace IDs with the exact node_attr from the Node table.
- Output MUST be text triples, not numeric IDs.
Output format (STRICT — no extra text):
PATH:
("subject"|predicate|"object")
...
END
Rules
- Use only listed edges; do NOT invent edges.
- Map IDs → node_attr; preserve node_attr exactly.
- Output NOTHING outside the PATH block.
- If no path exists, output exactly:
PATH:
END
Graph:
node_id, node_attr
236657, 16:9
14984, A_Million_Ways_to_Die_in_the_West
331239, Alan_Silvestri
416363, American_Dad!
250556, Andrea_Bocelli
262549, Antena_3_(Spain)
219430, Arthur_Tracy
282106, Back_to_the_Future
21390, Back_to_the_Future_(franchise)
9308, Back_to_the_Future_Part_II
266238, Back_to_the_Future_Part_III
60275, Bill_Kenny_(singer)
439134, Blunt_Talk
393002, Bordertown_(2016_TV_series)
155324, Cinema_(Andrea_Bocelli_album)
485416, Cop_and_a_Half
42623, Cosmos:_A_Spacetime_Odyssey
446224, Culver_City,_California
481150, Dads_(2013_TV_series)
398498, Daniel_Diges
8606, Death_Becomes_Her
286083, Doc_Brown_Saves_the_World
195773, Dracula_(1931_Spanish-language_film)
158541, Family_Guy
178571, Fools_Rush_In_(1997_film)
82852, Fortuna_(telenovela)
479925, Fox_HD_(Latin_America)
124022, Fuzzy_Door_Productions
399286, Gandía_Shore
456399, Helen_O'Connell
288731, Hellboy_II:_The_Golden_Army
73183, Ike_Cole
249312, Judgment_Night_(film)
333674, Live_at_the_Winter_Garden
489859, Liza_Minnelli_(album)
97303, Los_Bandoleros_(film)
298077, New_Feelin'
301811, No_One_Ever_Tells_You
16215, Nueve
237629, Passione_(Andrea_Bocelli_album)
386076, Roads_(Chris_Mann_album)
95875, Rudo_y_Cursi
1163, Ryūkōka
88582, Seth_MacFarlane
48864, Seth_MacFarlane's_Cavalcade_of_Cartoon_Comedy
152506, Sgt._Bilko
57331, Sing_(2016_film)
298153, Spanish_language
214430, Stop!_Or_My_Mom_Will_Shoot
463177, Ted_(film)
300680, Ted_2
405628, The_Cleveland_Show
340268, The_Divine_Miss_M
428370, The_Lingo_Show
174297, The_Movie_Album
436389, The_Mummy_(franchise)
116515, The_Mummy_Returns
45904, The_Winner_(TV_series)
213089, Traditional_pop_music
341438, Tropical_Nights_(Liza_Minnelli_album)
381979, Universal_Studios
404179, Van_Helsing_(film)
464122, Vocal_music
src, edge_attr, dst
14984, director, 88582
14984, distributor, 381979
416363, company, 124022
416363, creator, 88582
416363, executiveProducer, 88582
416363, voice, 88582
250556, genre, 213089
250556, genre, 464122
262549, language, 298153
262549, pictureFormat, 236657
219430, genre, 213089
219430, genre, 464122
282106, distributor, 381979
282106, musicComposer, 331239
21390, distributor, 381979
21390, musicComposer, 331239
9308, distributor, 381979
9308, musicComposer, 331239
266238, distributor, 381979
266238, musicComposer, 331239
60275, genre, 213089
60275, genre, 464122
439134, company, 124022
439134, executiveProducer, 88582
393002, company, 124022
393002, executiveProducer, 88582
155324, genre, 213089
155324, genre, 464122
485416, distributor, 381979
485416, musicComposer, 331239
42623, company, 124022
42623, composer, 331239
42623, executiveProducer, 88582
42623, format, 236657
42623, location, 446224
481150, company, 124022
481150, executiveProducer, 88582
398498, genre, 213089
398498, genre, 464122
8606, distributor, 381979
8606, musicComposer, 331239
286083, distributor, 381979
286083, musicComposer, 331239
195773, distributor, 381979
195773, language, 298153
158541, company, 124022
158541, creator, 88582
178571, language, 298153
178571, musicComposer, 331239
82852, format, 236657
82852, language, 298153
479925, language, 298153
479925, pictureFormat, 236657
124022, foundedBy, 88582
399286, format, 236657
399286, language, 298153
456399, genre, 213089
456399, genre, 464122
288731, distributor, 381979
288731, starring, 88582
73183, genre, 213089
73183, genre, 464122
249312, distributor, 381979
249312, musicComposer, 331239
333674, genre, 213089
333674, genre, 464122
333674, subsequentWork, 341438
489859, genre, 213089
489859, genre, 464122
97303, distributor, 381979
97303, language, 298153
298077, genre, 213089
298077, genre, 464122
301811, artist, 88582
301811, genre, 213089
301811, recordLabel, 124022
16215, language, 298153
16215, pictureFormat, 236657
237629, genre, 213089
237629, genre, 464122
237629, language, 298153
386076, genre, 213089
386076, genre, 464122
95875, distributor, 381979
95875, language, 298153
1163, stylisticOrigin, 213089
1163, stylisticOrigin, 464122
48864, company, 124022
48864, creator, 88582
48864, director, 88582
48864, voice, 88582
152506, distributor, 381979
152506, musicComposer, 331239
57331, distributor, 381979
57331, starring, 88582
214430, distributor, 381979
214430, musicComposer, 331239
463177, director, 88582
463177, distributor, 381979
300680, director, 88582
300680, distributor, 381979
405628, company, 124022
405628, creator, 88582
405628, executiveProducer, 88582
405628, voice, 88582
340268, genre, 213089
340268, genre, 464122
428370, format, 236657
428370, language, 298153
174297, genre, 464122
174297, recordedIn, 446224
436389, distributor, 381979
436389, musicComposer, 331239
116515, distributor, 381979
116515, musicComposer, 331239
45904, company, 124022
45904, executiveProducer, 88582
341438, genre, 213089
341438, genre, 464122
341438, previousWork, 333674
404179, distributor, 381979
404179, musicComposer, 331239
Question: For what reason are Cosmos:_A_Spacetime_Odyssey, Dracula_(1931_Spanish-language_film), and Live_at_the_Winter_Garden associated?
Your output must be ONLY the PATH block.
| graph_path | {
"style": "rule"
} | {
"entities": [
"Cosmos:_A_Spacetime_Odyssey",
"Dracula_(1931_Spanish-language_film)",
"Live_at_the_Winter_Garden"
],
"valid_edges": [
[
"A_Million_Ways_to_Die_in_the_West",
"director",
"Seth_MacFarlane"
],
[
"A_Million_Ways_to_Die_in_the_West",
"distributor",
"Universal_Studios"
],
[
"American_Dad!",
"company",
"Fuzzy_Door_Productions"
],
[
"American_Dad!",
"creator",
"Seth_MacFarlane"
],
[
"American_Dad!",
"executiveProducer",
"Seth_MacFarlane"
],
[
"American_Dad!",
"voice",
"Seth_MacFarlane"
],
[
"Andrea_Bocelli",
"genre",
"Traditional_pop_music"
],
[
"Andrea_Bocelli",
"genre",
"Vocal_music"
],
[
"Antena_3_(Spain)",
"language",
"Spanish_language"
],
[
"Antena_3_(Spain)",
"pictureFormat",
"16:9"
],
[
"Arthur_Tracy",
"genre",
"Traditional_pop_music"
],
[
"Arthur_Tracy",
"genre",
"Vocal_music"
],
[
"Back_to_the_Future",
"distributor",
"Universal_Studios"
],
[
"Back_to_the_Future",
"musicComposer",
"Alan_Silvestri"
],
[
"Back_to_the_Future_(franchise)",
"distributor",
"Universal_Studios"
],
[
"Back_to_the_Future_(franchise)",
"musicComposer",
"Alan_Silvestri"
],
[
"Back_to_the_Future_Part_II",
"distributor",
"Universal_Studios"
],
[
"Back_to_the_Future_Part_II",
"musicComposer",
"Alan_Silvestri"
],
[
"Back_to_the_Future_Part_III",
"distributor",
"Universal_Studios"
],
[
"Back_to_the_Future_Part_III",
"musicComposer",
"Alan_Silvestri"
],
[
"Bill_Kenny_(singer)",
"genre",
"Traditional_pop_music"
],
[
"Bill_Kenny_(singer)",
"genre",
"Vocal_music"
],
[
"Blunt_Talk",
"company",
"Fuzzy_Door_Productions"
],
[
"Blunt_Talk",
"executiveProducer",
"Seth_MacFarlane"
],
[
"Bordertown_(2016_TV_series)",
"company",
"Fuzzy_Door_Productions"
],
[
"Bordertown_(2016_TV_series)",
"executiveProducer",
"Seth_MacFarlane"
],
[
"Cinema_(Andrea_Bocelli_album)",
"genre",
"Traditional_pop_music"
],
[
"Cinema_(Andrea_Bocelli_album)",
"genre",
"Vocal_music"
],
[
"Cop_and_a_Half",
"distributor",
"Universal_Studios"
],
[
"Cop_and_a_Half",
"musicComposer",
"Alan_Silvestri"
],
[
"Cosmos:_A_Spacetime_Odyssey",
"company",
"Fuzzy_Door_Productions"
],
[
"Cosmos:_A_Spacetime_Odyssey",
"composer",
"Alan_Silvestri"
],
[
"Cosmos:_A_Spacetime_Odyssey",
"executiveProducer",
"Seth_MacFarlane"
],
[
"Cosmos:_A_Spacetime_Odyssey",
"format",
"16:9"
],
[
"Cosmos:_A_Spacetime_Odyssey",
"location",
"Culver_City,_California"
],
[
"Dads_(2013_TV_series)",
"company",
"Fuzzy_Door_Productions"
],
[
"Dads_(2013_TV_series)",
"executiveProducer",
"Seth_MacFarlane"
],
[
"Daniel_Diges",
"genre",
"Traditional_pop_music"
],
[
"Daniel_Diges",
"genre",
"Vocal_music"
],
[
"Death_Becomes_Her",
"distributor",
"Universal_Studios"
],
[
"Death_Becomes_Her",
"musicComposer",
"Alan_Silvestri"
],
[
"Doc_Brown_Saves_the_World",
"distributor",
"Universal_Studios"
],
[
"Doc_Brown_Saves_the_World",
"musicComposer",
"Alan_Silvestri"
],
[
"Dracula_(1931_Spanish-language_film)",
"distributor",
"Universal_Studios"
],
[
"Dracula_(1931_Spanish-language_film)",
"language",
"Spanish_language"
],
[
"Family_Guy",
"company",
"Fuzzy_Door_Productions"
],
[
"Family_Guy",
"creator",
"Seth_MacFarlane"
],
[
"Fools_Rush_In_(1997_film)",
"language",
"Spanish_language"
],
[
"Fools_Rush_In_(1997_film)",
"musicComposer",
"Alan_Silvestri"
],
[
"Fortuna_(telenovela)",
"format",
"16:9"
],
[
"Fortuna_(telenovela)",
"language",
"Spanish_language"
],
[
"Fox_HD_(Latin_America)",
"language",
"Spanish_language"
],
[
"Fox_HD_(Latin_America)",
"pictureFormat",
"16:9"
],
[
"Fuzzy_Door_Productions",
"foundedBy",
"Seth_MacFarlane"
],
[
"Gandía_Shore",
"format",
"16:9"
],
[
"Gandía_Shore",
"language",
"Spanish_language"
],
[
"Helen_O'Connell",
"genre",
"Traditional_pop_music"
],
[
"Helen_O'Connell",
"genre",
"Vocal_music"
],
[
"Hellboy_II:_The_Golden_Army",
"distributor",
"Universal_Studios"
],
[
"Hellboy_II:_The_Golden_Army",
"starring",
"Seth_MacFarlane"
],
[
"Ike_Cole",
"genre",
"Traditional_pop_music"
],
[
"Ike_Cole",
"genre",
"Vocal_music"
],
[
"Judgment_Night_(film)",
"distributor",
"Universal_Studios"
],
[
"Judgment_Night_(film)",
"musicComposer",
"Alan_Silvestri"
],
[
"Live_at_the_Winter_Garden",
"genre",
"Traditional_pop_music"
],
[
"Live_at_the_Winter_Garden",
"genre",
"Vocal_music"
],
[
"Live_at_the_Winter_Garden",
"subsequentWork",
"Tropical_Nights_(Liza_Minnelli_album)"
],
[
"Liza_Minnelli_(album)",
"genre",
"Traditional_pop_music"
],
[
"Liza_Minnelli_(album)",
"genre",
"Vocal_music"
],
[
"Los_Bandoleros_(film)",
"distributor",
"Universal_Studios"
],
[
"Los_Bandoleros_(film)",
"language",
"Spanish_language"
],
[
"New_Feelin'",
"genre",
"Traditional_pop_music"
],
[
"New_Feelin'",
"genre",
"Vocal_music"
],
[
"No_One_Ever_Tells_You",
"artist",
"Seth_MacFarlane"
],
[
"No_One_Ever_Tells_You",
"genre",
"Traditional_pop_music"
],
[
"No_One_Ever_Tells_You",
"recordLabel",
"Fuzzy_Door_Productions"
],
[
"Nueve",
"language",
"Spanish_language"
],
[
"Nueve",
"pictureFormat",
"16:9"
],
[
"Passione_(Andrea_Bocelli_album)",
"genre",
"Traditional_pop_music"
],
[
"Passione_(Andrea_Bocelli_album)",
"genre",
"Vocal_music"
],
[
"Passione_(Andrea_Bocelli_album)",
"language",
"Spanish_language"
],
[
"Roads_(Chris_Mann_album)",
"genre",
"Traditional_pop_music"
],
[
"Roads_(Chris_Mann_album)",
"genre",
"Vocal_music"
],
[
"Rudo_y_Cursi",
"distributor",
"Universal_Studios"
],
[
"Rudo_y_Cursi",
"language",
"Spanish_language"
],
[
"Ryūkōka",
"stylisticOrigin",
"Traditional_pop_music"
],
[
"Ryūkōka",
"stylisticOrigin",
"Vocal_music"
],
[
"Seth_MacFarlane's_Cavalcade_of_Cartoon_Comedy",
"company",
"Fuzzy_Door_Productions"
],
[
"Seth_MacFarlane's_Cavalcade_of_Cartoon_Comedy",
"creator",
"Seth_MacFarlane"
],
[
"Seth_MacFarlane's_Cavalcade_of_Cartoon_Comedy",
"director",
"Seth_MacFarlane"
],
[
"Seth_MacFarlane's_Cavalcade_of_Cartoon_Comedy",
"voice",
"Seth_MacFarlane"
],
[
"Sgt._Bilko",
"distributor",
"Universal_Studios"
],
[
"Sgt._Bilko",
"musicComposer",
"Alan_Silvestri"
],
[
"Sing_(2016_film)",
"distributor",
"Universal_Studios"
],
[
"Sing_(2016_film)",
"starring",
"Seth_MacFarlane"
],
[
"Stop!_Or_My_Mom_Will_Shoot",
"distributor",
"Universal_Studios"
],
[
"Stop!_Or_My_Mom_Will_Shoot",
"musicComposer",
"Alan_Silvestri"
],
[
"Ted_(film)",
"director",
"Seth_MacFarlane"
],
[
"Ted_(film)",
"distributor",
"Universal_Studios"
],
[
"Ted_2",
"director",
"Seth_MacFarlane"
],
[
"Ted_2",
"distributor",
"Universal_Studios"
],
[
"The_Cleveland_Show",
"company",
"Fuzzy_Door_Productions"
],
[
"The_Cleveland_Show",
"creator",
"Seth_MacFarlane"
],
[
"The_Cleveland_Show",
"executiveProducer",
"Seth_MacFarlane"
],
[
"The_Cleveland_Show",
"voice",
"Seth_MacFarlane"
],
[
"The_Divine_Miss_M",
"genre",
"Traditional_pop_music"
],
[
"The_Divine_Miss_M",
"genre",
"Vocal_music"
],
[
"The_Lingo_Show",
"format",
"16:9"
],
[
"The_Lingo_Show",
"language",
"Spanish_language"
],
[
"The_Movie_Album",
"genre",
"Vocal_music"
],
[
"The_Movie_Album",
"recordedIn",
"Culver_City,_California"
],
[
"The_Mummy_(franchise)",
"distributor",
"Universal_Studios"
],
[
"The_Mummy_(franchise)",
"musicComposer",
"Alan_Silvestri"
],
[
"The_Mummy_Returns",
"distributor",
"Universal_Studios"
],
[
"The_Mummy_Returns",
"musicComposer",
"Alan_Silvestri"
],
[
"The_Winner_(TV_series)",
"company",
"Fuzzy_Door_Productions"
],
[
"The_Winner_(TV_series)",
"executiveProducer",
"Seth_MacFarlane"
],
[
"Tropical_Nights_(Liza_Minnelli_album)",
"genre",
"Traditional_pop_music"
],
[
"Tropical_Nights_(Liza_Minnelli_album)",
"genre",
"Vocal_music"
],
[
"Tropical_Nights_(Liza_Minnelli_album)",
"previousWork",
"Live_at_the_Winter_Garden"
],
[
"Van_Helsing_(film)",
"distributor",
"Universal_Studios"
],
[
"Van_Helsing_(film)",
"musicComposer",
"Alan_Silvestri"
]
]
} |
dbpedia500 |
You are given a directed graph as two CSV-like sections in this order:
1) Node table (header included):
node_id, node_attr
2) Edge table (header included):
src, edge_attr, dst
Task
- Use ONLY edges from the Edge table to answer the question by outputting a path.
- When printing each edge, replace IDs with the exact node_attr from the Node table.
- Output MUST be text triples, not numeric IDs.
Output format (STRICT — no extra text):
PATH:
("subject"|predicate|"object")
...
END
Rules
- Use only listed edges; do NOT invent edges.
- Map IDs → node_attr; preserve node_attr exactly.
- Output NOTHING outside the PATH block.
- If no path exists, output exactly:
PATH:
END
Graph:
node_id, node_attr
385028, Afghan_Breakdown
159145, Alexander_Zhilkin
248191, Anatoly_Guzhvin
392138, Andrey_Korolev
10127, Bangladeshis_in_Italy
54255, Be_My_Yoko_Ono
209492, Bella_Kocharyan
63689, Cassette_single
394494, Disney_XD_(Europe)
326989, Eugeniusz_Bodo
468109, Eurosport_2
223459, Gawayn
236475, Hinduism
468796, Italian_language
204658, Journey_of_Hope_(film)
43403, La5
65192, Lai_Van_Sam
56374, Lal_Bahadur_Shastri
71593, Nokë_Sinishtaj
251886, Rudolf_Barshai
327563, Soviet_Union
415511, Spaniards
266516, Sri_Lankan_Tamil_diaspora
137123, Switzerland
112939, The_Red_Tent_(film)
439256, These_Are_the_Days_of_Our_Lives
src, edge_attr, dst
385028, country, 327563
385028, language, 468796
159145, birthPlace, 327563
159145, religion, 236475
248191, birthPlace, 327563
248191, religion, 236475
392138, birthPlace, 137123
392138, deathPlace, 327563
10127, language, 468796
10127, religion, 236475
54255, format, 63689
209492, birthPlace, 327563
394494, broadcastArea, 137123
394494, language, 468796
326989, birthPlace, 137123
326989, deathPlace, 327563
468109, country, 137123
468109, language, 468796
468109, locationCountry, 137123
223459, country, 137123
223459, language, 468796
468796, spokenIn, 137123
204658, country, 137123
204658, language, 468796
43403, broadcastArea, 137123
43403, language, 468796
65192, education, 236475
65192, education, 327563
56374, deathPlace, 327563
56374, religion, 236475
71593, citizenship, 137123
71593, language, 468796
251886, birthPlace, 327563
251886, deathPlace, 137123
415511, populationPlace, 137123
415511, religion, 236475
266516, language, 468796
266516, populationPlace, 137123
266516, religion, 236475
137123, language, 468796
137123, officialLanguage, 468796
112939, country, 327563
112939, language, 468796
439256, format, 63689
439256, recordedIn, 137123
Question: In what context are Be_My_Yoko_Ono, Bella_Kocharyan, and Sri_Lankan_Tamil_diaspora connected?
Your output must be ONLY the PATH block.
| graph_path | {
"style": "rule"
} | {
"entities": [
"Be_My_Yoko_Ono",
"Bella_Kocharyan",
"Sri_Lankan_Tamil_diaspora"
],
"valid_edges": [
[
"Afghan_Breakdown",
"country",
"Soviet_Union"
],
[
"Afghan_Breakdown",
"language",
"Italian_language"
],
[
"Alexander_Zhilkin",
"birthPlace",
"Soviet_Union"
],
[
"Alexander_Zhilkin",
"religion",
"Hinduism"
],
[
"Anatoly_Guzhvin",
"birthPlace",
"Soviet_Union"
],
[
"Anatoly_Guzhvin",
"religion",
"Hinduism"
],
[
"Andrey_Korolev",
"birthPlace",
"Switzerland"
],
[
"Andrey_Korolev",
"deathPlace",
"Soviet_Union"
],
[
"Bangladeshis_in_Italy",
"language",
"Italian_language"
],
[
"Bangladeshis_in_Italy",
"religion",
"Hinduism"
],
[
"Be_My_Yoko_Ono",
"format",
"Cassette_single"
],
[
"Bella_Kocharyan",
"birthPlace",
"Soviet_Union"
],
[
"Disney_XD_(Europe)",
"broadcastArea",
"Switzerland"
],
[
"Disney_XD_(Europe)",
"language",
"Italian_language"
],
[
"Eugeniusz_Bodo",
"birthPlace",
"Switzerland"
],
[
"Eugeniusz_Bodo",
"deathPlace",
"Soviet_Union"
],
[
"Eurosport_2",
"country",
"Switzerland"
],
[
"Eurosport_2",
"language",
"Italian_language"
],
[
"Eurosport_2",
"locationCountry",
"Switzerland"
],
[
"Gawayn",
"country",
"Switzerland"
],
[
"Gawayn",
"language",
"Italian_language"
],
[
"Italian_language",
"spokenIn",
"Switzerland"
],
[
"Journey_of_Hope_(film)",
"country",
"Switzerland"
],
[
"Journey_of_Hope_(film)",
"language",
"Italian_language"
],
[
"La5",
"broadcastArea",
"Switzerland"
],
[
"La5",
"language",
"Italian_language"
],
[
"Lai_Van_Sam",
"education",
"Hinduism"
],
[
"Lai_Van_Sam",
"education",
"Soviet_Union"
],
[
"Lal_Bahadur_Shastri",
"deathPlace",
"Soviet_Union"
],
[
"Lal_Bahadur_Shastri",
"religion",
"Hinduism"
],
[
"Nokë_Sinishtaj",
"citizenship",
"Switzerland"
],
[
"Nokë_Sinishtaj",
"language",
"Italian_language"
],
[
"Rudolf_Barshai",
"birthPlace",
"Soviet_Union"
],
[
"Rudolf_Barshai",
"deathPlace",
"Switzerland"
],
[
"Spaniards",
"populationPlace",
"Switzerland"
],
[
"Spaniards",
"religion",
"Hinduism"
],
[
"Sri_Lankan_Tamil_diaspora",
"language",
"Italian_language"
],
[
"Sri_Lankan_Tamil_diaspora",
"populationPlace",
"Switzerland"
],
[
"Sri_Lankan_Tamil_diaspora",
"religion",
"Hinduism"
],
[
"Switzerland",
"language",
"Italian_language"
],
[
"Switzerland",
"officialLanguage",
"Italian_language"
],
[
"The_Red_Tent_(film)",
"country",
"Soviet_Union"
],
[
"The_Red_Tent_(film)",
"language",
"Italian_language"
],
[
"These_Are_the_Days_of_Our_Lives",
"format",
"Cassette_single"
],
[
"These_Are_the_Days_of_Our_Lives",
"recordedIn",
"Switzerland"
]
]
} |
dbpedia500 |
You are given a directed graph as two CSV-like sections in this order:
1) Node table (header included):
node_id, node_attr
2) Edge table (header included):
src, edge_attr, dst
Task
- Use ONLY edges from the Edge table to answer the question by outputting a path.
- When printing each edge, replace IDs with the exact node_attr from the Node table.
- Output MUST be text triples, not numeric IDs.
Output format (STRICT — no extra text):
PATH:
("subject"|predicate|"object")
...
END
Rules
- Use only listed edges; do NOT invent edges.
- Map IDs → node_attr; preserve node_attr exactly.
- Output NOTHING outside the PATH block.
- If no path exists, output exactly:
PATH:
END
Graph:
node_id, node_attr
171137, Bartlett_Cormack
22407, Cleopatra_(1934_film)
161917, Council–manager_government
80426, Ogdensburg,_New_York
164503, Phoenix,_Arizona
188420, San_Antonio
123828, Washington_Nationals_minor_league_players
12725, Woodstock,_Georgia
src, edge_attr, dst
171137, deathPlace, 164503
22407, writer, 171137
80426, governmentType, 161917
164503, governmentType, 161917
188420, governmentType, 161917
123828, birthPlace, 188420
123828, birthPlace, 12725
Question: How are Cleopatra_(1934_film), Ogdensburg,_New_York, and Woodstock,_Georgia related?
Your output must be ONLY the PATH block.
| graph_path | {
"style": "rule"
} | {
"entities": [
"Cleopatra_(1934_film)",
"Ogdensburg,_New_York",
"Woodstock,_Georgia"
],
"valid_edges": [
[
"Bartlett_Cormack",
"deathPlace",
"Phoenix,_Arizona"
],
[
"Cleopatra_(1934_film)",
"writer",
"Bartlett_Cormack"
],
[
"Ogdensburg,_New_York",
"governmentType",
"Council–manager_government"
],
[
"Phoenix,_Arizona",
"governmentType",
"Council–manager_government"
],
[
"San_Antonio",
"governmentType",
"Council–manager_government"
],
[
"Washington_Nationals_minor_league_players",
"birthPlace",
"San_Antonio"
],
[
"Washington_Nationals_minor_league_players",
"birthPlace",
"Woodstock,_Georgia"
]
]
} |
dbpedia500 |
You are given a directed graph as two CSV-like sections in this order:
1) Node table (header included):
node_id, node_attr
2) Edge table (header included):
src, edge_attr, dst
Task
- Use ONLY edges from the Edge table to answer the question by outputting a path.
- When printing each edge, replace IDs with the exact node_attr from the Node table.
- Output MUST be text triples, not numeric IDs.
Output format (STRICT — no extra text):
PATH:
("subject"|predicate|"object")
...
END
Rules
- Use only listed edges; do NOT invent edges.
- Map IDs → node_attr; preserve node_attr exactly.
- Output NOTHING outside the PATH block.
- If no path exists, output exactly:
PATH:
END
Graph:
node_id, node_attr
54637, Aki_Riihilahti
223002, Albert_Kuqi
434914, Andrey_Klimovich
419314, Anssi_Jaakkola
123389, Antti_Kuismala
293472, Antti_Niemi_(footballer)
376203, Bebe_(singer)
128295, Bert_Trautmann
114437, Dani_Hatakka
257208, Daniel_O'Shaughnessy
139794, David_Ramadingaye
104675, David_Rangel_Pastor
270569, FC_Honka
401360, FC_Viikingit
264487, Finland
234195, Francisco_José_Fernández_Mas
46398, Fredrik_Lassas
347471, Goalkeeper_(association_football)
192367, Helsinki
375928, Henri_Sillanpää
67024, Hermanni_Vuorinen
163740, Ilari_Äijälä
331512, Ivan_Vargić
389603, Jani_Bäckman
446984, Jani_Viander
306842, Janne_Henriksson
310908, Janne_Saarinen
41775, Jesse_Joronen
144109, John_Weckström
142159, Jon_Masalin
122482, Joni_Korhonen
241748, José_Francisco_Molina
106442, José_Manuel_Pesudo
154504, José_María_Cabo_Puig
149386, Jussi_Vasara
299800, Kakkonen
41172, Kari_Laukkanen
224948, Kastriot_Kastrati
170081, Levante_UD
117750, Lum_Rexhepi
414046, Luís_Fernando_da_Silva
232718, Magnus_Bahne
438845, Markku_Kanerva
30375, Markus_Paatelainen
172734, Mehmet_Hetemaj
393160, Mika_Hilander
451215, Mika_Johansson
256995, Minna_Meriluoto
75343, Niki_Mäenpää
275409, Niko_Kukka
444660, Olli_Isoaho
309260, Otto_Fredrikson
121966, Patrick_Aaltonen
385145, Patrick_Bantamoi
161798, Patrick_O'Shaughnessy
415387, Pauliina_Miettinen
384352, Paulus_Arajuuri
281104, Paulus_Roiha
210348, Pekka_Sihvola
433992, Pepín_(footballer,_born_1931)
96198, Pertti_Alaja
408148, Peter_Enckelman
77687, Petri_Järvinen
438838, Rasmus_Schüller
269780, Roni_Porokara
436195, Roope_Riski
53108, Saku-Pekka_Sahlgren
392297, Sauli_Väisänen
381959, Seppo_Sairanen
163654, Tapio_Heikkilä
454355, Tero_Koskela
279194, Tiina_Saario
346923, Tim_Väyrynen
467206, Timo_Liekoski
153179, Tinja-Riikka_Korpela
254467, Tomi_Maanoja
352556, Tomi_Petrescu
452327, Toni_Korkeakunnas
253053, Tuomo_Turunen
279798, Valencia
258759, Valencia_CF_Mestalla
103659, Valencian_Community
400924, Valmir_Seferi
357587, Vicente_Dauder
422753, Vicente_Flor
82523, Ville_Jalasto
461204, Ville_Salmikivi
178404, Ykkönen
378314, Youness_Rahimi
src, edge_attr, dst
54637, birthPlace, 264487
54637, team, 270569
223002, birthPlace, 264487
223002, team, 401360
434914, position, 347471
419314, birthPlace, 264487
419314, position, 347471
123389, birthPlace, 264487
123389, position, 347471
293472, birthPlace, 264487
293472, position, 347471
376203, hometown, 279798
376203, hometown, 103659
128295, deathPlace, 279798
128295, position, 347471
114437, birthPlace, 264487
114437, team, 270569
257208, birthPlace, 264487
257208, team, 270569
139794, birthPlace, 264487
139794, team, 270569
104675, birthPlace, 279798
104675, position, 347471
270569, league, 299800
270569, position, 299800
401360, ground, 264487
401360, ground, 192367
401360, league, 299800
401360, position, 178404
401360, season, 178404
264487, capital, 192367
234195, birthPlace, 279798
234195, position, 347471
46398, birthPlace, 264487
46398, team, 270569
375928, birthPlace, 264487
375928, position, 347471
67024, birthPlace, 264487
67024, team, 270569
163740, birthPlace, 264487
163740, team, 270569
331512, position, 347471
331512, team, 270569
389603, team, 270569
389603, team, 401360
446984, birthPlace, 264487
446984, position, 347471
306842, birthPlace, 264487
306842, position, 347471
306842, team, 270569
310908, birthPlace, 264487
310908, team, 270569
41775, birthPlace, 264487
41775, position, 347471
144109, birthPlace, 264487
144109, team, 270569
142159, birthPlace, 264487
142159, position, 347471
122482, team, 270569
122482, team, 401360
241748, birthPlace, 279798
241748, position, 347471
106442, deathPlace, 279798
106442, position, 347471
154504, birthPlace, 279798
154504, position, 347471
149386, birthPlace, 264487
149386, team, 270569
299800, country, 264487
41172, birthPlace, 264487
41172, position, 347471
224948, birthPlace, 264487
224948, team, 270569
224948, team, 401360
170081, ground, 279798
170081, ground, 103659
117750, birthPlace, 264487
117750, team, 270569
117750, team, 401360
414046, position, 347471
414046, team, 401360
232718, birthPlace, 264487
232718, position, 347471
438845, birthPlace, 264487
438845, managerClub, 401360
438845, team, 270569
30375, birthPlace, 264487
30375, team, 270569
172734, team, 270569
172734, team, 401360
393160, birthPlace, 264487
393160, position, 347471
451215, birthPlace, 264487
451215, position, 347471
451215, team, 401360
256995, birthPlace, 264487
256995, position, 347471
75343, birthPlace, 264487
75343, position, 347471
275409, birthPlace, 264487
275409, team, 270569
444660, birthPlace, 264487
444660, position, 347471
309260, birthPlace, 264487
309260, position, 347471
121966, birthPlace, 264487
121966, team, 270569
385145, position, 347471
385145, team, 401360
161798, birthPlace, 264487
161798, team, 270569
415387, birthPlace, 264487
415387, position, 347471
384352, birthPlace, 264487
384352, team, 270569
281104, birthPlace, 264487
281104, team, 270569
210348, birthPlace, 264487
210348, team, 270569
210348, team, 401360
433992, birthPlace, 279798
433992, position, 347471
96198, birthPlace, 264487
96198, position, 347471
408148, birthPlace, 264487
408148, position, 347471
77687, birthPlace, 264487
77687, team, 270569
438838, birthPlace, 264487
438838, team, 270569
269780, birthPlace, 264487
269780, team, 270569
436195, birthPlace, 264487
436195, team, 401360
53108, birthPlace, 264487
53108, position, 347471
392297, birthPlace, 264487
392297, team, 270569
381959, birthPlace, 264487
381959, position, 347471
163654, birthPlace, 264487
163654, team, 270569
454355, birthPlace, 264487
454355, team, 270569
279194, birthPlace, 264487
279194, team, 401360
346923, birthPlace, 264487
346923, team, 270569
467206, birthPlace, 264487
467206, position, 347471
153179, birthPlace, 264487
153179, position, 347471
254467, birthPlace, 264487
254467, position, 347471
254467, team, 270569
352556, birthPlace, 264487
352556, team, 270569
452327, birthPlace, 264487
452327, managerClub, 401360
253053, birthPlace, 264487
253053, team, 270569
279798, isPartOf, 103659
258759, ground, 279798
258759, ground, 103659
400924, birthPlace, 264487
400924, team, 270569
400924, team, 401360
357587, birthPlace, 279798
357587, position, 347471
422753, birthPlace, 279798
422753, position, 347471
82523, birthPlace, 264487
82523, team, 270569
461204, birthPlace, 264487
461204, team, 401360
178404, country, 264487
378314, birthPlace, 264487
378314, team, 270569
Question: In what context are Andrey_Klimovich, Bebe_(singer), and Valmir_Seferi connected?
Your output must be ONLY the PATH block.
| graph_path | {
"style": "rule"
} | {
"entities": [
"Andrey_Klimovich",
"Bebe_(singer)",
"Valmir_Seferi"
],
"valid_edges": [
[
"Aki_Riihilahti",
"birthPlace",
"Finland"
],
[
"Aki_Riihilahti",
"team",
"FC_Honka"
],
[
"Albert_Kuqi",
"birthPlace",
"Finland"
],
[
"Albert_Kuqi",
"team",
"FC_Viikingit"
],
[
"Andrey_Klimovich",
"position",
"Goalkeeper_(association_football)"
],
[
"Anssi_Jaakkola",
"birthPlace",
"Finland"
],
[
"Anssi_Jaakkola",
"position",
"Goalkeeper_(association_football)"
],
[
"Antti_Kuismala",
"birthPlace",
"Finland"
],
[
"Antti_Kuismala",
"position",
"Goalkeeper_(association_football)"
],
[
"Antti_Niemi_(footballer)",
"birthPlace",
"Finland"
],
[
"Antti_Niemi_(footballer)",
"position",
"Goalkeeper_(association_football)"
],
[
"Bebe_(singer)",
"hometown",
"Valencia"
],
[
"Bebe_(singer)",
"hometown",
"Valencian_Community"
],
[
"Bert_Trautmann",
"deathPlace",
"Valencia"
],
[
"Bert_Trautmann",
"position",
"Goalkeeper_(association_football)"
],
[
"Dani_Hatakka",
"birthPlace",
"Finland"
],
[
"Dani_Hatakka",
"team",
"FC_Honka"
],
[
"Daniel_O'Shaughnessy",
"birthPlace",
"Finland"
],
[
"Daniel_O'Shaughnessy",
"team",
"FC_Honka"
],
[
"David_Ramadingaye",
"birthPlace",
"Finland"
],
[
"David_Ramadingaye",
"team",
"FC_Honka"
],
[
"David_Rangel_Pastor",
"birthPlace",
"Valencia"
],
[
"David_Rangel_Pastor",
"position",
"Goalkeeper_(association_football)"
],
[
"FC_Honka",
"league",
"Kakkonen"
],
[
"FC_Honka",
"position",
"Kakkonen"
],
[
"FC_Viikingit",
"ground",
"Finland"
],
[
"FC_Viikingit",
"ground",
"Helsinki"
],
[
"FC_Viikingit",
"league",
"Kakkonen"
],
[
"FC_Viikingit",
"position",
"Ykkönen"
],
[
"FC_Viikingit",
"season",
"Ykkönen"
],
[
"Finland",
"capital",
"Helsinki"
],
[
"Francisco_José_Fernández_Mas",
"birthPlace",
"Valencia"
],
[
"Francisco_José_Fernández_Mas",
"position",
"Goalkeeper_(association_football)"
],
[
"Fredrik_Lassas",
"birthPlace",
"Finland"
],
[
"Fredrik_Lassas",
"team",
"FC_Honka"
],
[
"Henri_Sillanpää",
"birthPlace",
"Finland"
],
[
"Henri_Sillanpää",
"position",
"Goalkeeper_(association_football)"
],
[
"Hermanni_Vuorinen",
"birthPlace",
"Finland"
],
[
"Hermanni_Vuorinen",
"team",
"FC_Honka"
],
[
"Ilari_Äijälä",
"birthPlace",
"Finland"
],
[
"Ilari_Äijälä",
"team",
"FC_Honka"
],
[
"Ivan_Vargić",
"position",
"Goalkeeper_(association_football)"
],
[
"Ivan_Vargić",
"team",
"FC_Honka"
],
[
"Jani_Bäckman",
"team",
"FC_Honka"
],
[
"Jani_Bäckman",
"team",
"FC_Viikingit"
],
[
"Jani_Viander",
"birthPlace",
"Finland"
],
[
"Jani_Viander",
"position",
"Goalkeeper_(association_football)"
],
[
"Janne_Henriksson",
"birthPlace",
"Finland"
],
[
"Janne_Henriksson",
"position",
"Goalkeeper_(association_football)"
],
[
"Janne_Henriksson",
"team",
"FC_Honka"
],
[
"Janne_Saarinen",
"birthPlace",
"Finland"
],
[
"Janne_Saarinen",
"team",
"FC_Honka"
],
[
"Jesse_Joronen",
"birthPlace",
"Finland"
],
[
"Jesse_Joronen",
"position",
"Goalkeeper_(association_football)"
],
[
"John_Weckström",
"birthPlace",
"Finland"
],
[
"John_Weckström",
"team",
"FC_Honka"
],
[
"Jon_Masalin",
"birthPlace",
"Finland"
],
[
"Jon_Masalin",
"position",
"Goalkeeper_(association_football)"
],
[
"Joni_Korhonen",
"team",
"FC_Honka"
],
[
"Joni_Korhonen",
"team",
"FC_Viikingit"
],
[
"José_Francisco_Molina",
"birthPlace",
"Valencia"
],
[
"José_Francisco_Molina",
"position",
"Goalkeeper_(association_football)"
],
[
"José_Manuel_Pesudo",
"deathPlace",
"Valencia"
],
[
"José_Manuel_Pesudo",
"position",
"Goalkeeper_(association_football)"
],
[
"José_María_Cabo_Puig",
"birthPlace",
"Valencia"
],
[
"José_María_Cabo_Puig",
"position",
"Goalkeeper_(association_football)"
],
[
"Jussi_Vasara",
"birthPlace",
"Finland"
],
[
"Jussi_Vasara",
"team",
"FC_Honka"
],
[
"Kakkonen",
"country",
"Finland"
],
[
"Kari_Laukkanen",
"birthPlace",
"Finland"
],
[
"Kari_Laukkanen",
"position",
"Goalkeeper_(association_football)"
],
[
"Kastriot_Kastrati",
"birthPlace",
"Finland"
],
[
"Kastriot_Kastrati",
"team",
"FC_Honka"
],
[
"Kastriot_Kastrati",
"team",
"FC_Viikingit"
],
[
"Levante_UD",
"ground",
"Valencia"
],
[
"Levante_UD",
"ground",
"Valencian_Community"
],
[
"Lum_Rexhepi",
"birthPlace",
"Finland"
],
[
"Lum_Rexhepi",
"team",
"FC_Honka"
],
[
"Lum_Rexhepi",
"team",
"FC_Viikingit"
],
[
"Luís_Fernando_da_Silva",
"position",
"Goalkeeper_(association_football)"
],
[
"Luís_Fernando_da_Silva",
"team",
"FC_Viikingit"
],
[
"Magnus_Bahne",
"birthPlace",
"Finland"
],
[
"Magnus_Bahne",
"position",
"Goalkeeper_(association_football)"
],
[
"Markku_Kanerva",
"birthPlace",
"Finland"
],
[
"Markku_Kanerva",
"managerClub",
"FC_Viikingit"
],
[
"Markku_Kanerva",
"team",
"FC_Honka"
],
[
"Markus_Paatelainen",
"birthPlace",
"Finland"
],
[
"Markus_Paatelainen",
"team",
"FC_Honka"
],
[
"Mehmet_Hetemaj",
"team",
"FC_Honka"
],
[
"Mehmet_Hetemaj",
"team",
"FC_Viikingit"
],
[
"Mika_Hilander",
"birthPlace",
"Finland"
],
[
"Mika_Hilander",
"position",
"Goalkeeper_(association_football)"
],
[
"Mika_Johansson",
"birthPlace",
"Finland"
],
[
"Mika_Johansson",
"position",
"Goalkeeper_(association_football)"
],
[
"Mika_Johansson",
"team",
"FC_Viikingit"
],
[
"Minna_Meriluoto",
"birthPlace",
"Finland"
],
[
"Minna_Meriluoto",
"position",
"Goalkeeper_(association_football)"
],
[
"Niki_Mäenpää",
"birthPlace",
"Finland"
],
[
"Niki_Mäenpää",
"position",
"Goalkeeper_(association_football)"
],
[
"Niko_Kukka",
"birthPlace",
"Finland"
],
[
"Niko_Kukka",
"team",
"FC_Honka"
],
[
"Olli_Isoaho",
"birthPlace",
"Finland"
],
[
"Olli_Isoaho",
"position",
"Goalkeeper_(association_football)"
],
[
"Otto_Fredrikson",
"birthPlace",
"Finland"
],
[
"Otto_Fredrikson",
"position",
"Goalkeeper_(association_football)"
],
[
"Patrick_Aaltonen",
"birthPlace",
"Finland"
],
[
"Patrick_Aaltonen",
"team",
"FC_Honka"
],
[
"Patrick_Bantamoi",
"position",
"Goalkeeper_(association_football)"
],
[
"Patrick_Bantamoi",
"team",
"FC_Viikingit"
],
[
"Patrick_O'Shaughnessy",
"birthPlace",
"Finland"
],
[
"Patrick_O'Shaughnessy",
"team",
"FC_Honka"
],
[
"Pauliina_Miettinen",
"birthPlace",
"Finland"
],
[
"Pauliina_Miettinen",
"position",
"Goalkeeper_(association_football)"
],
[
"Paulus_Arajuuri",
"birthPlace",
"Finland"
],
[
"Paulus_Arajuuri",
"team",
"FC_Honka"
],
[
"Paulus_Roiha",
"birthPlace",
"Finland"
],
[
"Paulus_Roiha",
"team",
"FC_Honka"
],
[
"Pekka_Sihvola",
"birthPlace",
"Finland"
],
[
"Pekka_Sihvola",
"team",
"FC_Honka"
],
[
"Pekka_Sihvola",
"team",
"FC_Viikingit"
],
[
"Pepín_(footballer,_born_1931)",
"birthPlace",
"Valencia"
],
[
"Pepín_(footballer,_born_1931)",
"position",
"Goalkeeper_(association_football)"
],
[
"Pertti_Alaja",
"birthPlace",
"Finland"
],
[
"Pertti_Alaja",
"position",
"Goalkeeper_(association_football)"
],
[
"Peter_Enckelman",
"birthPlace",
"Finland"
],
[
"Peter_Enckelman",
"position",
"Goalkeeper_(association_football)"
],
[
"Petri_Järvinen",
"birthPlace",
"Finland"
],
[
"Petri_Järvinen",
"team",
"FC_Honka"
],
[
"Rasmus_Schüller",
"birthPlace",
"Finland"
],
[
"Rasmus_Schüller",
"team",
"FC_Honka"
],
[
"Roni_Porokara",
"birthPlace",
"Finland"
],
[
"Roni_Porokara",
"team",
"FC_Honka"
],
[
"Roope_Riski",
"birthPlace",
"Finland"
],
[
"Roope_Riski",
"team",
"FC_Viikingit"
],
[
"Saku-Pekka_Sahlgren",
"birthPlace",
"Finland"
],
[
"Saku-Pekka_Sahlgren",
"position",
"Goalkeeper_(association_football)"
],
[
"Sauli_Väisänen",
"birthPlace",
"Finland"
],
[
"Sauli_Väisänen",
"team",
"FC_Honka"
],
[
"Seppo_Sairanen",
"birthPlace",
"Finland"
],
[
"Seppo_Sairanen",
"position",
"Goalkeeper_(association_football)"
],
[
"Tapio_Heikkilä",
"birthPlace",
"Finland"
],
[
"Tapio_Heikkilä",
"team",
"FC_Honka"
],
[
"Tero_Koskela",
"birthPlace",
"Finland"
],
[
"Tero_Koskela",
"team",
"FC_Honka"
],
[
"Tiina_Saario",
"birthPlace",
"Finland"
],
[
"Tiina_Saario",
"team",
"FC_Viikingit"
],
[
"Tim_Väyrynen",
"birthPlace",
"Finland"
],
[
"Tim_Väyrynen",
"team",
"FC_Honka"
],
[
"Timo_Liekoski",
"birthPlace",
"Finland"
],
[
"Timo_Liekoski",
"position",
"Goalkeeper_(association_football)"
],
[
"Tinja-Riikka_Korpela",
"birthPlace",
"Finland"
],
[
"Tinja-Riikka_Korpela",
"position",
"Goalkeeper_(association_football)"
],
[
"Tomi_Maanoja",
"birthPlace",
"Finland"
],
[
"Tomi_Maanoja",
"position",
"Goalkeeper_(association_football)"
],
[
"Tomi_Maanoja",
"team",
"FC_Honka"
],
[
"Tomi_Petrescu",
"birthPlace",
"Finland"
],
[
"Tomi_Petrescu",
"team",
"FC_Honka"
],
[
"Toni_Korkeakunnas",
"birthPlace",
"Finland"
],
[
"Toni_Korkeakunnas",
"managerClub",
"FC_Viikingit"
],
[
"Tuomo_Turunen",
"birthPlace",
"Finland"
],
[
"Tuomo_Turunen",
"team",
"FC_Honka"
],
[
"Valencia",
"isPartOf",
"Valencian_Community"
],
[
"Valencia_CF_Mestalla",
"ground",
"Valencia"
],
[
"Valencia_CF_Mestalla",
"ground",
"Valencian_Community"
],
[
"Valmir_Seferi",
"birthPlace",
"Finland"
],
[
"Valmir_Seferi",
"team",
"FC_Honka"
],
[
"Valmir_Seferi",
"team",
"FC_Viikingit"
],
[
"Vicente_Dauder",
"birthPlace",
"Valencia"
],
[
"Vicente_Dauder",
"position",
"Goalkeeper_(association_football)"
],
[
"Vicente_Flor",
"birthPlace",
"Valencia"
],
[
"Vicente_Flor",
"position",
"Goalkeeper_(association_football)"
],
[
"Ville_Jalasto",
"birthPlace",
"Finland"
],
[
"Ville_Jalasto",
"team",
"FC_Honka"
],
[
"Ville_Salmikivi",
"birthPlace",
"Finland"
],
[
"Ville_Salmikivi",
"team",
"FC_Viikingit"
],
[
"Ykkönen",
"country",
"Finland"
],
[
"Youness_Rahimi",
"birthPlace",
"Finland"
],
[
"Youness_Rahimi",
"team",
"FC_Honka"
]
]
} |
dbpedia500 |
You are given a directed graph as two CSV-like sections in this order:
1) Node table (header included):
node_id, node_attr
2) Edge table (header included):
src, edge_attr, dst
Task
- Use ONLY edges from the Edge table to answer the question by outputting a path.
- When printing each edge, replace IDs with the exact node_attr from the Node table.
- Output MUST be text triples, not numeric IDs.
Output format (STRICT — no extra text):
PATH:
("subject"|predicate|"object")
...
END
Rules
- Use only listed edges; do NOT invent edges.
- Map IDs → node_attr; preserve node_attr exactly.
- Output NOTHING outside the PATH block.
- If no path exists, output exactly:
PATH:
END
Graph:
node_id, node_attr
311323, Alexander_Posada
169128, Andres_Arango
215777, Andrés_Cadavid
151847, Andrés_González
383522, Andrés_Medina_Aguirre
275000, Andrés_Mosquera
397582, Andrés_Orozco
286482, Anne_Hendricks_Bass
469448, Aquivaldo_Mosquera
204687, Arley_Dinas
13595, Arthur_Hawley_Scribner
397263, Belmer_Aguilar
88546, Breyner_Bonilla
334182, Camilo_Ceballos
153956, Carlos_Valencia_(footballer,_born_1989)
20219, Charles_Scribner_IV
257635, Christopher_Nixon_Cox
402592, Colombia
353731, Daniel_Bocanegra
17116, Darwin_Andrade
29820, David_Boo_Wiklander
219594, David_Rojas_Mena
220391, David_Vaudreuil
264665, Defender_(association_football)
215552, Diego_Peralta
63423, Ed_Bass
255759, Eder_Arias
62813, Edgar_Zapata
370107, Edward_Glaeser
180347, Edwin_García
147907, Efraín_Cortés
365473, Eisner_Loboa
120035, Elder_José_Figueroa
125686, Elena_Kagan
45080, Eliot_Spitzer
424989, Elkin_Calle
34331, Elvis_González
77518, Farid_Díaz
200743, Felipe_Aspegren
85379, Fernando_Monroy
240276, Fifth_Avenue
279834, Fort_Worth,_Texas
461974, Gifford_Miller
346577, Gilberto_García
350718, Gonzalo_Martínez
462432, Gustavo_Victoria
146595, Hermes_Martínez_Misal
37357, Hilario_Cuenú
115893, Hyatt_Bass
338855, Héctor_Quiñones
321181, Iván_Córdoba
255044, Iván_Garrido
462359, Iván_Vélez
240820, Jairo_Palomino
485897, Jamell_Orlando_Ramos
133919, Javier_Arizala
400380, Jennifer_Tour_Chayes
240294, Jersson_González
296042, Jherson_Vergara
429424, Jhonnier_González
294612, Jhonny_Alberto_Ríos_Torres
486945, Jhony_Rios
469444, Jimmy_Asprilla
145114, John_Jairo_Montaño
195123, Jorge_Bermúdez
72245, Josh_Klausner
308722, Josimar_Mosquera
104601, José_Mera
452103, José_Ricardo_Pérez
426695, Juan_Camilo_Angulo
448524, Juan_David_Valencia
122156, Juan_Diego_González
49069, Juan_Guillermo_Domínguez
103463, Julio_Ulises_Terra
335468, Julián_Estiven_Vélez
468899, Julián_Hurtado
91667, Karl_Patterson_Schmidt
204790, Lee_Bass
316890, Leiton_Jiménez
98180, Lewis_Thomas
266632, Lucio_España
96773, Luis_Asprilla
104774, Luis_Eduardo_Zapata
231976, Luis_Fernando_Suárez
253150, Manhattan
438738, Manuel_Arboleda
175283, Mario_Laserna_Pinzón
250427, Marlon_Piedrahita
72018, Mauricio_Casierra
154424, Miguel_Augusto_Prince
115395, Miguel_Rojas
287129, Nancy_Lee_Bass
216309, Nestor_Asprilla
6871, New_York_City
157285, Nondier_Romero
484373, Néstor_Ortiz
438000, Oscar_Murillo
126111, Pablo_Andrés_Escobar
489917, Pablo_Armero
28468, Pedro_Portocarrero
316929, Perry_Richardson_Bass
349669, Princeton_University
309729, Rafael_Amaya_(soccer)
101871, Ricardo_Chará
182473, Robert_Bass
180713, Roberto_Carlos_Cortés
110568, Rubiel_Quintana
369394, Rubén_Darío_Bustos
37581, Santiago_Arias
419550, Sergio_Reina
276872, Sid_Bass
328844, Sid_W._Richardson
173678, Stefan_Medina
317498, Texas
247249, Trimeresurus_stejnegeri
144640, United_States
107645, Vladimir_Marín
230058, Walter_José_Moreno
290181, Walter_Lord
18637, Wilman_Conde
195986, Wilson_Sánchez
3995, Yale_University
124945, Yamith_Cuesta
225987, Óscar_Arce
src, edge_attr, dst
311323, birthPlace, 402592
311323, position, 264665
169128, birthPlace, 402592
169128, position, 264665
215777, birthPlace, 402592
215777, position, 264665
151847, birthPlace, 402592
151847, position, 264665
383522, birthPlace, 402592
383522, position, 264665
275000, birthPlace, 402592
275000, position, 264665
397582, birthPlace, 402592
397582, position, 264665
286482, child, 115893
286482, relative, 72245
286482, residence, 240276
286482, residence, 253150
286482, residence, 6871
286482, spouse, 276872
469448, birthPlace, 402592
469448, position, 264665
204687, birthPlace, 402592
204687, position, 264665
13595, birthPlace, 253150
13595, education, 349669
397263, birthPlace, 402592
397263, position, 264665
88546, birthPlace, 402592
88546, position, 264665
334182, birthPlace, 402592
334182, position, 264665
153956, birthPlace, 402592
153956, position, 264665
20219, deathPlace, 253150
20219, education, 349669
257635, almaMater, 349669
257635, residence, 253150
353731, birthPlace, 402592
353731, position, 264665
17116, birthPlace, 402592
17116, position, 264665
29820, birthPlace, 402592
29820, position, 264665
219594, birthPlace, 402592
219594, position, 264665
220391, position, 264665
220391, team, 349669
215552, birthPlace, 402592
215552, position, 264665
63423, birthPlace, 279834
63423, birthPlace, 317498
63423, birthPlace, 144640
63423, parent, 287129
63423, parent, 316929
63423, relative, 115893
63423, relative, 204790
63423, relative, 182473
63423, relative, 276872
63423, relative, 328844
255759, birthPlace, 402592
255759, position, 264665
62813, birthPlace, 402592
62813, position, 264665
370107, almaMater, 349669
370107, birthPlace, 253150
180347, birthPlace, 402592
180347, position, 264665
147907, birthPlace, 402592
147907, position, 264665
365473, birthPlace, 402592
365473, position, 264665
120035, birthPlace, 402592
120035, position, 264665
125686, almaMater, 349669
125686, birthPlace, 253150
45080, almaMater, 349669
45080, residence, 253150
424989, birthPlace, 402592
424989, position, 264665
34331, birthPlace, 402592
34331, position, 264665
77518, birthPlace, 402592
77518, position, 264665
200743, birthPlace, 402592
200743, position, 264665
85379, birthPlace, 402592
85379, position, 264665
240276, location, 253150
461974, almaMater, 349669
461974, residence, 253150
346577, birthPlace, 402592
346577, position, 264665
350718, birthPlace, 402592
350718, position, 264665
462432, birthPlace, 402592
462432, position, 264665
146595, birthPlace, 402592
146595, position, 264665
37357, birthPlace, 402592
37357, position, 264665
115893, education, 349669
115893, parent, 286482
115893, parent, 276872
115893, relative, 63423
115893, relative, 204790
115893, relative, 287129
115893, relative, 316929
115893, relative, 182473
115893, relative, 328844
115893, residence, 253150
115893, spouse, 72245
338855, birthPlace, 402592
338855, position, 264665
321181, birthPlace, 402592
321181, position, 264665
255044, birthPlace, 402592
255044, position, 264665
462359, birthPlace, 402592
462359, position, 264665
240820, birthPlace, 402592
240820, position, 264665
485897, birthPlace, 402592
485897, position, 264665
133919, birthPlace, 402592
133919, position, 264665
400380, almaMater, 349669
400380, birthPlace, 253150
240294, birthPlace, 402592
240294, position, 264665
296042, birthPlace, 402592
296042, position, 264665
429424, birthPlace, 402592
429424, position, 264665
294612, birthPlace, 402592
294612, position, 264665
486945, birthPlace, 402592
486945, position, 264665
469444, birthPlace, 402592
469444, position, 264665
145114, birthPlace, 402592
145114, position, 264665
195123, birthPlace, 402592
195123, position, 264665
72245, education, 349669
72245, relative, 286482
72245, relative, 276872
72245, spouse, 115893
308722, birthPlace, 402592
308722, position, 264665
104601, birthPlace, 402592
104601, position, 264665
452103, birthPlace, 402592
452103, position, 264665
426695, birthPlace, 402592
426695, position, 264665
448524, birthPlace, 402592
448524, position, 264665
122156, birthPlace, 402592
122156, position, 264665
49069, birthPlace, 402592
49069, position, 264665
103463, deathPlace, 402592
103463, position, 264665
335468, birthPlace, 402592
335468, position, 264665
468899, birthPlace, 402592
468899, position, 264665
91667, citizenship, 144640
204790, education, 3995
204790, parent, 287129
204790, parent, 316929
204790, relative, 63423
204790, relative, 115893
204790, relative, 182473
204790, relative, 276872
204790, relative, 328844
316890, birthPlace, 402592
316890, position, 264665
98180, almaMater, 349669
98180, deathPlace, 253150
266632, birthPlace, 402592
266632, deathPlace, 402592
266632, position, 264665
96773, birthPlace, 402592
96773, position, 264665
104774, birthPlace, 402592
104774, position, 264665
231976, birthPlace, 402592
231976, position, 264665
253150, isPartOf, 6871
438738, birthPlace, 402592
438738, position, 264665
175283, almaMater, 349669
175283, country, 402592
175283, deathPlace, 402592
250427, birthPlace, 402592
250427, position, 264665
72018, birthPlace, 402592
72018, position, 264665
154424, birthPlace, 402592
154424, position, 264665
115395, birthPlace, 402592
115395, position, 264665
287129, birthPlace, 279834
287129, child, 204790
287129, child, 182473
287129, child, 276872
287129, relative, 115893
287129, relative, 328844
287129, spouse, 316929
216309, birthPlace, 402592
216309, position, 264665
6871, isPartOf, 253150
157285, birthPlace, 402592
157285, position, 264665
484373, birthPlace, 402592
484373, position, 264665
438000, birthPlace, 402592
438000, position, 264665
126111, birthPlace, 402592
126111, position, 264665
489917, birthPlace, 402592
489917, position, 264665
28468, birthPlace, 402592
28468, position, 264665
316929, child, 63423
316929, child, 204790
316929, child, 182473
316929, child, 276872
316929, deathPlace, 279834
316929, education, 3995
316929, relative, 115893
316929, relative, 328844
316929, spouse, 287129
349669, country, 144640
309729, birthPlace, 402592
309729, position, 264665
101871, birthPlace, 402592
101871, position, 264665
182473, almaMater, 3995
182473, parent, 287129
182473, parent, 316929
182473, relative, 63423
182473, relative, 115893
182473, relative, 204790
182473, relative, 276872
182473, relative, 328844
180713, birthPlace, 402592
180713, position, 264665
110568, birthPlace, 402592
110568, position, 264665
369394, birthPlace, 402592
369394, position, 264665
37581, birthPlace, 402592
37581, position, 264665
419550, birthPlace, 402592
419550, position, 264665
276872, birthPlace, 279834
276872, birthPlace, 317498
276872, birthPlace, 144640
276872, child, 115893
276872, education, 3995
276872, parent, 287129
276872, parent, 316929
276872, relative, 63423
276872, relative, 72245
276872, relative, 204790
276872, relative, 182473
276872, relative, 328844
276872, spouse, 286482
328844, relative, 63423
328844, relative, 115893
328844, relative, 316929
328844, relative, 182473
328844, relative, 276872
328844, restingPlace, 317498
173678, birthPlace, 402592
173678, position, 264665
247249, binomialAuthority, 91667
107645, birthPlace, 402592
107645, position, 264665
230058, birthPlace, 402592
230058, position, 264665
290181, almaMater, 349669
290181, deathPlace, 253150
18637, birthPlace, 402592
18637, position, 264665
195986, birthPlace, 402592
195986, position, 264665
124945, birthPlace, 402592
124945, position, 264665
225987, birthPlace, 402592
225987, position, 264665
Question: How are Hyatt_Bass, Jersson_González, and Trimeresurus_stejnegeri related?
Your output must be ONLY the PATH block.
| graph_path | {
"style": "rule"
} | {
"entities": [
"Hyatt_Bass",
"Jersson_González",
"Trimeresurus_stejnegeri"
],
"valid_edges": [
[
"Alexander_Posada",
"birthPlace",
"Colombia"
],
[
"Alexander_Posada",
"position",
"Defender_(association_football)"
],
[
"Andres_Arango",
"birthPlace",
"Colombia"
],
[
"Andres_Arango",
"position",
"Defender_(association_football)"
],
[
"Andrés_Cadavid",
"birthPlace",
"Colombia"
],
[
"Andrés_Cadavid",
"position",
"Defender_(association_football)"
],
[
"Andrés_González",
"birthPlace",
"Colombia"
],
[
"Andrés_González",
"position",
"Defender_(association_football)"
],
[
"Andrés_Medina_Aguirre",
"birthPlace",
"Colombia"
],
[
"Andrés_Medina_Aguirre",
"position",
"Defender_(association_football)"
],
[
"Andrés_Mosquera",
"birthPlace",
"Colombia"
],
[
"Andrés_Mosquera",
"position",
"Defender_(association_football)"
],
[
"Andrés_Orozco",
"birthPlace",
"Colombia"
],
[
"Andrés_Orozco",
"position",
"Defender_(association_football)"
],
[
"Anne_Hendricks_Bass",
"child",
"Hyatt_Bass"
],
[
"Anne_Hendricks_Bass",
"relative",
"Josh_Klausner"
],
[
"Anne_Hendricks_Bass",
"residence",
"Fifth_Avenue"
],
[
"Anne_Hendricks_Bass",
"residence",
"Manhattan"
],
[
"Anne_Hendricks_Bass",
"residence",
"New_York_City"
],
[
"Anne_Hendricks_Bass",
"spouse",
"Sid_Bass"
],
[
"Aquivaldo_Mosquera",
"birthPlace",
"Colombia"
],
[
"Aquivaldo_Mosquera",
"position",
"Defender_(association_football)"
],
[
"Arley_Dinas",
"birthPlace",
"Colombia"
],
[
"Arley_Dinas",
"position",
"Defender_(association_football)"
],
[
"Arthur_Hawley_Scribner",
"birthPlace",
"Manhattan"
],
[
"Arthur_Hawley_Scribner",
"education",
"Princeton_University"
],
[
"Belmer_Aguilar",
"birthPlace",
"Colombia"
],
[
"Belmer_Aguilar",
"position",
"Defender_(association_football)"
],
[
"Breyner_Bonilla",
"birthPlace",
"Colombia"
],
[
"Breyner_Bonilla",
"position",
"Defender_(association_football)"
],
[
"Camilo_Ceballos",
"birthPlace",
"Colombia"
],
[
"Camilo_Ceballos",
"position",
"Defender_(association_football)"
],
[
"Carlos_Valencia_(footballer,_born_1989)",
"birthPlace",
"Colombia"
],
[
"Carlos_Valencia_(footballer,_born_1989)",
"position",
"Defender_(association_football)"
],
[
"Charles_Scribner_IV",
"deathPlace",
"Manhattan"
],
[
"Charles_Scribner_IV",
"education",
"Princeton_University"
],
[
"Christopher_Nixon_Cox",
"almaMater",
"Princeton_University"
],
[
"Christopher_Nixon_Cox",
"residence",
"Manhattan"
],
[
"Daniel_Bocanegra",
"birthPlace",
"Colombia"
],
[
"Daniel_Bocanegra",
"position",
"Defender_(association_football)"
],
[
"Darwin_Andrade",
"birthPlace",
"Colombia"
],
[
"Darwin_Andrade",
"position",
"Defender_(association_football)"
],
[
"David_Boo_Wiklander",
"birthPlace",
"Colombia"
],
[
"David_Boo_Wiklander",
"position",
"Defender_(association_football)"
],
[
"David_Rojas_Mena",
"birthPlace",
"Colombia"
],
[
"David_Rojas_Mena",
"position",
"Defender_(association_football)"
],
[
"David_Vaudreuil",
"position",
"Defender_(association_football)"
],
[
"David_Vaudreuil",
"team",
"Princeton_University"
],
[
"Diego_Peralta",
"birthPlace",
"Colombia"
],
[
"Diego_Peralta",
"position",
"Defender_(association_football)"
],
[
"Ed_Bass",
"birthPlace",
"Fort_Worth,_Texas"
],
[
"Ed_Bass",
"birthPlace",
"Texas"
],
[
"Ed_Bass",
"birthPlace",
"United_States"
],
[
"Ed_Bass",
"parent",
"Nancy_Lee_Bass"
],
[
"Ed_Bass",
"parent",
"Perry_Richardson_Bass"
],
[
"Ed_Bass",
"relative",
"Hyatt_Bass"
],
[
"Ed_Bass",
"relative",
"Lee_Bass"
],
[
"Ed_Bass",
"relative",
"Robert_Bass"
],
[
"Ed_Bass",
"relative",
"Sid_Bass"
],
[
"Ed_Bass",
"relative",
"Sid_W._Richardson"
],
[
"Eder_Arias",
"birthPlace",
"Colombia"
],
[
"Eder_Arias",
"position",
"Defender_(association_football)"
],
[
"Edgar_Zapata",
"birthPlace",
"Colombia"
],
[
"Edgar_Zapata",
"position",
"Defender_(association_football)"
],
[
"Edward_Glaeser",
"almaMater",
"Princeton_University"
],
[
"Edward_Glaeser",
"birthPlace",
"Manhattan"
],
[
"Edwin_García",
"birthPlace",
"Colombia"
],
[
"Edwin_García",
"position",
"Defender_(association_football)"
],
[
"Efraín_Cortés",
"birthPlace",
"Colombia"
],
[
"Efraín_Cortés",
"position",
"Defender_(association_football)"
],
[
"Eisner_Loboa",
"birthPlace",
"Colombia"
],
[
"Eisner_Loboa",
"position",
"Defender_(association_football)"
],
[
"Elder_José_Figueroa",
"birthPlace",
"Colombia"
],
[
"Elder_José_Figueroa",
"position",
"Defender_(association_football)"
],
[
"Elena_Kagan",
"almaMater",
"Princeton_University"
],
[
"Elena_Kagan",
"birthPlace",
"Manhattan"
],
[
"Eliot_Spitzer",
"almaMater",
"Princeton_University"
],
[
"Eliot_Spitzer",
"residence",
"Manhattan"
],
[
"Elkin_Calle",
"birthPlace",
"Colombia"
],
[
"Elkin_Calle",
"position",
"Defender_(association_football)"
],
[
"Elvis_González",
"birthPlace",
"Colombia"
],
[
"Elvis_González",
"position",
"Defender_(association_football)"
],
[
"Farid_Díaz",
"birthPlace",
"Colombia"
],
[
"Farid_Díaz",
"position",
"Defender_(association_football)"
],
[
"Felipe_Aspegren",
"birthPlace",
"Colombia"
],
[
"Felipe_Aspegren",
"position",
"Defender_(association_football)"
],
[
"Fernando_Monroy",
"birthPlace",
"Colombia"
],
[
"Fernando_Monroy",
"position",
"Defender_(association_football)"
],
[
"Fifth_Avenue",
"location",
"Manhattan"
],
[
"Gifford_Miller",
"almaMater",
"Princeton_University"
],
[
"Gifford_Miller",
"residence",
"Manhattan"
],
[
"Gilberto_García",
"birthPlace",
"Colombia"
],
[
"Gilberto_García",
"position",
"Defender_(association_football)"
],
[
"Gonzalo_Martínez",
"birthPlace",
"Colombia"
],
[
"Gonzalo_Martínez",
"position",
"Defender_(association_football)"
],
[
"Gustavo_Victoria",
"birthPlace",
"Colombia"
],
[
"Gustavo_Victoria",
"position",
"Defender_(association_football)"
],
[
"Hermes_Martínez_Misal",
"birthPlace",
"Colombia"
],
[
"Hermes_Martínez_Misal",
"position",
"Defender_(association_football)"
],
[
"Hilario_Cuenú",
"birthPlace",
"Colombia"
],
[
"Hilario_Cuenú",
"position",
"Defender_(association_football)"
],
[
"Hyatt_Bass",
"education",
"Princeton_University"
],
[
"Hyatt_Bass",
"parent",
"Anne_Hendricks_Bass"
],
[
"Hyatt_Bass",
"parent",
"Sid_Bass"
],
[
"Hyatt_Bass",
"relative",
"Ed_Bass"
],
[
"Hyatt_Bass",
"relative",
"Lee_Bass"
],
[
"Hyatt_Bass",
"relative",
"Nancy_Lee_Bass"
],
[
"Hyatt_Bass",
"relative",
"Perry_Richardson_Bass"
],
[
"Hyatt_Bass",
"relative",
"Robert_Bass"
],
[
"Hyatt_Bass",
"relative",
"Sid_W._Richardson"
],
[
"Hyatt_Bass",
"residence",
"Manhattan"
],
[
"Hyatt_Bass",
"spouse",
"Josh_Klausner"
],
[
"Héctor_Quiñones",
"birthPlace",
"Colombia"
],
[
"Héctor_Quiñones",
"position",
"Defender_(association_football)"
],
[
"Iván_Córdoba",
"birthPlace",
"Colombia"
],
[
"Iván_Córdoba",
"position",
"Defender_(association_football)"
],
[
"Iván_Garrido",
"birthPlace",
"Colombia"
],
[
"Iván_Garrido",
"position",
"Defender_(association_football)"
],
[
"Iván_Vélez",
"birthPlace",
"Colombia"
],
[
"Iván_Vélez",
"position",
"Defender_(association_football)"
],
[
"Jairo_Palomino",
"birthPlace",
"Colombia"
],
[
"Jairo_Palomino",
"position",
"Defender_(association_football)"
],
[
"Jamell_Orlando_Ramos",
"birthPlace",
"Colombia"
],
[
"Jamell_Orlando_Ramos",
"position",
"Defender_(association_football)"
],
[
"Javier_Arizala",
"birthPlace",
"Colombia"
],
[
"Javier_Arizala",
"position",
"Defender_(association_football)"
],
[
"Jennifer_Tour_Chayes",
"almaMater",
"Princeton_University"
],
[
"Jennifer_Tour_Chayes",
"birthPlace",
"Manhattan"
],
[
"Jersson_González",
"birthPlace",
"Colombia"
],
[
"Jersson_González",
"position",
"Defender_(association_football)"
],
[
"Jherson_Vergara",
"birthPlace",
"Colombia"
],
[
"Jherson_Vergara",
"position",
"Defender_(association_football)"
],
[
"Jhonnier_González",
"birthPlace",
"Colombia"
],
[
"Jhonnier_González",
"position",
"Defender_(association_football)"
],
[
"Jhonny_Alberto_Ríos_Torres",
"birthPlace",
"Colombia"
],
[
"Jhonny_Alberto_Ríos_Torres",
"position",
"Defender_(association_football)"
],
[
"Jhony_Rios",
"birthPlace",
"Colombia"
],
[
"Jhony_Rios",
"position",
"Defender_(association_football)"
],
[
"Jimmy_Asprilla",
"birthPlace",
"Colombia"
],
[
"Jimmy_Asprilla",
"position",
"Defender_(association_football)"
],
[
"John_Jairo_Montaño",
"birthPlace",
"Colombia"
],
[
"John_Jairo_Montaño",
"position",
"Defender_(association_football)"
],
[
"Jorge_Bermúdez",
"birthPlace",
"Colombia"
],
[
"Jorge_Bermúdez",
"position",
"Defender_(association_football)"
],
[
"Josh_Klausner",
"education",
"Princeton_University"
],
[
"Josh_Klausner",
"relative",
"Anne_Hendricks_Bass"
],
[
"Josh_Klausner",
"relative",
"Sid_Bass"
],
[
"Josh_Klausner",
"spouse",
"Hyatt_Bass"
],
[
"Josimar_Mosquera",
"birthPlace",
"Colombia"
],
[
"Josimar_Mosquera",
"position",
"Defender_(association_football)"
],
[
"José_Mera",
"birthPlace",
"Colombia"
],
[
"José_Mera",
"position",
"Defender_(association_football)"
],
[
"José_Ricardo_Pérez",
"birthPlace",
"Colombia"
],
[
"José_Ricardo_Pérez",
"position",
"Defender_(association_football)"
],
[
"Juan_Camilo_Angulo",
"birthPlace",
"Colombia"
],
[
"Juan_Camilo_Angulo",
"position",
"Defender_(association_football)"
],
[
"Juan_David_Valencia",
"birthPlace",
"Colombia"
],
[
"Juan_David_Valencia",
"position",
"Defender_(association_football)"
],
[
"Juan_Diego_González",
"birthPlace",
"Colombia"
],
[
"Juan_Diego_González",
"position",
"Defender_(association_football)"
],
[
"Juan_Guillermo_Domínguez",
"birthPlace",
"Colombia"
],
[
"Juan_Guillermo_Domínguez",
"position",
"Defender_(association_football)"
],
[
"Julio_Ulises_Terra",
"deathPlace",
"Colombia"
],
[
"Julio_Ulises_Terra",
"position",
"Defender_(association_football)"
],
[
"Julián_Estiven_Vélez",
"birthPlace",
"Colombia"
],
[
"Julián_Estiven_Vélez",
"position",
"Defender_(association_football)"
],
[
"Julián_Hurtado",
"birthPlace",
"Colombia"
],
[
"Julián_Hurtado",
"position",
"Defender_(association_football)"
],
[
"Karl_Patterson_Schmidt",
"citizenship",
"United_States"
],
[
"Lee_Bass",
"education",
"Yale_University"
],
[
"Lee_Bass",
"parent",
"Nancy_Lee_Bass"
],
[
"Lee_Bass",
"parent",
"Perry_Richardson_Bass"
],
[
"Lee_Bass",
"relative",
"Ed_Bass"
],
[
"Lee_Bass",
"relative",
"Hyatt_Bass"
],
[
"Lee_Bass",
"relative",
"Robert_Bass"
],
[
"Lee_Bass",
"relative",
"Sid_Bass"
],
[
"Lee_Bass",
"relative",
"Sid_W._Richardson"
],
[
"Leiton_Jiménez",
"birthPlace",
"Colombia"
],
[
"Leiton_Jiménez",
"position",
"Defender_(association_football)"
],
[
"Lewis_Thomas",
"almaMater",
"Princeton_University"
],
[
"Lewis_Thomas",
"deathPlace",
"Manhattan"
],
[
"Lucio_España",
"birthPlace",
"Colombia"
],
[
"Lucio_España",
"deathPlace",
"Colombia"
],
[
"Lucio_España",
"position",
"Defender_(association_football)"
],
[
"Luis_Asprilla",
"birthPlace",
"Colombia"
],
[
"Luis_Asprilla",
"position",
"Defender_(association_football)"
],
[
"Luis_Eduardo_Zapata",
"birthPlace",
"Colombia"
],
[
"Luis_Eduardo_Zapata",
"position",
"Defender_(association_football)"
],
[
"Luis_Fernando_Suárez",
"birthPlace",
"Colombia"
],
[
"Luis_Fernando_Suárez",
"position",
"Defender_(association_football)"
],
[
"Manhattan",
"isPartOf",
"New_York_City"
],
[
"Manuel_Arboleda",
"birthPlace",
"Colombia"
],
[
"Manuel_Arboleda",
"position",
"Defender_(association_football)"
],
[
"Mario_Laserna_Pinzón",
"almaMater",
"Princeton_University"
],
[
"Mario_Laserna_Pinzón",
"country",
"Colombia"
],
[
"Mario_Laserna_Pinzón",
"deathPlace",
"Colombia"
],
[
"Marlon_Piedrahita",
"birthPlace",
"Colombia"
],
[
"Marlon_Piedrahita",
"position",
"Defender_(association_football)"
],
[
"Mauricio_Casierra",
"birthPlace",
"Colombia"
],
[
"Mauricio_Casierra",
"position",
"Defender_(association_football)"
],
[
"Miguel_Augusto_Prince",
"birthPlace",
"Colombia"
],
[
"Miguel_Augusto_Prince",
"position",
"Defender_(association_football)"
],
[
"Miguel_Rojas",
"birthPlace",
"Colombia"
],
[
"Miguel_Rojas",
"position",
"Defender_(association_football)"
],
[
"Nancy_Lee_Bass",
"birthPlace",
"Fort_Worth,_Texas"
],
[
"Nancy_Lee_Bass",
"child",
"Lee_Bass"
],
[
"Nancy_Lee_Bass",
"child",
"Robert_Bass"
],
[
"Nancy_Lee_Bass",
"child",
"Sid_Bass"
],
[
"Nancy_Lee_Bass",
"relative",
"Hyatt_Bass"
],
[
"Nancy_Lee_Bass",
"relative",
"Sid_W._Richardson"
],
[
"Nancy_Lee_Bass",
"spouse",
"Perry_Richardson_Bass"
],
[
"Nestor_Asprilla",
"birthPlace",
"Colombia"
],
[
"Nestor_Asprilla",
"position",
"Defender_(association_football)"
],
[
"New_York_City",
"isPartOf",
"Manhattan"
],
[
"Nondier_Romero",
"birthPlace",
"Colombia"
],
[
"Nondier_Romero",
"position",
"Defender_(association_football)"
],
[
"Néstor_Ortiz",
"birthPlace",
"Colombia"
],
[
"Néstor_Ortiz",
"position",
"Defender_(association_football)"
],
[
"Oscar_Murillo",
"birthPlace",
"Colombia"
],
[
"Oscar_Murillo",
"position",
"Defender_(association_football)"
],
[
"Pablo_Andrés_Escobar",
"birthPlace",
"Colombia"
],
[
"Pablo_Andrés_Escobar",
"position",
"Defender_(association_football)"
],
[
"Pablo_Armero",
"birthPlace",
"Colombia"
],
[
"Pablo_Armero",
"position",
"Defender_(association_football)"
],
[
"Pedro_Portocarrero",
"birthPlace",
"Colombia"
],
[
"Pedro_Portocarrero",
"position",
"Defender_(association_football)"
],
[
"Perry_Richardson_Bass",
"child",
"Ed_Bass"
],
[
"Perry_Richardson_Bass",
"child",
"Lee_Bass"
],
[
"Perry_Richardson_Bass",
"child",
"Robert_Bass"
],
[
"Perry_Richardson_Bass",
"child",
"Sid_Bass"
],
[
"Perry_Richardson_Bass",
"deathPlace",
"Fort_Worth,_Texas"
],
[
"Perry_Richardson_Bass",
"education",
"Yale_University"
],
[
"Perry_Richardson_Bass",
"relative",
"Hyatt_Bass"
],
[
"Perry_Richardson_Bass",
"relative",
"Sid_W._Richardson"
],
[
"Perry_Richardson_Bass",
"spouse",
"Nancy_Lee_Bass"
],
[
"Princeton_University",
"country",
"United_States"
],
[
"Rafael_Amaya_(soccer)",
"birthPlace",
"Colombia"
],
[
"Rafael_Amaya_(soccer)",
"position",
"Defender_(association_football)"
],
[
"Ricardo_Chará",
"birthPlace",
"Colombia"
],
[
"Ricardo_Chará",
"position",
"Defender_(association_football)"
],
[
"Robert_Bass",
"almaMater",
"Yale_University"
],
[
"Robert_Bass",
"parent",
"Nancy_Lee_Bass"
],
[
"Robert_Bass",
"parent",
"Perry_Richardson_Bass"
],
[
"Robert_Bass",
"relative",
"Ed_Bass"
],
[
"Robert_Bass",
"relative",
"Hyatt_Bass"
],
[
"Robert_Bass",
"relative",
"Lee_Bass"
],
[
"Robert_Bass",
"relative",
"Sid_Bass"
],
[
"Robert_Bass",
"relative",
"Sid_W._Richardson"
],
[
"Roberto_Carlos_Cortés",
"birthPlace",
"Colombia"
],
[
"Roberto_Carlos_Cortés",
"position",
"Defender_(association_football)"
],
[
"Rubiel_Quintana",
"birthPlace",
"Colombia"
],
[
"Rubiel_Quintana",
"position",
"Defender_(association_football)"
],
[
"Rubén_Darío_Bustos",
"birthPlace",
"Colombia"
],
[
"Rubén_Darío_Bustos",
"position",
"Defender_(association_football)"
],
[
"Santiago_Arias",
"birthPlace",
"Colombia"
],
[
"Santiago_Arias",
"position",
"Defender_(association_football)"
],
[
"Sergio_Reina",
"birthPlace",
"Colombia"
],
[
"Sergio_Reina",
"position",
"Defender_(association_football)"
],
[
"Sid_Bass",
"birthPlace",
"Fort_Worth,_Texas"
],
[
"Sid_Bass",
"birthPlace",
"Texas"
],
[
"Sid_Bass",
"birthPlace",
"United_States"
],
[
"Sid_Bass",
"child",
"Hyatt_Bass"
],
[
"Sid_Bass",
"education",
"Yale_University"
],
[
"Sid_Bass",
"parent",
"Nancy_Lee_Bass"
],
[
"Sid_Bass",
"parent",
"Perry_Richardson_Bass"
],
[
"Sid_Bass",
"relative",
"Ed_Bass"
],
[
"Sid_Bass",
"relative",
"Josh_Klausner"
],
[
"Sid_Bass",
"relative",
"Lee_Bass"
],
[
"Sid_Bass",
"relative",
"Robert_Bass"
],
[
"Sid_Bass",
"relative",
"Sid_W._Richardson"
],
[
"Sid_Bass",
"spouse",
"Anne_Hendricks_Bass"
],
[
"Sid_W._Richardson",
"relative",
"Ed_Bass"
],
[
"Sid_W._Richardson",
"relative",
"Hyatt_Bass"
],
[
"Sid_W._Richardson",
"relative",
"Perry_Richardson_Bass"
],
[
"Sid_W._Richardson",
"relative",
"Robert_Bass"
],
[
"Sid_W._Richardson",
"relative",
"Sid_Bass"
],
[
"Sid_W._Richardson",
"restingPlace",
"Texas"
],
[
"Stefan_Medina",
"birthPlace",
"Colombia"
],
[
"Stefan_Medina",
"position",
"Defender_(association_football)"
],
[
"Trimeresurus_stejnegeri",
"binomialAuthority",
"Karl_Patterson_Schmidt"
],
[
"Vladimir_Marín",
"birthPlace",
"Colombia"
],
[
"Vladimir_Marín",
"position",
"Defender_(association_football)"
],
[
"Walter_José_Moreno",
"birthPlace",
"Colombia"
],
[
"Walter_José_Moreno",
"position",
"Defender_(association_football)"
],
[
"Walter_Lord",
"almaMater",
"Princeton_University"
],
[
"Walter_Lord",
"deathPlace",
"Manhattan"
],
[
"Wilman_Conde",
"birthPlace",
"Colombia"
],
[
"Wilman_Conde",
"position",
"Defender_(association_football)"
],
[
"Wilson_Sánchez",
"birthPlace",
"Colombia"
],
[
"Wilson_Sánchez",
"position",
"Defender_(association_football)"
],
[
"Yamith_Cuesta",
"birthPlace",
"Colombia"
],
[
"Yamith_Cuesta",
"position",
"Defender_(association_football)"
],
[
"Óscar_Arce",
"birthPlace",
"Colombia"
],
[
"Óscar_Arce",
"position",
"Defender_(association_football)"
]
]
} |
dbpedia500 |
You are given a directed graph as two CSV-like sections in this order:
1) Node table (header included):
node_id, node_attr
2) Edge table (header included):
src, edge_attr, dst
Task
- Use ONLY edges from the Edge table to answer the question by outputting a path.
- When printing each edge, replace IDs with the exact node_attr from the Node table.
- Output MUST be text triples, not numeric IDs.
Output format (STRICT — no extra text):
PATH:
("subject"|predicate|"object")
...
END
Rules
- Use only listed edges; do NOT invent edges.
- Map IDs → node_attr; preserve node_attr exactly.
- Output NOTHING outside the PATH block.
- If no path exists, output exactly:
PATH:
END
Graph:
node_id, node_attr
125485, At_Folsom_Prison
93487, Baby,_Please_Don't_Go
280076, Bafoussam
204961, Bass_guitar
398308, Bertin_Tomou
90699, Blues
276854, Blues_Funeral
453262, Blues_rock
190450, Breaker_High
109456, Cameroon
313249, Cameroon_national_football_team
484469, Can't_You_Hear_Me_Knocking
5737, Dan_Auerbach
201513, English_language
12205, Garage_rock
465468, Geremi_Njitap
205552, Get_Behind_Me_Satan
116873, Gustave_Bebbe
58691, Harmonica
52396, Hervé_Tum
202577, Justice_Wamfor
348471, Landry_N'Guémo
199459, List_of_Turkish_football_transfers_summer_2015
367688, Live_at_The_Moore
129861, Mattias_Hellberg
488755, Mr._Wonderful_(Fleetwood_Mac_album)
437112, Ode_to_John_Law
302909, Ooh_La_La_(Faces_album)
473852, Pierre_Webó
50448, Punk_blues
469306, RCD_Mallorca
70765, Rock_and_roll
333810, Rock_music_of_West_Bengal
426585, Rocky_Mountain_Way_(song)
425543, Samuel_Eto'o
290933, Stéphane_Mbia
303124, The_Crave
447759, The_Rolling_Stones_Rock_and_Roll_Circus_(album)
87522, Thierry_Gathuessi
159408, Wagnerian_rock
445991, İstanbul_Başakşehir_F.K.
src, edge_attr, dst
125485, genre, 453262
125485, language, 201513
93487, genre, 453262
93487, genre, 12205
280076, country, 109456
398308, birthPlace, 280076
398308, team, 313249
90699, musicFusionGenre, 453262
276854, genre, 453262
276854, language, 201513
453262, derivative, 12205
453262, instrument, 204961
453262, instrument, 58691
453262, musicFusionGenre, 50448
453262, stylisticOrigin, 90699
453262, stylisticOrigin, 70765
190450, language, 201513
109456, language, 201513
109456, officialLanguage, 201513
484469, genre, 453262
484469, language, 201513
5737, genre, 453262
5737, genre, 12205
12205, derivative, 12205
12205, derivative, 50448
12205, instrument, 204961
12205, instrument, 58691
12205, stylisticOrigin, 90699
12205, stylisticOrigin, 70765
465468, birthPlace, 280076
465468, team, 313249
205552, genre, 453262
205552, genre, 12205
116873, team, 313249
116873, team, 445991
52396, team, 313249
52396, team, 445991
202577, birthPlace, 280076
202577, team, 313249
348471, team, 313249
199459, currentMember, 348471
199459, currentMember, 473852
199459, currentMember, 425543
199459, currentMember, 290933
367688, genre, 453262
367688, language, 201513
129861, genre, 453262
129861, genre, 12205
488755, genre, 453262
488755, language, 201513
437112, genre, 453262
437112, language, 201513
302909, genre, 453262
302909, language, 201513
473852, birthPlace, 280076
473852, team, 313249
473852, team, 469306
473852, team, 445991
50448, stylisticOrigin, 453262
50448, stylisticOrigin, 12205
70765, musicFusionGenre, 453262
70765, musicSubgenre, 12205
333810, musicFusionGenre, 453262
333810, musicSubgenre, 12205
426585, genre, 453262
426585, language, 201513
425543, team, 313249
425543, team, 469306
290933, team, 313249
303124, genre, 453262
303124, language, 201513
447759, genre, 453262
447759, language, 201513
87522, birthPlace, 280076
87522, team, 313249
159408, musicFusionGenre, 453262
159408, musicSubgenre, 12205
Question: For what reason are Breaker_High, Get_Behind_Me_Satan, and Pierre_Webó associated?
Your output must be ONLY the PATH block.
| graph_path | {
"style": "rule"
} | {
"entities": [
"Breaker_High",
"Get_Behind_Me_Satan",
"Pierre_Webó"
],
"valid_edges": [
[
"At_Folsom_Prison",
"genre",
"Blues_rock"
],
[
"At_Folsom_Prison",
"language",
"English_language"
],
[
"Baby,_Please_Don't_Go",
"genre",
"Blues_rock"
],
[
"Baby,_Please_Don't_Go",
"genre",
"Garage_rock"
],
[
"Bafoussam",
"country",
"Cameroon"
],
[
"Bertin_Tomou",
"birthPlace",
"Bafoussam"
],
[
"Bertin_Tomou",
"team",
"Cameroon_national_football_team"
],
[
"Blues",
"musicFusionGenre",
"Blues_rock"
],
[
"Blues_Funeral",
"genre",
"Blues_rock"
],
[
"Blues_Funeral",
"language",
"English_language"
],
[
"Blues_rock",
"derivative",
"Garage_rock"
],
[
"Blues_rock",
"instrument",
"Bass_guitar"
],
[
"Blues_rock",
"instrument",
"Harmonica"
],
[
"Blues_rock",
"musicFusionGenre",
"Punk_blues"
],
[
"Blues_rock",
"stylisticOrigin",
"Blues"
],
[
"Blues_rock",
"stylisticOrigin",
"Rock_and_roll"
],
[
"Breaker_High",
"language",
"English_language"
],
[
"Cameroon",
"language",
"English_language"
],
[
"Cameroon",
"officialLanguage",
"English_language"
],
[
"Can't_You_Hear_Me_Knocking",
"genre",
"Blues_rock"
],
[
"Can't_You_Hear_Me_Knocking",
"language",
"English_language"
],
[
"Dan_Auerbach",
"genre",
"Blues_rock"
],
[
"Dan_Auerbach",
"genre",
"Garage_rock"
],
[
"Garage_rock",
"derivative",
"Garage_rock"
],
[
"Garage_rock",
"derivative",
"Punk_blues"
],
[
"Garage_rock",
"instrument",
"Bass_guitar"
],
[
"Garage_rock",
"instrument",
"Harmonica"
],
[
"Garage_rock",
"stylisticOrigin",
"Blues"
],
[
"Garage_rock",
"stylisticOrigin",
"Rock_and_roll"
],
[
"Geremi_Njitap",
"birthPlace",
"Bafoussam"
],
[
"Geremi_Njitap",
"team",
"Cameroon_national_football_team"
],
[
"Get_Behind_Me_Satan",
"genre",
"Blues_rock"
],
[
"Get_Behind_Me_Satan",
"genre",
"Garage_rock"
],
[
"Gustave_Bebbe",
"team",
"Cameroon_national_football_team"
],
[
"Gustave_Bebbe",
"team",
"İstanbul_Başakşehir_F.K."
],
[
"Hervé_Tum",
"team",
"Cameroon_national_football_team"
],
[
"Hervé_Tum",
"team",
"İstanbul_Başakşehir_F.K."
],
[
"Justice_Wamfor",
"birthPlace",
"Bafoussam"
],
[
"Justice_Wamfor",
"team",
"Cameroon_national_football_team"
],
[
"Landry_N'Guémo",
"team",
"Cameroon_national_football_team"
],
[
"List_of_Turkish_football_transfers_summer_2015",
"currentMember",
"Landry_N'Guémo"
],
[
"List_of_Turkish_football_transfers_summer_2015",
"currentMember",
"Pierre_Webó"
],
[
"List_of_Turkish_football_transfers_summer_2015",
"currentMember",
"Samuel_Eto'o"
],
[
"List_of_Turkish_football_transfers_summer_2015",
"currentMember",
"Stéphane_Mbia"
],
[
"Live_at_The_Moore",
"genre",
"Blues_rock"
],
[
"Live_at_The_Moore",
"language",
"English_language"
],
[
"Mattias_Hellberg",
"genre",
"Blues_rock"
],
[
"Mattias_Hellberg",
"genre",
"Garage_rock"
],
[
"Mr._Wonderful_(Fleetwood_Mac_album)",
"genre",
"Blues_rock"
],
[
"Mr._Wonderful_(Fleetwood_Mac_album)",
"language",
"English_language"
],
[
"Ode_to_John_Law",
"genre",
"Blues_rock"
],
[
"Ode_to_John_Law",
"language",
"English_language"
],
[
"Ooh_La_La_(Faces_album)",
"genre",
"Blues_rock"
],
[
"Ooh_La_La_(Faces_album)",
"language",
"English_language"
],
[
"Pierre_Webó",
"birthPlace",
"Bafoussam"
],
[
"Pierre_Webó",
"team",
"Cameroon_national_football_team"
],
[
"Pierre_Webó",
"team",
"RCD_Mallorca"
],
[
"Pierre_Webó",
"team",
"İstanbul_Başakşehir_F.K."
],
[
"Punk_blues",
"stylisticOrigin",
"Blues_rock"
],
[
"Punk_blues",
"stylisticOrigin",
"Garage_rock"
],
[
"Rock_and_roll",
"musicFusionGenre",
"Blues_rock"
],
[
"Rock_and_roll",
"musicSubgenre",
"Garage_rock"
],
[
"Rock_music_of_West_Bengal",
"musicFusionGenre",
"Blues_rock"
],
[
"Rock_music_of_West_Bengal",
"musicSubgenre",
"Garage_rock"
],
[
"Rocky_Mountain_Way_(song)",
"genre",
"Blues_rock"
],
[
"Rocky_Mountain_Way_(song)",
"language",
"English_language"
],
[
"Samuel_Eto'o",
"team",
"Cameroon_national_football_team"
],
[
"Samuel_Eto'o",
"team",
"RCD_Mallorca"
],
[
"Stéphane_Mbia",
"team",
"Cameroon_national_football_team"
],
[
"The_Crave",
"genre",
"Blues_rock"
],
[
"The_Crave",
"language",
"English_language"
],
[
"The_Rolling_Stones_Rock_and_Roll_Circus_(album)",
"genre",
"Blues_rock"
],
[
"The_Rolling_Stones_Rock_and_Roll_Circus_(album)",
"language",
"English_language"
],
[
"Thierry_Gathuessi",
"birthPlace",
"Bafoussam"
],
[
"Thierry_Gathuessi",
"team",
"Cameroon_national_football_team"
],
[
"Wagnerian_rock",
"musicFusionGenre",
"Blues_rock"
],
[
"Wagnerian_rock",
"musicSubgenre",
"Garage_rock"
]
]
} |
dbpedia500 |
You are given a directed graph as two CSV-like sections in this order:
1) Node table (header included):
node_id, node_attr
2) Edge table (header included):
src, edge_attr, dst
Task
- Use ONLY edges from the Edge table to answer the question by outputting a path.
- When printing each edge, replace IDs with the exact node_attr from the Node table.
- Output MUST be text triples, not numeric IDs.
Output format (STRICT — no extra text):
PATH:
("subject"|predicate|"object")
...
END
Rules
- Use only listed edges; do NOT invent edges.
- Map IDs → node_attr; preserve node_attr exactly.
- Output NOTHING outside the PATH block.
- If no path exists, output exactly:
PATH:
END
Graph:
node_id, node_attr
208285, Aeolidia
402925, Angus_Fulton
228047, Animal
221665, Artem_Chigvintsev
325183, Badri_Patarkatsishvili
458473, Boris_Balinsky
275893, Boris_Berezovsky_(businessman)
34959, Charles_Inglis_(engineer)
220335, Charles_Sutherland_Elton
291917, Ian_Liddell
48886, Ilya_Segalovich
409954, Institution_of_Civil_Engineers
255606, Jack_Dishel
358687, John_B._Balinsky
407125, Konstantin_Novoselov
157496, London
44486, Maurice_Fitzmaurice
463218, Moscow
307449, Pasha_Kovalev
75366, Philip_Donoghue
152068, Regina_Spektor
327456, Richard_Marner
104942, Roman_Abramovich
327563, Soviet_Union
161732, Tamar_Beruchashvili
159833, Thomas_Paton
460094, United_Kingdom
441445, William_George_Nicholson_Geddes
228142, Yevgeniy_Yevstigneyev
src, edge_attr, dst
208285, kingdom, 228047
402925, institution, 409954
402925, nationality, 460094
221665, birthPlace, 327563
221665, residence, 460094
325183, birthPlace, 327563
325183, deathPlace, 460094
458473, citizenship, 327563
458473, residence, 327563
458473, residence, 460094
275893, birthPlace, 327563
275893, deathPlace, 460094
275893, restingPlace, 460094
34959, birthPlace, 460094
34959, deathPlace, 460094
34959, institution, 409954
220335, field, 228047
220335, nationality, 460094
291917, education, 460094
291917, institution, 409954
48886, birthPlace, 327563
48886, deathPlace, 460094
409954, headquarter, 157496
255606, associatedBand, 255606
255606, associatedBand, 152068
255606, associatedMusicalArtist, 255606
255606, associatedMusicalArtist, 152068
255606, birthPlace, 327563
358687, citizenship, 327563
358687, residence, 327563
358687, residence, 460094
407125, birthPlace, 327563
407125, nationality, 460094
157496, country, 460094
44486, deathPlace, 460094
44486, institution, 409954
307449, birthPlace, 327563
307449, residence, 460094
75366, field, 228047
75366, nationality, 460094
152068, associatedBand, 255606
152068, associatedMusicalArtist, 255606
152068, birthPlace, 463218
152068, birthPlace, 327563
327456, birthPlace, 327563
327456, deathPlace, 460094
104942, birthPlace, 327563
104942, residence, 460094
327563, capital, 463218
327563, largestCity, 463218
161732, birthPlace, 327563
161732, country, 460094
159833, institution, 409954
159833, nationality, 460094
460094, capital, 157496
441445, citizenship, 460094
441445, institution, 409954
228142, birthPlace, 327563
228142, deathPlace, 460094
Question: How are Aeolidia, Jack_Dishel, and Thomas_Paton related?
Your output must be ONLY the PATH block.
| graph_path | {
"style": "rule"
} | {
"entities": [
"Aeolidia",
"Jack_Dishel",
"Thomas_Paton"
],
"valid_edges": [
[
"Aeolidia",
"kingdom",
"Animal"
],
[
"Angus_Fulton",
"institution",
"Institution_of_Civil_Engineers"
],
[
"Angus_Fulton",
"nationality",
"United_Kingdom"
],
[
"Artem_Chigvintsev",
"birthPlace",
"Soviet_Union"
],
[
"Artem_Chigvintsev",
"residence",
"United_Kingdom"
],
[
"Badri_Patarkatsishvili",
"birthPlace",
"Soviet_Union"
],
[
"Badri_Patarkatsishvili",
"deathPlace",
"United_Kingdom"
],
[
"Boris_Balinsky",
"citizenship",
"Soviet_Union"
],
[
"Boris_Balinsky",
"residence",
"Soviet_Union"
],
[
"Boris_Balinsky",
"residence",
"United_Kingdom"
],
[
"Boris_Berezovsky_(businessman)",
"birthPlace",
"Soviet_Union"
],
[
"Boris_Berezovsky_(businessman)",
"deathPlace",
"United_Kingdom"
],
[
"Boris_Berezovsky_(businessman)",
"restingPlace",
"United_Kingdom"
],
[
"Charles_Inglis_(engineer)",
"birthPlace",
"United_Kingdom"
],
[
"Charles_Inglis_(engineer)",
"deathPlace",
"United_Kingdom"
],
[
"Charles_Inglis_(engineer)",
"institution",
"Institution_of_Civil_Engineers"
],
[
"Charles_Sutherland_Elton",
"field",
"Animal"
],
[
"Charles_Sutherland_Elton",
"nationality",
"United_Kingdom"
],
[
"Ian_Liddell",
"education",
"United_Kingdom"
],
[
"Ian_Liddell",
"institution",
"Institution_of_Civil_Engineers"
],
[
"Ilya_Segalovich",
"birthPlace",
"Soviet_Union"
],
[
"Ilya_Segalovich",
"deathPlace",
"United_Kingdom"
],
[
"Institution_of_Civil_Engineers",
"headquarter",
"London"
],
[
"Jack_Dishel",
"associatedBand",
"Jack_Dishel"
],
[
"Jack_Dishel",
"associatedBand",
"Regina_Spektor"
],
[
"Jack_Dishel",
"associatedMusicalArtist",
"Jack_Dishel"
],
[
"Jack_Dishel",
"associatedMusicalArtist",
"Regina_Spektor"
],
[
"Jack_Dishel",
"birthPlace",
"Soviet_Union"
],
[
"John_B._Balinsky",
"citizenship",
"Soviet_Union"
],
[
"John_B._Balinsky",
"residence",
"Soviet_Union"
],
[
"John_B._Balinsky",
"residence",
"United_Kingdom"
],
[
"Konstantin_Novoselov",
"birthPlace",
"Soviet_Union"
],
[
"Konstantin_Novoselov",
"nationality",
"United_Kingdom"
],
[
"London",
"country",
"United_Kingdom"
],
[
"Maurice_Fitzmaurice",
"deathPlace",
"United_Kingdom"
],
[
"Maurice_Fitzmaurice",
"institution",
"Institution_of_Civil_Engineers"
],
[
"Pasha_Kovalev",
"birthPlace",
"Soviet_Union"
],
[
"Pasha_Kovalev",
"residence",
"United_Kingdom"
],
[
"Philip_Donoghue",
"field",
"Animal"
],
[
"Philip_Donoghue",
"nationality",
"United_Kingdom"
],
[
"Regina_Spektor",
"associatedBand",
"Jack_Dishel"
],
[
"Regina_Spektor",
"associatedMusicalArtist",
"Jack_Dishel"
],
[
"Regina_Spektor",
"birthPlace",
"Moscow"
],
[
"Regina_Spektor",
"birthPlace",
"Soviet_Union"
],
[
"Richard_Marner",
"birthPlace",
"Soviet_Union"
],
[
"Richard_Marner",
"deathPlace",
"United_Kingdom"
],
[
"Roman_Abramovich",
"birthPlace",
"Soviet_Union"
],
[
"Roman_Abramovich",
"residence",
"United_Kingdom"
],
[
"Soviet_Union",
"capital",
"Moscow"
],
[
"Soviet_Union",
"largestCity",
"Moscow"
],
[
"Tamar_Beruchashvili",
"birthPlace",
"Soviet_Union"
],
[
"Tamar_Beruchashvili",
"country",
"United_Kingdom"
],
[
"Thomas_Paton",
"institution",
"Institution_of_Civil_Engineers"
],
[
"Thomas_Paton",
"nationality",
"United_Kingdom"
],
[
"United_Kingdom",
"capital",
"London"
],
[
"William_George_Nicholson_Geddes",
"citizenship",
"United_Kingdom"
],
[
"William_George_Nicholson_Geddes",
"institution",
"Institution_of_Civil_Engineers"
],
[
"Yevgeniy_Yevstigneyev",
"birthPlace",
"Soviet_Union"
],
[
"Yevgeniy_Yevstigneyev",
"deathPlace",
"United_Kingdom"
]
]
} |
dbpedia500 |
You are given a directed graph as two CSV-like sections in this order:
1) Node table (header included):
node_id, node_attr
2) Edge table (header included):
src, edge_attr, dst
Task
- Use ONLY edges from the Edge table to answer the question by outputting a path.
- When printing each edge, replace IDs with the exact node_attr from the Node table.
- Output MUST be text triples, not numeric IDs.
Output format (STRICT — no extra text):
PATH:
("subject"|predicate|"object")
...
END
Rules
- Use only listed edges; do NOT invent edges.
- Map IDs → node_attr; preserve node_attr exactly.
- Output NOTHING outside the PATH block.
- If no path exists, output exactly:
PATH:
END
Graph:
node_id, node_attr
162792, Angelic_Upstarts
93292, Ari_Up
453913, Beatsteaks
440197, Bela_B.
137431, Campino_(singer)
102375, Casper_(rapper)
358807, Coup_d'Etat_(Plasmatics_album)
129269, Cryptocarya
66504, Die_Goldenen_Zitronen
141964, Die_Toten_Hosen
114954, Die_Ärzte
262821, Do_It_(Rollins_Band_album)
309887, Donots
175795, Feeling_B
148732, First_Arsch
302325, Germany
160463, Gina_V._D'Orio
86827, Guano_Apes
303408, Jeff_Dahl
476506, Jennifer_Rostock
410655, K+S
258095, Launched
278803, Lehrgeschwader_1
48046, Little_Teddy_Recordings
47143, Living_Targets
432866, Lollapalooza
485703, Marcus_Wiebusch
289675, Mignon_(musician)
288115, Plant
388661, Punk_rock
246956, Redfield_Records
246426, Saki_Kaskas
424741, Saltatio_Mortis
169818, Smack_Smash
307958, The_Inchtabokatables
200464, Wizo
426699, Your_Choice_Records
src, edge_attr, dst
162792, genre, 388661
93292, birthPlace, 302325
93292, genre, 388661
453913, genre, 388661
453913, hometown, 302325
440197, birthPlace, 302325
440197, genre, 388661
440197, hometown, 302325
137431, birthPlace, 302325
137431, genre, 388661
102375, birthPlace, 302325
102375, genre, 388661
358807, genre, 388661
358807, recordedIn, 302325
129269, kingdom, 288115
66504, genre, 388661
66504, hometown, 302325
141964, genre, 388661
141964, hometown, 302325
114954, genre, 388661
114954, hometown, 302325
262821, genre, 388661
262821, recordedIn, 302325
309887, genre, 388661
309887, hometown, 302325
175795, genre, 388661
175795, hometown, 302325
148732, genre, 388661
148732, hometown, 302325
160463, genre, 388661
160463, hometown, 302325
86827, genre, 388661
86827, hometown, 302325
303408, genre, 388661
303408, hometown, 302325
476506, genre, 388661
476506, hometown, 302325
410655, location, 302325
410655, product, 288115
258095, genre, 388661
258095, recordedIn, 302325
278803, country, 302325
48046, country, 302325
48046, genre, 388661
47143, genre, 388661
47143, recordedIn, 302325
432866, genre, 388661
432866, location, 302325
485703, genre, 388661
485703, hometown, 302325
289675, genre, 388661
289675, hometown, 302325
246956, country, 302325
246956, genre, 388661
246426, birthPlace, 302325
246426, genre, 388661
424741, genre, 388661
424741, hometown, 302325
169818, genre, 388661
169818, recordedIn, 302325
307958, genre, 388661
307958, hometown, 302325
200464, genre, 388661
200464, hometown, 302325
426699, country, 302325
426699, genre, 388661
Question: How are Angelic_Upstarts, Cryptocarya, and Lehrgeschwader_1 related?
Your output must be ONLY the PATH block.
| graph_path | {
"style": "rule"
} | {
"entities": [
"Angelic_Upstarts",
"Cryptocarya",
"Lehrgeschwader_1"
],
"valid_edges": [
[
"Angelic_Upstarts",
"genre",
"Punk_rock"
],
[
"Ari_Up",
"birthPlace",
"Germany"
],
[
"Ari_Up",
"genre",
"Punk_rock"
],
[
"Beatsteaks",
"genre",
"Punk_rock"
],
[
"Beatsteaks",
"hometown",
"Germany"
],
[
"Bela_B.",
"birthPlace",
"Germany"
],
[
"Bela_B.",
"genre",
"Punk_rock"
],
[
"Bela_B.",
"hometown",
"Germany"
],
[
"Campino_(singer)",
"birthPlace",
"Germany"
],
[
"Campino_(singer)",
"genre",
"Punk_rock"
],
[
"Casper_(rapper)",
"birthPlace",
"Germany"
],
[
"Casper_(rapper)",
"genre",
"Punk_rock"
],
[
"Coup_d'Etat_(Plasmatics_album)",
"genre",
"Punk_rock"
],
[
"Coup_d'Etat_(Plasmatics_album)",
"recordedIn",
"Germany"
],
[
"Cryptocarya",
"kingdom",
"Plant"
],
[
"Die_Goldenen_Zitronen",
"genre",
"Punk_rock"
],
[
"Die_Goldenen_Zitronen",
"hometown",
"Germany"
],
[
"Die_Toten_Hosen",
"genre",
"Punk_rock"
],
[
"Die_Toten_Hosen",
"hometown",
"Germany"
],
[
"Die_Ärzte",
"genre",
"Punk_rock"
],
[
"Die_Ärzte",
"hometown",
"Germany"
],
[
"Do_It_(Rollins_Band_album)",
"genre",
"Punk_rock"
],
[
"Do_It_(Rollins_Band_album)",
"recordedIn",
"Germany"
],
[
"Donots",
"genre",
"Punk_rock"
],
[
"Donots",
"hometown",
"Germany"
],
[
"Feeling_B",
"genre",
"Punk_rock"
],
[
"Feeling_B",
"hometown",
"Germany"
],
[
"First_Arsch",
"genre",
"Punk_rock"
],
[
"First_Arsch",
"hometown",
"Germany"
],
[
"Gina_V._D'Orio",
"genre",
"Punk_rock"
],
[
"Gina_V._D'Orio",
"hometown",
"Germany"
],
[
"Guano_Apes",
"genre",
"Punk_rock"
],
[
"Guano_Apes",
"hometown",
"Germany"
],
[
"Jeff_Dahl",
"genre",
"Punk_rock"
],
[
"Jeff_Dahl",
"hometown",
"Germany"
],
[
"Jennifer_Rostock",
"genre",
"Punk_rock"
],
[
"Jennifer_Rostock",
"hometown",
"Germany"
],
[
"K+S",
"location",
"Germany"
],
[
"K+S",
"product",
"Plant"
],
[
"Launched",
"genre",
"Punk_rock"
],
[
"Launched",
"recordedIn",
"Germany"
],
[
"Lehrgeschwader_1",
"country",
"Germany"
],
[
"Little_Teddy_Recordings",
"country",
"Germany"
],
[
"Little_Teddy_Recordings",
"genre",
"Punk_rock"
],
[
"Living_Targets",
"genre",
"Punk_rock"
],
[
"Living_Targets",
"recordedIn",
"Germany"
],
[
"Lollapalooza",
"genre",
"Punk_rock"
],
[
"Lollapalooza",
"location",
"Germany"
],
[
"Marcus_Wiebusch",
"genre",
"Punk_rock"
],
[
"Marcus_Wiebusch",
"hometown",
"Germany"
],
[
"Mignon_(musician)",
"genre",
"Punk_rock"
],
[
"Mignon_(musician)",
"hometown",
"Germany"
],
[
"Redfield_Records",
"country",
"Germany"
],
[
"Redfield_Records",
"genre",
"Punk_rock"
],
[
"Saki_Kaskas",
"birthPlace",
"Germany"
],
[
"Saki_Kaskas",
"genre",
"Punk_rock"
],
[
"Saltatio_Mortis",
"genre",
"Punk_rock"
],
[
"Saltatio_Mortis",
"hometown",
"Germany"
],
[
"Smack_Smash",
"genre",
"Punk_rock"
],
[
"Smack_Smash",
"recordedIn",
"Germany"
],
[
"The_Inchtabokatables",
"genre",
"Punk_rock"
],
[
"The_Inchtabokatables",
"hometown",
"Germany"
],
[
"Wizo",
"genre",
"Punk_rock"
],
[
"Wizo",
"hometown",
"Germany"
],
[
"Your_Choice_Records",
"country",
"Germany"
],
[
"Your_Choice_Records",
"genre",
"Punk_rock"
]
]
} |
dbpedia500 |
You are given a directed graph as two CSV-like sections in this order:
1) Node table (header included):
node_id, node_attr
2) Edge table (header included):
src, edge_attr, dst
Task
- Use ONLY edges from the Edge table to answer the question by outputting a path.
- When printing each edge, replace IDs with the exact node_attr from the Node table.
- Output MUST be text triples, not numeric IDs.
Output format (STRICT — no extra text):
PATH:
("subject"|predicate|"object")
...
END
Rules
- Use only listed edges; do NOT invent edges.
- Map IDs → node_attr; preserve node_attr exactly.
- Output NOTHING outside the PATH block.
- If no path exists, output exactly:
PATH:
END
Graph:
node_id, node_attr
8447, 3D_Friends
104749, Abraham_Quintanilla,_Jr.
15338, Abu_Ammaar_Yasir_Qadhi
42353, Albert_Bel_Fay
346644, Ambient_music
351566, Amp_(band)
87364, Andy_Gullahorn
281586, Anthony_Evans_(singer)
45692, Auburn_Lull
163205, Audrey_Napoleon
49278, Austan_Goolsbee
11711, Balmorhea_(band)
197263, Barbara_Pierce_Bush
519, Batcat
126476, Bedhead_(band)
340058, Bob_Livingston_(musician)
267451, Brad_Davis_(musician)
243639, Bradford_Cox
151910, Bram_Stoker
171612, Burton_C._Bell
483754, Calvin_Russell_(musician)
450796, Cari_Q
98516, Charalambides
287686, Christoffer_Franzén
398223, Christopher_Buckley_(novelist)
325085, Chronicle_(Lights_&_Motion_album)
212511, Cyril_Hume
412754, D._Vincent_Williams
36302, Danny!
55266, David_Pajo
334961, David_Wm._Sims
371594, Dead_Cities,_Red_Seas_&_Lost_Ghosts
173647, Eileen_Wilks
478624, Elizabeth_Anka_Vajagic
291128, Elizabeth_Kostova
97572, Elmer_Kelton
475747, Emily_Elbert
168295, Emily_Jane_White
432733, Explosions_in_the_Sky
113846, Francisco_G._Cigarroa
4475, Freddie_Bruno
208410, Gail_Lavielle
74988, George_Ducas_(singer)
327195, George_H._W._Bush
362407, Georgia_Middleman
256299, Ghostwood_(band)
396768, Gordon_McLendon
333899, Greyson_Chance
30275, Hammock_(band)
408338, Hammock_Music
292902, Harriet_Schock
380214, Harry_Nyquist
464185, Have_a_Nice_Life
56144, Hayes_Carll
463890, Heaven_Taste
229748, Helotes,_Texas
380042, Hugh_Parmer
332831, J.C._Crowley
38486, Jaret_Reddick
349100, Je'kob
394325, Jefferson_At_Rest
473564, Jeremy_Michael_Ward
279819, Jesu
96920, Jillian_Edwards
316271, Jim_Post
104507, Jimmy_LaFave
389963, Joe_Ely
208788, John_B._Goodenough
282562, John_H._MacMillan
67971, John_Lefler
108870, John_Rechy
412566, Johnny_Nash
407539, Jon_DeRosa
23018, Jon_Randall
82627, Joy_Whitlock
361480, Justin_Broadrick
299662, LaTavia_Roberson
371407, Let_Us_Garlands_Bring
37059, Lift_to_Experience
205168, Lights_&_Motion
43931, Luke_Chrisinger
16336, Lymbyc_Systym
392791, M._Stanton_Evans
478342, M83_(band)
376858, Marcel_Theroux
324921, Matt_Bronleewe
336518, Matt_Wertz
478073, Maya_Bond
109124, Micah_P._Hinson
339712, Minimal_music
331830, Mitchelle'l
311426, Natalie_Frank
310404, Nathan_Hecht
310988, Novelist
490309, Offshore_(album)
7070, Omar_Rodríguez-López
197264, Patrice_Pike
176432, Patti_Dahlstrom
444473, Paula_DeAnda
192350, Pepe_Aguilar
338910, Placer_Found
101379, Pork_Recordings
82954, Post-rock
311900, R._J._Helton
200766, Reanimation_(Lights_and_Motion_album)
272941, Richard_Condon
52834, Robert_A._Lovett
281984, Rocket_Girl
215008, Rodney_Crowell
145986, Save_Your_Heart_(Lights_&_Motion_album)
298902, Saxon_Shore_(band)
114718, Seekae
60389, Shauna_Cross
376802, Sheila_Jackson_Lee
276872, Sid_Bass
430028, Singer-songwriter
246427, Sivion
332119, Sonograph_(EP)
20694, Space_rock
437063, Steve_Earle
173724, Steve_Tyrell
34084, Supermachiner
239557, Tenor_Saw
321885, Terry_Stafford
317498, Texas
214401, The_Gloria_Record
247725, The_Treatment_(album)
212231, The_Unnatural_World
266184, Thomas_Miller_(pastor)
300941, Time_of_Land
474070, Todd_Agnew
338495, Tom_E._Huff
155103, Tracy_Byrd
342202, Tunnel_Blanket
69578, Von_(album)
258001, Walt_Whitman_Rostow
3995, Yale_University
src, edge_attr, dst
8447, genre, 346644
8447, hometown, 317498
104749, hometown, 317498
104749, occupation, 430028
15338, almaMater, 3995
15338, birthPlace, 317498
15338, education, 3995
42353, almaMater, 3995
42353, residence, 317498
346644, derivative, 82954
346644, musicFusionGenre, 346644
346644, stylisticOrigin, 339712
346644, stylisticOrigin, 20694
351566, genre, 346644
351566, genre, 82954
87364, birthPlace, 317498
87364, instrument, 430028
281586, birthPlace, 317498
281586, occupation, 430028
45692, genre, 346644
45692, genre, 82954
163205, birthPlace, 317498
163205, occupation, 430028
49278, almaMater, 3995
49278, birthPlace, 317498
11711, genre, 82954
11711, hometown, 317498
197263, almaMater, 3995
197263, birthPlace, 317498
519, genre, 82954
519, recordedIn, 317498
126476, genre, 82954
126476, hometown, 317498
340058, hometown, 317498
340058, occupation, 430028
267451, hometown, 317498
267451, occupation, 430028
243639, genre, 346644
243639, occupation, 430028
151910, occupation, 310988
171612, birthPlace, 317498
171612, genre, 346644
483754, birthPlace, 317498
483754, occupation, 430028
450796, birthPlace, 317498
450796, occupation, 430028
98516, genre, 82954
98516, hometown, 317498
287686, genre, 346644
287686, genre, 82954
398223, almaMater, 3995
398223, occupation, 310988
325085, genre, 346644
325085, genre, 82954
212511, education, 3995
212511, occupation, 310988
412754, birthPlace, 317498
412754, occupation, 430028
36302, birthPlace, 317498
36302, occupation, 430028
55266, birthPlace, 317498
55266, genre, 82954
334961, birthPlace, 317498
334961, genre, 346644
334961, genre, 82954
371594, genre, 346644
371594, genre, 82954
173647, birthPlace, 317498
173647, occupation, 310988
478624, genre, 82954
478624, genre, 430028
291128, almaMater, 3995
291128, influencedBy, 151910
291128, occupation, 310988
97572, birthPlace, 317498
97572, deathPlace, 317498
97572, occupation, 310988
475747, birthPlace, 317498
475747, occupation, 430028
168295, genre, 82954
168295, occupation, 430028
432733, genre, 82954
432733, hometown, 317498
113846, almaMater, 3995
113846, birthPlace, 317498
113846, residence, 317498
4475, hometown, 317498
4475, instrument, 430028
208410, almaMater, 3995
208410, birthPlace, 317498
74988, birthPlace, 317498
74988, occupation, 430028
327195, almaMater, 3995
327195, region, 317498
327195, residence, 317498
362407, hometown, 317498
362407, occupation, 430028
256299, genre, 346644
256299, genre, 82954
396768, almaMater, 3995
396768, residence, 317498
333899, birthPlace, 317498
333899, occupation, 430028
30275, genre, 346644
30275, genre, 82954
408338, genre, 346644
408338, genre, 82954
292902, birthPlace, 317498
292902, occupation, 430028
380214, almaMater, 3995
380214, deathPlace, 317498
464185, genre, 346644
464185, genre, 82954
56144, hometown, 317498
56144, occupation, 430028
463890, genre, 346644
463890, genre, 82954
463890, genre, 430028
229748, isPartOf, 317498
380042, almaMater, 3995
380042, residence, 317498
332831, birthPlace, 317498
332831, occupation, 430028
38486, birthPlace, 317498
38486, hometown, 317498
38486, occupation, 430028
349100, birthPlace, 317498
349100, instrument, 430028
394325, genre, 346644
394325, genre, 82954
473564, genre, 346644
473564, hometown, 317498
279819, genre, 346644
279819, genre, 82954
96920, birthPlace, 317498
96920, instrument, 430028
316271, birthPlace, 317498
316271, occupation, 430028
104507, birthPlace, 317498
104507, occupation, 430028
389963, birthPlace, 317498
389963, occupation, 430028
208788, almaMater, 3995
208788, residence, 317498
282562, birthPlace, 317498
282562, education, 3995
67971, birthPlace, 317498
67971, occupation, 430028
108870, birthPlace, 317498
108870, occupation, 310988
412566, hometown, 317498
412566, occupation, 430028
407539, genre, 346644
407539, genre, 82954
407539, occupation, 430028
23018, hometown, 317498
23018, occupation, 430028
82627, hometown, 317498
82627, occupation, 430028
361480, genre, 346644
361480, occupation, 430028
299662, birthPlace, 317498
299662, occupation, 430028
371407, genre, 346644
371407, genre, 82954
37059, genre, 82954
37059, hometown, 317498
205168, genre, 346644
205168, genre, 82954
43931, genre, 346644
43931, genre, 82954
16336, genre, 346644
16336, genre, 82954
392791, almaMater, 3995
392791, birthPlace, 317498
478342, genre, 346644
478342, genre, 82954
376858, almaMater, 3995
376858, occupation, 310988
324921, birthPlace, 317498
324921, occupation, 310988
336518, birthPlace, 317498
336518, occupation, 430028
478073, hometown, 317498
478073, occupation, 430028
109124, hometown, 317498
109124, occupation, 430028
331830, birthPlace, 317498
331830, occupation, 430028
311426, birthPlace, 317498
311426, training, 3995
310404, almaMater, 3995
310404, residence, 317498
490309, genre, 346644
490309, genre, 82954
7070, genre, 82954
7070, hometown, 317498
197264, genre, 430028
197264, hometown, 317498
176432, birthPlace, 317498
176432, occupation, 430028
444473, birthPlace, 317498
444473, occupation, 430028
192350, birthPlace, 317498
192350, occupation, 430028
338910, genre, 346644
338910, genre, 82954
101379, genre, 346644
101379, genre, 82954
82954, stylisticOrigin, 346644
82954, stylisticOrigin, 339712
82954, stylisticOrigin, 20694
311900, birthPlace, 317498
311900, instrument, 430028
200766, genre, 346644
200766, genre, 82954
272941, deathPlace, 317498
272941, occupation, 310988
52834, almaMater, 3995
52834, birthPlace, 317498
281984, genre, 346644
281984, genre, 82954
215008, birthPlace, 317498
215008, occupation, 430028
145986, genre, 346644
145986, genre, 82954
298902, genre, 346644
298902, genre, 82954
114718, genre, 346644
114718, genre, 82954
60389, birthPlace, 317498
60389, occupation, 310988
376802, almaMater, 3995
376802, residence, 317498
276872, birthPlace, 317498
276872, education, 3995
246427, hometown, 317498
246427, instrument, 430028
332119, genre, 346644
332119, genre, 82954
20694, derivative, 346644
20694, derivative, 82954
437063, hometown, 317498
437063, occupation, 430028
173724, birthPlace, 317498
173724, hometown, 317498
173724, occupation, 430028
34084, genre, 346644
34084, genre, 82954
239557, deathPlace, 317498
239557, occupation, 430028
321885, deathPlace, 317498
321885, occupation, 430028
214401, genre, 82954
214401, hometown, 317498
247725, genre, 346644
247725, genre, 82954
212231, genre, 346644
212231, genre, 82954
266184, hometown, 317498
266184, occupation, 430028
300941, genre, 346644
300941, genre, 82954
474070, birthPlace, 317498
474070, occupation, 430028
338495, deathPlace, 317498
338495, occupation, 310988
155103, hometown, 317498
155103, occupation, 430028
342202, genre, 346644
342202, genre, 82954
69578, genre, 346644
69578, genre, 82954
258001, almaMater, 3995
258001, deathPlace, 317498
Question: For what reason are Elizabeth_Kostova, Heaven_Taste, and Helotes,_Texas associated?
Your output must be ONLY the PATH block.
| graph_path | {
"style": "rule"
} | {
"entities": [
"Elizabeth_Kostova",
"Heaven_Taste",
"Helotes,_Texas"
],
"valid_edges": [
[
"3D_Friends",
"genre",
"Ambient_music"
],
[
"3D_Friends",
"hometown",
"Texas"
],
[
"Abraham_Quintanilla,_Jr.",
"hometown",
"Texas"
],
[
"Abraham_Quintanilla,_Jr.",
"occupation",
"Singer-songwriter"
],
[
"Abu_Ammaar_Yasir_Qadhi",
"almaMater",
"Yale_University"
],
[
"Abu_Ammaar_Yasir_Qadhi",
"birthPlace",
"Texas"
],
[
"Abu_Ammaar_Yasir_Qadhi",
"education",
"Yale_University"
],
[
"Albert_Bel_Fay",
"almaMater",
"Yale_University"
],
[
"Albert_Bel_Fay",
"residence",
"Texas"
],
[
"Ambient_music",
"derivative",
"Post-rock"
],
[
"Ambient_music",
"musicFusionGenre",
"Ambient_music"
],
[
"Ambient_music",
"stylisticOrigin",
"Minimal_music"
],
[
"Ambient_music",
"stylisticOrigin",
"Space_rock"
],
[
"Amp_(band)",
"genre",
"Ambient_music"
],
[
"Amp_(band)",
"genre",
"Post-rock"
],
[
"Andy_Gullahorn",
"birthPlace",
"Texas"
],
[
"Andy_Gullahorn",
"instrument",
"Singer-songwriter"
],
[
"Anthony_Evans_(singer)",
"birthPlace",
"Texas"
],
[
"Anthony_Evans_(singer)",
"occupation",
"Singer-songwriter"
],
[
"Auburn_Lull",
"genre",
"Ambient_music"
],
[
"Auburn_Lull",
"genre",
"Post-rock"
],
[
"Audrey_Napoleon",
"birthPlace",
"Texas"
],
[
"Audrey_Napoleon",
"occupation",
"Singer-songwriter"
],
[
"Austan_Goolsbee",
"almaMater",
"Yale_University"
],
[
"Austan_Goolsbee",
"birthPlace",
"Texas"
],
[
"Balmorhea_(band)",
"genre",
"Post-rock"
],
[
"Balmorhea_(band)",
"hometown",
"Texas"
],
[
"Barbara_Pierce_Bush",
"almaMater",
"Yale_University"
],
[
"Barbara_Pierce_Bush",
"birthPlace",
"Texas"
],
[
"Batcat",
"genre",
"Post-rock"
],
[
"Batcat",
"recordedIn",
"Texas"
],
[
"Bedhead_(band)",
"genre",
"Post-rock"
],
[
"Bedhead_(band)",
"hometown",
"Texas"
],
[
"Bob_Livingston_(musician)",
"hometown",
"Texas"
],
[
"Bob_Livingston_(musician)",
"occupation",
"Singer-songwriter"
],
[
"Brad_Davis_(musician)",
"hometown",
"Texas"
],
[
"Brad_Davis_(musician)",
"occupation",
"Singer-songwriter"
],
[
"Bradford_Cox",
"genre",
"Ambient_music"
],
[
"Bradford_Cox",
"occupation",
"Singer-songwriter"
],
[
"Bram_Stoker",
"occupation",
"Novelist"
],
[
"Burton_C._Bell",
"birthPlace",
"Texas"
],
[
"Burton_C._Bell",
"genre",
"Ambient_music"
],
[
"Calvin_Russell_(musician)",
"birthPlace",
"Texas"
],
[
"Calvin_Russell_(musician)",
"occupation",
"Singer-songwriter"
],
[
"Cari_Q",
"birthPlace",
"Texas"
],
[
"Cari_Q",
"occupation",
"Singer-songwriter"
],
[
"Charalambides",
"genre",
"Post-rock"
],
[
"Charalambides",
"hometown",
"Texas"
],
[
"Christoffer_Franzén",
"genre",
"Ambient_music"
],
[
"Christoffer_Franzén",
"genre",
"Post-rock"
],
[
"Christopher_Buckley_(novelist)",
"almaMater",
"Yale_University"
],
[
"Christopher_Buckley_(novelist)",
"occupation",
"Novelist"
],
[
"Chronicle_(Lights_&_Motion_album)",
"genre",
"Ambient_music"
],
[
"Chronicle_(Lights_&_Motion_album)",
"genre",
"Post-rock"
],
[
"Cyril_Hume",
"education",
"Yale_University"
],
[
"Cyril_Hume",
"occupation",
"Novelist"
],
[
"D._Vincent_Williams",
"birthPlace",
"Texas"
],
[
"D._Vincent_Williams",
"occupation",
"Singer-songwriter"
],
[
"Danny!",
"birthPlace",
"Texas"
],
[
"Danny!",
"occupation",
"Singer-songwriter"
],
[
"David_Pajo",
"birthPlace",
"Texas"
],
[
"David_Pajo",
"genre",
"Post-rock"
],
[
"David_Wm._Sims",
"birthPlace",
"Texas"
],
[
"David_Wm._Sims",
"genre",
"Ambient_music"
],
[
"David_Wm._Sims",
"genre",
"Post-rock"
],
[
"Dead_Cities,_Red_Seas_&_Lost_Ghosts",
"genre",
"Ambient_music"
],
[
"Dead_Cities,_Red_Seas_&_Lost_Ghosts",
"genre",
"Post-rock"
],
[
"Eileen_Wilks",
"birthPlace",
"Texas"
],
[
"Eileen_Wilks",
"occupation",
"Novelist"
],
[
"Elizabeth_Anka_Vajagic",
"genre",
"Post-rock"
],
[
"Elizabeth_Anka_Vajagic",
"genre",
"Singer-songwriter"
],
[
"Elizabeth_Kostova",
"almaMater",
"Yale_University"
],
[
"Elizabeth_Kostova",
"influencedBy",
"Bram_Stoker"
],
[
"Elizabeth_Kostova",
"occupation",
"Novelist"
],
[
"Elmer_Kelton",
"birthPlace",
"Texas"
],
[
"Elmer_Kelton",
"deathPlace",
"Texas"
],
[
"Elmer_Kelton",
"occupation",
"Novelist"
],
[
"Emily_Elbert",
"birthPlace",
"Texas"
],
[
"Emily_Elbert",
"occupation",
"Singer-songwriter"
],
[
"Emily_Jane_White",
"genre",
"Post-rock"
],
[
"Emily_Jane_White",
"occupation",
"Singer-songwriter"
],
[
"Explosions_in_the_Sky",
"genre",
"Post-rock"
],
[
"Explosions_in_the_Sky",
"hometown",
"Texas"
],
[
"Francisco_G._Cigarroa",
"almaMater",
"Yale_University"
],
[
"Francisco_G._Cigarroa",
"birthPlace",
"Texas"
],
[
"Francisco_G._Cigarroa",
"residence",
"Texas"
],
[
"Freddie_Bruno",
"hometown",
"Texas"
],
[
"Freddie_Bruno",
"instrument",
"Singer-songwriter"
],
[
"Gail_Lavielle",
"almaMater",
"Yale_University"
],
[
"Gail_Lavielle",
"birthPlace",
"Texas"
],
[
"George_Ducas_(singer)",
"birthPlace",
"Texas"
],
[
"George_Ducas_(singer)",
"occupation",
"Singer-songwriter"
],
[
"George_H._W._Bush",
"almaMater",
"Yale_University"
],
[
"George_H._W._Bush",
"region",
"Texas"
],
[
"George_H._W._Bush",
"residence",
"Texas"
],
[
"Georgia_Middleman",
"hometown",
"Texas"
],
[
"Georgia_Middleman",
"occupation",
"Singer-songwriter"
],
[
"Ghostwood_(band)",
"genre",
"Ambient_music"
],
[
"Ghostwood_(band)",
"genre",
"Post-rock"
],
[
"Gordon_McLendon",
"almaMater",
"Yale_University"
],
[
"Gordon_McLendon",
"residence",
"Texas"
],
[
"Greyson_Chance",
"birthPlace",
"Texas"
],
[
"Greyson_Chance",
"occupation",
"Singer-songwriter"
],
[
"Hammock_(band)",
"genre",
"Ambient_music"
],
[
"Hammock_(band)",
"genre",
"Post-rock"
],
[
"Hammock_Music",
"genre",
"Ambient_music"
],
[
"Hammock_Music",
"genre",
"Post-rock"
],
[
"Harriet_Schock",
"birthPlace",
"Texas"
],
[
"Harriet_Schock",
"occupation",
"Singer-songwriter"
],
[
"Harry_Nyquist",
"almaMater",
"Yale_University"
],
[
"Harry_Nyquist",
"deathPlace",
"Texas"
],
[
"Have_a_Nice_Life",
"genre",
"Ambient_music"
],
[
"Have_a_Nice_Life",
"genre",
"Post-rock"
],
[
"Hayes_Carll",
"hometown",
"Texas"
],
[
"Hayes_Carll",
"occupation",
"Singer-songwriter"
],
[
"Heaven_Taste",
"genre",
"Ambient_music"
],
[
"Heaven_Taste",
"genre",
"Post-rock"
],
[
"Heaven_Taste",
"genre",
"Singer-songwriter"
],
[
"Helotes,_Texas",
"isPartOf",
"Texas"
],
[
"Hugh_Parmer",
"almaMater",
"Yale_University"
],
[
"Hugh_Parmer",
"residence",
"Texas"
],
[
"J.C._Crowley",
"birthPlace",
"Texas"
],
[
"J.C._Crowley",
"occupation",
"Singer-songwriter"
],
[
"Jaret_Reddick",
"birthPlace",
"Texas"
],
[
"Jaret_Reddick",
"hometown",
"Texas"
],
[
"Jaret_Reddick",
"occupation",
"Singer-songwriter"
],
[
"Je'kob",
"birthPlace",
"Texas"
],
[
"Je'kob",
"instrument",
"Singer-songwriter"
],
[
"Jefferson_At_Rest",
"genre",
"Ambient_music"
],
[
"Jefferson_At_Rest",
"genre",
"Post-rock"
],
[
"Jeremy_Michael_Ward",
"genre",
"Ambient_music"
],
[
"Jeremy_Michael_Ward",
"hometown",
"Texas"
],
[
"Jesu",
"genre",
"Ambient_music"
],
[
"Jesu",
"genre",
"Post-rock"
],
[
"Jillian_Edwards",
"birthPlace",
"Texas"
],
[
"Jillian_Edwards",
"instrument",
"Singer-songwriter"
],
[
"Jim_Post",
"birthPlace",
"Texas"
],
[
"Jim_Post",
"occupation",
"Singer-songwriter"
],
[
"Jimmy_LaFave",
"birthPlace",
"Texas"
],
[
"Jimmy_LaFave",
"occupation",
"Singer-songwriter"
],
[
"Joe_Ely",
"birthPlace",
"Texas"
],
[
"Joe_Ely",
"occupation",
"Singer-songwriter"
],
[
"John_B._Goodenough",
"almaMater",
"Yale_University"
],
[
"John_B._Goodenough",
"residence",
"Texas"
],
[
"John_H._MacMillan",
"birthPlace",
"Texas"
],
[
"John_H._MacMillan",
"education",
"Yale_University"
],
[
"John_Lefler",
"birthPlace",
"Texas"
],
[
"John_Lefler",
"occupation",
"Singer-songwriter"
],
[
"John_Rechy",
"birthPlace",
"Texas"
],
[
"John_Rechy",
"occupation",
"Novelist"
],
[
"Johnny_Nash",
"hometown",
"Texas"
],
[
"Johnny_Nash",
"occupation",
"Singer-songwriter"
],
[
"Jon_DeRosa",
"genre",
"Ambient_music"
],
[
"Jon_DeRosa",
"genre",
"Post-rock"
],
[
"Jon_DeRosa",
"occupation",
"Singer-songwriter"
],
[
"Jon_Randall",
"hometown",
"Texas"
],
[
"Jon_Randall",
"occupation",
"Singer-songwriter"
],
[
"Joy_Whitlock",
"hometown",
"Texas"
],
[
"Joy_Whitlock",
"occupation",
"Singer-songwriter"
],
[
"Justin_Broadrick",
"genre",
"Ambient_music"
],
[
"Justin_Broadrick",
"occupation",
"Singer-songwriter"
],
[
"LaTavia_Roberson",
"birthPlace",
"Texas"
],
[
"LaTavia_Roberson",
"occupation",
"Singer-songwriter"
],
[
"Let_Us_Garlands_Bring",
"genre",
"Ambient_music"
],
[
"Let_Us_Garlands_Bring",
"genre",
"Post-rock"
],
[
"Lift_to_Experience",
"genre",
"Post-rock"
],
[
"Lift_to_Experience",
"hometown",
"Texas"
],
[
"Lights_&_Motion",
"genre",
"Ambient_music"
],
[
"Lights_&_Motion",
"genre",
"Post-rock"
],
[
"Luke_Chrisinger",
"genre",
"Ambient_music"
],
[
"Luke_Chrisinger",
"genre",
"Post-rock"
],
[
"Lymbyc_Systym",
"genre",
"Ambient_music"
],
[
"Lymbyc_Systym",
"genre",
"Post-rock"
],
[
"M._Stanton_Evans",
"almaMater",
"Yale_University"
],
[
"M._Stanton_Evans",
"birthPlace",
"Texas"
],
[
"M83_(band)",
"genre",
"Ambient_music"
],
[
"M83_(band)",
"genre",
"Post-rock"
],
[
"Marcel_Theroux",
"almaMater",
"Yale_University"
],
[
"Marcel_Theroux",
"occupation",
"Novelist"
],
[
"Matt_Bronleewe",
"birthPlace",
"Texas"
],
[
"Matt_Bronleewe",
"occupation",
"Novelist"
],
[
"Matt_Wertz",
"birthPlace",
"Texas"
],
[
"Matt_Wertz",
"occupation",
"Singer-songwriter"
],
[
"Maya_Bond",
"hometown",
"Texas"
],
[
"Maya_Bond",
"occupation",
"Singer-songwriter"
],
[
"Micah_P._Hinson",
"hometown",
"Texas"
],
[
"Micah_P._Hinson",
"occupation",
"Singer-songwriter"
],
[
"Mitchelle'l",
"birthPlace",
"Texas"
],
[
"Mitchelle'l",
"occupation",
"Singer-songwriter"
],
[
"Natalie_Frank",
"birthPlace",
"Texas"
],
[
"Natalie_Frank",
"training",
"Yale_University"
],
[
"Nathan_Hecht",
"almaMater",
"Yale_University"
],
[
"Nathan_Hecht",
"residence",
"Texas"
],
[
"Offshore_(album)",
"genre",
"Ambient_music"
],
[
"Offshore_(album)",
"genre",
"Post-rock"
],
[
"Omar_Rodríguez-López",
"genre",
"Post-rock"
],
[
"Omar_Rodríguez-López",
"hometown",
"Texas"
],
[
"Patrice_Pike",
"genre",
"Singer-songwriter"
],
[
"Patrice_Pike",
"hometown",
"Texas"
],
[
"Patti_Dahlstrom",
"birthPlace",
"Texas"
],
[
"Patti_Dahlstrom",
"occupation",
"Singer-songwriter"
],
[
"Paula_DeAnda",
"birthPlace",
"Texas"
],
[
"Paula_DeAnda",
"occupation",
"Singer-songwriter"
],
[
"Pepe_Aguilar",
"birthPlace",
"Texas"
],
[
"Pepe_Aguilar",
"occupation",
"Singer-songwriter"
],
[
"Placer_Found",
"genre",
"Ambient_music"
],
[
"Placer_Found",
"genre",
"Post-rock"
],
[
"Pork_Recordings",
"genre",
"Ambient_music"
],
[
"Pork_Recordings",
"genre",
"Post-rock"
],
[
"Post-rock",
"stylisticOrigin",
"Ambient_music"
],
[
"Post-rock",
"stylisticOrigin",
"Minimal_music"
],
[
"Post-rock",
"stylisticOrigin",
"Space_rock"
],
[
"R._J._Helton",
"birthPlace",
"Texas"
],
[
"R._J._Helton",
"instrument",
"Singer-songwriter"
],
[
"Reanimation_(Lights_and_Motion_album)",
"genre",
"Ambient_music"
],
[
"Reanimation_(Lights_and_Motion_album)",
"genre",
"Post-rock"
],
[
"Richard_Condon",
"deathPlace",
"Texas"
],
[
"Richard_Condon",
"occupation",
"Novelist"
],
[
"Robert_A._Lovett",
"almaMater",
"Yale_University"
],
[
"Robert_A._Lovett",
"birthPlace",
"Texas"
],
[
"Rocket_Girl",
"genre",
"Ambient_music"
],
[
"Rocket_Girl",
"genre",
"Post-rock"
],
[
"Rodney_Crowell",
"birthPlace",
"Texas"
],
[
"Rodney_Crowell",
"occupation",
"Singer-songwriter"
],
[
"Save_Your_Heart_(Lights_&_Motion_album)",
"genre",
"Ambient_music"
],
[
"Save_Your_Heart_(Lights_&_Motion_album)",
"genre",
"Post-rock"
],
[
"Saxon_Shore_(band)",
"genre",
"Ambient_music"
],
[
"Saxon_Shore_(band)",
"genre",
"Post-rock"
],
[
"Seekae",
"genre",
"Ambient_music"
],
[
"Seekae",
"genre",
"Post-rock"
],
[
"Shauna_Cross",
"birthPlace",
"Texas"
],
[
"Shauna_Cross",
"occupation",
"Novelist"
],
[
"Sheila_Jackson_Lee",
"almaMater",
"Yale_University"
],
[
"Sheila_Jackson_Lee",
"residence",
"Texas"
],
[
"Sid_Bass",
"birthPlace",
"Texas"
],
[
"Sid_Bass",
"education",
"Yale_University"
],
[
"Sivion",
"hometown",
"Texas"
],
[
"Sivion",
"instrument",
"Singer-songwriter"
],
[
"Sonograph_(EP)",
"genre",
"Ambient_music"
],
[
"Sonograph_(EP)",
"genre",
"Post-rock"
],
[
"Space_rock",
"derivative",
"Ambient_music"
],
[
"Space_rock",
"derivative",
"Post-rock"
],
[
"Steve_Earle",
"hometown",
"Texas"
],
[
"Steve_Earle",
"occupation",
"Singer-songwriter"
],
[
"Steve_Tyrell",
"birthPlace",
"Texas"
],
[
"Steve_Tyrell",
"hometown",
"Texas"
],
[
"Steve_Tyrell",
"occupation",
"Singer-songwriter"
],
[
"Supermachiner",
"genre",
"Ambient_music"
],
[
"Supermachiner",
"genre",
"Post-rock"
],
[
"Tenor_Saw",
"deathPlace",
"Texas"
],
[
"Tenor_Saw",
"occupation",
"Singer-songwriter"
],
[
"Terry_Stafford",
"deathPlace",
"Texas"
],
[
"Terry_Stafford",
"occupation",
"Singer-songwriter"
],
[
"The_Gloria_Record",
"genre",
"Post-rock"
],
[
"The_Gloria_Record",
"hometown",
"Texas"
],
[
"The_Treatment_(album)",
"genre",
"Ambient_music"
],
[
"The_Treatment_(album)",
"genre",
"Post-rock"
],
[
"The_Unnatural_World",
"genre",
"Ambient_music"
],
[
"The_Unnatural_World",
"genre",
"Post-rock"
],
[
"Thomas_Miller_(pastor)",
"hometown",
"Texas"
],
[
"Thomas_Miller_(pastor)",
"occupation",
"Singer-songwriter"
],
[
"Time_of_Land",
"genre",
"Ambient_music"
],
[
"Time_of_Land",
"genre",
"Post-rock"
],
[
"Todd_Agnew",
"birthPlace",
"Texas"
],
[
"Todd_Agnew",
"occupation",
"Singer-songwriter"
],
[
"Tom_E._Huff",
"deathPlace",
"Texas"
],
[
"Tom_E._Huff",
"occupation",
"Novelist"
],
[
"Tracy_Byrd",
"hometown",
"Texas"
],
[
"Tracy_Byrd",
"occupation",
"Singer-songwriter"
],
[
"Tunnel_Blanket",
"genre",
"Ambient_music"
],
[
"Tunnel_Blanket",
"genre",
"Post-rock"
],
[
"Von_(album)",
"genre",
"Ambient_music"
],
[
"Von_(album)",
"genre",
"Post-rock"
],
[
"Walt_Whitman_Rostow",
"almaMater",
"Yale_University"
],
[
"Walt_Whitman_Rostow",
"deathPlace",
"Texas"
]
]
} |
dbpedia500 |
You are given a directed graph as two CSV-like sections in this order:
1) Node table (header included):
node_id, node_attr
2) Edge table (header included):
src, edge_attr, dst
Task
- Use ONLY edges from the Edge table to answer the question by outputting a path.
- When printing each edge, replace IDs with the exact node_attr from the Node table.
- Output MUST be text triples, not numeric IDs.
Output format (STRICT — no extra text):
PATH:
("subject"|predicate|"object")
...
END
Rules
- Use only listed edges; do NOT invent edges.
- Map IDs → node_attr; preserve node_attr exactly.
- Output NOTHING outside the PATH block.
- If no path exists, output exactly:
PATH:
END
Graph:
node_id, node_attr
170908, Actor
454641, Adventures_of_Sir_Galahad
2048, Atom_Man_vs._Superman
241371, Batman_(serial)
211638, Batman_and_Robin_(serial)
108984, Blackhawk_(serial)
48876, Blazing_the_Overland_Trail
165136, Bombay_Velvet
260838, Brenda_Starr,_Reporter_(film)
155464, Brick_Bradford_(serial)
351347, Bruce_Gentry_–_Daredevil_of_the_Skies
69881, Captain_Midnight_(serial)
257068, Captain_Video:_Master_of_the_Stratosphere
259921, Cinematographer
397669, Cody_of_the_Pony_Express
476430, Columbia_Pictures
109515, Come_Out_Fighting_(1945_film)
216035, Crash_Landing_(1958_film)
400737, Deadwood_Dick_(serial)
148405, Dev.D
199807, Drums_of_Tahiti
178264, Earth_vs._the_Flying_Saucers
72525, Enn_Reitel
65867, Film_director
49456, Film_producer
464190, Flame_of_Calcutta
490569, For_Singles_Only
400403, Forfar
28786, Fox_Star_Studios
377994, George_H._Plympton
426791, Gulaal
119391, Gunfighters_of_the_Northwest
284531, Harry_L._Fraser
438569, Holt_of_the_Secret_Service
41296, Ira_H._Morgan
274415, Jack_Armstrong_(serial)
317875, Jungle_Menace
320533, Jungle_Raiders_(serial)
250630, Kay_Kay_Menon
253116, Kerala
218931, King_of_the_Congo
230515, Mumbai
300839, Pirates_of_the_High_Seas
106193, Rajeev_Ravi
194193, Riding_with_Buffalo_Bill
230816, Roar_of_the_Iron_Horse
185427, Sam_Katzman
204040, Screenwriter
44684, Serpent_of_the_Nile
295738, Shaandaar
360115, Son_of_Geronimo
181325, Son_of_the_Guardsman
288035, State_Penitentiary_(film)
459049, Stone_Age_Romeos
380914, Superman_(serial)
289073, Tex_Granger
109390, The_49th_Man
79041, The_Adventures_of_Captain_Africa
32715, The_Age_of_Innocence_(1993_film)
125818, The_Battle_of_Rogue_River
76112, The_Great_Adventures_of_Captain_Kidd
265725, The_Gun_That_Won_the_West
206905, The_Iron_Claw_(1941_serial)
129056, The_Lost_Planet
119910, The_Magic_Carpet_(film)
139191, The_Sea_Hound_(serial)
167995, The_Spider's_Web
58868, The_Spider_Returns
261216, The_Valley_of_Vanishing_Men
148985, The_Vigilante
85557, Thelma_Schoonmaker
17761, Udta_Punjab
274564, Vikramaditya_Motwane
111565, Zombies_of_Mora_Tau
src, edge_attr, dst
454641, cinematography, 41296
454641, distributor, 476430
454641, producer, 185427
454641, writer, 377994
2048, distributor, 476430
2048, producer, 185427
2048, writer, 377994
241371, distributor, 476430
241371, writer, 284531
211638, distributor, 476430
211638, producer, 185427
211638, writer, 377994
108984, distributor, 476430
108984, producer, 185427
108984, writer, 377994
48876, cinematography, 41296
48876, distributor, 476430
48876, producer, 185427
48876, writer, 377994
165136, cinematography, 106193
165136, distributor, 28786
165136, editing, 85557
165136, producer, 274564
165136, starring, 250630
260838, cinematography, 41296
260838, distributor, 476430
260838, producer, 185427
260838, writer, 377994
155464, cinematography, 41296
155464, distributor, 476430
155464, producer, 185427
155464, writer, 377994
351347, cinematography, 41296
351347, distributor, 476430
351347, producer, 185427
351347, writer, 377994
69881, distributor, 476430
69881, writer, 377994
257068, distributor, 476430
257068, producer, 185427
257068, writer, 377994
397669, cinematography, 41296
397669, distributor, 476430
397669, producer, 185427
397669, writer, 377994
109515, cinematography, 41296
109515, producer, 185427
216035, distributor, 476430
216035, producer, 185427
400737, distributor, 476430
400737, writer, 377994
148405, cinematography, 106193
148405, writer, 274564
199807, distributor, 476430
199807, producer, 185427
178264, distributor, 476430
178264, producer, 185427
72525, birthPlace, 400403
72525, occupation, 170908
464190, distributor, 476430
464190, producer, 185427
490569, distributor, 476430
490569, producer, 185427
28786, locationCity, 230515
28786, type, 49456
377994, occupation, 204040
426791, cinematography, 106193
426791, starring, 250630
119391, distributor, 476430
119391, producer, 185427
119391, writer, 377994
284531, occupation, 65867
438569, distributor, 476430
438569, writer, 377994
41296, occupation, 259921
274415, cinematography, 41296
274415, distributor, 476430
274415, producer, 185427
274415, writer, 377994
317875, director, 284531
317875, distributor, 476430
320533, cinematography, 41296
320533, distributor, 476430
320533, producer, 185427
320533, writer, 377994
250630, birthPlace, 253116
250630, occupation, 170908
218931, distributor, 476430
218931, producer, 185427
218931, writer, 377994
300839, cinematography, 41296
300839, distributor, 476430
300839, producer, 185427
300839, writer, 377994
106193, birthPlace, 253116
106193, occupation, 259921
106193, occupation, 65867
194193, cinematography, 41296
194193, distributor, 476430
194193, producer, 185427
194193, writer, 377994
230816, distributor, 476430
230816, producer, 185427
230816, writer, 377994
185427, occupation, 65867
185427, occupation, 49456
44684, distributor, 476430
44684, producer, 185427
295738, distributor, 28786
295738, producer, 274564
360115, distributor, 476430
360115, producer, 185427
360115, writer, 377994
181325, cinematography, 41296
181325, distributor, 476430
181325, producer, 185427
181325, writer, 377994
181325, writer, 284531
288035, cinematography, 41296
288035, distributor, 476430
288035, producer, 185427
459049, cinematography, 41296
459049, distributor, 476430
380914, distributor, 476430
380914, producer, 185427
380914, writer, 377994
289073, cinematography, 41296
289073, distributor, 476430
289073, producer, 185427
289073, writer, 377994
289073, writer, 284531
109390, distributor, 476430
109390, producer, 185427
79041, cinematography, 41296
79041, distributor, 476430
79041, producer, 185427
79041, writer, 377994
32715, distributor, 476430
32715, editing, 85557
125818, distributor, 476430
125818, producer, 185427
76112, distributor, 476430
76112, producer, 185427
76112, writer, 377994
265725, distributor, 476430
265725, producer, 185427
206905, distributor, 476430
206905, writer, 377994
129056, distributor, 476430
129056, producer, 185427
129056, writer, 377994
119910, distributor, 476430
119910, producer, 185427
139191, cinematography, 41296
139191, distributor, 476430
139191, producer, 185427
139191, writer, 377994
167995, distributor, 476430
167995, writer, 377994
58868, distributor, 476430
58868, writer, 377994
58868, writer, 284531
261216, distributor, 476430
261216, writer, 284531
148985, cinematography, 41296
148985, distributor, 476430
148985, producer, 185427
148985, writer, 377994
17761, cinematography, 106193
17761, producer, 274564
274564, birthPlace, 230515
274564, occupation, 65867
274564, occupation, 204040
111565, distributor, 476430
111565, producer, 185427
111565, writer, 377994
Question: For what reason are Bombay_Velvet, Forfar, and Son_of_the_Guardsman associated?
Your output must be ONLY the PATH block.
| graph_path | {
"style": "rule"
} | {
"entities": [
"Bombay_Velvet",
"Forfar",
"Son_of_the_Guardsman"
],
"valid_edges": [
[
"Adventures_of_Sir_Galahad",
"cinematography",
"Ira_H._Morgan"
],
[
"Adventures_of_Sir_Galahad",
"distributor",
"Columbia_Pictures"
],
[
"Adventures_of_Sir_Galahad",
"producer",
"Sam_Katzman"
],
[
"Adventures_of_Sir_Galahad",
"writer",
"George_H._Plympton"
],
[
"Atom_Man_vs._Superman",
"distributor",
"Columbia_Pictures"
],
[
"Atom_Man_vs._Superman",
"producer",
"Sam_Katzman"
],
[
"Atom_Man_vs._Superman",
"writer",
"George_H._Plympton"
],
[
"Batman_(serial)",
"distributor",
"Columbia_Pictures"
],
[
"Batman_(serial)",
"writer",
"Harry_L._Fraser"
],
[
"Batman_and_Robin_(serial)",
"distributor",
"Columbia_Pictures"
],
[
"Batman_and_Robin_(serial)",
"producer",
"Sam_Katzman"
],
[
"Batman_and_Robin_(serial)",
"writer",
"George_H._Plympton"
],
[
"Blackhawk_(serial)",
"distributor",
"Columbia_Pictures"
],
[
"Blackhawk_(serial)",
"producer",
"Sam_Katzman"
],
[
"Blackhawk_(serial)",
"writer",
"George_H._Plympton"
],
[
"Blazing_the_Overland_Trail",
"cinematography",
"Ira_H._Morgan"
],
[
"Blazing_the_Overland_Trail",
"distributor",
"Columbia_Pictures"
],
[
"Blazing_the_Overland_Trail",
"producer",
"Sam_Katzman"
],
[
"Blazing_the_Overland_Trail",
"writer",
"George_H._Plympton"
],
[
"Bombay_Velvet",
"cinematography",
"Rajeev_Ravi"
],
[
"Bombay_Velvet",
"distributor",
"Fox_Star_Studios"
],
[
"Bombay_Velvet",
"editing",
"Thelma_Schoonmaker"
],
[
"Bombay_Velvet",
"producer",
"Vikramaditya_Motwane"
],
[
"Bombay_Velvet",
"starring",
"Kay_Kay_Menon"
],
[
"Brenda_Starr,_Reporter_(film)",
"cinematography",
"Ira_H._Morgan"
],
[
"Brenda_Starr,_Reporter_(film)",
"distributor",
"Columbia_Pictures"
],
[
"Brenda_Starr,_Reporter_(film)",
"producer",
"Sam_Katzman"
],
[
"Brenda_Starr,_Reporter_(film)",
"writer",
"George_H._Plympton"
],
[
"Brick_Bradford_(serial)",
"cinematography",
"Ira_H._Morgan"
],
[
"Brick_Bradford_(serial)",
"distributor",
"Columbia_Pictures"
],
[
"Brick_Bradford_(serial)",
"producer",
"Sam_Katzman"
],
[
"Brick_Bradford_(serial)",
"writer",
"George_H._Plympton"
],
[
"Bruce_Gentry_–_Daredevil_of_the_Skies",
"cinematography",
"Ira_H._Morgan"
],
[
"Bruce_Gentry_–_Daredevil_of_the_Skies",
"distributor",
"Columbia_Pictures"
],
[
"Bruce_Gentry_–_Daredevil_of_the_Skies",
"producer",
"Sam_Katzman"
],
[
"Bruce_Gentry_–_Daredevil_of_the_Skies",
"writer",
"George_H._Plympton"
],
[
"Captain_Midnight_(serial)",
"distributor",
"Columbia_Pictures"
],
[
"Captain_Midnight_(serial)",
"writer",
"George_H._Plympton"
],
[
"Captain_Video:_Master_of_the_Stratosphere",
"distributor",
"Columbia_Pictures"
],
[
"Captain_Video:_Master_of_the_Stratosphere",
"producer",
"Sam_Katzman"
],
[
"Captain_Video:_Master_of_the_Stratosphere",
"writer",
"George_H._Plympton"
],
[
"Cody_of_the_Pony_Express",
"cinematography",
"Ira_H._Morgan"
],
[
"Cody_of_the_Pony_Express",
"distributor",
"Columbia_Pictures"
],
[
"Cody_of_the_Pony_Express",
"producer",
"Sam_Katzman"
],
[
"Cody_of_the_Pony_Express",
"writer",
"George_H._Plympton"
],
[
"Come_Out_Fighting_(1945_film)",
"cinematography",
"Ira_H._Morgan"
],
[
"Come_Out_Fighting_(1945_film)",
"producer",
"Sam_Katzman"
],
[
"Crash_Landing_(1958_film)",
"distributor",
"Columbia_Pictures"
],
[
"Crash_Landing_(1958_film)",
"producer",
"Sam_Katzman"
],
[
"Deadwood_Dick_(serial)",
"distributor",
"Columbia_Pictures"
],
[
"Deadwood_Dick_(serial)",
"writer",
"George_H._Plympton"
],
[
"Dev.D",
"cinematography",
"Rajeev_Ravi"
],
[
"Dev.D",
"writer",
"Vikramaditya_Motwane"
],
[
"Drums_of_Tahiti",
"distributor",
"Columbia_Pictures"
],
[
"Drums_of_Tahiti",
"producer",
"Sam_Katzman"
],
[
"Earth_vs._the_Flying_Saucers",
"distributor",
"Columbia_Pictures"
],
[
"Earth_vs._the_Flying_Saucers",
"producer",
"Sam_Katzman"
],
[
"Enn_Reitel",
"birthPlace",
"Forfar"
],
[
"Enn_Reitel",
"occupation",
"Actor"
],
[
"Flame_of_Calcutta",
"distributor",
"Columbia_Pictures"
],
[
"Flame_of_Calcutta",
"producer",
"Sam_Katzman"
],
[
"For_Singles_Only",
"distributor",
"Columbia_Pictures"
],
[
"For_Singles_Only",
"producer",
"Sam_Katzman"
],
[
"Fox_Star_Studios",
"locationCity",
"Mumbai"
],
[
"Fox_Star_Studios",
"type",
"Film_producer"
],
[
"George_H._Plympton",
"occupation",
"Screenwriter"
],
[
"Gulaal",
"cinematography",
"Rajeev_Ravi"
],
[
"Gulaal",
"starring",
"Kay_Kay_Menon"
],
[
"Gunfighters_of_the_Northwest",
"distributor",
"Columbia_Pictures"
],
[
"Gunfighters_of_the_Northwest",
"producer",
"Sam_Katzman"
],
[
"Gunfighters_of_the_Northwest",
"writer",
"George_H._Plympton"
],
[
"Harry_L._Fraser",
"occupation",
"Film_director"
],
[
"Holt_of_the_Secret_Service",
"distributor",
"Columbia_Pictures"
],
[
"Holt_of_the_Secret_Service",
"writer",
"George_H._Plympton"
],
[
"Ira_H._Morgan",
"occupation",
"Cinematographer"
],
[
"Jack_Armstrong_(serial)",
"cinematography",
"Ira_H._Morgan"
],
[
"Jack_Armstrong_(serial)",
"distributor",
"Columbia_Pictures"
],
[
"Jack_Armstrong_(serial)",
"producer",
"Sam_Katzman"
],
[
"Jack_Armstrong_(serial)",
"writer",
"George_H._Plympton"
],
[
"Jungle_Menace",
"director",
"Harry_L._Fraser"
],
[
"Jungle_Menace",
"distributor",
"Columbia_Pictures"
],
[
"Jungle_Raiders_(serial)",
"cinematography",
"Ira_H._Morgan"
],
[
"Jungle_Raiders_(serial)",
"distributor",
"Columbia_Pictures"
],
[
"Jungle_Raiders_(serial)",
"producer",
"Sam_Katzman"
],
[
"Jungle_Raiders_(serial)",
"writer",
"George_H._Plympton"
],
[
"Kay_Kay_Menon",
"birthPlace",
"Kerala"
],
[
"Kay_Kay_Menon",
"occupation",
"Actor"
],
[
"King_of_the_Congo",
"distributor",
"Columbia_Pictures"
],
[
"King_of_the_Congo",
"producer",
"Sam_Katzman"
],
[
"King_of_the_Congo",
"writer",
"George_H._Plympton"
],
[
"Pirates_of_the_High_Seas",
"cinematography",
"Ira_H._Morgan"
],
[
"Pirates_of_the_High_Seas",
"distributor",
"Columbia_Pictures"
],
[
"Pirates_of_the_High_Seas",
"producer",
"Sam_Katzman"
],
[
"Pirates_of_the_High_Seas",
"writer",
"George_H._Plympton"
],
[
"Rajeev_Ravi",
"birthPlace",
"Kerala"
],
[
"Rajeev_Ravi",
"occupation",
"Cinematographer"
],
[
"Rajeev_Ravi",
"occupation",
"Film_director"
],
[
"Riding_with_Buffalo_Bill",
"cinematography",
"Ira_H._Morgan"
],
[
"Riding_with_Buffalo_Bill",
"distributor",
"Columbia_Pictures"
],
[
"Riding_with_Buffalo_Bill",
"producer",
"Sam_Katzman"
],
[
"Riding_with_Buffalo_Bill",
"writer",
"George_H._Plympton"
],
[
"Roar_of_the_Iron_Horse",
"distributor",
"Columbia_Pictures"
],
[
"Roar_of_the_Iron_Horse",
"producer",
"Sam_Katzman"
],
[
"Roar_of_the_Iron_Horse",
"writer",
"George_H._Plympton"
],
[
"Sam_Katzman",
"occupation",
"Film_director"
],
[
"Sam_Katzman",
"occupation",
"Film_producer"
],
[
"Serpent_of_the_Nile",
"distributor",
"Columbia_Pictures"
],
[
"Serpent_of_the_Nile",
"producer",
"Sam_Katzman"
],
[
"Shaandaar",
"distributor",
"Fox_Star_Studios"
],
[
"Shaandaar",
"producer",
"Vikramaditya_Motwane"
],
[
"Son_of_Geronimo",
"distributor",
"Columbia_Pictures"
],
[
"Son_of_Geronimo",
"producer",
"Sam_Katzman"
],
[
"Son_of_Geronimo",
"writer",
"George_H._Plympton"
],
[
"Son_of_the_Guardsman",
"cinematography",
"Ira_H._Morgan"
],
[
"Son_of_the_Guardsman",
"distributor",
"Columbia_Pictures"
],
[
"Son_of_the_Guardsman",
"producer",
"Sam_Katzman"
],
[
"Son_of_the_Guardsman",
"writer",
"George_H._Plympton"
],
[
"Son_of_the_Guardsman",
"writer",
"Harry_L._Fraser"
],
[
"State_Penitentiary_(film)",
"cinematography",
"Ira_H._Morgan"
],
[
"State_Penitentiary_(film)",
"distributor",
"Columbia_Pictures"
],
[
"State_Penitentiary_(film)",
"producer",
"Sam_Katzman"
],
[
"Stone_Age_Romeos",
"cinematography",
"Ira_H._Morgan"
],
[
"Stone_Age_Romeos",
"distributor",
"Columbia_Pictures"
],
[
"Superman_(serial)",
"distributor",
"Columbia_Pictures"
],
[
"Superman_(serial)",
"producer",
"Sam_Katzman"
],
[
"Superman_(serial)",
"writer",
"George_H._Plympton"
],
[
"Tex_Granger",
"cinematography",
"Ira_H._Morgan"
],
[
"Tex_Granger",
"distributor",
"Columbia_Pictures"
],
[
"Tex_Granger",
"producer",
"Sam_Katzman"
],
[
"Tex_Granger",
"writer",
"George_H._Plympton"
],
[
"Tex_Granger",
"writer",
"Harry_L._Fraser"
],
[
"The_49th_Man",
"distributor",
"Columbia_Pictures"
],
[
"The_49th_Man",
"producer",
"Sam_Katzman"
],
[
"The_Adventures_of_Captain_Africa",
"cinematography",
"Ira_H._Morgan"
],
[
"The_Adventures_of_Captain_Africa",
"distributor",
"Columbia_Pictures"
],
[
"The_Adventures_of_Captain_Africa",
"producer",
"Sam_Katzman"
],
[
"The_Adventures_of_Captain_Africa",
"writer",
"George_H._Plympton"
],
[
"The_Age_of_Innocence_(1993_film)",
"distributor",
"Columbia_Pictures"
],
[
"The_Age_of_Innocence_(1993_film)",
"editing",
"Thelma_Schoonmaker"
],
[
"The_Battle_of_Rogue_River",
"distributor",
"Columbia_Pictures"
],
[
"The_Battle_of_Rogue_River",
"producer",
"Sam_Katzman"
],
[
"The_Great_Adventures_of_Captain_Kidd",
"distributor",
"Columbia_Pictures"
],
[
"The_Great_Adventures_of_Captain_Kidd",
"producer",
"Sam_Katzman"
],
[
"The_Great_Adventures_of_Captain_Kidd",
"writer",
"George_H._Plympton"
],
[
"The_Gun_That_Won_the_West",
"distributor",
"Columbia_Pictures"
],
[
"The_Gun_That_Won_the_West",
"producer",
"Sam_Katzman"
],
[
"The_Iron_Claw_(1941_serial)",
"distributor",
"Columbia_Pictures"
],
[
"The_Iron_Claw_(1941_serial)",
"writer",
"George_H._Plympton"
],
[
"The_Lost_Planet",
"distributor",
"Columbia_Pictures"
],
[
"The_Lost_Planet",
"producer",
"Sam_Katzman"
],
[
"The_Lost_Planet",
"writer",
"George_H._Plympton"
],
[
"The_Magic_Carpet_(film)",
"distributor",
"Columbia_Pictures"
],
[
"The_Magic_Carpet_(film)",
"producer",
"Sam_Katzman"
],
[
"The_Sea_Hound_(serial)",
"cinematography",
"Ira_H._Morgan"
],
[
"The_Sea_Hound_(serial)",
"distributor",
"Columbia_Pictures"
],
[
"The_Sea_Hound_(serial)",
"producer",
"Sam_Katzman"
],
[
"The_Sea_Hound_(serial)",
"writer",
"George_H._Plympton"
],
[
"The_Spider's_Web",
"distributor",
"Columbia_Pictures"
],
[
"The_Spider's_Web",
"writer",
"George_H._Plympton"
],
[
"The_Spider_Returns",
"distributor",
"Columbia_Pictures"
],
[
"The_Spider_Returns",
"writer",
"George_H._Plympton"
],
[
"The_Spider_Returns",
"writer",
"Harry_L._Fraser"
],
[
"The_Valley_of_Vanishing_Men",
"distributor",
"Columbia_Pictures"
],
[
"The_Valley_of_Vanishing_Men",
"writer",
"Harry_L._Fraser"
],
[
"The_Vigilante",
"cinematography",
"Ira_H._Morgan"
],
[
"The_Vigilante",
"distributor",
"Columbia_Pictures"
],
[
"The_Vigilante",
"producer",
"Sam_Katzman"
],
[
"The_Vigilante",
"writer",
"George_H._Plympton"
],
[
"Udta_Punjab",
"cinematography",
"Rajeev_Ravi"
],
[
"Udta_Punjab",
"producer",
"Vikramaditya_Motwane"
],
[
"Vikramaditya_Motwane",
"birthPlace",
"Mumbai"
],
[
"Vikramaditya_Motwane",
"occupation",
"Film_director"
],
[
"Vikramaditya_Motwane",
"occupation",
"Screenwriter"
],
[
"Zombies_of_Mora_Tau",
"distributor",
"Columbia_Pictures"
],
[
"Zombies_of_Mora_Tau",
"producer",
"Sam_Katzman"
],
[
"Zombies_of_Mora_Tau",
"writer",
"George_H._Plympton"
]
]
} |
dbpedia500 |
You are given a directed graph as two CSV-like sections in this order:
1) Node table (header included):
node_id, node_attr
2) Edge table (header included):
src, edge_attr, dst
Task
- Use ONLY edges from the Edge table to answer the question by outputting a path.
- When printing each edge, replace IDs with the exact node_attr from the Node table.
- Output MUST be text triples, not numeric IDs.
Output format (STRICT — no extra text):
PATH:
("subject"|predicate|"object")
...
END
Rules
- Use only listed edges; do NOT invent edges.
- Map IDs → node_attr; preserve node_attr exactly.
- Output NOTHING outside the PATH block.
- If no path exists, output exactly:
PATH:
END
Graph:
node_id, node_attr
345830, And_Love_Goes_On
123206, Best_of_My_Love_(The_Emotions_song)
467686, Billy_Griffin
225562, Bobigny
133818, Boogie_Wonderland
78443, Cheryl_Lynn
374965, Cheryl_Lynn_(album)
214, Columbia_Records
15856, D._J._Rogers
230331, Disco
381969, Doctor's_Orders_(song)
290082, Dreamgirls:_Music_from_the_Motion_Picture
305089, Earth,_Wind_&_Fire
117896, Eric_Burdon
233551, Eric_Keen
157778, Fantasy_(Earth,_Wind_&_Fire_song)
387950, Gabriel_Obertan
1884, Gary's_Gang
9404, Georgy_Porgy_(song)
36846, Gibb-Galuten-Richardson
4669, Got_to_Be_Real
176050, Hot_Streets
489624, In_Love_(Cheryl_Lynn_album)
185778, Johnnie_Taylor
11903, Keep_It_Hot_(song)
304349, List_of_Earth,_Wind_&_Fire_band_members
178458, List_of_Mew_singles
154959, Lowdown_(Boz_Scaggs_song)
133550, Maybe_I'm_a_Fool
159217, Mr._Gone_(album)
357384, New_Vintage_(Maynard_Ferguson_album)
48923, Newcastle_United_F.C.
113050, Newcastle_upon_Tyne
103417, Pantin
245987, Peaches_&_Herb
377639, Peter_Noble
63303, Primal_Scream_(Maynard_Ferguson_album)
243697, Protest_Songs
424554, Randy_Crawford
44265, Rejoice_(The_Emotions_album)
128332, Relight_My_Fire
367301, Runaway_(Jamiroquai_song)
179494, St_James'_Park
401423, Sunlight_(album)
139526, Sylvia_Robinson
36269, The_Emotions
357639, The_Eternal_Dance
457781, The_Game_of_Love_(Daft_Punk_song)
404086, The_Miracles
376796, Tommy_Lowes
65093, Turley_Richards
447485, Weather_Report
src, edge_attr, dst
345830, genre, 230331
345830, recordLabel, 214
123206, genre, 230331
123206, recordLabel, 214
467686, genre, 230331
467686, recordLabel, 214
133818, genre, 230331
133818, recordLabel, 214
78443, genre, 230331
78443, recordLabel, 214
374965, genre, 230331
374965, recordLabel, 214
15856, genre, 230331
15856, recordLabel, 214
381969, genre, 230331
381969, recordLabel, 214
290082, genre, 230331
290082, recordLabel, 214
305089, genre, 230331
305089, recordLabel, 214
117896, birthPlace, 113050
117896, recordLabel, 214
233551, birthPlace, 113050
233551, team, 48923
157778, genre, 230331
157778, recordLabel, 214
387950, birthPlace, 103417
387950, team, 48923
1884, genre, 230331
1884, recordLabel, 214
9404, genre, 230331
9404, recordLabel, 214
36846, genre, 230331
36846, recordLabel, 214
4669, genre, 230331
4669, recordLabel, 214
176050, genre, 230331
176050, recordLabel, 214
489624, genre, 230331
489624, recordLabel, 214
185778, genre, 230331
185778, recordLabel, 214
11903, genre, 230331
11903, recordLabel, 214
304349, genre, 230331
304349, recordLabel, 214
178458, genre, 230331
178458, recordLabel, 214
154959, genre, 230331
154959, recordLabel, 214
133550, genre, 230331
133550, recordLabel, 214
159217, genre, 230331
159217, recordLabel, 214
357384, genre, 230331
357384, recordLabel, 214
48923, ground, 179494
103417, arrondissement, 225562
245987, genre, 230331
245987, recordLabel, 214
377639, birthPlace, 113050
377639, team, 48923
63303, genre, 230331
63303, recordLabel, 214
243697, recordLabel, 214
243697, recordedIn, 113050
424554, genre, 230331
424554, recordLabel, 214
44265, genre, 230331
44265, recordLabel, 214
128332, genre, 230331
128332, recordLabel, 214
367301, genre, 230331
367301, recordLabel, 214
179494, location, 113050
179494, owner, 48923
179494, tenant, 48923
401423, genre, 230331
401423, recordLabel, 214
139526, genre, 230331
139526, recordLabel, 214
36269, genre, 230331
36269, recordLabel, 214
357639, genre, 230331
357639, recordLabel, 214
457781, genre, 230331
457781, recordLabel, 214
404086, genre, 230331
404086, recordLabel, 214
376796, birthPlace, 113050
376796, team, 48923
65093, genre, 230331
65093, recordLabel, 214
447485, genre, 230331
447485, recordLabel, 214
Question: How are Bobigny, Gary's_Gang, and St_James'_Park related?
Your output must be ONLY the PATH block.
| graph_path | {
"style": "rule"
} | {
"entities": [
"Bobigny",
"Gary's_Gang",
"St_James'_Park"
],
"valid_edges": [
[
"And_Love_Goes_On",
"genre",
"Disco"
],
[
"And_Love_Goes_On",
"recordLabel",
"Columbia_Records"
],
[
"Best_of_My_Love_(The_Emotions_song)",
"genre",
"Disco"
],
[
"Best_of_My_Love_(The_Emotions_song)",
"recordLabel",
"Columbia_Records"
],
[
"Billy_Griffin",
"genre",
"Disco"
],
[
"Billy_Griffin",
"recordLabel",
"Columbia_Records"
],
[
"Boogie_Wonderland",
"genre",
"Disco"
],
[
"Boogie_Wonderland",
"recordLabel",
"Columbia_Records"
],
[
"Cheryl_Lynn",
"genre",
"Disco"
],
[
"Cheryl_Lynn",
"recordLabel",
"Columbia_Records"
],
[
"Cheryl_Lynn_(album)",
"genre",
"Disco"
],
[
"Cheryl_Lynn_(album)",
"recordLabel",
"Columbia_Records"
],
[
"D._J._Rogers",
"genre",
"Disco"
],
[
"D._J._Rogers",
"recordLabel",
"Columbia_Records"
],
[
"Doctor's_Orders_(song)",
"genre",
"Disco"
],
[
"Doctor's_Orders_(song)",
"recordLabel",
"Columbia_Records"
],
[
"Dreamgirls:_Music_from_the_Motion_Picture",
"genre",
"Disco"
],
[
"Dreamgirls:_Music_from_the_Motion_Picture",
"recordLabel",
"Columbia_Records"
],
[
"Earth,_Wind_&_Fire",
"genre",
"Disco"
],
[
"Earth,_Wind_&_Fire",
"recordLabel",
"Columbia_Records"
],
[
"Eric_Burdon",
"birthPlace",
"Newcastle_upon_Tyne"
],
[
"Eric_Burdon",
"recordLabel",
"Columbia_Records"
],
[
"Eric_Keen",
"birthPlace",
"Newcastle_upon_Tyne"
],
[
"Eric_Keen",
"team",
"Newcastle_United_F.C."
],
[
"Fantasy_(Earth,_Wind_&_Fire_song)",
"genre",
"Disco"
],
[
"Fantasy_(Earth,_Wind_&_Fire_song)",
"recordLabel",
"Columbia_Records"
],
[
"Gabriel_Obertan",
"birthPlace",
"Pantin"
],
[
"Gabriel_Obertan",
"team",
"Newcastle_United_F.C."
],
[
"Gary's_Gang",
"genre",
"Disco"
],
[
"Gary's_Gang",
"recordLabel",
"Columbia_Records"
],
[
"Georgy_Porgy_(song)",
"genre",
"Disco"
],
[
"Georgy_Porgy_(song)",
"recordLabel",
"Columbia_Records"
],
[
"Gibb-Galuten-Richardson",
"genre",
"Disco"
],
[
"Gibb-Galuten-Richardson",
"recordLabel",
"Columbia_Records"
],
[
"Got_to_Be_Real",
"genre",
"Disco"
],
[
"Got_to_Be_Real",
"recordLabel",
"Columbia_Records"
],
[
"Hot_Streets",
"genre",
"Disco"
],
[
"Hot_Streets",
"recordLabel",
"Columbia_Records"
],
[
"In_Love_(Cheryl_Lynn_album)",
"genre",
"Disco"
],
[
"In_Love_(Cheryl_Lynn_album)",
"recordLabel",
"Columbia_Records"
],
[
"Johnnie_Taylor",
"genre",
"Disco"
],
[
"Johnnie_Taylor",
"recordLabel",
"Columbia_Records"
],
[
"Keep_It_Hot_(song)",
"genre",
"Disco"
],
[
"Keep_It_Hot_(song)",
"recordLabel",
"Columbia_Records"
],
[
"List_of_Earth,_Wind_&_Fire_band_members",
"genre",
"Disco"
],
[
"List_of_Earth,_Wind_&_Fire_band_members",
"recordLabel",
"Columbia_Records"
],
[
"List_of_Mew_singles",
"genre",
"Disco"
],
[
"List_of_Mew_singles",
"recordLabel",
"Columbia_Records"
],
[
"Lowdown_(Boz_Scaggs_song)",
"genre",
"Disco"
],
[
"Lowdown_(Boz_Scaggs_song)",
"recordLabel",
"Columbia_Records"
],
[
"Maybe_I'm_a_Fool",
"genre",
"Disco"
],
[
"Maybe_I'm_a_Fool",
"recordLabel",
"Columbia_Records"
],
[
"Mr._Gone_(album)",
"genre",
"Disco"
],
[
"Mr._Gone_(album)",
"recordLabel",
"Columbia_Records"
],
[
"New_Vintage_(Maynard_Ferguson_album)",
"genre",
"Disco"
],
[
"New_Vintage_(Maynard_Ferguson_album)",
"recordLabel",
"Columbia_Records"
],
[
"Newcastle_United_F.C.",
"ground",
"St_James'_Park"
],
[
"Pantin",
"arrondissement",
"Bobigny"
],
[
"Peaches_&_Herb",
"genre",
"Disco"
],
[
"Peaches_&_Herb",
"recordLabel",
"Columbia_Records"
],
[
"Peter_Noble",
"birthPlace",
"Newcastle_upon_Tyne"
],
[
"Peter_Noble",
"team",
"Newcastle_United_F.C."
],
[
"Primal_Scream_(Maynard_Ferguson_album)",
"genre",
"Disco"
],
[
"Primal_Scream_(Maynard_Ferguson_album)",
"recordLabel",
"Columbia_Records"
],
[
"Protest_Songs",
"recordLabel",
"Columbia_Records"
],
[
"Protest_Songs",
"recordedIn",
"Newcastle_upon_Tyne"
],
[
"Randy_Crawford",
"genre",
"Disco"
],
[
"Randy_Crawford",
"recordLabel",
"Columbia_Records"
],
[
"Rejoice_(The_Emotions_album)",
"genre",
"Disco"
],
[
"Rejoice_(The_Emotions_album)",
"recordLabel",
"Columbia_Records"
],
[
"Relight_My_Fire",
"genre",
"Disco"
],
[
"Relight_My_Fire",
"recordLabel",
"Columbia_Records"
],
[
"Runaway_(Jamiroquai_song)",
"genre",
"Disco"
],
[
"Runaway_(Jamiroquai_song)",
"recordLabel",
"Columbia_Records"
],
[
"St_James'_Park",
"location",
"Newcastle_upon_Tyne"
],
[
"St_James'_Park",
"owner",
"Newcastle_United_F.C."
],
[
"St_James'_Park",
"tenant",
"Newcastle_United_F.C."
],
[
"Sunlight_(album)",
"genre",
"Disco"
],
[
"Sunlight_(album)",
"recordLabel",
"Columbia_Records"
],
[
"Sylvia_Robinson",
"genre",
"Disco"
],
[
"Sylvia_Robinson",
"recordLabel",
"Columbia_Records"
],
[
"The_Emotions",
"genre",
"Disco"
],
[
"The_Emotions",
"recordLabel",
"Columbia_Records"
],
[
"The_Eternal_Dance",
"genre",
"Disco"
],
[
"The_Eternal_Dance",
"recordLabel",
"Columbia_Records"
],
[
"The_Game_of_Love_(Daft_Punk_song)",
"genre",
"Disco"
],
[
"The_Game_of_Love_(Daft_Punk_song)",
"recordLabel",
"Columbia_Records"
],
[
"The_Miracles",
"genre",
"Disco"
],
[
"The_Miracles",
"recordLabel",
"Columbia_Records"
],
[
"Tommy_Lowes",
"birthPlace",
"Newcastle_upon_Tyne"
],
[
"Tommy_Lowes",
"team",
"Newcastle_United_F.C."
],
[
"Turley_Richards",
"genre",
"Disco"
],
[
"Turley_Richards",
"recordLabel",
"Columbia_Records"
],
[
"Weather_Report",
"genre",
"Disco"
],
[
"Weather_Report",
"recordLabel",
"Columbia_Records"
]
]
} |
dbpedia500 |
You are given a directed graph as two CSV-like sections in this order:
1) Node table (header included):
node_id, node_attr
2) Edge table (header included):
src, edge_attr, dst
Task
- Use ONLY edges from the Edge table to answer the question by outputting a path.
- When printing each edge, replace IDs with the exact node_attr from the Node table.
- Output MUST be text triples, not numeric IDs.
Output format (STRICT — no extra text):
PATH:
("subject"|predicate|"object")
...
END
Rules
- Use only listed edges; do NOT invent edges.
- Map IDs → node_attr; preserve node_attr exactly.
- Output NOTHING outside the PATH block.
- If no path exists, output exactly:
PATH:
END
Graph:
node_id, node_attr
158633, Akhtar_ul_Iman
437560, City
310989, Essen
350020, Let's_Chill
303459, Milli_Vanilli
197394, Najibabad
427236, New_jack_swing
21930, Thomas_Hörster
406920, West_Germany
src, edge_attr, dst
158633, hometown, 197394
310989, type, 437560
350020, genre, 427236
303459, genre, 427236
303459, hometown, 406920
197394, type, 437560
21930, birthPlace, 310989
21930, birthPlace, 406920
Question: How are Akhtar_ul_Iman, Let's_Chill, and Thomas_Hörster related?
Your output must be ONLY the PATH block.
| graph_path | {
"style": "rule"
} | {
"entities": [
"Akhtar_ul_Iman",
"Let's_Chill",
"Thomas_Hörster"
],
"valid_edges": [
[
"Akhtar_ul_Iman",
"hometown",
"Najibabad"
],
[
"Essen",
"type",
"City"
],
[
"Let's_Chill",
"genre",
"New_jack_swing"
],
[
"Milli_Vanilli",
"genre",
"New_jack_swing"
],
[
"Milli_Vanilli",
"hometown",
"West_Germany"
],
[
"Najibabad",
"type",
"City"
],
[
"Thomas_Hörster",
"birthPlace",
"Essen"
],
[
"Thomas_Hörster",
"birthPlace",
"West_Germany"
]
]
} |
dbpedia500 |
You are given a directed graph as two CSV-like sections in this order:
1) Node table (header included):
node_id, node_attr
2) Edge table (header included):
src, edge_attr, dst
Task
- Use ONLY edges from the Edge table to answer the question by outputting a path.
- When printing each edge, replace IDs with the exact node_attr from the Node table.
- Output MUST be text triples, not numeric IDs.
Output format (STRICT — no extra text):
PATH:
("subject"|predicate|"object")
...
END
Rules
- Use only listed edges; do NOT invent edges.
- Map IDs → node_attr; preserve node_attr exactly.
- Output NOTHING outside the PATH block.
- If no path exists, output exactly:
PATH:
END
Graph:
node_id, node_attr
461120, Aga_Khan_University
472209, Algonquin_College
21063, Assiniboine_Community_College
105571, Athabasca_University
344045, Bahria_University
359747, Bow_Valley_College
450393, Brandon_University
455601, Brescia_Calcio
446291, Canada
125301, Cape_Breton_University
444390, Collège_Jean-de-Brébeuf
171725, Collège_de_Bois-de-Boulogne
289773, Conestoga_College
401492, Conrad_Grebel_University_College
339707, Cégep_de_Drummondville
390636, Cégep_de_Saint-Jean-sur-Richelieu
16252, Cégep_de_l'Abitibi-Témiscamingue
8481, Cégep_du_Vieux_Montréal
326625, Cégep_régional_de_Lanaudière
381035, Dartmouth,_Nova_Scotia
276458, Douglas_College
317227, Fanshawe_College
382520, George_Brown_College
187065, Georgian_College
187826, Giuseppe_Colucci_(footballer)
419298, Government_College_University_(Lahore)
54137, Government_Khawaja_Farid_College
372258, HEC_Montréal
289068, Humber_College
131966, Indus_Media_Group
378617, Institut_national_de_la_recherche_scientifique
290978, International_Islamic_University,_Islamabad
228433, Khyber_Medical_College
331756, King's_University_College_(University_of_Western_Ontario)
124521, Kwantlen_Polytechnic_University
295803, LaSalle_College
79129, Lambda_(newspaper)
408034, Laurentian_University
289169, Lethbridge_College
350268, Liaquat_University_of_Medical_and_Health_Sciences
185370, MacEwan_University
444212, McGill_University
427913, McGill_University_Faculty_of_Law
140240, McMaster_University
169169, Mehran_University_of_Engineering_and_Technology
250917, Mount_Royal_University
29244, NED_University_of_Engineering_and_Technology
319826, National_Defence_University,_Pakistan
79171, National_Theatre_School_of_Canada
439099, National_University_of_Computer_and_Emerging_Sciences
383410, Niagara_College
387096, Northern_Alberta_Institute_of_Technology
328215, Olds_College
272665, Pakistan
7421, Pakistan_Navy_Engineering_College
182543, Quaid-i-Azam_University
99555, Red_River_College
210120, Robson_Hall
398687, Royal_Roads_University
179963, Ryerson_University
51140, Sandro_Grande
441440, Seneca_College
146525, Shaheed_Zulfikar_Ali_Bhutto_Institute_of_Science_and_Technology
331468, Simon_Fraser_University
234762, Sindh_Muslim_Law_College
316814, Sobey_School_of_Business
192920, St._Jerome's_University
111480, St._John's_College,_University_of_Manitoba
417194, St._Paul's_University_College
269977, St._Thomas_More_College
261575, University_of_Balochistan
245840, University_of_Calgary
38598, University_of_Engineering_and_Technology,_Peshawar
213556, University_of_Lethbridge
348871, University_of_Manitoba
340204, University_of_New_Brunswick
212762, University_of_Ontario_Institute_of_Technology
84759, University_of_Ottawa
98641, University_of_Peshawar
352869, University_of_Prince_Edward_Island
232625, University_of_Saskatchewan_College_of_Law
230199, University_of_Sindh
92076, University_of_St._Joseph's_College
379262, University_of_Waterloo
267889, University_of_Windsor
122276, University_of_the_Fraser_Valley
28177, University_of_the_Punjab
482985, Université_de_Sherbrooke
342339, Université_du_Québec_en_Abitibi-Témiscamingue
328138, Université_du_Québec_à_Montréal
74527, Urban_area
122901, Vanier_College
224559, York_University
32242, École_Polytechnique_de_Montréal
339241, École_de_technologie_supérieure
407031, École_nationale_d'administration_publique
src, edge_attr, dst
461120, campus, 74527
461120, country, 272665
472209, campus, 74527
472209, country, 446291
21063, campus, 74527
21063, country, 446291
105571, campus, 74527
105571, country, 446291
344045, campus, 74527
344045, country, 272665
359747, campus, 74527
359747, country, 446291
450393, campus, 74527
450393, country, 446291
125301, campus, 74527
125301, country, 446291
444390, campus, 74527
444390, country, 446291
171725, campus, 74527
171725, country, 446291
289773, campus, 74527
289773, country, 446291
401492, campus, 74527
401492, country, 446291
339707, campus, 74527
339707, country, 446291
390636, campus, 74527
390636, country, 446291
16252, campus, 74527
16252, country, 446291
8481, campus, 74527
8481, country, 446291
326625, campus, 74527
326625, country, 446291
381035, country, 446291
381035, type, 74527
276458, campus, 74527
276458, country, 446291
317227, campus, 74527
317227, country, 446291
382520, campus, 74527
382520, country, 446291
187065, campus, 74527
187065, country, 446291
187826, team, 455601
419298, campus, 74527
419298, country, 272665
54137, campus, 74527
54137, country, 272665
372258, campus, 74527
372258, country, 446291
289068, campus, 74527
289068, country, 446291
131966, country, 272665
131966, locationCountry, 272665
378617, campus, 74527
378617, country, 446291
290978, campus, 74527
290978, country, 272665
228433, campus, 74527
228433, country, 272665
331756, campus, 74527
331756, country, 446291
124521, campus, 74527
124521, country, 446291
295803, campus, 74527
295803, country, 446291
79129, campus, 74527
79129, country, 446291
408034, campus, 74527
408034, country, 446291
289169, campus, 74527
289169, country, 446291
350268, campus, 74527
350268, country, 272665
185370, campus, 74527
185370, country, 446291
444212, campus, 74527
444212, country, 446291
427913, campus, 74527
427913, country, 446291
140240, campus, 74527
140240, country, 446291
169169, campus, 74527
169169, country, 272665
250917, campus, 74527
250917, country, 446291
29244, campus, 74527
29244, country, 272665
319826, campus, 74527
319826, country, 272665
79171, campus, 74527
79171, country, 446291
439099, campus, 74527
439099, country, 272665
383410, campus, 74527
383410, country, 446291
387096, campus, 74527
387096, country, 446291
328215, campus, 74527
328215, country, 446291
7421, campus, 74527
7421, country, 272665
182543, campus, 74527
182543, country, 272665
99555, campus, 74527
99555, country, 446291
210120, campus, 74527
210120, country, 446291
398687, campus, 74527
398687, country, 446291
179963, campus, 74527
179963, country, 446291
51140, birthPlace, 446291
51140, team, 455601
441440, campus, 74527
441440, country, 446291
146525, campus, 74527
146525, country, 272665
331468, campus, 74527
331468, country, 446291
234762, campus, 74527
234762, country, 272665
316814, campus, 74527
316814, country, 446291
192920, campus, 74527
192920, country, 446291
111480, campus, 74527
111480, country, 446291
417194, campus, 74527
417194, country, 446291
269977, campus, 74527
269977, country, 446291
261575, campus, 74527
261575, country, 272665
245840, campus, 74527
245840, country, 446291
38598, campus, 74527
38598, country, 272665
213556, campus, 74527
213556, country, 446291
348871, campus, 74527
348871, country, 446291
340204, campus, 74527
340204, country, 446291
212762, campus, 74527
212762, country, 446291
84759, campus, 74527
84759, country, 446291
98641, campus, 74527
98641, country, 272665
352869, campus, 74527
352869, country, 446291
232625, campus, 74527
232625, country, 446291
230199, campus, 74527
230199, country, 272665
92076, campus, 74527
92076, country, 446291
379262, campus, 74527
379262, country, 446291
267889, campus, 74527
267889, country, 446291
122276, campus, 74527
122276, country, 446291
28177, campus, 74527
28177, country, 272665
482985, campus, 74527
482985, country, 446291
342339, campus, 74527
342339, country, 446291
328138, campus, 74527
328138, country, 446291
122901, campus, 74527
122901, country, 446291
224559, campus, 74527
224559, country, 446291
32242, campus, 74527
32242, country, 446291
339241, campus, 74527
339241, country, 446291
407031, campus, 74527
407031, country, 446291
Question: In what context are Dartmouth,_Nova_Scotia, Giuseppe_Colucci_(footballer), and Indus_Media_Group connected?
Your output must be ONLY the PATH block.
| graph_path | {
"style": "rule"
} | {
"entities": [
"Dartmouth,_Nova_Scotia",
"Giuseppe_Colucci_(footballer)",
"Indus_Media_Group"
],
"valid_edges": [
[
"Aga_Khan_University",
"campus",
"Urban_area"
],
[
"Aga_Khan_University",
"country",
"Pakistan"
],
[
"Algonquin_College",
"campus",
"Urban_area"
],
[
"Algonquin_College",
"country",
"Canada"
],
[
"Assiniboine_Community_College",
"campus",
"Urban_area"
],
[
"Assiniboine_Community_College",
"country",
"Canada"
],
[
"Athabasca_University",
"campus",
"Urban_area"
],
[
"Athabasca_University",
"country",
"Canada"
],
[
"Bahria_University",
"campus",
"Urban_area"
],
[
"Bahria_University",
"country",
"Pakistan"
],
[
"Bow_Valley_College",
"campus",
"Urban_area"
],
[
"Bow_Valley_College",
"country",
"Canada"
],
[
"Brandon_University",
"campus",
"Urban_area"
],
[
"Brandon_University",
"country",
"Canada"
],
[
"Cape_Breton_University",
"campus",
"Urban_area"
],
[
"Cape_Breton_University",
"country",
"Canada"
],
[
"Collège_Jean-de-Brébeuf",
"campus",
"Urban_area"
],
[
"Collège_Jean-de-Brébeuf",
"country",
"Canada"
],
[
"Collège_de_Bois-de-Boulogne",
"campus",
"Urban_area"
],
[
"Collège_de_Bois-de-Boulogne",
"country",
"Canada"
],
[
"Conestoga_College",
"campus",
"Urban_area"
],
[
"Conestoga_College",
"country",
"Canada"
],
[
"Conrad_Grebel_University_College",
"campus",
"Urban_area"
],
[
"Conrad_Grebel_University_College",
"country",
"Canada"
],
[
"Cégep_de_Drummondville",
"campus",
"Urban_area"
],
[
"Cégep_de_Drummondville",
"country",
"Canada"
],
[
"Cégep_de_Saint-Jean-sur-Richelieu",
"campus",
"Urban_area"
],
[
"Cégep_de_Saint-Jean-sur-Richelieu",
"country",
"Canada"
],
[
"Cégep_de_l'Abitibi-Témiscamingue",
"campus",
"Urban_area"
],
[
"Cégep_de_l'Abitibi-Témiscamingue",
"country",
"Canada"
],
[
"Cégep_du_Vieux_Montréal",
"campus",
"Urban_area"
],
[
"Cégep_du_Vieux_Montréal",
"country",
"Canada"
],
[
"Cégep_régional_de_Lanaudière",
"campus",
"Urban_area"
],
[
"Cégep_régional_de_Lanaudière",
"country",
"Canada"
],
[
"Dartmouth,_Nova_Scotia",
"country",
"Canada"
],
[
"Dartmouth,_Nova_Scotia",
"type",
"Urban_area"
],
[
"Douglas_College",
"campus",
"Urban_area"
],
[
"Douglas_College",
"country",
"Canada"
],
[
"Fanshawe_College",
"campus",
"Urban_area"
],
[
"Fanshawe_College",
"country",
"Canada"
],
[
"George_Brown_College",
"campus",
"Urban_area"
],
[
"George_Brown_College",
"country",
"Canada"
],
[
"Georgian_College",
"campus",
"Urban_area"
],
[
"Georgian_College",
"country",
"Canada"
],
[
"Giuseppe_Colucci_(footballer)",
"team",
"Brescia_Calcio"
],
[
"Government_College_University_(Lahore)",
"campus",
"Urban_area"
],
[
"Government_College_University_(Lahore)",
"country",
"Pakistan"
],
[
"Government_Khawaja_Farid_College",
"campus",
"Urban_area"
],
[
"Government_Khawaja_Farid_College",
"country",
"Pakistan"
],
[
"HEC_Montréal",
"campus",
"Urban_area"
],
[
"HEC_Montréal",
"country",
"Canada"
],
[
"Humber_College",
"campus",
"Urban_area"
],
[
"Humber_College",
"country",
"Canada"
],
[
"Indus_Media_Group",
"country",
"Pakistan"
],
[
"Indus_Media_Group",
"locationCountry",
"Pakistan"
],
[
"Institut_national_de_la_recherche_scientifique",
"campus",
"Urban_area"
],
[
"Institut_national_de_la_recherche_scientifique",
"country",
"Canada"
],
[
"International_Islamic_University,_Islamabad",
"campus",
"Urban_area"
],
[
"International_Islamic_University,_Islamabad",
"country",
"Pakistan"
],
[
"Khyber_Medical_College",
"campus",
"Urban_area"
],
[
"Khyber_Medical_College",
"country",
"Pakistan"
],
[
"King's_University_College_(University_of_Western_Ontario)",
"campus",
"Urban_area"
],
[
"King's_University_College_(University_of_Western_Ontario)",
"country",
"Canada"
],
[
"Kwantlen_Polytechnic_University",
"campus",
"Urban_area"
],
[
"Kwantlen_Polytechnic_University",
"country",
"Canada"
],
[
"LaSalle_College",
"campus",
"Urban_area"
],
[
"LaSalle_College",
"country",
"Canada"
],
[
"Lambda_(newspaper)",
"campus",
"Urban_area"
],
[
"Lambda_(newspaper)",
"country",
"Canada"
],
[
"Laurentian_University",
"campus",
"Urban_area"
],
[
"Laurentian_University",
"country",
"Canada"
],
[
"Lethbridge_College",
"campus",
"Urban_area"
],
[
"Lethbridge_College",
"country",
"Canada"
],
[
"Liaquat_University_of_Medical_and_Health_Sciences",
"campus",
"Urban_area"
],
[
"Liaquat_University_of_Medical_and_Health_Sciences",
"country",
"Pakistan"
],
[
"MacEwan_University",
"campus",
"Urban_area"
],
[
"MacEwan_University",
"country",
"Canada"
],
[
"McGill_University",
"campus",
"Urban_area"
],
[
"McGill_University",
"country",
"Canada"
],
[
"McGill_University_Faculty_of_Law",
"campus",
"Urban_area"
],
[
"McGill_University_Faculty_of_Law",
"country",
"Canada"
],
[
"McMaster_University",
"campus",
"Urban_area"
],
[
"McMaster_University",
"country",
"Canada"
],
[
"Mehran_University_of_Engineering_and_Technology",
"campus",
"Urban_area"
],
[
"Mehran_University_of_Engineering_and_Technology",
"country",
"Pakistan"
],
[
"Mount_Royal_University",
"campus",
"Urban_area"
],
[
"Mount_Royal_University",
"country",
"Canada"
],
[
"NED_University_of_Engineering_and_Technology",
"campus",
"Urban_area"
],
[
"NED_University_of_Engineering_and_Technology",
"country",
"Pakistan"
],
[
"National_Defence_University,_Pakistan",
"campus",
"Urban_area"
],
[
"National_Defence_University,_Pakistan",
"country",
"Pakistan"
],
[
"National_Theatre_School_of_Canada",
"campus",
"Urban_area"
],
[
"National_Theatre_School_of_Canada",
"country",
"Canada"
],
[
"National_University_of_Computer_and_Emerging_Sciences",
"campus",
"Urban_area"
],
[
"National_University_of_Computer_and_Emerging_Sciences",
"country",
"Pakistan"
],
[
"Niagara_College",
"campus",
"Urban_area"
],
[
"Niagara_College",
"country",
"Canada"
],
[
"Northern_Alberta_Institute_of_Technology",
"campus",
"Urban_area"
],
[
"Northern_Alberta_Institute_of_Technology",
"country",
"Canada"
],
[
"Olds_College",
"campus",
"Urban_area"
],
[
"Olds_College",
"country",
"Canada"
],
[
"Pakistan_Navy_Engineering_College",
"campus",
"Urban_area"
],
[
"Pakistan_Navy_Engineering_College",
"country",
"Pakistan"
],
[
"Quaid-i-Azam_University",
"campus",
"Urban_area"
],
[
"Quaid-i-Azam_University",
"country",
"Pakistan"
],
[
"Red_River_College",
"campus",
"Urban_area"
],
[
"Red_River_College",
"country",
"Canada"
],
[
"Robson_Hall",
"campus",
"Urban_area"
],
[
"Robson_Hall",
"country",
"Canada"
],
[
"Royal_Roads_University",
"campus",
"Urban_area"
],
[
"Royal_Roads_University",
"country",
"Canada"
],
[
"Ryerson_University",
"campus",
"Urban_area"
],
[
"Ryerson_University",
"country",
"Canada"
],
[
"Sandro_Grande",
"birthPlace",
"Canada"
],
[
"Sandro_Grande",
"team",
"Brescia_Calcio"
],
[
"Seneca_College",
"campus",
"Urban_area"
],
[
"Seneca_College",
"country",
"Canada"
],
[
"Shaheed_Zulfikar_Ali_Bhutto_Institute_of_Science_and_Technology",
"campus",
"Urban_area"
],
[
"Shaheed_Zulfikar_Ali_Bhutto_Institute_of_Science_and_Technology",
"country",
"Pakistan"
],
[
"Simon_Fraser_University",
"campus",
"Urban_area"
],
[
"Simon_Fraser_University",
"country",
"Canada"
],
[
"Sindh_Muslim_Law_College",
"campus",
"Urban_area"
],
[
"Sindh_Muslim_Law_College",
"country",
"Pakistan"
],
[
"Sobey_School_of_Business",
"campus",
"Urban_area"
],
[
"Sobey_School_of_Business",
"country",
"Canada"
],
[
"St._Jerome's_University",
"campus",
"Urban_area"
],
[
"St._Jerome's_University",
"country",
"Canada"
],
[
"St._John's_College,_University_of_Manitoba",
"campus",
"Urban_area"
],
[
"St._John's_College,_University_of_Manitoba",
"country",
"Canada"
],
[
"St._Paul's_University_College",
"campus",
"Urban_area"
],
[
"St._Paul's_University_College",
"country",
"Canada"
],
[
"St._Thomas_More_College",
"campus",
"Urban_area"
],
[
"St._Thomas_More_College",
"country",
"Canada"
],
[
"University_of_Balochistan",
"campus",
"Urban_area"
],
[
"University_of_Balochistan",
"country",
"Pakistan"
],
[
"University_of_Calgary",
"campus",
"Urban_area"
],
[
"University_of_Calgary",
"country",
"Canada"
],
[
"University_of_Engineering_and_Technology,_Peshawar",
"campus",
"Urban_area"
],
[
"University_of_Engineering_and_Technology,_Peshawar",
"country",
"Pakistan"
],
[
"University_of_Lethbridge",
"campus",
"Urban_area"
],
[
"University_of_Lethbridge",
"country",
"Canada"
],
[
"University_of_Manitoba",
"campus",
"Urban_area"
],
[
"University_of_Manitoba",
"country",
"Canada"
],
[
"University_of_New_Brunswick",
"campus",
"Urban_area"
],
[
"University_of_New_Brunswick",
"country",
"Canada"
],
[
"University_of_Ontario_Institute_of_Technology",
"campus",
"Urban_area"
],
[
"University_of_Ontario_Institute_of_Technology",
"country",
"Canada"
],
[
"University_of_Ottawa",
"campus",
"Urban_area"
],
[
"University_of_Ottawa",
"country",
"Canada"
],
[
"University_of_Peshawar",
"campus",
"Urban_area"
],
[
"University_of_Peshawar",
"country",
"Pakistan"
],
[
"University_of_Prince_Edward_Island",
"campus",
"Urban_area"
],
[
"University_of_Prince_Edward_Island",
"country",
"Canada"
],
[
"University_of_Saskatchewan_College_of_Law",
"campus",
"Urban_area"
],
[
"University_of_Saskatchewan_College_of_Law",
"country",
"Canada"
],
[
"University_of_Sindh",
"campus",
"Urban_area"
],
[
"University_of_Sindh",
"country",
"Pakistan"
],
[
"University_of_St._Joseph's_College",
"campus",
"Urban_area"
],
[
"University_of_St._Joseph's_College",
"country",
"Canada"
],
[
"University_of_Waterloo",
"campus",
"Urban_area"
],
[
"University_of_Waterloo",
"country",
"Canada"
],
[
"University_of_Windsor",
"campus",
"Urban_area"
],
[
"University_of_Windsor",
"country",
"Canada"
],
[
"University_of_the_Fraser_Valley",
"campus",
"Urban_area"
],
[
"University_of_the_Fraser_Valley",
"country",
"Canada"
],
[
"University_of_the_Punjab",
"campus",
"Urban_area"
],
[
"University_of_the_Punjab",
"country",
"Pakistan"
],
[
"Université_de_Sherbrooke",
"campus",
"Urban_area"
],
[
"Université_de_Sherbrooke",
"country",
"Canada"
],
[
"Université_du_Québec_en_Abitibi-Témiscamingue",
"campus",
"Urban_area"
],
[
"Université_du_Québec_en_Abitibi-Témiscamingue",
"country",
"Canada"
],
[
"Université_du_Québec_à_Montréal",
"campus",
"Urban_area"
],
[
"Université_du_Québec_à_Montréal",
"country",
"Canada"
],
[
"Vanier_College",
"campus",
"Urban_area"
],
[
"Vanier_College",
"country",
"Canada"
],
[
"York_University",
"campus",
"Urban_area"
],
[
"York_University",
"country",
"Canada"
],
[
"École_Polytechnique_de_Montréal",
"campus",
"Urban_area"
],
[
"École_Polytechnique_de_Montréal",
"country",
"Canada"
],
[
"École_de_technologie_supérieure",
"campus",
"Urban_area"
],
[
"École_de_technologie_supérieure",
"country",
"Canada"
],
[
"École_nationale_d'administration_publique",
"campus",
"Urban_area"
],
[
"École_nationale_d'administration_publique",
"country",
"Canada"
]
]
} |
dbpedia500 |
You are given a directed graph as two CSV-like sections in this order:
1) Node table (header included):
node_id, node_attr
2) Edge table (header included):
src, edge_attr, dst
Task
- Use ONLY edges from the Edge table to answer the question by outputting a path.
- When printing each edge, replace IDs with the exact node_attr from the Node table.
- Output MUST be text triples, not numeric IDs.
Output format (STRICT — no extra text):
PATH:
("subject"|predicate|"object")
...
END
Rules
- Use only listed edges; do NOT invent edges.
- Map IDs → node_attr; preserve node_attr exactly.
- Output NOTHING outside the PATH block.
- If no path exists, output exactly:
PATH:
END
Graph:
node_id, node_attr
194882, Adrian_Scarlatache
90699, Blues
23897, Bogdan_Stelea
147794, Bucharest
297969, Cornel_Dobre
49542, Cornel_Predescu
415958, Dennis_Șerban
19472, Dudu_Georgescu
219142, FC_Dinamo_București
62211, Florin_Prunea
115971, Gimnasia_y_Esgrima_de_Jujuy
284121, Heartattack_and_Vine
456364, Hristu_Chiacu
262334, Marcelo_Herrera
384707, Marian_Cristescu
385574, Marius_Alexe
453659, Nicolae_Mușat
477085, Osvaldo_Miranda
416081, San_Salvador_de_Jujuy
64699, Valeriu_Sterian
src, edge_attr, dst
194882, birthPlace, 147794
194882, team, 219142
23897, birthPlace, 147794
23897, team, 219142
297969, birthPlace, 147794
297969, team, 219142
49542, birthPlace, 147794
49542, team, 219142
415958, birthPlace, 147794
415958, team, 219142
19472, birthPlace, 147794
19472, team, 219142
62211, birthPlace, 147794
62211, team, 219142
115971, ground, 416081
284121, genre, 90699
456364, birthPlace, 147794
456364, team, 219142
262334, birthPlace, 416081
262334, team, 115971
384707, birthPlace, 147794
384707, team, 219142
385574, birthPlace, 147794
385574, team, 219142
453659, birthPlace, 147794
453659, team, 219142
477085, team, 219142
477085, team, 115971
64699, deathPlace, 147794
64699, genre, 90699
Question: For what reason are Dudu_Georgescu, Heartattack_and_Vine, and San_Salvador_de_Jujuy associated?
Your output must be ONLY the PATH block.
| graph_path | {
"style": "rule"
} | {
"entities": [
"Dudu_Georgescu",
"Heartattack_and_Vine",
"San_Salvador_de_Jujuy"
],
"valid_edges": [
[
"Adrian_Scarlatache",
"birthPlace",
"Bucharest"
],
[
"Adrian_Scarlatache",
"team",
"FC_Dinamo_București"
],
[
"Bogdan_Stelea",
"birthPlace",
"Bucharest"
],
[
"Bogdan_Stelea",
"team",
"FC_Dinamo_București"
],
[
"Cornel_Dobre",
"birthPlace",
"Bucharest"
],
[
"Cornel_Dobre",
"team",
"FC_Dinamo_București"
],
[
"Cornel_Predescu",
"birthPlace",
"Bucharest"
],
[
"Cornel_Predescu",
"team",
"FC_Dinamo_București"
],
[
"Dennis_Șerban",
"birthPlace",
"Bucharest"
],
[
"Dennis_Șerban",
"team",
"FC_Dinamo_București"
],
[
"Dudu_Georgescu",
"birthPlace",
"Bucharest"
],
[
"Dudu_Georgescu",
"team",
"FC_Dinamo_București"
],
[
"Florin_Prunea",
"birthPlace",
"Bucharest"
],
[
"Florin_Prunea",
"team",
"FC_Dinamo_București"
],
[
"Gimnasia_y_Esgrima_de_Jujuy",
"ground",
"San_Salvador_de_Jujuy"
],
[
"Heartattack_and_Vine",
"genre",
"Blues"
],
[
"Hristu_Chiacu",
"birthPlace",
"Bucharest"
],
[
"Hristu_Chiacu",
"team",
"FC_Dinamo_București"
],
[
"Marcelo_Herrera",
"birthPlace",
"San_Salvador_de_Jujuy"
],
[
"Marcelo_Herrera",
"team",
"Gimnasia_y_Esgrima_de_Jujuy"
],
[
"Marian_Cristescu",
"birthPlace",
"Bucharest"
],
[
"Marian_Cristescu",
"team",
"FC_Dinamo_București"
],
[
"Marius_Alexe",
"birthPlace",
"Bucharest"
],
[
"Marius_Alexe",
"team",
"FC_Dinamo_București"
],
[
"Nicolae_Mușat",
"birthPlace",
"Bucharest"
],
[
"Nicolae_Mușat",
"team",
"FC_Dinamo_București"
],
[
"Osvaldo_Miranda",
"team",
"FC_Dinamo_București"
],
[
"Osvaldo_Miranda",
"team",
"Gimnasia_y_Esgrima_de_Jujuy"
],
[
"Valeriu_Sterian",
"deathPlace",
"Bucharest"
],
[
"Valeriu_Sterian",
"genre",
"Blues"
]
]
} |
dbpedia500 |
You are given a directed graph as two CSV-like sections in this order:
1) Node table (header included):
node_id, node_attr
2) Edge table (header included):
src, edge_attr, dst
Task
- Use ONLY edges from the Edge table to answer the question by outputting a path.
- When printing each edge, replace IDs with the exact node_attr from the Node table.
- Output MUST be text triples, not numeric IDs.
Output format (STRICT — no extra text):
PATH:
("subject"|predicate|"object")
...
END
Rules
- Use only listed edges; do NOT invent edges.
- Map IDs → node_attr; preserve node_attr exactly.
- Output NOTHING outside the PATH block.
- If no path exists, output exactly:
PATH:
END
Graph:
node_id, node_attr
148789, 11Eleven_Project
199653, ARASH_(composer)
434613, Afrika_Bambaataa
45472, Ahmad_Madani
7878, Alexander_Perls
174626, Ali_Khademhosseini
196804, Amir_Amor
267201, Anousheh_Ansari
310679, Anthony_Preston_(record_producer)
431048, Arabs
329279, Armenians
64942, Ash_Riser
418152, Ashkan_Kooshanejad
50412, Atlas_Plug
241438, Azerbaijanis
251073, Bahram_Dehghanyar
89905, Baths_(musician)
399541, Be_Like_Others
179803, Behrouz_Vossoughi
436394, Bijan_(designer)
82350, Black_Milk
388348, Blockhead_(music_producer)
485944, Bob_Yari
38896, Boom_Bip
94688, Britton_Rice
431502, Bryan_Russell
414807, Camille_Davila
438784, Cha_Cha_Malone
300377, Chad_Blinman
270678, Channel_7_(musician)
395456, Chris_Brann
234406, Chris_Malinchak
298597, Circassians
4734, Craig_Wuest
263968, DJ_Aligator
180086, DJ_Leony
405082, Daedelus_(musician)
326023, Denies_the_Day's_Demise
129078, Dionté_BOOM
332709, Disco_D
166741, Doctor_Steel
242966, Dosh_(musician)
198199, Duncan_Arsenault
194034, EON5
237594, Electronic_music
245026, Eskmo
163794, Esmaiel_Jabbari
20522, Firouz_Partovi
309892, Flying_Lotus
192303, Frank_Loverde
256055, Gary_Richards_(music_executive)
216946, Georgian_language
214537, Giant_Step
130921, Glowbug
243822, Hamid_R._Moghadam
397087, Hazhir_Rahmandad
150428, Helly_Luv
48963, Homa_Rousta
235100, Hot_Sugar_(musician)
102017, Illegal_Art
65909, Iran
489575, Jafar_Sharif-Emami
275781, Jana_Mashonee
245329, Jared_Lee_Gosselin
402260, Jesse_Boykins_III
207530, John_Henry_Wright
265843, Jonathan_Florencio
296335, Jorge_Boehringer
199805, Junior_Sanchez
262920, Kamran_Eshraghian
315455, Karim_Sanjabi
277734, Keeley_Davis
238977, Kim_Sanders
101362, Kult_Records
238965, Laney_Stewart
447611, Latent_Anxiety
345337, Lavender_Diamond
332012, Leila_Arab
201387, Leila_Bela
365556, Leila_Kasra
189556, Little_Annie
125134, Loquat_(band)
203284, Lorn_(musician)
305367, Lynn_&_Wade_LLP
205394, Mahdyar_Aghajani
443826, Maisy
489771, Majid_Pishyar
306921, Mandaic_language
387878, Maryam_Mirzakhani
420361, Massoud_Pedram
262333, Matt_Martians
161559, Mavie_Marcos
90352, Merooj
266381, Mickey_Factz
146258, Mike_Rizzo
96137, Mohammad_Nahavandian
23347, Mort_Garson
202748, Nasser_Yeganeh
301988, Navid_Khonsari
117866, Neil_Kadisha
211394, Nichkhun
329397, Ninja_Tune
268318, Nite_Jewel
244676, Niyaz
302173, Nutkani
434738, Oliver_Chapoy
249475, Parviz_Moin
97613, Pashtun_diaspora
464396, Pashtuns
91690, Paul_Johnson_(producer)
410884, Persian_Jews
322083, Persian_people
62079, Poperratic
368256, Rambler_American
78525, Raymond_Scott
66665, Roya_Hakakian
319674, Ryland_Bouchard
254497, Sam_Nazarian
336700, Shahin_&_Sepehr
38100, Shahrabad_Rural_District_(Tehran_Province)
423905, Sharam
57394, Simon_Curtis
247431, Sixtoo
105199, Spazzkid
304711, Stevie_B
220792, Susan_(Iranian_singer)
75634, T_Lopez
38499, Takeover_Entertainment
445951, Terre_Thaemlitz
51055, Thavius_Beck
432081, The_Cataracs
299003, The_Iron_Sheik
257061, The_Snow_Queen_(2012_film)
132285, Theo_Kogan
221579, Thrive_Records
210199, Thundercat_(musician)
1548, Tooji
3791, Tri_Angle_(record_label)
479319, Ubiquity_Records
144640, United_States
281416, Vasily_Shumov
489603, Via_Tania
372915, Viguen
412182, Yameen
185723, Yppah
29516, Zabihollah_Rezaee
397450, Zedbazi
src, edge_attr, dst
148789, country, 65909
148789, country, 144640
199653, birthPlace, 65909
199653, genre, 237594
199653, hometown, 65909
434613, birthPlace, 144640
434613, genre, 237594
434613, hometown, 144640
45472, birthPlace, 65909
45472, deathPlace, 144640
7878, birthPlace, 144640
7878, occupation, 237594
174626, birthPlace, 65909
174626, nationality, 65909
174626, residence, 144640
196804, birthPlace, 65909
196804, genre, 237594
267201, birthPlace, 65909
267201, nationality, 65909
267201, nationality, 144640
267201, stateOfOrigin, 65909
267201, stateOfOrigin, 144640
310679, birthPlace, 144640
310679, genre, 237594
431048, populationPlace, 65909
431048, populationPlace, 144640
329279, populationPlace, 65909
329279, populationPlace, 144640
64942, birthPlace, 144640
64942, genre, 237594
64942, hometown, 144640
418152, genre, 237594
418152, hometown, 65909
50412, genre, 237594
50412, hometown, 144640
241438, populationPlace, 65909
241438, populationPlace, 144640
251073, genre, 237594
251073, hometown, 65909
89905, birthPlace, 144640
89905, genre, 237594
89905, hometown, 144640
399541, country, 65909
399541, country, 144640
179803, birthPlace, 65909
179803, residence, 144640
436394, birthPlace, 65909
436394, deathPlace, 144640
436394, nationality, 65909
82350, genre, 237594
82350, hometown, 144640
388348, genre, 237594
388348, hometown, 144640
388348, recordLabel, 329397
485944, birthPlace, 65909
485944, citizenship, 144640
38896, birthPlace, 144640
38896, genre, 237594
38896, hometown, 144640
94688, genre, 237594
94688, hometown, 144640
431502, genre, 237594
431502, hometown, 144640
414807, genre, 237594
414807, hometown, 144640
438784, birthPlace, 144640
438784, genre, 237594
300377, genre, 237594
300377, hometown, 144640
300377, instrument, 237594
300377, occupation, 237594
270678, genre, 237594
270678, hometown, 144640
395456, hometown, 144640
395456, occupation, 237594
234406, hometown, 144640
234406, occupation, 237594
298597, populationPlace, 65909
298597, populationPlace, 144640
4734, birthPlace, 144640
4734, genre, 237594
4734, hometown, 144640
263968, birthPlace, 65909
263968, occupation, 237594
180086, genre, 237594
180086, hometown, 144640
405082, associatedBand, 105199
405082, associatedMusicalArtist, 105199
405082, genre, 237594
405082, recordLabel, 329397
326023, artist, 405082
326023, genre, 237594
326023, producer, 405082
326023, recordLabel, 329397
129078, birthPlace, 144640
129078, genre, 237594
332709, birthPlace, 144640
332709, deathPlace, 144640
332709, genre, 237594
332709, hometown, 144640
166741, genre, 237594
166741, hometown, 144640
242966, genre, 237594
242966, hometown, 144640
198199, genre, 237594
198199, hometown, 144640
198199, instrument, 237594
194034, country, 144640
194034, genre, 237594
245026, genre, 237594
245026, hometown, 144640
245026, recordLabel, 329397
163794, birthPlace, 65909
163794, nationality, 65909
163794, residence, 144640
20522, birthPlace, 65909
20522, citizenship, 65909
20522, citizenship, 144640
20522, nationality, 65909
309892, genre, 237594
309892, hometown, 144640
192303, deathPlace, 144640
192303, genre, 237594
256055, birthPlace, 144640
256055, genre, 237594
216946, spokenIn, 65909
216946, spokenIn, 144640
214537, country, 144640
214537, genre, 237594
130921, genre, 237594
130921, hometown, 144640
243822, citizenship, 144640
243822, ethnicity, 65909
243822, nationality, 144640
243822, stateOfOrigin, 144640
397087, birthPlace, 65909
397087, nationality, 65909
397087, residence, 144640
150428, birthPlace, 65909
150428, residence, 144640
48963, birthPlace, 65909
48963, deathPlace, 144640
48963, nationality, 65909
48963, stateOfOrigin, 65909
235100, genre, 237594
235100, hometown, 144640
235100, recordLabel, 329397
102017, country, 144640
102017, genre, 237594
65909, language, 216946
489575, birthPlace, 65909
489575, deathPlace, 144640
275781, genre, 237594
275781, hometown, 144640
245329, birthPlace, 144640
245329, genre, 237594
402260, birthPlace, 144640
402260, genre, 237594
207530, birthPlace, 65909
207530, nationality, 144640
207530, stateOfOrigin, 144640
265843, genre, 237594
265843, hometown, 144640
296335, genre, 237594
296335, hometown, 144640
199805, birthPlace, 144640
199805, genre, 237594
262920, birthPlace, 65909
262920, residence, 144640
315455, birthPlace, 65909
315455, deathPlace, 144640
277734, genre, 237594
277734, hometown, 144640
238977, birthPlace, 144640
238977, genre, 237594
101362, country, 144640
101362, genre, 237594
238965, birthPlace, 144640
238965, genre, 237594
447611, genre, 237594
447611, hometown, 144640
345337, genre, 237594
345337, hometown, 144640
332012, genre, 237594
332012, hometown, 65909
201387, birthPlace, 65909
201387, hometown, 144640
365556, birthPlace, 65909
365556, deathPlace, 144640
189556, genre, 237594
189556, hometown, 144640
125134, genre, 237594
125134, hometown, 144640
203284, genre, 237594
203284, recordLabel, 329397
305367, genre, 237594
305367, hometown, 144640
205394, birthPlace, 65909
205394, genre, 237594
205394, hometown, 65909
443826, country, 144640
489771, birthPlace, 65909
489771, residence, 144640
306921, spokenIn, 65909
306921, spokenIn, 144640
387878, birthPlace, 65909
387878, residence, 144640
420361, birthPlace, 65909
420361, citizenship, 65909
420361, citizenship, 144640
420361, residence, 144640
262333, genre, 237594
262333, hometown, 144640
161559, genre, 237594
161559, hometown, 144640
90352, location, 65909
90352, location, 144640
266381, birthPlace, 144640
266381, genre, 237594
146258, genre, 237594
146258, hometown, 144640
96137, birthPlace, 65909
96137, residence, 65909
96137, residence, 144640
23347, deathPlace, 144640
23347, genre, 237594
202748, birthPlace, 65909
202748, deathPlace, 144640
301988, citizenship, 65909
301988, residence, 144640
117866, birthPlace, 65909
117866, nationality, 65909
117866, nationality, 144640
117866, stateOfOrigin, 65909
117866, stateOfOrigin, 144640
211394, birthPlace, 144640
211394, genre, 237594
268318, genre, 237594
268318, hometown, 144640
244676, hometown, 65909
244676, hometown, 144640
302173, populationPlace, 65909
302173, populationPlace, 144640
434738, genre, 237594
434738, hometown, 144640
249475, birthPlace, 65909
249475, nationality, 144640
97613, populationPlace, 65909
97613, populationPlace, 144640
464396, populationPlace, 65909
464396, populationPlace, 144640
91690, birthPlace, 144640
91690, genre, 237594
91690, hometown, 144640
410884, populationPlace, 65909
410884, populationPlace, 144640
322083, populationPlace, 65909
322083, populationPlace, 144640
62079, genre, 237594
62079, hometown, 144640
368256, assembly, 65909
368256, assembly, 144640
78525, birthPlace, 144640
78525, deathPlace, 144640
78525, genre, 237594
66665, birthPlace, 65909
66665, citizenship, 144640
319674, birthPlace, 144640
319674, genre, 237594
254497, birthPlace, 65909
254497, citizenship, 144640
336700, birthPlace, 65909
336700, hometown, 144640
38100, country, 65909
423905, birthPlace, 65909
423905, genre, 237594
423905, hometown, 65909
57394, birthPlace, 144640
57394, genre, 237594
247431, genre, 237594
247431, recordLabel, 329397
105199, genre, 237594
304711, birthPlace, 144640
304711, genre, 237594
304711, hometown, 144640
220792, birthPlace, 65909
220792, deathPlace, 144640
75634, birthPlace, 144640
75634, genre, 237594
38499, genre, 237594
38499, regionServed, 144640
445951, birthPlace, 144640
445951, occupation, 237594
51055, genre, 237594
51055, hometown, 144640
432081, genre, 237594
432081, hometown, 144640
299003, billed, 65909
299003, birthPlace, 65909
299003, residence, 144640
257061, country, 65909
257061, country, 144640
132285, birthPlace, 144640
132285, genre, 237594
221579, country, 144640
221579, genre, 237594
210199, genre, 237594
210199, hometown, 144640
1548, birthPlace, 65909
1548, genre, 237594
3791, country, 144640
3791, genre, 237594
479319, country, 144640
479319, genre, 237594
281416, birthPlace, 144640
281416, genre, 237594
489603, genre, 237594
489603, hometown, 144640
372915, birthPlace, 65909
372915, deathPlace, 144640
412182, genre, 237594
412182, hometown, 144640
185723, genre, 237594
185723, hometown, 144640
185723, recordLabel, 329397
29516, birthPlace, 65909
29516, nationality, 144640
397450, genre, 237594
397450, hometown, 65909
Question: In what context are Denies_the_Day's_Demise, Maisy, and Shahrabad_Rural_District_(Tehran_Province) connected?
Your output must be ONLY the PATH block.
| graph_path | {
"style": "rule"
} | {
"entities": [
"Denies_the_Day's_Demise",
"Maisy",
"Shahrabad_Rural_District_(Tehran_Province)"
],
"valid_edges": [
[
"11Eleven_Project",
"country",
"Iran"
],
[
"11Eleven_Project",
"country",
"United_States"
],
[
"ARASH_(composer)",
"birthPlace",
"Iran"
],
[
"ARASH_(composer)",
"genre",
"Electronic_music"
],
[
"ARASH_(composer)",
"hometown",
"Iran"
],
[
"Afrika_Bambaataa",
"birthPlace",
"United_States"
],
[
"Afrika_Bambaataa",
"genre",
"Electronic_music"
],
[
"Afrika_Bambaataa",
"hometown",
"United_States"
],
[
"Ahmad_Madani",
"birthPlace",
"Iran"
],
[
"Ahmad_Madani",
"deathPlace",
"United_States"
],
[
"Alexander_Perls",
"birthPlace",
"United_States"
],
[
"Alexander_Perls",
"occupation",
"Electronic_music"
],
[
"Ali_Khademhosseini",
"birthPlace",
"Iran"
],
[
"Ali_Khademhosseini",
"nationality",
"Iran"
],
[
"Ali_Khademhosseini",
"residence",
"United_States"
],
[
"Amir_Amor",
"birthPlace",
"Iran"
],
[
"Amir_Amor",
"genre",
"Electronic_music"
],
[
"Anousheh_Ansari",
"birthPlace",
"Iran"
],
[
"Anousheh_Ansari",
"nationality",
"Iran"
],
[
"Anousheh_Ansari",
"nationality",
"United_States"
],
[
"Anousheh_Ansari",
"stateOfOrigin",
"Iran"
],
[
"Anousheh_Ansari",
"stateOfOrigin",
"United_States"
],
[
"Anthony_Preston_(record_producer)",
"birthPlace",
"United_States"
],
[
"Anthony_Preston_(record_producer)",
"genre",
"Electronic_music"
],
[
"Arabs",
"populationPlace",
"Iran"
],
[
"Arabs",
"populationPlace",
"United_States"
],
[
"Armenians",
"populationPlace",
"Iran"
],
[
"Armenians",
"populationPlace",
"United_States"
],
[
"Ash_Riser",
"birthPlace",
"United_States"
],
[
"Ash_Riser",
"genre",
"Electronic_music"
],
[
"Ash_Riser",
"hometown",
"United_States"
],
[
"Ashkan_Kooshanejad",
"genre",
"Electronic_music"
],
[
"Ashkan_Kooshanejad",
"hometown",
"Iran"
],
[
"Atlas_Plug",
"genre",
"Electronic_music"
],
[
"Atlas_Plug",
"hometown",
"United_States"
],
[
"Azerbaijanis",
"populationPlace",
"Iran"
],
[
"Azerbaijanis",
"populationPlace",
"United_States"
],
[
"Bahram_Dehghanyar",
"genre",
"Electronic_music"
],
[
"Bahram_Dehghanyar",
"hometown",
"Iran"
],
[
"Baths_(musician)",
"birthPlace",
"United_States"
],
[
"Baths_(musician)",
"genre",
"Electronic_music"
],
[
"Baths_(musician)",
"hometown",
"United_States"
],
[
"Be_Like_Others",
"country",
"Iran"
],
[
"Be_Like_Others",
"country",
"United_States"
],
[
"Behrouz_Vossoughi",
"birthPlace",
"Iran"
],
[
"Behrouz_Vossoughi",
"residence",
"United_States"
],
[
"Bijan_(designer)",
"birthPlace",
"Iran"
],
[
"Bijan_(designer)",
"deathPlace",
"United_States"
],
[
"Bijan_(designer)",
"nationality",
"Iran"
],
[
"Black_Milk",
"genre",
"Electronic_music"
],
[
"Black_Milk",
"hometown",
"United_States"
],
[
"Blockhead_(music_producer)",
"genre",
"Electronic_music"
],
[
"Blockhead_(music_producer)",
"hometown",
"United_States"
],
[
"Blockhead_(music_producer)",
"recordLabel",
"Ninja_Tune"
],
[
"Bob_Yari",
"birthPlace",
"Iran"
],
[
"Bob_Yari",
"citizenship",
"United_States"
],
[
"Boom_Bip",
"birthPlace",
"United_States"
],
[
"Boom_Bip",
"genre",
"Electronic_music"
],
[
"Boom_Bip",
"hometown",
"United_States"
],
[
"Britton_Rice",
"genre",
"Electronic_music"
],
[
"Britton_Rice",
"hometown",
"United_States"
],
[
"Bryan_Russell",
"genre",
"Electronic_music"
],
[
"Bryan_Russell",
"hometown",
"United_States"
],
[
"Camille_Davila",
"genre",
"Electronic_music"
],
[
"Camille_Davila",
"hometown",
"United_States"
],
[
"Cha_Cha_Malone",
"birthPlace",
"United_States"
],
[
"Cha_Cha_Malone",
"genre",
"Electronic_music"
],
[
"Chad_Blinman",
"genre",
"Electronic_music"
],
[
"Chad_Blinman",
"hometown",
"United_States"
],
[
"Chad_Blinman",
"instrument",
"Electronic_music"
],
[
"Chad_Blinman",
"occupation",
"Electronic_music"
],
[
"Channel_7_(musician)",
"genre",
"Electronic_music"
],
[
"Channel_7_(musician)",
"hometown",
"United_States"
],
[
"Chris_Brann",
"hometown",
"United_States"
],
[
"Chris_Brann",
"occupation",
"Electronic_music"
],
[
"Chris_Malinchak",
"hometown",
"United_States"
],
[
"Chris_Malinchak",
"occupation",
"Electronic_music"
],
[
"Circassians",
"populationPlace",
"Iran"
],
[
"Circassians",
"populationPlace",
"United_States"
],
[
"Craig_Wuest",
"birthPlace",
"United_States"
],
[
"Craig_Wuest",
"genre",
"Electronic_music"
],
[
"Craig_Wuest",
"hometown",
"United_States"
],
[
"DJ_Aligator",
"birthPlace",
"Iran"
],
[
"DJ_Aligator",
"occupation",
"Electronic_music"
],
[
"DJ_Leony",
"genre",
"Electronic_music"
],
[
"DJ_Leony",
"hometown",
"United_States"
],
[
"Daedelus_(musician)",
"associatedBand",
"Spazzkid"
],
[
"Daedelus_(musician)",
"associatedMusicalArtist",
"Spazzkid"
],
[
"Daedelus_(musician)",
"genre",
"Electronic_music"
],
[
"Daedelus_(musician)",
"recordLabel",
"Ninja_Tune"
],
[
"Denies_the_Day's_Demise",
"artist",
"Daedelus_(musician)"
],
[
"Denies_the_Day's_Demise",
"genre",
"Electronic_music"
],
[
"Denies_the_Day's_Demise",
"producer",
"Daedelus_(musician)"
],
[
"Denies_the_Day's_Demise",
"recordLabel",
"Ninja_Tune"
],
[
"Dionté_BOOM",
"birthPlace",
"United_States"
],
[
"Dionté_BOOM",
"genre",
"Electronic_music"
],
[
"Disco_D",
"birthPlace",
"United_States"
],
[
"Disco_D",
"deathPlace",
"United_States"
],
[
"Disco_D",
"genre",
"Electronic_music"
],
[
"Disco_D",
"hometown",
"United_States"
],
[
"Doctor_Steel",
"genre",
"Electronic_music"
],
[
"Doctor_Steel",
"hometown",
"United_States"
],
[
"Dosh_(musician)",
"genre",
"Electronic_music"
],
[
"Dosh_(musician)",
"hometown",
"United_States"
],
[
"Duncan_Arsenault",
"genre",
"Electronic_music"
],
[
"Duncan_Arsenault",
"hometown",
"United_States"
],
[
"Duncan_Arsenault",
"instrument",
"Electronic_music"
],
[
"EON5",
"country",
"United_States"
],
[
"EON5",
"genre",
"Electronic_music"
],
[
"Eskmo",
"genre",
"Electronic_music"
],
[
"Eskmo",
"hometown",
"United_States"
],
[
"Eskmo",
"recordLabel",
"Ninja_Tune"
],
[
"Esmaiel_Jabbari",
"birthPlace",
"Iran"
],
[
"Esmaiel_Jabbari",
"nationality",
"Iran"
],
[
"Esmaiel_Jabbari",
"residence",
"United_States"
],
[
"Firouz_Partovi",
"birthPlace",
"Iran"
],
[
"Firouz_Partovi",
"citizenship",
"Iran"
],
[
"Firouz_Partovi",
"citizenship",
"United_States"
],
[
"Firouz_Partovi",
"nationality",
"Iran"
],
[
"Flying_Lotus",
"genre",
"Electronic_music"
],
[
"Flying_Lotus",
"hometown",
"United_States"
],
[
"Frank_Loverde",
"deathPlace",
"United_States"
],
[
"Frank_Loverde",
"genre",
"Electronic_music"
],
[
"Gary_Richards_(music_executive)",
"birthPlace",
"United_States"
],
[
"Gary_Richards_(music_executive)",
"genre",
"Electronic_music"
],
[
"Georgian_language",
"spokenIn",
"Iran"
],
[
"Georgian_language",
"spokenIn",
"United_States"
],
[
"Giant_Step",
"country",
"United_States"
],
[
"Giant_Step",
"genre",
"Electronic_music"
],
[
"Glowbug",
"genre",
"Electronic_music"
],
[
"Glowbug",
"hometown",
"United_States"
],
[
"Hamid_R._Moghadam",
"citizenship",
"United_States"
],
[
"Hamid_R._Moghadam",
"ethnicity",
"Iran"
],
[
"Hamid_R._Moghadam",
"nationality",
"United_States"
],
[
"Hamid_R._Moghadam",
"stateOfOrigin",
"United_States"
],
[
"Hazhir_Rahmandad",
"birthPlace",
"Iran"
],
[
"Hazhir_Rahmandad",
"nationality",
"Iran"
],
[
"Hazhir_Rahmandad",
"residence",
"United_States"
],
[
"Helly_Luv",
"birthPlace",
"Iran"
],
[
"Helly_Luv",
"residence",
"United_States"
],
[
"Homa_Rousta",
"birthPlace",
"Iran"
],
[
"Homa_Rousta",
"deathPlace",
"United_States"
],
[
"Homa_Rousta",
"nationality",
"Iran"
],
[
"Homa_Rousta",
"stateOfOrigin",
"Iran"
],
[
"Hot_Sugar_(musician)",
"genre",
"Electronic_music"
],
[
"Hot_Sugar_(musician)",
"hometown",
"United_States"
],
[
"Hot_Sugar_(musician)",
"recordLabel",
"Ninja_Tune"
],
[
"Illegal_Art",
"country",
"United_States"
],
[
"Illegal_Art",
"genre",
"Electronic_music"
],
[
"Iran",
"language",
"Georgian_language"
],
[
"Jafar_Sharif-Emami",
"birthPlace",
"Iran"
],
[
"Jafar_Sharif-Emami",
"deathPlace",
"United_States"
],
[
"Jana_Mashonee",
"genre",
"Electronic_music"
],
[
"Jana_Mashonee",
"hometown",
"United_States"
],
[
"Jared_Lee_Gosselin",
"birthPlace",
"United_States"
],
[
"Jared_Lee_Gosselin",
"genre",
"Electronic_music"
],
[
"Jesse_Boykins_III",
"birthPlace",
"United_States"
],
[
"Jesse_Boykins_III",
"genre",
"Electronic_music"
],
[
"John_Henry_Wright",
"birthPlace",
"Iran"
],
[
"John_Henry_Wright",
"nationality",
"United_States"
],
[
"John_Henry_Wright",
"stateOfOrigin",
"United_States"
],
[
"Jonathan_Florencio",
"genre",
"Electronic_music"
],
[
"Jonathan_Florencio",
"hometown",
"United_States"
],
[
"Jorge_Boehringer",
"genre",
"Electronic_music"
],
[
"Jorge_Boehringer",
"hometown",
"United_States"
],
[
"Junior_Sanchez",
"birthPlace",
"United_States"
],
[
"Junior_Sanchez",
"genre",
"Electronic_music"
],
[
"Kamran_Eshraghian",
"birthPlace",
"Iran"
],
[
"Kamran_Eshraghian",
"residence",
"United_States"
],
[
"Karim_Sanjabi",
"birthPlace",
"Iran"
],
[
"Karim_Sanjabi",
"deathPlace",
"United_States"
],
[
"Keeley_Davis",
"genre",
"Electronic_music"
],
[
"Keeley_Davis",
"hometown",
"United_States"
],
[
"Kim_Sanders",
"birthPlace",
"United_States"
],
[
"Kim_Sanders",
"genre",
"Electronic_music"
],
[
"Kult_Records",
"country",
"United_States"
],
[
"Kult_Records",
"genre",
"Electronic_music"
],
[
"Laney_Stewart",
"birthPlace",
"United_States"
],
[
"Laney_Stewart",
"genre",
"Electronic_music"
],
[
"Latent_Anxiety",
"genre",
"Electronic_music"
],
[
"Latent_Anxiety",
"hometown",
"United_States"
],
[
"Lavender_Diamond",
"genre",
"Electronic_music"
],
[
"Lavender_Diamond",
"hometown",
"United_States"
],
[
"Leila_Arab",
"genre",
"Electronic_music"
],
[
"Leila_Arab",
"hometown",
"Iran"
],
[
"Leila_Bela",
"birthPlace",
"Iran"
],
[
"Leila_Bela",
"hometown",
"United_States"
],
[
"Leila_Kasra",
"birthPlace",
"Iran"
],
[
"Leila_Kasra",
"deathPlace",
"United_States"
],
[
"Little_Annie",
"genre",
"Electronic_music"
],
[
"Little_Annie",
"hometown",
"United_States"
],
[
"Loquat_(band)",
"genre",
"Electronic_music"
],
[
"Loquat_(band)",
"hometown",
"United_States"
],
[
"Lorn_(musician)",
"genre",
"Electronic_music"
],
[
"Lorn_(musician)",
"recordLabel",
"Ninja_Tune"
],
[
"Lynn_&_Wade_LLP",
"genre",
"Electronic_music"
],
[
"Lynn_&_Wade_LLP",
"hometown",
"United_States"
],
[
"Mahdyar_Aghajani",
"birthPlace",
"Iran"
],
[
"Mahdyar_Aghajani",
"genre",
"Electronic_music"
],
[
"Mahdyar_Aghajani",
"hometown",
"Iran"
],
[
"Maisy",
"country",
"United_States"
],
[
"Majid_Pishyar",
"birthPlace",
"Iran"
],
[
"Majid_Pishyar",
"residence",
"United_States"
],
[
"Mandaic_language",
"spokenIn",
"Iran"
],
[
"Mandaic_language",
"spokenIn",
"United_States"
],
[
"Maryam_Mirzakhani",
"birthPlace",
"Iran"
],
[
"Maryam_Mirzakhani",
"residence",
"United_States"
],
[
"Massoud_Pedram",
"birthPlace",
"Iran"
],
[
"Massoud_Pedram",
"citizenship",
"Iran"
],
[
"Massoud_Pedram",
"citizenship",
"United_States"
],
[
"Massoud_Pedram",
"residence",
"United_States"
],
[
"Matt_Martians",
"genre",
"Electronic_music"
],
[
"Matt_Martians",
"hometown",
"United_States"
],
[
"Mavie_Marcos",
"genre",
"Electronic_music"
],
[
"Mavie_Marcos",
"hometown",
"United_States"
],
[
"Merooj",
"location",
"Iran"
],
[
"Merooj",
"location",
"United_States"
],
[
"Mickey_Factz",
"birthPlace",
"United_States"
],
[
"Mickey_Factz",
"genre",
"Electronic_music"
],
[
"Mike_Rizzo",
"genre",
"Electronic_music"
],
[
"Mike_Rizzo",
"hometown",
"United_States"
],
[
"Mohammad_Nahavandian",
"birthPlace",
"Iran"
],
[
"Mohammad_Nahavandian",
"residence",
"Iran"
],
[
"Mohammad_Nahavandian",
"residence",
"United_States"
],
[
"Mort_Garson",
"deathPlace",
"United_States"
],
[
"Mort_Garson",
"genre",
"Electronic_music"
],
[
"Nasser_Yeganeh",
"birthPlace",
"Iran"
],
[
"Nasser_Yeganeh",
"deathPlace",
"United_States"
],
[
"Navid_Khonsari",
"citizenship",
"Iran"
],
[
"Navid_Khonsari",
"residence",
"United_States"
],
[
"Neil_Kadisha",
"birthPlace",
"Iran"
],
[
"Neil_Kadisha",
"nationality",
"Iran"
],
[
"Neil_Kadisha",
"nationality",
"United_States"
],
[
"Neil_Kadisha",
"stateOfOrigin",
"Iran"
],
[
"Neil_Kadisha",
"stateOfOrigin",
"United_States"
],
[
"Nichkhun",
"birthPlace",
"United_States"
],
[
"Nichkhun",
"genre",
"Electronic_music"
],
[
"Nite_Jewel",
"genre",
"Electronic_music"
],
[
"Nite_Jewel",
"hometown",
"United_States"
],
[
"Niyaz",
"hometown",
"Iran"
],
[
"Niyaz",
"hometown",
"United_States"
],
[
"Nutkani",
"populationPlace",
"Iran"
],
[
"Nutkani",
"populationPlace",
"United_States"
],
[
"Oliver_Chapoy",
"genre",
"Electronic_music"
],
[
"Oliver_Chapoy",
"hometown",
"United_States"
],
[
"Parviz_Moin",
"birthPlace",
"Iran"
],
[
"Parviz_Moin",
"nationality",
"United_States"
],
[
"Pashtun_diaspora",
"populationPlace",
"Iran"
],
[
"Pashtun_diaspora",
"populationPlace",
"United_States"
],
[
"Pashtuns",
"populationPlace",
"Iran"
],
[
"Pashtuns",
"populationPlace",
"United_States"
],
[
"Paul_Johnson_(producer)",
"birthPlace",
"United_States"
],
[
"Paul_Johnson_(producer)",
"genre",
"Electronic_music"
],
[
"Paul_Johnson_(producer)",
"hometown",
"United_States"
],
[
"Persian_Jews",
"populationPlace",
"Iran"
],
[
"Persian_Jews",
"populationPlace",
"United_States"
],
[
"Persian_people",
"populationPlace",
"Iran"
],
[
"Persian_people",
"populationPlace",
"United_States"
],
[
"Poperratic",
"genre",
"Electronic_music"
],
[
"Poperratic",
"hometown",
"United_States"
],
[
"Rambler_American",
"assembly",
"Iran"
],
[
"Rambler_American",
"assembly",
"United_States"
],
[
"Raymond_Scott",
"birthPlace",
"United_States"
],
[
"Raymond_Scott",
"deathPlace",
"United_States"
],
[
"Raymond_Scott",
"genre",
"Electronic_music"
],
[
"Roya_Hakakian",
"birthPlace",
"Iran"
],
[
"Roya_Hakakian",
"citizenship",
"United_States"
],
[
"Ryland_Bouchard",
"birthPlace",
"United_States"
],
[
"Ryland_Bouchard",
"genre",
"Electronic_music"
],
[
"Sam_Nazarian",
"birthPlace",
"Iran"
],
[
"Sam_Nazarian",
"citizenship",
"United_States"
],
[
"Shahin_&_Sepehr",
"birthPlace",
"Iran"
],
[
"Shahin_&_Sepehr",
"hometown",
"United_States"
],
[
"Shahrabad_Rural_District_(Tehran_Province)",
"country",
"Iran"
],
[
"Sharam",
"birthPlace",
"Iran"
],
[
"Sharam",
"genre",
"Electronic_music"
],
[
"Sharam",
"hometown",
"Iran"
],
[
"Simon_Curtis",
"birthPlace",
"United_States"
],
[
"Simon_Curtis",
"genre",
"Electronic_music"
],
[
"Sixtoo",
"genre",
"Electronic_music"
],
[
"Sixtoo",
"recordLabel",
"Ninja_Tune"
],
[
"Spazzkid",
"genre",
"Electronic_music"
],
[
"Stevie_B",
"birthPlace",
"United_States"
],
[
"Stevie_B",
"genre",
"Electronic_music"
],
[
"Stevie_B",
"hometown",
"United_States"
],
[
"Susan_(Iranian_singer)",
"birthPlace",
"Iran"
],
[
"Susan_(Iranian_singer)",
"deathPlace",
"United_States"
],
[
"T_Lopez",
"birthPlace",
"United_States"
],
[
"T_Lopez",
"genre",
"Electronic_music"
],
[
"Takeover_Entertainment",
"genre",
"Electronic_music"
],
[
"Takeover_Entertainment",
"regionServed",
"United_States"
],
[
"Terre_Thaemlitz",
"birthPlace",
"United_States"
],
[
"Terre_Thaemlitz",
"occupation",
"Electronic_music"
],
[
"Thavius_Beck",
"genre",
"Electronic_music"
],
[
"Thavius_Beck",
"hometown",
"United_States"
],
[
"The_Cataracs",
"genre",
"Electronic_music"
],
[
"The_Cataracs",
"hometown",
"United_States"
],
[
"The_Iron_Sheik",
"billed",
"Iran"
],
[
"The_Iron_Sheik",
"birthPlace",
"Iran"
],
[
"The_Iron_Sheik",
"residence",
"United_States"
],
[
"The_Snow_Queen_(2012_film)",
"country",
"Iran"
],
[
"The_Snow_Queen_(2012_film)",
"country",
"United_States"
],
[
"Theo_Kogan",
"birthPlace",
"United_States"
],
[
"Theo_Kogan",
"genre",
"Electronic_music"
],
[
"Thrive_Records",
"country",
"United_States"
],
[
"Thrive_Records",
"genre",
"Electronic_music"
],
[
"Thundercat_(musician)",
"genre",
"Electronic_music"
],
[
"Thundercat_(musician)",
"hometown",
"United_States"
],
[
"Tooji",
"birthPlace",
"Iran"
],
[
"Tooji",
"genre",
"Electronic_music"
],
[
"Tri_Angle_(record_label)",
"country",
"United_States"
],
[
"Tri_Angle_(record_label)",
"genre",
"Electronic_music"
],
[
"Ubiquity_Records",
"country",
"United_States"
],
[
"Ubiquity_Records",
"genre",
"Electronic_music"
],
[
"Vasily_Shumov",
"birthPlace",
"United_States"
],
[
"Vasily_Shumov",
"genre",
"Electronic_music"
],
[
"Via_Tania",
"genre",
"Electronic_music"
],
[
"Via_Tania",
"hometown",
"United_States"
],
[
"Viguen",
"birthPlace",
"Iran"
],
[
"Viguen",
"deathPlace",
"United_States"
],
[
"Yameen",
"genre",
"Electronic_music"
],
[
"Yameen",
"hometown",
"United_States"
],
[
"Yppah",
"genre",
"Electronic_music"
],
[
"Yppah",
"hometown",
"United_States"
],
[
"Yppah",
"recordLabel",
"Ninja_Tune"
],
[
"Zabihollah_Rezaee",
"birthPlace",
"Iran"
],
[
"Zabihollah_Rezaee",
"nationality",
"United_States"
],
[
"Zedbazi",
"genre",
"Electronic_music"
],
[
"Zedbazi",
"hometown",
"Iran"
]
]
} |
End of preview. Expand
in Data Studio
YAML Metadata Warning: empty or missing yaml metadata in repo card (https://huggingface.co/docs/hub/datasets-cards)
- Downloads last month
- 2