qid
stringlengths
13
13
question
stringlengths
13
910
answer
sequence
function
stringclasses
8 values
num_node
int32
2
5
num_edge
int32
1
4
graph_query
dict
sparql_query
stringlengths
310
1.1k
domains
sequence
level
stringclasses
1 value
s_expression
stringlengths
35
330
2101256004000
what legal structure is the manila broadcasting company?
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.01mxzw" ], "entity_name": [ "Public company" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "entity" ], "id": [ "business.company_type", "m.0bkhch" ], "class": [ "business.company_type", "organization.organization" ], "friendly_name": [ "Organization legal structure", "Manila Broadcasting Company" ], "question_node": [ 1, 0 ], "function": [ "none", "none" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "business.company_type.companies_of_this_type" ], "friendly_name": [ "Organizations" ] } }
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX : <http://rdf.freebase.com/ns/> SELECT (?x0 AS ?value) WHERE { SELECT DISTINCT ?x0 WHERE { ?x0 :type.object.type :business.company_type . VALUES ?x1 { :m.0bkhch } ?x0 :business.company_type.companies_of_this_type ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "business" ]
(AND business.company_type (JOIN business.company_type.companies_of_this_type m.0bkhch))
2100813003000
what platform is the successor of gm v platform?
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.03kfw5" ], "entity_name": [ "GM Zeta platform" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "entity" ], "id": [ "automotive.platform", "m.0bbd_q" ], "class": [ "automotive.platform", "automotive.platform" ], "friendly_name": [ "Platform", "GM V platform" ], "question_node": [ 1, 0 ], "function": [ "none", "none" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "automotive.platform.predecessor" ], "friendly_name": [ "Predecessor" ] } }
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX : <http://rdf.freebase.com/ns/> SELECT (?x0 AS ?value) WHERE { SELECT DISTINCT ?x0 WHERE { ?x0 :type.object.type :automotive.platform . VALUES ?x1 { :m.0bbd_q } ?x0 :automotive.platform.predecessor ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "automotive" ]
(AND automotive.platform (JOIN automotive.platform.predecessor m.0bbd_q))
2100984008000
on feb. the 10th, 2008, which lost work was lost?
{ "answer_type": [ "Entity", "Entity" ], "answer_argument": [ "m.03nr6j5", "m.03ns6tb" ], "entity_name": [ "Count Lepic and His Daughters", "The Boy in the Red Vest" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "literal" ], "id": [ "media_common.lost_work", "2008-02-10^^http://www.w3.org/2001/XMLSchema#date" ], "class": [ "media_common.lost_work", "type.datetime" ], "friendly_name": [ "Lost work", "Feb. the 10th, 2008" ], "question_node": [ 1, 0 ], "function": [ "none", "none" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "media_common.lost_work.date_lost" ], "friendly_name": [ "Date lost" ] } }
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX : <http://rdf.freebase.com/ns/> SELECT (?x0 AS ?value) WHERE { SELECT DISTINCT ?x0 WHERE { ?x0 :type.object.type :media_common.lost_work . VALUES ?x1 { "2008-02-10-08:00"^^<http://www.w3.org/2001/XMLSchema#date> } ?x0 :media_common.lost_work.date_lost ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "media_common" ]
(AND media_common.lost_work (JOIN media_common.lost_work.date_lost 2008-02-10^^http://www.w3.org/2001/XMLSchema#date))
3203355000000
what is the name of the public speaker is involved in a sibling relation that involves alfonso marconi?
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.035pm" ], "entity_name": [ "Guglielmo Marconi" ] }
none
3
2
{ "nodes": { "nid": [ 0, 1, 2 ], "node_type": [ "class", "class", "entity" ], "id": [ "event.public_speaker", "people.sibling_relationship", "m.0nh38y_" ], "class": [ "event.public_speaker", "people.sibling_relationship", "music.group_member" ], "friendly_name": [ "Public speaker", "Sibling Relationship", "Alfonso Marconi" ], "question_node": [ 1, 0, 0 ], "function": [ "none", "none", "none" ] }, "edges": { "start": [ 1, 2 ], "end": [ 0, 1 ], "relation": [ "people.sibling_relationship.sibling", "people.person.sibling_s" ], "friendly_name": [ "Sibling", "Siblings" ] } }
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX : <http://rdf.freebase.com/ns/> SELECT (?x0 AS ?value) WHERE { SELECT DISTINCT ?x0 WHERE { ?x0 :type.object.type :event.public_speaker . ?x1 :type.object.type :people.sibling_relationship . VALUES ?x2 { :m.0nh38y_ } ?x1 :people.sibling_relationship.sibling ?x0 . ?x2 :people.person.sibling_s ?x1 . FILTER ( ?x0 != ?x1 && ?x0 != ?x2 && ?x1 != ?x2 ) } }
[ "people" ]
(AND event.public_speaker (JOIN (R people.sibling_relationship.sibling) (JOIN (R people.person.sibling_s) m.0nh38y_)))
2101538013000
mockumentary is featured in what tv show?
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.08fmj2" ], "entity_name": [ "Hell's Grannies" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "entity" ], "id": [ "tv.tv_episode_segment", "m.0l4h_" ], "class": [ "tv.tv_episode_segment", "tv.tv_subject" ], "friendly_name": [ "TV episode segment", "Mockumentary" ], "question_node": [ 1, 0 ], "function": [ "none", "none" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "tv.tv_episode_segment.subjects" ], "friendly_name": [ "Subjects" ] } }
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX : <http://rdf.freebase.com/ns/> SELECT (?x0 AS ?value) WHERE { SELECT DISTINCT ?x0 WHERE { ?x0 :type.object.type :tv.tv_episode_segment . VALUES ?x1 { :m.0l4h_ } ?x0 :tv.tv_episode_segment.subjects ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "tv" ]
(AND tv.tv_episode_segment (JOIN tv.tv_episode_segment.subjects m.0l4h_))
2100718002000
which governmental body has united states district court for the district of columbia as one of the component bodies ?
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.0j75z" ], "entity_name": [ "United States district court" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "entity" ], "id": [ "government.governmental_body", "m.05wt2j" ], "class": [ "government.governmental_body", "government.governmental_body" ], "friendly_name": [ "Governmental Body", "United States District Court for the District of Columbia" ], "question_node": [ 1, 0 ], "function": [ "none", "none" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "government.governmental_body.component_bodies" ], "friendly_name": [ "Component bodies" ] } }
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX : <http://rdf.freebase.com/ns/> SELECT (?x0 AS ?value) WHERE { SELECT DISTINCT ?x0 WHERE { ?x0 :type.object.type :government.governmental_body . VALUES ?x1 { :m.05wt2j } ?x0 :government.governmental_body.component_bodies ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "government" ]
(AND government.governmental_body (JOIN government.governmental_body.component_bodies m.05wt2j))
3205257012000
what type of binding did the books illustrated by serge thomann use?
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.01jm4n" ], "entity_name": [ "Paperback" ] }
none
3
2
{ "nodes": { "nid": [ 0, 1, 2 ], "node_type": [ "class", "class", "entity" ], "id": [ "book.book_binding", "book.book_edition", "m.0g8lb_f" ], "class": [ "book.book_binding", "book.book_edition", "book.illustrator" ], "friendly_name": [ "Book Binding", "Book Edition", "Serge Thomann" ], "question_node": [ 1, 0, 0 ], "function": [ "none", "none", "none" ] }, "edges": { "start": [ 1, 1 ], "end": [ 0, 2 ], "relation": [ "book.book_edition.binding", "book.book_edition.cover_artist" ], "friendly_name": [ "Binding/format", "Cover artist" ] } }
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX : <http://rdf.freebase.com/ns/> SELECT (?x0 AS ?value) WHERE { SELECT DISTINCT ?x0 WHERE { ?x0 :type.object.type :book.book_binding . ?x1 :type.object.type :book.book_edition . VALUES ?x2 { :m.0g8lb_f } ?x1 :book.book_edition.binding ?x0 . ?x1 :book.book_edition.cover_artist ?x2 . FILTER ( ?x0 != ?x1 && ?x0 != ?x2 && ?x1 != ?x2 ) } }
[ "book" ]
(AND book.book_binding (JOIN (R book.book_edition.binding) (JOIN book.book_edition.cover_artist m.0g8lb_f)))
2105348002000
the shortest reach is an attribute of which boxer?
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.0c_d5j" ], "entity_name": [ "Kōki Kameda" ] }
argmin
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "literal" ], "id": [ "sports.boxer", "0^^http://www.w3.org/2001/XMLSchema#int" ], "class": [ "sports.boxer", "type.float" ], "friendly_name": [ "Boxer", "0" ], "question_node": [ 1, 0 ], "function": [ "none", "argmin" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "sports.boxer.reach" ], "friendly_name": [ "Reach" ] } }
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX : <http://rdf.freebase.com/ns/> SELECT (?x0 AS ?value) WHERE { SELECT DISTINCT ?x0 WHERE { ?x0 :type.object.type :sports.boxer . { SELECT (MIN(?y1) AS ?x1) WHERE { ?y0 :type.object.type :sports.boxer . ?y0 :sports.boxer.reach ?y1 . FILTER ( ?y0 != ?y1 ) } } ?x0 :sports.boxer.reach ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "sports" ]
(ARGMIN sports.boxer sports.boxer.reach)
2100339004000
who is the author of the blog k-punk ?
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.0bjmc_g" ], "entity_name": [ "Mark Fisher" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "entity" ], "id": [ "internet.blogger", "m.0bjmc_6" ], "class": [ "internet.blogger", "internet.blog" ], "friendly_name": [ "Blogger", "k-punk" ], "question_node": [ 1, 0 ], "function": [ "none", "none" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "internet.blogger.blog" ], "friendly_name": [ "Blog" ] } }
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX : <http://rdf.freebase.com/ns/> SELECT (?x0 AS ?value) WHERE { SELECT DISTINCT ?x0 WHERE { ?x0 :type.object.type :internet.blogger . VALUES ?x1 { :m.0bjmc_6 } ?x0 :internet.blogger.blog ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "internet" ]
(AND internet.blogger (JOIN internet.blogger.blog m.0bjmc_6))
2105285024000
which organism has a height smaller than 1.6?
{ "answer_type": [ "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity" ], "answer_argument": [ "m.01gljb", "m.02yjhf", "m.0hsph", "m.022q5kf", "m.01g14f", "m.0n3yhkg", "m.05jbtg", "m.012g5153", "m.0b770jy" ], "entity_name": [ "War Admiral", "Smarty Jones", "Northern Dancer", "Crystal The Monkey", "Seabiscuit", "Zeus", "Hogzilla", "Uno", "Giant George" ] }
<
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "literal" ], "id": [ "biology.organism", "1.6^^http://www.w3.org/2001/XMLSchema#float" ], "class": [ "biology.organism", "type.float" ], "friendly_name": [ "Organism", "1.6" ], "question_node": [ 1, 0 ], "function": [ "none", "<" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "biology.organism.height_meters" ], "friendly_name": [ "Height" ] } }
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX : <http://rdf.freebase.com/ns/> SELECT (?x0 AS ?value) WHERE { SELECT DISTINCT ?x0 WHERE { ?x0 :type.object.type :biology.organism . FILTER (?x1 < "1.6"^^<http://www.w3.org/2001/XMLSchema#float>) ?x0 :biology.organism.height_meters ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "biology" ]
(AND biology.organism (lt biology.organism.height_meters 1.6^^http://www.w3.org/2001/XMLSchema#float))
3202681000000
the broadcast content with genre heavy metal was produced by which producer?
{ "answer_type": [ "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity" ], "answer_argument": [ "m.03gbx54", "m.03gbrgg", "m.03gbwmn", "m.03gbxhm", "m.03gbr81", "m.03gbxz7", "m.03gfv67", "m.0g9scl", "m.0c8qrx", "m.03njct", "m.03gbrc2", "m.0gs4z8", "m.06qpj_" ], "entity_name": [ "Big R Radio Network", "1.FM", "ORS Radio", "Gotradio.com", "181.fm", "Play Radio UK", "WYLF-FM", "RauteMusik.FM", "Chronix Radio", "KNAC", "3WK", "Kink FM", "KQLZ" ] }
none
3
2
{ "nodes": { "nid": [ 0, 1, 2 ], "node_type": [ "class", "class", "entity" ], "id": [ "broadcast.producer", "broadcast.content", "m.03lty" ], "class": [ "broadcast.producer", "broadcast.content", "broadcast.genre" ], "friendly_name": [ "Broadcast Producer", "Broadcast Content", "Heavy metal" ], "question_node": [ 1, 0, 0 ], "function": [ "none", "none", "none" ] }, "edges": { "start": [ 1, 1 ], "end": [ 0, 2 ], "relation": [ "broadcast.content.producer", "broadcast.content.genre" ], "friendly_name": [ "Producer", "Genres" ] } }
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX : <http://rdf.freebase.com/ns/> SELECT (?x0 AS ?value) WHERE { SELECT DISTINCT ?x0 WHERE { ?x0 :type.object.type :broadcast.producer . ?x1 :type.object.type :broadcast.content . VALUES ?x2 { :m.03lty } ?x1 :broadcast.content.producer ?x0 . ?x1 :broadcast.content.genre ?x2 . FILTER ( ?x0 != ?x1 && ?x0 != ?x2 && ?x1 != ?x2 ) } }
[ "broadcast" ]
(AND broadcast.producer (JOIN (R broadcast.content.producer) (JOIN broadcast.content.genre m.03lty)))
2102457012000
a tv episode has a running time as long as 101, what is it?
{ "answer_type": [ "Entity", "Entity", "Entity", "Entity" ], "answer_argument": [ "m.026py92", "m.03cyjl3", "m.010qqpzj", "m.0j9mfwx" ], "entity_name": [ "Snow White: A Tale of Terror", "Goodnight Mister Tom", "Dorothy and the Witches of Oz", "Hillsborough" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "literal" ], "id": [ "tv.tv_program", "101^^http://www.w3.org/2001/XMLSchema#integer" ], "class": [ "tv.tv_program", "type.int" ], "friendly_name": [ "TV Program", "101" ], "question_node": [ 1, 0 ], "function": [ "none", "none" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "tv.tv_program.episode_running_time" ], "friendly_name": [ "Original episode running time" ] } }
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX : <http://rdf.freebase.com/ns/> SELECT (?x0 AS ?value) WHERE { SELECT DISTINCT ?x0 WHERE { ?x0 :type.object.type :tv.tv_program . VALUES ?x1 { "101"^^<http://www.w3.org/2001/XMLSchema#integer> } ?x0 :tv.tv_program.episode_running_time ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "tv" ]
(AND tv.tv_program (JOIN tv.tv_program.episode_running_time 101^^http://www.w3.org/2001/XMLSchema#integer))
2101318000000
3 stages are in which rocket?
{ "answer_type": [ "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity" ], "answer_argument": [ "m.08d44p", "m.02q_y1_", "m.05h4v1s", "m.05_5qyv", "m.03gwh3", "m.03yl91", "m.0bmch_k", "m.05h4h65", "m.02nl3n", "m.043twt3", "m.07932", "m.03l2zj", "m.043rys5", "m.037b1j", "m.05h200m", "m.05bzp2p", "m.03mg9zm", "m.052r1n", "m.03cdz_y", "m.07l98x", "m.07crr9", "m.0kwfk", "m.04jk_g5", "m.05znnqz", "m.02pfnl3", "m.0187hy", "m.05p945m", "m.05f9bn4", "m.05f9h4w", "m.05zsvrj", "m.05f8r5p", "m.05h5490", "m.05zn58b", "m.0b6ktqp", "m.03clmt7", "m.0gnyg", "m.03g6ts", "m.05_5qr9", "m.05zxnh6", "m.05f62r3", "m.05s_8j3", "m.05f2tpc", "m.0l5r0", "m.043llzy", "m.0150hr", "m.05f4r5s", "g.12nvp93hw", "m.02ppmm4", "m.0k80j04", "m.025_88c", "m.0266_tb", "m.02ppm8v", "m.02q_g1_", "m.02r6d3g", "m.043k4pf", "m.043l6ts", "m.043nltd", "m.043qq0f", "m.043tzg_", "m.043tzj3", "m.04jd3j4", "m.04jngm0", "m.05c30gd", "m.089my1", "m.0k0tpvf", "m.0k3m6bl", "m.0nb3csk", "m.05h4rhf", "m.05h1t7x", "m.05f4j9c", "m.05h2jff", "g.1235dxz9", "m.087bj4", "m.07k95v2", "g.11x1nxwfv" ], "entity_name": [ "Long March 5", "Jarvis", "Delta 3000", "Soyuz", "Atlas II", "Geosynchronous Satellite Launch Vehicle", "Athena I", "Delta 2000", "Black Arrow", "Long March 4B", "Saturn V", "Vanguard", "Long March 3B", "Pegasus", "Delta J", "Titan IIIE", "Tsyklon-3", "Sparta", "Molniya-M", "Rokot", "Soyuz-U", "Ariane 4", "Luna", "Soyuz-M", "Soyuz-FG", "Soyuz", "Unha", "Delta D", "Delta C", "Soyuz-L", "Delta A", "Delta 0100", "Zenit-3SLB", "Simorgh", "Thorad-Agena", "Jupiter-C", "Titan IIIB", "Ariane 2", "Zenit-3F", "Atlas-Able", "Paektusan", "Delta B", "Diamant", "Long March 4C", "Ariane 3", "Thor DSV-2U", "null", "Saturn C-5N", "Capricornio", "VLS-1", "Saturn C-8", "Saturn C-4", "Saturn C-3", "Saturn IB-D", "Long March 3C", "Long March 4A", "Long March 2E", "Strela", "Long March 3A", "Long March 3", "N-I", "H-I", "Tsyklon-4", "Long March 1D", "VLM", "Tronador", "Epsilon", "Delta L", "Delta 1000", "Thor-Delta", "Delta M", "null", "Long March 1", "Long March 6", "null" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "literal" ], "id": [ "spaceflight.rocket", "3^^http://www.w3.org/2001/XMLSchema#integer" ], "class": [ "spaceflight.rocket", "type.int" ], "friendly_name": [ "Rocket", "3" ], "question_node": [ 1, 0 ], "function": [ "none", "none" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "spaceflight.rocket.number_of_stages" ], "friendly_name": [ "Number Of Stages" ] } }
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX : <http://rdf.freebase.com/ns/> SELECT (?x0 AS ?value) WHERE { SELECT DISTINCT ?x0 WHERE { ?x0 :type.object.type :spaceflight.rocket . VALUES ?x1 { "3"^^<http://www.w3.org/2001/XMLSchema#integer> } ?x0 :spaceflight.rocket.number_of_stages ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "spaceflight" ]
(AND spaceflight.rocket (JOIN spaceflight.rocket.number_of_stages 3^^http://www.w3.org/2001/XMLSchema#integer))
2103211006000
the man behind the gun is produced by which broadcast producer?
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.03qmhfl" ], "entity_name": [ "William N. Robson" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "entity" ], "id": [ "broadcast.producer", "m.05snfwd" ], "class": [ "broadcast.producer", "radio.radio_program" ], "friendly_name": [ "Broadcast Producer", "The Man Behind the Gun" ], "question_node": [ 1, 0 ], "function": [ "none", "none" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "broadcast.producer.produces" ], "friendly_name": [ "Produces" ] } }
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX : <http://rdf.freebase.com/ns/> SELECT (?x0 AS ?value) WHERE { SELECT DISTINCT ?x0 WHERE { ?x0 :type.object.type :broadcast.producer . VALUES ?x1 { :m.05snfwd } ?x0 :broadcast.producer.produces ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "broadcast" ]
(AND broadcast.producer (JOIN broadcast.producer.produces m.05snfwd))
2100603000000
what day of the week is it in the muslim calendar?
{ "answer_type": [ "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity" ], "answer_argument": [ "m.0f7_n", "m.0f6kx", "m.0f7yn", "m.0f7z4", "m.0f6ld", "m.0f7zn", "m.0f7_4" ], "entity_name": [ "Tuesday", "Monday", "Saturday", "Friday", "Sunday", "Thursday", "Wednesday" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "entity" ], "id": [ "time.day_of_week", "m.03ts7" ], "class": [ "time.day_of_week", "time.calendar" ], "friendly_name": [ "Day Of Week", "muslim calendar" ], "question_node": [ 1, 0 ], "function": [ "none", "none" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "time.day_of_week.calendar_system" ], "friendly_name": [ "Calendar System" ] } }
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX : <http://rdf.freebase.com/ns/> SELECT (?x0 AS ?value) WHERE { SELECT DISTINCT ?x0 WHERE { ?x0 :type.object.type :time.day_of_week . VALUES ?x1 { :m.03ts7 } ?x0 :time.day_of_week.calendar_system ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "time" ]
(AND time.day_of_week (JOIN time.day_of_week.calendar_system m.03ts7))
2101156008000
which automobile generation use the platform of ford eucd platform?
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.0115mcz7" ], "entity_name": [ "Ford Mondeo" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "entity" ], "id": [ "automotive.generation", "m.0bwg6v" ], "class": [ "automotive.generation", "automotive.platform" ], "friendly_name": [ "Automobile generation", "Ford EUCD platform" ], "question_node": [ 1, 0 ], "function": [ "none", "none" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "automotive.generation.platforms" ], "friendly_name": [ "Platforms" ] } }
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX : <http://rdf.freebase.com/ns/> SELECT (?x0 AS ?value) WHERE { SELECT DISTINCT ?x0 WHERE { ?x0 :type.object.type :automotive.generation . VALUES ?x1 { :m.0bwg6v } ?x0 :automotive.generation.platforms ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "automotive" ]
(AND automotive.generation (JOIN automotive.generation.platforms m.0bwg6v))
2102971006000
what comic book issue has 6 print runs?
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.09rflcx" ], "entity_name": [ "Longshot #1" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "literal" ], "id": [ "comic_books.comic_book_issue", "6^^http://www.w3.org/2001/XMLSchema#integer" ], "class": [ "comic_books.comic_book_issue", "type.int" ], "friendly_name": [ "Comic Book Issue", "6" ], "question_node": [ 1, 0 ], "function": [ "none", "none" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "comic_books.comic_book_issue.print_run" ], "friendly_name": [ "Print Run" ] } }
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX : <http://rdf.freebase.com/ns/> SELECT (?x0 AS ?value) WHERE { SELECT DISTINCT ?x0 WHERE { ?x0 :type.object.type :comic_books.comic_book_issue . VALUES ?x1 { "6"^^<http://www.w3.org/2001/XMLSchema#integer> } ?x0 :comic_books.comic_book_issue.print_run ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "comic_books" ]
(AND comic_books.comic_book_issue (JOIN comic_books.comic_book_issue.print_run 6^^http://www.w3.org/2001/XMLSchema#integer))
2100318018000
north american college of gnostic bishops is in what religioius organization?
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.08ds26" ], "entity_name": [ "Apostolic Johannite Church" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "entity" ], "id": [ "religion.religious_organization", "m.03zdxc7" ], "class": [ "religion.religious_organization", "religion.religious_organization" ], "friendly_name": [ "Religious Organization", "North American College of Gnostic Bishops" ], "question_node": [ 1, 0 ], "function": [ "none", "none" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "religion.religious_organization.is_member_of" ], "friendly_name": [ "Is Member Of" ] } }
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX : <http://rdf.freebase.com/ns/> SELECT (?x0 AS ?value) WHERE { SELECT DISTINCT ?x0 WHERE { ?x0 :type.object.type :religion.religious_organization . VALUES ?x1 { :m.03zdxc7 } ?x0 :religion.religious_organization.is_member_of ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "religion" ]
(AND religion.religious_organization (JOIN religion.religious_organization.is_member_of m.03zdxc7))
2100871004000
what is the school mascot of university of texas-san antonio?
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.05k6grz" ], "entity_name": [ "Rowdy" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "entity" ], "id": [ "education.school_mascot", "m.03szws" ], "class": [ "education.school_mascot", "education.educational_institution" ], "friendly_name": [ "School mascot", "university of texas-san antonio" ], "question_node": [ 1, 0 ], "function": [ "none", "none" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "education.school_mascot.school" ], "friendly_name": [ "School" ] } }
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX : <http://rdf.freebase.com/ns/> SELECT (?x0 AS ?value) WHERE { SELECT DISTINCT ?x0 WHERE { ?x0 :type.object.type :education.school_mascot . VALUES ?x1 { :m.03szws } ?x0 :education.school_mascot.school ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "education" ]
(AND education.school_mascot (JOIN education.school_mascot.school m.03szws))
2101076011000
what is the designator of simplifly deccan?
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.02h7zbf" ], "entity_name": [ "DKN" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "entity" ], "id": [ "aviation.icao_airline_designator", "m.04bxp0" ], "class": [ "aviation.icao_airline_designator", "aviation.airline" ], "friendly_name": [ "ICAO airline designator", "simplifly deccan" ], "question_node": [ 1, 0 ], "function": [ "none", "none" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "aviation.icao_airline_designator.airline" ], "friendly_name": [ "Airline" ] } }
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX : <http://rdf.freebase.com/ns/> SELECT (?x0 AS ?value) WHERE { SELECT DISTINCT ?x0 WHERE { ?x0 :type.object.type :aviation.icao_airline_designator . VALUES ?x1 { :m.04bxp0 } ?x0 :aviation.icao_airline_designator.airline ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "aviation" ]
(AND aviation.icao_airline_designator (JOIN aviation.icao_airline_designator.airline m.04bxp0))
2101241013000
which mountain's first ascenders is nima tenzing?
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.0k3q6v6" ], "entity_name": [ "Saser Kangri I" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "entity" ], "id": [ "geography.mountain", "m.0k3kqg4" ], "class": [ "geography.mountain", "geography.mountaineer" ], "friendly_name": [ "Mountain", "Nima Tenzing" ], "question_node": [ 1, 0 ], "function": [ "none", "none" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "geography.mountain.first_ascenders" ], "friendly_name": [ "First ascenders" ] } }
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX : <http://rdf.freebase.com/ns/> SELECT (?x0 AS ?value) WHERE { SELECT DISTINCT ?x0 WHERE { ?x0 :type.object.type :geography.mountain . VALUES ?x1 { :m.0k3kqg4 } ?x0 :geography.mountain.first_ascenders ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "geography" ]
(AND geography.mountain (JOIN geography.mountain.first_ascenders m.0k3kqg4))
2100706004000
what is the name of the language dialect of mari language?
{ "answer_type": [ "Entity", "Entity" ], "answer_argument": [ "m.02hxtr2", "m.0ds83v0" ], "entity_name": [ "Mari, Eastern Language", "Western Mari language" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "entity" ], "id": [ "language.language_dialect", "m.01y_vl" ], "class": [ "language.language_dialect", "language.human_language" ], "friendly_name": [ "Language Dialect", "Mari language" ], "question_node": [ 1, 0 ], "function": [ "none", "none" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "language.language_dialect.language" ], "friendly_name": [ "Language" ] } }
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX : <http://rdf.freebase.com/ns/> SELECT (?x0 AS ?value) WHERE { SELECT DISTINCT ?x0 WHERE { ?x0 :type.object.type :language.language_dialect . VALUES ?x1 { :m.01y_vl } ?x0 :language.language_dialect.language ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "language" ]
(AND language.language_dialect (JOIN language.language_dialect.language m.01y_vl))
2102404007000
duke blue devils basketball is in which basketball conference?
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.0kdtf" ], "entity_name": [ "Atlantic Coast Conference" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "entity" ], "id": [ "basketball.basketball_conference", "m.026wlnm" ], "class": [ "basketball.basketball_conference", "basketball.basketball_team" ], "friendly_name": [ "Basketball Conference", "duke blue devils basketball" ], "question_node": [ 1, 0 ], "function": [ "none", "none" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "basketball.basketball_conference.teams" ], "friendly_name": [ "Teams" ] } }
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX : <http://rdf.freebase.com/ns/> SELECT (?x0 AS ?value) WHERE { SELECT DISTINCT ?x0 WHERE { ?x0 :type.object.type :basketball.basketball_conference . VALUES ?x1 { :m.026wlnm } ?x0 :basketball.basketball_conference.teams ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "basketball" ]
(AND basketball.basketball_conference (JOIN basketball.basketball_conference.teams m.026wlnm))
2101122011000
sex and the city: the movie is written by which tv writer?
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.070j61" ], "entity_name": [ "Michael Patrick King" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "entity" ], "id": [ "tv.tv_writer", "m.03bzyn4" ], "class": [ "tv.tv_writer", "tv.tv_series_episode" ], "friendly_name": [ "TV Writer", "sex and the city: the movie" ], "question_node": [ 1, 0 ], "function": [ "none", "none" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "tv.tv_writer.episodes_written" ], "friendly_name": [ "TV Episodes Written" ] } }
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX : <http://rdf.freebase.com/ns/> SELECT (?x0 AS ?value) WHERE { SELECT DISTINCT ?x0 WHERE { ?x0 :type.object.type :tv.tv_writer . VALUES ?x1 { :m.03bzyn4 } ?x0 :tv.tv_writer.episodes_written ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "tv" ]
(AND tv.tv_writer (JOIN tv.tv_writer.episodes_written m.03bzyn4))
2101399001000
the camera hp photosmart r742 has what iso capability?
{ "answer_type": [ "Entity", "Entity", "Entity", "Entity" ], "answer_argument": [ "m.01xrf_x", "m.01xrf_7", "m.01xrf_g", "m.01xrf_p" ], "entity_name": [ "100", "Auto", "400", "200" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "entity" ], "id": [ "digicams.camera_iso", "m.03q2nlv" ], "class": [ "digicams.camera_iso", "digicams.digital_camera" ], "friendly_name": [ "Camera ISO Capability", "HP Photosmart R742" ], "question_node": [ 1, 0 ], "function": [ "none", "none" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "digicams.camera_iso.cameras" ], "friendly_name": [ "Cameras" ] } }
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX : <http://rdf.freebase.com/ns/> SELECT (?x0 AS ?value) WHERE { SELECT DISTINCT ?x0 WHERE { ?x0 :type.object.type :digicams.camera_iso . VALUES ?x1 { :m.03q2nlv } ?x0 :digicams.camera_iso.cameras ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "digicams" ]
(AND digicams.camera_iso (JOIN digicams.camera_iso.cameras m.03q2nlv))
2101864010000
stainless steel bowl is required in what recipe?
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.0gwrpdd" ], "entity_name": [ "Alex's Scratch Brownies" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "entity" ], "id": [ "food.recipe", "m.0gwrppw" ], "class": [ "food.recipe", "food.culinary_tool" ], "friendly_name": [ "Recipe", "Stainless Steel Bowl" ], "question_node": [ 1, 0 ], "function": [ "none", "none" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "food.recipe.equipment" ], "friendly_name": [ "Equipment" ] } }
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX : <http://rdf.freebase.com/ns/> SELECT (?x0 AS ?value) WHERE { SELECT DISTINCT ?x0 WHERE { ?x0 :type.object.type :food.recipe . VALUES ?x1 { :m.0gwrppw } ?x0 :food.recipe.equipment ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "food" ]
(AND food.recipe (JOIN food.recipe.equipment m.0gwrppw))
2102736004000
which stars have the spectral type of m7 iiie?
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.0x0f9_p" ], "entity_name": [ "Mira A" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "entity" ], "id": [ "astronomy.star", "m.0hnfk_7" ], "class": [ "astronomy.star", "astronomy.spectral_type" ], "friendly_name": [ "Star", "M7 IIIe" ], "question_node": [ 1, 0 ], "function": [ "none", "none" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "astronomy.star.spectral_type" ], "friendly_name": [ "Spectral Type" ] } }
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX : <http://rdf.freebase.com/ns/> SELECT (?x0 AS ?value) WHERE { SELECT DISTINCT ?x0 WHERE { ?x0 :type.object.type :astronomy.star . VALUES ?x1 { :m.0hnfk_7 } ?x0 :astronomy.star.spectral_type ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "astronomy" ]
(AND astronomy.star (JOIN astronomy.star.spectral_type m.0hnfk_7))
3202417009000
what other leagues are in the same football system as the conference premier?
{ "answer_type": [ "Entity", "Entity", "Entity", "Entity", "Entity" ], "answer_argument": [ "m.02_3w2", "m.01x5hx", "m.01x5cy", "m.02qdzw", "m.02_3s8" ], "entity_name": [ "National League South", "Northern Premier League", "Isthmian League", "Southern Football League", "National League North" ] }
none
3
2
{ "nodes": { "nid": [ 0, 1, 2 ], "node_type": [ "class", "class", "entity" ], "id": [ "soccer.football_league", "soccer.football_league_system", "m.0339d5" ], "class": [ "soccer.football_league", "soccer.football_league_system", "soccer.football_league" ], "friendly_name": [ "Football League", "Football League System", "Conference Premier" ], "question_node": [ 1, 0, 0 ], "function": [ "none", "none", "none" ] }, "edges": { "start": [ 1, 1 ], "end": [ 0, 2 ], "relation": [ "soccer.football_league_system.leagues", "soccer.football_league_system.leagues" ], "friendly_name": [ "Leagues", "Leagues" ] } }
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX : <http://rdf.freebase.com/ns/> SELECT (?x0 AS ?value) WHERE { SELECT DISTINCT ?x0 WHERE { ?x0 :type.object.type :soccer.football_league . ?x1 :type.object.type :soccer.football_league_system . VALUES ?x2 { :m.0339d5 } ?x1 :soccer.football_league_system.leagues ?x0 . ?x1 :soccer.football_league_system.leagues ?x2 . FILTER ( ?x0 != ?x1 && ?x0 != ?x2 && ?x1 != ?x2 ) } }
[ "soccer" ]
(AND soccer.football_league (JOIN (R soccer.football_league_system.leagues) (JOIN soccer.football_league_system.leagues m.0339d5)))
2102492012000
what orbital relationship has a semi-major axis of 238037.0?
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.01dlxf" ], "entity_name": [ "Enceladus" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "literal" ], "id": [ "astronomy.orbital_relationship", "238037.0^^http://www.w3.org/2001/XMLSchema#float" ], "class": [ "astronomy.orbital_relationship", "type.float" ], "friendly_name": [ "Orbital Relationship", "238037.0" ], "question_node": [ 1, 0 ], "function": [ "none", "none" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "astronomy.orbital_relationship.semi_major_axis" ], "friendly_name": [ "Semi-major Axis" ] } }
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX : <http://rdf.freebase.com/ns/> SELECT (?x0 AS ?value) WHERE { SELECT DISTINCT ?x0 WHERE { ?x0 :type.object.type :astronomy.orbital_relationship . VALUES ?x1 { "238037.0"^^<http://www.w3.org/2001/XMLSchema#float> } ?x0 :astronomy.orbital_relationship.semi_major_axis ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "astronomy" ]
(AND astronomy.orbital_relationship (JOIN astronomy.orbital_relationship.semi_major_axis 238037.0^^http://www.w3.org/2001/XMLSchema#float))
3204868010000
lakemba mosque is a place in the religion of what comic book penciler?
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.09mm4d" ], "entity_name": [ "Adi Granov" ] }
none
3
2
{ "nodes": { "nid": [ 0, 1, 2 ], "node_type": [ "class", "class", "entity" ], "id": [ "comic_books.comic_book_penciler", "religion.religion", "m.0bt496" ], "class": [ "comic_books.comic_book_penciler", "religion.religion", "religion.place_of_worship" ], "friendly_name": [ "Comic Book Penciler", "Religion", "Lakemba Mosque" ], "question_node": [ 1, 0, 0 ], "function": [ "none", "none", "none" ] }, "edges": { "start": [ 0, 2 ], "end": [ 1, 1 ], "relation": [ "people.person.religion", "religion.place_of_worship.religion" ], "friendly_name": [ "Religion", "Currently used by religion(s)" ] } }
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX : <http://rdf.freebase.com/ns/> SELECT (?x0 AS ?value) WHERE { SELECT DISTINCT ?x0 WHERE { ?x0 :type.object.type :comic_books.comic_book_penciler . ?x1 :type.object.type :religion.religion . VALUES ?x2 { :m.0bt496 } ?x0 :people.person.religion ?x1 . ?x2 :religion.place_of_worship.religion ?x1 . FILTER ( ?x0 != ?x1 && ?x0 != ?x2 && ?x1 != ?x2 ) } }
[ "religion", "people" ]
(AND comic_books.comic_book_penciler (JOIN people.person.religion (JOIN (R religion.place_of_worship.religion) m.0bt496)))
2101190016000
geodss, haleakala had what survey done here?
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.02fc4t" ], "entity_name": [ "Near-Earth Asteroid Tracking" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "entity" ], "id": [ "astronomy.astronomical_survey_project_organization", "m.0k0rb6l" ], "class": [ "astronomy.astronomical_survey_project_organization", "astronomy.astronomical_observatory" ], "friendly_name": [ "Astronomical Survey/Project Organization", "GEODSS, Haleakala" ], "question_node": [ 1, 0 ], "function": [ "none", "none" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "astronomy.astronomical_survey_project_organization.observatory" ], "friendly_name": [ "Observatory" ] } }
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX : <http://rdf.freebase.com/ns/> SELECT (?x0 AS ?value) WHERE { SELECT DISTINCT ?x0 WHERE { ?x0 :type.object.type :astronomy.astronomical_survey_project_organization . VALUES ?x1 { :m.0k0rb6l } ?x0 :astronomy.astronomical_survey_project_organization.observatory ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "astronomy" ]
(AND astronomy.astronomical_survey_project_organization (JOIN astronomy.astronomical_survey_project_organization.observatory m.0k0rb6l))
2101921009000
what are the writing systems with the hungarian alphabet?
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.04n0p" ], "entity_name": [ "Latin alphabet" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "entity" ], "id": [ "language.language_writing_system", "m.01pp8m" ], "class": [ "language.language_writing_system", "language.language_writing_system" ], "friendly_name": [ "Language Writing System", "Hungarian alphabet" ], "question_node": [ 1, 0 ], "function": [ "none", "none" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "language.language_writing_system.child_writing_systems" ], "friendly_name": [ "child writing systems" ] } }
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX : <http://rdf.freebase.com/ns/> SELECT (?x0 AS ?value) WHERE { SELECT DISTINCT ?x0 WHERE { ?x0 :type.object.type :language.language_writing_system . VALUES ?x1 { :m.01pp8m } ?x0 :language.language_writing_system.child_writing_systems ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "language" ]
(AND language.language_writing_system (JOIN language.language_writing_system.child_writing_systems m.01pp8m))
3201069007000
what is the opera genre of an opera whose first performance occurred before nov. the 20th, 1805?
{ "answer_type": [ "Entity", "Entity", "Entity", "Entity" ], "answer_argument": [ "m.01_22_", "m.04dg7h2", "m.0d8gp", "m.052bg4" ], "entity_name": [ "Opera seria", "Opera in three acts", "Opera buffa", "Lyric tragedy" ] }
<
3
2
{ "nodes": { "nid": [ 0, 1, 2 ], "node_type": [ "class", "class", "literal" ], "id": [ "opera.opera_genre", "opera.opera", "1805-11-20^^http://www.w3.org/2001/XMLSchema#date" ], "class": [ "opera.opera_genre", "opera.opera", "type.datetime" ], "friendly_name": [ "Opera Genre", "Opera", "Nov. the 20th, 1805" ], "question_node": [ 1, 0, 0 ], "function": [ "none", "none", "<" ] }, "edges": { "start": [ 1, 1 ], "end": [ 0, 2 ], "relation": [ "opera.opera.genre", "music.composition.date_of_first_performance" ], "friendly_name": [ "Genre", "Date of first performance" ] } }
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX : <http://rdf.freebase.com/ns/> SELECT (?x0 AS ?value) WHERE { SELECT DISTINCT ?x0 WHERE { ?x0 :type.object.type :opera.opera_genre . ?x1 :type.object.type :opera.opera . FILTER (?x2 < "1805-11-20-08:00"^^<http://www.w3.org/2001/XMLSchema#date>) ?x1 :opera.opera.genre ?x0 . ?x1 :music.composition.date_of_first_performance ?x2 . FILTER ( ?x0 != ?x1 && ?x0 != ?x2 && ?x1 != ?x2 ) } }
[ "opera", "music" ]
(AND opera.opera_genre (JOIN (R opera.opera.genre) (lt music.composition.date_of_first_performance 1805-11-20^^http://www.w3.org/2001/XMLSchema#date)))
2101660013000
columbia records is in the geographic scope of what organization?
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.01260_mj" ], "entity_name": [ "The Home Wise Pros" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "entity" ], "id": [ "organization.organization", "m.0cy8v" ], "class": [ "organization.organization", "organization.organization_scope" ], "friendly_name": [ "Organization", "columbia records" ], "question_node": [ 1, 0 ], "function": [ "none", "none" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "organization.organization.geographic_scope" ], "friendly_name": [ "Geographic scope" ] } }
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX : <http://rdf.freebase.com/ns/> SELECT (?x0 AS ?value) WHERE { SELECT DISTINCT ?x0 WHERE { ?x0 :type.object.type :organization.organization . VALUES ?x1 { :m.0cy8v } ?x0 :organization.organization.geographic_scope ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "organization" ]
(AND organization.organization (JOIN organization.organization.geographic_scope m.0cy8v))
3202905026000
who developed strong typing?
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.03cdvrp" ], "entity_name": [ "Martin Odersky" ] }
none
3
2
{ "nodes": { "nid": [ 0, 1, 2 ], "node_type": [ "class", "class", "entity" ], "id": [ "computer.programming_language_developer", "computer.programming_language", "m.03pygd" ], "class": [ "computer.programming_language_developer", "computer.programming_language", "computer.programming_language_paradigm" ], "friendly_name": [ "Programming Language Developer", "Programming Language", "Strong typing" ], "question_node": [ 1, 0, 0 ], "function": [ "none", "none", "none" ] }, "edges": { "start": [ 0, 1 ], "end": [ 1, 2 ], "relation": [ "computer.programming_language_developer.programming_languages_developed", "computer.programming_language.language_paradigms" ], "friendly_name": [ "Programming Languages Developed", "Language Paradigms" ] } }
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX : <http://rdf.freebase.com/ns/> SELECT (?x0 AS ?value) WHERE { SELECT DISTINCT ?x0 WHERE { ?x0 :type.object.type :computer.programming_language_developer . ?x1 :type.object.type :computer.programming_language . VALUES ?x2 { :m.03pygd } ?x0 :computer.programming_language_developer.programming_languages_developed ?x1 . ?x1 :computer.programming_language.language_paradigms ?x2 . FILTER ( ?x0 != ?x1 && ?x0 != ?x2 && ?x1 != ?x2 ) } }
[ "computer" ]
(AND computer.programming_language_developer (JOIN computer.programming_language_developer.programming_languages_developed (JOIN computer.programming_language.language_paradigms m.03pygd)))
2102650012000
the character rank of love aikawa is equal to what?
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.05ssc4s" ], "entity_name": [ "Former Shinigami Captain" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "entity" ], "id": [ "fictional_universe.character_rank", "g.120j8hy6" ], "class": [ "fictional_universe.character_rank", "fictional_universe.fictional_character" ], "friendly_name": [ "Character Rank", "Love Aikawa" ], "question_node": [ 1, 0 ], "function": [ "none", "none" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "fictional_universe.character_rank.characters_of_this_rank" ], "friendly_name": [ "Characters of This Rank" ] } }
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX : <http://rdf.freebase.com/ns/> SELECT (?x0 AS ?value) WHERE { SELECT DISTINCT ?x0 WHERE { ?x0 :type.object.type :fictional_universe.character_rank . VALUES ?x1 { :g.120j8hy6 } ?x0 :fictional_universe.character_rank.characters_of_this_rank ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "fictional_universe" ]
(AND fictional_universe.character_rank (JOIN fictional_universe.character_rank.characters_of_this_rank g.120j8hy6))
3206015005000
what type of medical trial has a maximum age for eligibility less than 60?
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.03zbgdr" ], "entity_name": [ "Interventional" ] }
<
3
2
{ "nodes": { "nid": [ 0, 1, 2 ], "node_type": [ "class", "class", "literal" ], "id": [ "medicine.medical_trial_type", "medicine.medical_trial", "60^^http://www.w3.org/2001/XMLSchema#integer" ], "class": [ "medicine.medical_trial_type", "medicine.medical_trial", "type.int" ], "friendly_name": [ "Medical trial type", "Medical trial", "60" ], "question_node": [ 1, 0, 0 ], "function": [ "none", "none", "<" ] }, "edges": { "start": [ 1, 1 ], "end": [ 0, 2 ], "relation": [ "medicine.medical_trial.type_of_trial", "medicine.medical_trial.maximum_age_for_eligibility" ], "friendly_name": [ "Type of trial", "Maximum age for eligibility" ] } }
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX : <http://rdf.freebase.com/ns/> SELECT (?x0 AS ?value) WHERE { SELECT DISTINCT ?x0 WHERE { ?x0 :type.object.type :medicine.medical_trial_type . ?x1 :type.object.type :medicine.medical_trial . FILTER (?x2 < "60"^^<http://www.w3.org/2001/XMLSchema#integer>) ?x1 :medicine.medical_trial.type_of_trial ?x0 . ?x1 :medicine.medical_trial.maximum_age_for_eligibility ?x2 . FILTER ( ?x0 != ?x1 && ?x0 != ?x2 && ?x1 != ?x2 ) } }
[ "medicine" ]
(AND medicine.medical_trial_type (JOIN (R medicine.medical_trial.type_of_trial) (lt medicine.medical_trial.maximum_age_for_eligibility 60^^http://www.w3.org/2001/XMLSchema#integer)))
2100471013000
what are the comic books that granov inked?
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.057pky1" ], "entity_name": [ "Extremis" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "entity" ], "id": [ "comic_books.comic_book_story", "m.09mm4d" ], "class": [ "comic_books.comic_book_story", "comic_books.comic_book_inker" ], "friendly_name": [ "Comic Book Story", "granov" ], "question_node": [ 1, 0 ], "function": [ "none", "none" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "comic_books.comic_book_story.inks" ], "friendly_name": [ "Inks" ] } }
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX : <http://rdf.freebase.com/ns/> SELECT (?x0 AS ?value) WHERE { SELECT DISTINCT ?x0 WHERE { ?x0 :type.object.type :comic_books.comic_book_story . VALUES ?x1 { :m.09mm4d } ?x0 :comic_books.comic_book_story.inks ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "comic_books" ]
(AND comic_books.comic_book_story (JOIN comic_books.comic_book_story.inks m.09mm4d))
2101963001000
name one of the satellite galaxies of milky way.
{ "answer_type": [ "Entity", "Entity" ], "answer_argument": [ "m.03tmnt", "m.03vvwk" ], "entity_name": [ "Messier 32", "Messier 110" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "entity" ], "id": [ "astronomy.satellite_galaxy", "m.0jvb4" ], "class": [ "astronomy.satellite_galaxy", "astronomy.galaxy" ], "friendly_name": [ "Satellite galaxy", "milky way" ], "question_node": [ 1, 0 ], "function": [ "none", "none" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "astronomy.satellite_galaxy.satellite_of_this_galaxy" ], "friendly_name": [ "Satellite of this galaxy" ] } }
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX : <http://rdf.freebase.com/ns/> SELECT (?x0 AS ?value) WHERE { SELECT DISTINCT ?x0 WHERE { ?x0 :type.object.type :astronomy.satellite_galaxy . VALUES ?x1 { :m.0jvb4 } ?x0 :astronomy.satellite_galaxy.satellite_of_this_galaxy ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "astronomy" ]
(AND astronomy.satellite_galaxy (JOIN astronomy.satellite_galaxy.satellite_of_this_galaxy m.0jvb4))
2101715002000
2004 football league first division play-off final took place at what football pitch?
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.03jxd8" ], "entity_name": [ "Millennium Stadium" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "entity" ], "id": [ "soccer.football_pitch", "m.05b192b" ], "class": [ "soccer.football_pitch", "soccer.football_match" ], "friendly_name": [ "Football Pitch", "2004 Football League First Division play-off Final" ], "question_node": [ 1, 0 ], "function": [ "none", "none" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "soccer.football_pitch.matches" ], "friendly_name": [ "Matches" ] } }
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX : <http://rdf.freebase.com/ns/> SELECT (?x0 AS ?value) WHERE { SELECT DISTINCT ?x0 WHERE { ?x0 :type.object.type :soccer.football_pitch . VALUES ?x1 { :m.05b192b } ?x0 :soccer.football_pitch.matches ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "soccer" ]
(AND soccer.football_pitch (JOIN soccer.football_pitch.matches m.05b192b))
2100996006000
how big is the battery duracell aa battery?
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.05f08s" ], "entity_name": [ "AA battery" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "entity" ], "id": [ "engineering.battery_size", "m.08mbnq1" ], "class": [ "engineering.battery_size", "engineering.battery" ], "friendly_name": [ "Battery size", "Duracell AA battery" ], "question_node": [ 1, 0 ], "function": [ "none", "none" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "engineering.battery_size.batteries_of_this_size" ], "friendly_name": [ "Batteries of this size" ] } }
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX : <http://rdf.freebase.com/ns/> SELECT (?x0 AS ?value) WHERE { SELECT DISTINCT ?x0 WHERE { ?x0 :type.object.type :engineering.battery_size . VALUES ?x1 { :m.08mbnq1 } ?x0 :engineering.battery_size.batteries_of_this_size ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "engineering" ]
(AND engineering.battery_size (JOIN engineering.battery_size.batteries_of_this_size m.08mbnq1))
2101206013000
thor dsv-2 supports what function?
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.01lz4c" ], "entity_name": [ "Sounding rocket" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "entity" ], "id": [ "spaceflight.rocket_function", "m.05f8cpm" ], "class": [ "spaceflight.rocket_function", "spaceflight.rocket" ], "friendly_name": [ "Rocket Function", "Thor DSV-2" ], "question_node": [ 1, 0 ], "function": [ "none", "none" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "spaceflight.rocket_function.rockets_supporting_this_function" ], "friendly_name": [ "Rockets supporting this function" ] } }
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX : <http://rdf.freebase.com/ns/> SELECT (?x0 AS ?value) WHERE { SELECT DISTINCT ?x0 WHERE { ?x0 :type.object.type :spaceflight.rocket_function . VALUES ?x1 { :m.05f8cpm } ?x0 :spaceflight.rocket_function.rockets_supporting_this_function ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "spaceflight" ]
(AND spaceflight.rocket_function (JOIN spaceflight.rocket_function.rockets_supporting_this_function m.05f8cpm))
2100258001000
what podcast feed is published at an hourly frequency?
{ "answer_type": [ "Entity", "Entity" ], "answer_argument": [ "m.04414_v", "m.0441b_1" ], "entity_name": [ "a podcast elsewhere - Podcast Feed", "CNN News Update - Podcast Feed" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "entity" ], "id": [ "broadcast.podcast_feed", "m.02nbmv6" ], "class": [ "broadcast.podcast_feed", "measurement_unit.unit_of_frequency" ], "friendly_name": [ "Podcast Feed", "Hourly" ], "question_node": [ 1, 0 ], "function": [ "none", "none" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "broadcast.podcast_feed.publication_frequency" ], "friendly_name": [ "Publication Frequency" ] } }
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX : <http://rdf.freebase.com/ns/> SELECT (?x0 AS ?value) WHERE { SELECT DISTINCT ?x0 WHERE { ?x0 :type.object.type :broadcast.podcast_feed . VALUES ?x1 { :m.02nbmv6 } ?x0 :broadcast.podcast_feed.publication_frequency ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "broadcast" ]
(AND broadcast.podcast_feed (JOIN broadcast.podcast_feed.publication_frequency m.02nbmv6))
2102946008000
the g-men from hell, part 2 is part of which comic book story arc?
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.05bthf3" ], "entity_name": [ "The G-Men From Hell" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "entity" ], "id": [ "comic_books.comic_book_story_arc", "m.05bthhj" ], "class": [ "comic_books.comic_book_story_arc", "comic_books.comic_book_story" ], "friendly_name": [ "Comic Book Story Arc", "The G-Men From Hell, Part 2" ], "question_node": [ 1, 0 ], "function": [ "none", "none" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "comic_books.comic_book_story_arc.spanning" ], "friendly_name": [ "Spanning" ] } }
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX : <http://rdf.freebase.com/ns/> SELECT (?x0 AS ?value) WHERE { SELECT DISTINCT ?x0 WHERE { ?x0 :type.object.type :comic_books.comic_book_story_arc . VALUES ?x1 { :m.05bthhj } ?x0 :comic_books.comic_book_story_arc.spanning ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "comic_books" ]
(AND comic_books.comic_book_story_arc (JOIN comic_books.comic_book_story_arc.spanning m.05bthhj))
3203996002000
robo belongs to which type of organization?
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.05nsg" ], "entity_name": [ "Organised crime" ] }
none
3
2
{ "nodes": { "nid": [ 0, 1, 2 ], "node_type": [ "class", "class", "entity" ], "id": [ "fictional_universe.fictional_organization_type", "fictional_universe.fictional_organization", "m.0cmf_sn" ], "class": [ "fictional_universe.fictional_organization_type", "fictional_universe.fictional_organization", "cvg.game_character" ], "friendly_name": [ "Fictional Organization Type", "Organization in fiction", "Robo" ], "question_node": [ 1, 0, 0 ], "function": [ "none", "none", "none" ] }, "edges": { "start": [ 0, 2 ], "end": [ 1, 1 ], "relation": [ "fictional_universe.fictional_organization_type.organizations", "fictional_universe.fictional_character.organizations" ], "friendly_name": [ "Organizations", "Belongs to organizations" ] } }
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX : <http://rdf.freebase.com/ns/> SELECT (?x0 AS ?value) WHERE { SELECT DISTINCT ?x0 WHERE { ?x0 :type.object.type :fictional_universe.fictional_organization_type . ?x1 :type.object.type :fictional_universe.fictional_organization . VALUES ?x2 { :m.0cmf_sn } ?x0 :fictional_universe.fictional_organization_type.organizations ?x1 . ?x2 :fictional_universe.fictional_character.organizations ?x1 . FILTER ( ?x0 != ?x1 && ?x0 != ?x2 && ?x1 != ?x2 ) } }
[ "fictional_universe" ]
(AND fictional_universe.fictional_organization_type (JOIN fictional_universe.fictional_organization_type.organizations (JOIN (R fictional_universe.fictional_character.organizations) m.0cmf_sn)))
3203520000000
what celestial object category is a subcategory of dwarf planets and contains planet eris?
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.0ggr_x" ], "entity_name": [ "Plutoid" ] }
none
3
2
{ "nodes": { "nid": [ 0, 1, 2 ], "node_type": [ "class", "entity", "entity" ], "id": [ "astronomy.celestial_object_category", "m.0g3tzt", "m.0gb731" ], "class": [ "astronomy.celestial_object_category", "astronomy.celestial_object_category", "astronomy.scattered_disc_object" ], "friendly_name": [ "Celestial object category", "dwarf planets", "planet eris" ], "question_node": [ 1, 0, 0 ], "function": [ "none", "none", "none" ] }, "edges": { "start": [ 0, 0 ], "end": [ 1, 2 ], "relation": [ "astronomy.celestial_object_category.subcategory_of", "astronomy.celestial_object_category.objects" ], "friendly_name": [ "Subcategory of", "Objects" ] } }
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX : <http://rdf.freebase.com/ns/> SELECT (?x0 AS ?value) WHERE { SELECT DISTINCT ?x0 WHERE { ?x0 :type.object.type :astronomy.celestial_object_category . VALUES ?x1 { :m.0g3tzt } VALUES ?x2 { :m.0gb731 } ?x0 :astronomy.celestial_object_category.subcategory_of ?x1 . ?x0 :astronomy.celestial_object_category.objects ?x2 . FILTER ( ?x0 != ?x1 && ?x0 != ?x2 && ?x1 != ?x2 ) } }
[ "astronomy" ]
(AND astronomy.celestial_object_category (AND (JOIN astronomy.celestial_object_category.subcategory_of m.0g3tzt) (JOIN astronomy.celestial_object_category.objects m.0gb731)))
2100370012000
explain how the han can become a target language?
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.0qs76mm" ], "entity_name": [ "Song of the Earth, the Sun and the Moon, the Four Seasons Angel" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "entity" ], "id": [ "book.translation", "m.0qs76n1" ], "class": [ "book.translation", "language.human_language" ], "friendly_name": [ "Translation", "han" ], "question_node": [ 1, 0 ], "function": [ "none", "none" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "book.translation.language" ], "friendly_name": [ "Target language" ] } }
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX : <http://rdf.freebase.com/ns/> SELECT (?x0 AS ?value) WHERE { SELECT DISTINCT ?x0 WHERE { ?x0 :type.object.type :book.translation . VALUES ?x1 { :m.0qs76n1 } ?x0 :book.translation.language ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "book" ]
(AND book.translation (JOIN book.translation.language m.0qs76n1))
2105265001000
what number of planets are orbiting in heliocentric orbits?
{ "answer_type": [ "Value" ], "answer_argument": [ "7" ], "entity_name": [ "" ] }
count
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "entity" ], "id": [ "astronomy.planet", "m.06q2bd" ], "class": [ "astronomy.planet", "astronomy.orbit_type" ], "friendly_name": [ "Planet", "heliocentric orbits" ], "question_node": [ 1, 0 ], "function": [ "count", "none" ] }, "edges": { "start": [ 1 ], "end": [ 0 ], "relation": [ "astronomy.orbit_type.orbiting_bodies" ], "friendly_name": [ "Orbiting bodies" ] } }
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX : <http://rdf.freebase.com/ns/> SELECT (COUNT(?x0) AS ?value) WHERE { SELECT DISTINCT ?x0 WHERE { ?x0 :type.object.type :astronomy.planet . VALUES ?x1 { :m.06q2bd } ?x1 :astronomy.orbit_type.orbiting_bodies ?x0 . FILTER ( ?x0 != ?x1 ) } }
[ "astronomy" ]
(COUNT (AND astronomy.planet (JOIN (R astronomy.orbit_type.orbiting_bodies) m.06q2bd)))
3203099016000
what amusement rides are in the same park with main street cinema?
{ "answer_type": [ "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity" ], "answer_argument": [ "m.0bwh682", "m.01q8w9", "m.0cgzmk", "m.04s4p6", "m.0byx2l", "m.01p79p", "m.05k9d7", "m.04h1hd", "m.02693xq", "m.02z2qmd", "m.05g79s", "m.07s33k", "m.05086j", "m.060lwt", "m.04tpgr", "m.05np4w", "m.0h7505", "m.0263qj9", "m.02pm2fm", "m.0gmbgw", "m.0bkxys", "m.06n8lk", "m.0by64_", "m.0431hs", "m.05jzmt", "m.060rkf", "m.02r0_rt", "m.05k9c5", "m.058hb9", "m.0fz48l", "m.0h_j_hj", "m.026wwxd", "m.0550hw", "m.08959f", "m.028k8w" ], "entity_name": [ "Indiana Jones Adventure", "Pirates of the Caribbean", "Mad Tea Party", "Big Thunder Mountain Railroad", "King Arthur Carrousel", "Haunted Mansion", "Autopia", "Matterhorn Bobsleds", "Dumbo the Flying Elephant", "Space Mountain", "Mr. Toad's Wild Ride", "Submarine Voyage", "Splash Mountain", "Jungle Cruise", "Rocket Rods", "Skyway", "Storybook Land Canal Boats", "Sailing Ship Columbia", "Pirate's Lair on Tom Sawyer Island", "Golden Horseshoe Saloon", "Gadget's Go Coaster", "Rocket Jets", "Holidayland", "PeopleMover", "Finding Nemo Submarine Voyage", "America Sings", "Motor Boat Cruise", "Disneyland Monorail System", "Adventure Thru Inner Space", "Flying Saucers", "Star Tours: The Adventures Continue", "Alice in Wonderland", "Disneyland Railroad", "Peter Pan's Flight", "It's a Small World" ] }
none
3
2
{ "nodes": { "nid": [ 0, 1, 2 ], "node_type": [ "class", "class", "entity" ], "id": [ "amusement_parks.ride", "amusement_parks.park", "m.0f3wfk" ], "class": [ "amusement_parks.ride", "amusement_parks.park", "amusement_parks.disney_ride" ], "friendly_name": [ "Amusement Ride", "Amusement Park", "Main Street Cinema" ], "question_node": [ 1, 0, 0 ], "function": [ "none", "none", "none" ] }, "edges": { "start": [ 0, 1 ], "end": [ 1, 2 ], "relation": [ "amusement_parks.ride.park", "amusement_parks.park.rides" ], "friendly_name": [ "Park", "Rides" ] } }
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX : <http://rdf.freebase.com/ns/> SELECT (?x0 AS ?value) WHERE { SELECT DISTINCT ?x0 WHERE { ?x0 :type.object.type :amusement_parks.ride . ?x1 :type.object.type :amusement_parks.park . VALUES ?x2 { :m.0f3wfk } ?x0 :amusement_parks.ride.park ?x1 . ?x1 :amusement_parks.park.rides ?x2 . FILTER ( ?x0 != ?x1 && ?x0 != ?x2 && ?x1 != ?x2 ) } }
[ "amusement_parks" ]
(AND amusement_parks.ride (JOIN amusement_parks.ride.park (JOIN amusement_parks.park.rides m.0f3wfk)))
2102718010000
anna sergeyovna is part of what story?
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.047f1dt" ], "entity_name": [ "The Lady with the Dog" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "entity" ], "id": [ "book.short_story", "m.0x2nwpx" ], "class": [ "book.short_story", "book.book_character" ], "friendly_name": [ "Short Story", "Anna Sergeyovna" ], "question_node": [ 1, 0 ], "function": [ "none", "none" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "book.short_story.characters" ], "friendly_name": [ "Characters" ] } }
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX : <http://rdf.freebase.com/ns/> SELECT (?x0 AS ?value) WHERE { SELECT DISTINCT ?x0 WHERE { ?x0 :type.object.type :book.short_story . VALUES ?x1 { :m.0x2nwpx } ?x0 :book.short_story.characters ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "book" ]
(AND book.short_story (JOIN book.short_story.characters m.0x2nwpx))
4300853002000
the exodus medical group has been frequented the most by which celebrity?
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.094xh" ], "entity_name": [ "Stevie Nicks" ] }
argmax
4
3
{ "nodes": { "nid": [ 0, 1, 2, 3 ], "node_type": [ "class", "class", "literal", "entity" ], "id": [ "celebrities.celebrity", "celebrities.rehab", "0^^http://www.w3.org/2001/XMLSchema#int", "m.05sksqq" ], "class": [ "celebrities.celebrity", "celebrities.rehab", "type.datetime", "celebrities.rehab_facility" ], "friendly_name": [ "Celebrity", "Rehab", "0", "Exodus Medical Group" ], "question_node": [ 1, 0, 0, 0 ], "function": [ "none", "none", "argmax", "none" ] }, "edges": { "start": [ 1, 1, 3 ], "end": [ 0, 2, 1 ], "relation": [ "celebrities.rehab.celebrity", "celebrities.rehab.completed", "celebrities.rehab_facility.celebrity_patients" ], "friendly_name": [ "Celebrity", "Completed", "Celebrity patients" ] } }
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX : <http://rdf.freebase.com/ns/> SELECT (?x0 AS ?value) WHERE { SELECT DISTINCT ?x0 WHERE { ?x0 :type.object.type :celebrities.celebrity . ?x1 :type.object.type :celebrities.rehab . { SELECT (MAX(?y2) AS ?x2) WHERE { ?y0 :type.object.type :celebrities.celebrity . ?y1 :type.object.type :celebrities.rehab . VALUES ?y3 { :m.05sksqq } ?y1 :celebrities.rehab.celebrity ?y0 . ?y1 :celebrities.rehab.completed ?y2 . ?y3 :celebrities.rehab_facility.celebrity_patients ?y1 . FILTER ( ?y0 != ?y1 && ?y0 != ?y2 && ?y0 != ?y3 && ?y1 != ?y2 && ?y1 != ?y3 && ?y2 != ?y3 ) } } VALUES ?x3 { :m.05sksqq } ?x1 :celebrities.rehab.celebrity ?x0 . ?x1 :celebrities.rehab.completed ?x2 . ?x3 :celebrities.rehab_facility.celebrity_patients ?x1 . FILTER ( ?x0 != ?x1 && ?x0 != ?x2 && ?x0 != ?x3 && ?x1 != ?x2 && ?x1 != ?x3 && ?x2 != ?x3 ) } }
[ "celebrities" ]
(ARGMAX (AND celebrities.celebrity (JOIN (R celebrities.rehab.celebrity) (JOIN (R celebrities.rehab_facility.celebrity_patients) m.05sksqq))) (JOIN (R celebrities.rehab.celebrity) celebrities.rehab.completed))
2104607002000
which beer has an ibu scale of at least 150.0?
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.0b68kkj" ], "entity_name": [ "Hardcore IPA" ] }
>=
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "literal" ], "id": [ "food.beer", "150.0^^http://www.w3.org/2001/XMLSchema#float" ], "class": [ "food.beer", "type.float" ], "friendly_name": [ "Beer", "150.0" ], "question_node": [ 1, 0 ], "function": [ "none", ">=" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "food.beer.ibu_scale" ], "friendly_name": [ "IBU scale" ] } }
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX : <http://rdf.freebase.com/ns/> SELECT (?x0 AS ?value) WHERE { SELECT DISTINCT ?x0 WHERE { ?x0 :type.object.type :food.beer . FILTER (?x1 >= "150.0"^^<http://www.w3.org/2001/XMLSchema#float>) ?x0 :food.beer.ibu_scale ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "food" ]
(AND food.beer (ge food.beer.ibu_scale 150.0^^http://www.w3.org/2001/XMLSchema#float))
2104443000000
signature produces how many blended spirits?
{ "answer_type": [ "Value" ], "answer_argument": [ "2" ], "entity_name": [ "" ] }
count
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "entity" ], "id": [ "distilled_spirits.blended_spirit", "m.0vzrt0n" ], "class": [ "distilled_spirits.blended_spirit", "distilled_spirits.spirit_blender" ], "friendly_name": [ "Blended spirit", "Signature" ], "question_node": [ 1, 0 ], "function": [ "count", "none" ] }, "edges": { "start": [ 1 ], "end": [ 0 ], "relation": [ "distilled_spirits.spirit_blender.blends" ], "friendly_name": [ "Blends" ] } }
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX : <http://rdf.freebase.com/ns/> SELECT (COUNT(?x0) AS ?value) WHERE { SELECT DISTINCT ?x0 WHERE { ?x0 :type.object.type :distilled_spirits.blended_spirit . VALUES ?x1 { :m.0vzrt0n } ?x1 :distilled_spirits.spirit_blender.blends ?x0 . FILTER ( ?x0 != ?x1 ) } }
[ "distilled_spirits" ]
(COUNT (AND distilled_spirits.blended_spirit (JOIN (R distilled_spirits.spirit_blender.blends) m.0vzrt0n)))
2102506022000
what was the aviation incident which involved 21 crew members?
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.0hzrgcj" ], "entity_name": [ "Air France Flight 212" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "literal" ], "id": [ "aviation.airliner_accident", "21^^http://www.w3.org/2001/XMLSchema#integer" ], "class": [ "aviation.airliner_accident", "type.int" ], "friendly_name": [ "Aviation incident", "21" ], "question_node": [ 1, 0 ], "function": [ "none", "none" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "aviation.airliner_accident.crew" ], "friendly_name": [ "Crew" ] } }
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX : <http://rdf.freebase.com/ns/> SELECT (?x0 AS ?value) WHERE { SELECT DISTINCT ?x0 WHERE { ?x0 :type.object.type :aviation.airliner_accident . VALUES ?x1 { "21"^^<http://www.w3.org/2001/XMLSchema#integer> } ?x0 :aviation.airliner_accident.crew ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "aviation" ]
(AND aviation.airliner_accident (JOIN aviation.airliner_accident.crew 21^^http://www.w3.org/2001/XMLSchema#integer))
2103351000000
when measuring waves higher than 14.0 beaufort window force, what is the force?
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.01xs1n6" ], "entity_name": [ "Beaufort force 12" ] }
>=
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "literal" ], "id": [ "meteorology.beaufort_wind_force", "14.0^^http://www.w3.org/2001/XMLSchema#float" ], "class": [ "meteorology.beaufort_wind_force", "type.float" ], "friendly_name": [ "Beaufort Wind Force", "14.0" ], "question_node": [ 1, 0 ], "function": [ "none", ">=" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "meteorology.beaufort_wind_force.wave_height" ], "friendly_name": [ "Wave Height" ] } }
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX : <http://rdf.freebase.com/ns/> SELECT (?x0 AS ?value) WHERE { SELECT DISTINCT ?x0 WHERE { ?x0 :type.object.type :meteorology.beaufort_wind_force . FILTER (?x1 >= "14.0"^^<http://www.w3.org/2001/XMLSchema#float>) ?x0 :meteorology.beaufort_wind_force.wave_height ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "meteorology" ]
(AND meteorology.beaufort_wind_force (ge meteorology.beaufort_wind_force.wave_height 14.0^^http://www.w3.org/2001/XMLSchema#float))
2102776001000
hendrick's has infusions of which distilled spirit types?
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.037nyf" ], "entity_name": [ "Neutral grain spirit" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "entity" ], "id": [ "distilled_spirits.distilled_spirit_type", "m.0ckc3c" ], "class": [ "distilled_spirits.distilled_spirit_type", "distilled_spirits.infused_spirit" ], "friendly_name": [ "Distilled spirit type", "hendrick's" ], "question_node": [ 1, 0 ], "function": [ "none", "none" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "distilled_spirits.distilled_spirit_type.infusions" ], "friendly_name": [ "Infusions based on this type" ] } }
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX : <http://rdf.freebase.com/ns/> SELECT (?x0 AS ?value) WHERE { SELECT DISTINCT ?x0 WHERE { ?x0 :type.object.type :distilled_spirits.distilled_spirit_type . VALUES ?x1 { :m.0ckc3c } ?x0 :distilled_spirits.distilled_spirit_type.infusions ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "distilled_spirits" ]
(AND distilled_spirits.distilled_spirit_type (JOIN distilled_spirits.distilled_spirit_type.infusions m.0ckc3c))
2101602005000
the combatant group world war i allies includes which military combatant?
{ "answer_type": [ "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity" ], "answer_argument": [ "m.07ssc", "m.0cdbq", "m.05r4w", "m.0154j", "m.077qn", "m.01rdm0", "m.0193qj", "m.088q1s", "m.02psqkz", "m.01h3dj" ], "entity_name": [ "United Kingdom", "Russian Empire", "Portugal", "Belgium", "Serbia", "Kingdom of Romania", "Empire of Japan", "Kingdom of Greece", "Kingdom of Italy", "French Third Republic" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "entity" ], "id": [ "military.military_combatant", "m.06v9th" ], "class": [ "military.military_combatant", "military.military_combatant" ], "friendly_name": [ "Military Combatant", "world war i allies" ], "question_node": [ 1, 0 ], "function": [ "none", "none" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "military.military_combatant.belongs_to_combatant_group" ], "friendly_name": [ "Belongs To Combatant Group" ] } }
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX : <http://rdf.freebase.com/ns/> SELECT (?x0 AS ?value) WHERE { SELECT DISTINCT ?x0 WHERE { ?x0 :type.object.type :military.military_combatant . VALUES ?x1 { :m.06v9th } ?x0 :military.military_combatant.belongs_to_combatant_group ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "military" ]
(AND military.military_combatant (JOIN military.military_combatant.belongs_to_combatant_group m.06v9th))
2101478007000
what's the beer style of melomel?
{ "answer_type": [ "Entity", "Entity", "Entity" ], "answer_argument": [ "m.02hv24g", "m.02hv249", "m.02hv24p" ], "entity_name": [ "Pyment", "Cyser", "Other Fruit Melomel" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "entity" ], "id": [ "food.beer_style", "m.02hv2xt" ], "class": [ "food.beer_style", "food.beer_style_category" ], "friendly_name": [ "Beer style", "Melomel" ], "question_node": [ 1, 0 ], "function": [ "none", "none" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "food.beer_style.bjcp_style_category" ], "friendly_name": [ "BJCP Style Category" ] } }
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX : <http://rdf.freebase.com/ns/> SELECT (?x0 AS ?value) WHERE { SELECT DISTINCT ?x0 WHERE { ?x0 :type.object.type :food.beer_style . VALUES ?x1 { :m.02hv2xt } ?x0 :food.beer_style.bjcp_style_category ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "food" ]
(AND food.beer_style (JOIN food.beer_style.bjcp_style_category m.02hv2xt))
2102598000000
name the predecessor of peugeot 605.
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.046yyx" ], "entity_name": [ "Peugeot 607" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "entity" ], "id": [ "automotive.model", "m.05sr3w" ], "class": [ "automotive.model", "automotive.model" ], "friendly_name": [ "Automobile Model", "Peugeot 605" ], "question_node": [ 1, 0 ], "function": [ "none", "none" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "automotive.model.predecessor" ], "friendly_name": [ "Predecessor" ] } }
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX : <http://rdf.freebase.com/ns/> SELECT (?x0 AS ?value) WHERE { SELECT DISTINCT ?x0 WHERE { ?x0 :type.object.type :automotive.model . VALUES ?x1 { :m.05sr3w } ?x0 :automotive.model.predecessor ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "automotive" ]
(AND automotive.model (JOIN automotive.model.predecessor m.05sr3w))
4300459007000
flornell spicy piece of halleston and akita are breeds that share what temperament?
{ "answer_type": [ "Entity", "Entity" ], "answer_argument": [ "m.04kqp3v", "m.04kqp3l" ], "entity_name": [ "Friendly", "Alert" ] }
none
4
3
{ "nodes": { "nid": [ 0, 1, 2, 3 ], "node_type": [ "class", "class", "entity", "entity" ], "id": [ "biology.breed_temperament", "biology.animal_breed", "m.0p997hh", "m.0cqg0t" ], "class": [ "biology.breed_temperament", "biology.animal_breed", "biology.pedigreed_animal", "biology.animal_breed" ], "friendly_name": [ "Breed temperament", "Animal breed", "Flornell Spicy Piece of Halleston", "Akita" ], "question_node": [ 1, 0, 0, 0 ], "function": [ "none", "none", "none", "none" ] }, "edges": { "start": [ 1, 2, 3 ], "end": [ 0, 1, 0 ], "relation": [ "biology.animal_breed.temperament", "biology.pedigreed_animal.breed", "biology.animal_breed.temperament" ], "friendly_name": [ "Temperament", "Breed", "Temperament" ] } }
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX : <http://rdf.freebase.com/ns/> SELECT (?x0 AS ?value) WHERE { SELECT DISTINCT ?x0 WHERE { ?x0 :type.object.type :biology.breed_temperament . ?x1 :type.object.type :biology.animal_breed . VALUES ?x2 { :m.0p997hh } VALUES ?x3 { :m.0cqg0t } ?x1 :biology.animal_breed.temperament ?x0 . ?x2 :biology.pedigreed_animal.breed ?x1 . ?x3 :biology.animal_breed.temperament ?x0 . FILTER ( ?x0 != ?x1 && ?x0 != ?x2 && ?x0 != ?x3 && ?x1 != ?x2 && ?x1 != ?x3 && ?x2 != ?x3 ) } }
[ "biology" ]
(AND biology.breed_temperament (AND (JOIN (R biology.animal_breed.temperament) (JOIN (R biology.pedigreed_animal.breed) m.0p997hh)) (JOIN (R biology.animal_breed.temperament) m.0cqg0t)))
2100943010000
what architectural contractor is responsible for project jr central office tower?
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.05c0sh" ], "entity_name": [ "Obayashi Corporation" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "entity" ], "id": [ "architecture.architectural_contractor", "m.02bdskf" ], "class": [ "architecture.architectural_contractor", "architecture.structure" ], "friendly_name": [ "Architectural contractor", "JR Central Office Tower" ], "question_node": [ 1, 0 ], "function": [ "none", "none" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "architecture.architectural_contractor.projects" ], "friendly_name": [ "Projects" ] } }
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX : <http://rdf.freebase.com/ns/> SELECT (?x0 AS ?value) WHERE { SELECT DISTINCT ?x0 WHERE { ?x0 :type.object.type :architecture.architectural_contractor . VALUES ?x1 { :m.02bdskf } ?x0 :architecture.architectural_contractor.projects ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "architecture" ]
(AND architecture.architectural_contractor (JOIN architecture.architectural_contractor.projects m.02bdskf))
2102090005000
what is am general's parent company?
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.03qyv" ], "entity_name": [ "Hummer" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "entity" ], "id": [ "automotive.make", "m.01821b" ], "class": [ "automotive.make", "automotive.company" ], "friendly_name": [ "Automobile Make", "AM General" ], "question_node": [ 1, 0 ], "function": [ "none", "none" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "automotive.make.parent_company" ], "friendly_name": [ "Parent Company" ] } }
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX : <http://rdf.freebase.com/ns/> SELECT (?x0 AS ?value) WHERE { SELECT DISTINCT ?x0 WHERE { ?x0 :type.object.type :automotive.make . VALUES ?x1 { :m.01821b } ?x0 :automotive.make.parent_company ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "automotive" ]
(AND automotive.make (JOIN automotive.make.parent_company m.01821b))
3204270014000
what programming language is designed by a designer whose also designed unified modelling language?
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.05tthtg" ], "entity_name": [ "Corba IDL" ] }
none
3
2
{ "nodes": { "nid": [ 0, 1, 2 ], "node_type": [ "class", "class", "entity" ], "id": [ "computer.programming_language", "computer.programming_language_designer", "m.07x3g" ], "class": [ "computer.programming_language", "computer.programming_language_designer", "computer.programming_language" ], "friendly_name": [ "Programming Language", "Programming Language Designer", "unified modelling language" ], "question_node": [ 1, 0, 0 ], "function": [ "none", "none", "none" ] }, "edges": { "start": [ 1, 1 ], "end": [ 0, 2 ], "relation": [ "computer.programming_language_designer.languages_designed", "computer.programming_language_designer.languages_designed" ], "friendly_name": [ "Languages Designed", "Languages Designed" ] } }
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX : <http://rdf.freebase.com/ns/> SELECT (?x0 AS ?value) WHERE { SELECT DISTINCT ?x0 WHERE { ?x0 :type.object.type :computer.programming_language . ?x1 :type.object.type :computer.programming_language_designer . VALUES ?x2 { :m.07x3g } ?x1 :computer.programming_language_designer.languages_designed ?x0 . ?x1 :computer.programming_language_designer.languages_designed ?x2 . FILTER ( ?x0 != ?x1 && ?x0 != ?x2 && ?x1 != ?x2 ) } }
[ "computer" ]
(AND computer.programming_language (JOIN (R computer.programming_language_designer.languages_designed) (JOIN computer.programming_language_designer.languages_designed m.07x3g)))
3201252011000
in which title is commonly for religious leaders oriental orthodox ?
{ "answer_type": [ "Entity", "Entity" ], "answer_argument": [ "m.0kgcs_z", "m.03qctng" ], "entity_name": [ "Patriarch", "Patriarch of All Romania" ] }
none
3
2
{ "nodes": { "nid": [ 0, 1, 2 ], "node_type": [ "class", "class", "entity" ], "id": [ "religion.religious_leadership_title", "religion.religious_leadership_role", "m.05pbd" ], "class": [ "religion.religious_leadership_title", "religion.religious_leadership_role", "religion.religion" ], "friendly_name": [ "Religious Leadership Title", "Religious Leadership Role", "oriental orthodox" ], "question_node": [ 1, 0, 0 ], "function": [ "none", "none", "none" ] }, "edges": { "start": [ 1, 1 ], "end": [ 0, 2 ], "relation": [ "religion.religious_leadership_role.religious_titles", "religion.religious_leadership_role.religion" ], "friendly_name": [ "Religious titles", "Religion" ] } }
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX : <http://rdf.freebase.com/ns/> SELECT (?x0 AS ?value) WHERE { SELECT DISTINCT ?x0 WHERE { ?x0 :type.object.type :religion.religious_leadership_title . ?x1 :type.object.type :religion.religious_leadership_role . VALUES ?x2 { :m.05pbd } ?x1 :religion.religious_leadership_role.religious_titles ?x0 . ?x1 :religion.religious_leadership_role.religion ?x2 . FILTER ( ?x0 != ?x1 && ?x0 != ?x2 && ?x1 != ?x2 ) } }
[ "religion" ]
(AND religion.religious_leadership_title (JOIN (R religion.religious_leadership_role.religious_titles) (JOIN religion.religious_leadership_role.religion m.05pbd)))
2102140016000
which exhibition curator curated 'primitivism' in 20th century art: affinity of the tribal and the modern?
{ "answer_type": [ "Entity", "Entity" ], "answer_argument": [ "m.091_h_", "m.051b27b" ], "entity_name": [ "Kirk Varnedoe", "William Rubin" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "entity" ], "id": [ "exhibitions.exhibition_curator", "m.07gz15j" ], "class": [ "exhibitions.exhibition_curator", "exhibitions.exhibition" ], "friendly_name": [ "Exhibition curator", "'Primitivism' in 20th Century Art: Affinity of the Tribal and the Modern" ], "question_node": [ 1, 0 ], "function": [ "none", "none" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "exhibitions.exhibition_curator.exhibitions_curated" ], "friendly_name": [ "Exhibitions curated" ] } }
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX : <http://rdf.freebase.com/ns/> SELECT (?x0 AS ?value) WHERE { SELECT DISTINCT ?x0 WHERE { ?x0 :type.object.type :exhibitions.exhibition_curator . VALUES ?x1 { :m.07gz15j } ?x0 :exhibitions.exhibition_curator.exhibitions_curated ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "exhibitions" ]
(AND exhibitions.exhibition_curator (JOIN exhibitions.exhibition_curator.exhibitions_curated m.07gz15j))
2100811005000
which sports team was previously known as kansas city athletics?
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.05m_8" ], "entity_name": [ "Oakland Athletics" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "entity" ], "id": [ "sports.sports_team", "m.05kmkd0" ], "class": [ "sports.sports_team", "sports.defunct_sports_team" ], "friendly_name": [ "Sports Team", "Kansas City Athletics" ], "question_node": [ 1, 0 ], "function": [ "none", "none" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "sports.sports_team.previously_known_as" ], "friendly_name": [ "Previously Known As" ] } }
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX : <http://rdf.freebase.com/ns/> SELECT (?x0 AS ?value) WHERE { SELECT DISTINCT ?x0 WHERE { ?x0 :type.object.type :sports.sports_team . VALUES ?x1 { :m.05kmkd0 } ?x0 :sports.sports_team.previously_known_as ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "sports" ]
(AND sports.sports_team (JOIN sports.sports_team.previously_known_as m.05kmkd0))
2104001002000
what privately owned vehicle has the highest milage?
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.02k_q3p" ], "entity_name": [ "Ken's 1968 Pontiac GTO" ] }
argmax
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "literal" ], "id": [ "automotive.privately_owned_vehicle", "0^^http://www.w3.org/2001/XMLSchema#int" ], "class": [ "automotive.privately_owned_vehicle", "type.float" ], "friendly_name": [ "Privately Owned Vehicle", "0" ], "question_node": [ 1, 0 ], "function": [ "none", "argmax" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "automotive.privately_owned_vehicle.milage" ], "friendly_name": [ "Milage" ] } }
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX : <http://rdf.freebase.com/ns/> SELECT (?x0 AS ?value) WHERE { SELECT DISTINCT ?x0 WHERE { ?x0 :type.object.type :automotive.privately_owned_vehicle . { SELECT (MAX(?y1) AS ?x1) WHERE { ?y0 :type.object.type :automotive.privately_owned_vehicle . ?y0 :automotive.privately_owned_vehicle.milage ?y1 . FILTER ( ?y0 != ?y1 ) } } ?x0 :automotive.privately_owned_vehicle.milage ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "automotive" ]
(ARGMAX automotive.privately_owned_vehicle automotive.privately_owned_vehicle.milage)
2103171000000
what rocket engine designer is designed by rs-25?
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.01vhl6" ], "entity_name": [ "Rocketdyne" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "entity" ], "id": [ "spaceflight.rocket_engine_designer", "m.032blg" ], "class": [ "spaceflight.rocket_engine_designer", "spaceflight.bipropellant_rocket_engine" ], "friendly_name": [ "Rocket engine designer", "rs-25" ], "question_node": [ 1, 0 ], "function": [ "none", "none" ] }, "edges": { "start": [ 1 ], "end": [ 0 ], "relation": [ "spaceflight.rocket_engine.designed_by" ], "friendly_name": [ "Designed by" ] } }
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX : <http://rdf.freebase.com/ns/> SELECT (?x0 AS ?value) WHERE { SELECT DISTINCT ?x0 WHERE { ?x0 :type.object.type :spaceflight.rocket_engine_designer . VALUES ?x1 { :m.032blg } ?x1 :spaceflight.rocket_engine.designed_by ?x0 . FILTER ( ?x0 != ?x1 ) } }
[ "spaceflight" ]
(AND spaceflight.rocket_engine_designer (JOIN (R spaceflight.rocket_engine.designed_by) m.032blg))
2102012010000
what warship was commisioned on 1941?
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.02zb0l" ], "entity_name": [ "Japanese submarine I-25" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "literal" ], "id": [ "user.patrick.default_domain.warship_v1_1", "1941^^http://www.w3.org/2001/XMLSchema#gYear" ], "class": [ "user.patrick.default_domain.warship_v1_1", "type.datetime" ], "friendly_name": [ "Warship v1.1", "1941" ], "question_node": [ 1, 0 ], "function": [ "none", "none" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "user.patrick.default_domain.warship_v1_1.commissioned" ], "friendly_name": [ "Commissioned" ] } }
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX : <http://rdf.freebase.com/ns/> SELECT (?x0 AS ?value) WHERE { SELECT DISTINCT ?x0 WHERE { ?x0 :type.object.type :user.patrick.default_domain.warship_v1_1 . VALUES ?x1 { "1941-08:00"^^<http://www.w3.org/2001/XMLSchema#gYear> } ?x0 :user.patrick.default_domain.warship_v1_1.commissioned ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "user.patrick.default_domain" ]
(AND user.patrick.default_domain.warship_v1_1 (JOIN user.patrick.default_domain.warship_v1_1.commissioned 1941^^http://www.w3.org/2001/XMLSchema#gYear))
2100837014000
which government agency was the successor agency of department of housing and urban development?
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.04fntw3" ], "entity_name": [ "Federal Housing and Home Finance Agency" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "entity" ], "id": [ "government.government_agency", "m.0jbk9" ], "class": [ "government.government_agency", "government.government_agency" ], "friendly_name": [ "Government Agency", "department of housing and urban development" ], "question_node": [ 1, 0 ], "function": [ "none", "none" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "government.government_agency.successor_agency" ], "friendly_name": [ "Successor agency" ] } }
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX : <http://rdf.freebase.com/ns/> SELECT (?x0 AS ?value) WHERE { SELECT DISTINCT ?x0 WHERE { ?x0 :type.object.type :government.government_agency . VALUES ?x1 { :m.0jbk9 } ?x0 :government.government_agency.successor_agency ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "government" ]
(AND government.government_agency (JOIN government.government_agency.successor_agency m.0jbk9))
2102349008000
the secret garden: a new musical (1986 london studio cast) is the soundtrack for which theater production?
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.05slxfn" ], "entity_name": [ "The Secret Garden - West End" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "entity" ], "id": [ "theater.theater_production", "m.05sl2yt" ], "class": [ "theater.theater_production", "theater.musical_soundtrack" ], "friendly_name": [ "Theater Production", "The Secret Garden: A New Musical (1986 London Studio Cast)" ], "question_node": [ 1, 0 ], "function": [ "none", "none" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "theater.theater_production.soundtracks" ], "friendly_name": [ "Soundtracks" ] } }
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX : <http://rdf.freebase.com/ns/> SELECT (?x0 AS ?value) WHERE { SELECT DISTINCT ?x0 WHERE { ?x0 :type.object.type :theater.theater_production . VALUES ?x1 { :m.05sl2yt } ?x0 :theater.theater_production.soundtracks ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "theater" ]
(AND theater.theater_production (JOIN theater.theater_production.soundtracks m.05sl2yt))
2102367008000
cleegiles is the title given to which individual?
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.05lzh2" ], "entity_name": [ "Lee Giles" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "entity" ], "id": [ "people.person", "m.022p_jp" ], "class": [ "people.person", "freebase.user_profile" ], "friendly_name": [ "Person", "cleegiles" ], "question_node": [ 1, 0 ], "function": [ "none", "none" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "people.person.metaweb_user_s" ], "friendly_name": [ "Users Who Say They Are This Person" ] } }
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX : <http://rdf.freebase.com/ns/> SELECT (?x0 AS ?value) WHERE { SELECT DISTINCT ?x0 WHERE { ?x0 :type.object.type :people.person . VALUES ?x1 { :m.022p_jp } ?x0 :people.person.metaweb_user_s ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "people" ]
(AND people.person (JOIN people.person.metaweb_user_s m.022p_jp))
2100351008000
health anxiety is suffered by which fictional character?
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.079l85" ], "entity_name": [ "Mort Goldman" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "entity" ], "id": [ "fictional_universe.fictional_character", "m.04c_jpd" ], "class": [ "fictional_universe.fictional_character", "fictional_universe.medical_condition_in_fiction" ], "friendly_name": [ "Fictional Character", "health anxiety" ], "question_node": [ 1, 0 ], "function": [ "none", "none" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "fictional_universe.fictional_character.medical_conditions" ], "friendly_name": [ "Medical conditions" ] } }
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX : <http://rdf.freebase.com/ns/> SELECT (?x0 AS ?value) WHERE { SELECT DISTINCT ?x0 WHERE { ?x0 :type.object.type :fictional_universe.fictional_character . VALUES ?x1 { :m.04c_jpd } ?x0 :fictional_universe.fictional_character.medical_conditions ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "fictional_universe" ]
(AND fictional_universe.fictional_character (JOIN fictional_universe.fictional_character.medical_conditions m.04c_jpd))
2100244015000
what series has 24 issues?
{ "answer_type": [ "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity" ], "answer_argument": [ "m.0463zhc", "m.07kw_5", "m.043nykw", "m.04q9f7k", "m.04c_ttp", "m.04s1_3", "m.025_z29", "m.06db82", "m.04n7jxl", "m.0hr4lp0", "m.0b6nbjl" ], "entity_name": [ "Pandora Hearts", "Friendly Neighborhood Spider-Man", "Nura: Rise of the Yokai Clan", "Rookies", "Miracleman", "Sgt. Frog", "Girls", "Rising Stars", "Tetsujin 28-go", "Magi: The Labyrinth of Magic", "Realm of Kings" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "literal" ], "id": [ "comic_books.comic_book_series", "24^^http://www.w3.org/2001/XMLSchema#integer" ], "class": [ "comic_books.comic_book_series", "type.int" ], "friendly_name": [ "Comic Book Series", "24" ], "question_node": [ 1, 0 ], "function": [ "none", "none" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "comic_books.comic_book_series.number_of_issues" ], "friendly_name": [ "Number Of Issues" ] } }
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX : <http://rdf.freebase.com/ns/> SELECT (?x0 AS ?value) WHERE { SELECT DISTINCT ?x0 WHERE { ?x0 :type.object.type :comic_books.comic_book_series . VALUES ?x1 { "24"^^<http://www.w3.org/2001/XMLSchema#integer> } ?x0 :comic_books.comic_book_series.number_of_issues ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "comic_books" ]
(AND comic_books.comic_book_series (JOIN comic_books.comic_book_series.number_of_issues 24^^http://www.w3.org/2001/XMLSchema#integer))
2103929005000
which was the most recently opened organization location?
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.0pcdpcz" ], "entity_name": [ "ABC Lock & Key Inc" ] }
argmax
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "literal" ], "id": [ "business.business_location", "0^^http://www.w3.org/2001/XMLSchema#int" ], "class": [ "business.business_location", "type.datetime" ], "friendly_name": [ "Organization Location", "0" ], "question_node": [ 1, 0 ], "function": [ "none", "argmax" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "business.business_location.opening_date" ], "friendly_name": [ "Opening Date" ] } }
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX : <http://rdf.freebase.com/ns/> SELECT (?x0 AS ?value) WHERE { SELECT DISTINCT ?x0 WHERE { ?x0 :type.object.type :business.business_location . { SELECT (MAX(?y1) AS ?x1) WHERE { ?y0 :type.object.type :business.business_location . ?y0 :business.business_location.opening_date ?y1 . FILTER ( ?y0 != ?y1 ) } } ?x0 :business.business_location.opening_date ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "business" ]
(ARGMAX business.business_location business.business_location.opening_date)
2102145001000
national solar observatory houses what telescope?
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.08qz17" ], "entity_name": [ "Richard B. Dunn Solar Telescope" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "entity" ], "id": [ "astronomy.telescope", "m.02b407" ], "class": [ "astronomy.telescope", "astronomy.astronomical_observatory" ], "friendly_name": [ "Telescope", "National Solar Observatory" ], "question_node": [ 1, 0 ], "function": [ "none", "none" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "astronomy.telescope.housed_in" ], "friendly_name": [ "Housed in" ] } }
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX : <http://rdf.freebase.com/ns/> SELECT (?x0 AS ?value) WHERE { SELECT DISTINCT ?x0 WHERE { ?x0 :type.object.type :astronomy.telescope . VALUES ?x1 { :m.02b407 } ?x0 :astronomy.telescope.housed_in ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "astronomy" ]
(AND astronomy.telescope (JOIN astronomy.telescope.housed_in m.02b407))
2102297000000
19.6 is the original gravity of which beer?
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.0n1pydm" ], "entity_name": [ "New Holland Black Tulip Tripel Ale" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "literal" ], "id": [ "food.beer", "19.6^^http://www.w3.org/2001/XMLSchema#float" ], "class": [ "food.beer", "type.float" ], "friendly_name": [ "Beer", "19.6" ], "question_node": [ 1, 0 ], "function": [ "none", "none" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "food.beer.original_gravity" ], "friendly_name": [ "Original gravity" ] } }
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX : <http://rdf.freebase.com/ns/> SELECT (?x0 AS ?value) WHERE { SELECT DISTINCT ?x0 WHERE { ?x0 :type.object.type :food.beer . VALUES ?x1 { "19.6"^^<http://www.w3.org/2001/XMLSchema#float> } ?x0 :food.beer.original_gravity ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "food" ]
(AND food.beer (JOIN food.beer.original_gravity 19.6^^http://www.w3.org/2001/XMLSchema#float))
2104374003000
which is the fictional character creator with the smallest height?
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.0cyh6" ], "entity_name": [ "Alexander Pope" ] }
argmin
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "literal" ], "id": [ "fictional_universe.fictional_character_creator", "0^^http://www.w3.org/2001/XMLSchema#int" ], "class": [ "fictional_universe.fictional_character_creator", "type.float" ], "friendly_name": [ "Fictional Character Creator", "0" ], "question_node": [ 1, 0 ], "function": [ "none", "argmin" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "people.person.height_meters" ], "friendly_name": [ "Height" ] } }
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX : <http://rdf.freebase.com/ns/> SELECT (?x0 AS ?value) WHERE { SELECT DISTINCT ?x0 WHERE { ?x0 :type.object.type :fictional_universe.fictional_character_creator . { SELECT (MIN(?y1) AS ?x1) WHERE { ?y0 :type.object.type :fictional_universe.fictional_character_creator . ?y0 :people.person.height_meters ?y1 . FILTER ( ?y0 != ?y1 ) } } ?x0 :people.person.height_meters ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "people" ]
(ARGMIN fictional_universe.fictional_character_creator people.person.height_meters)
2102411003000
on the date 1794-03-04, what amendment was proposed to the constitution?
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.07slr" ], "entity_name": [ "Eleventh Amendment to the United States Constitution" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "literal" ], "id": [ "law.constitutional_amendment", "1794-03-04^^http://www.w3.org/2001/XMLSchema#date" ], "class": [ "law.constitutional_amendment", "type.datetime" ], "friendly_name": [ "Constitutional Amendment", "1794-03-04" ], "question_node": [ 1, 0 ], "function": [ "none", "none" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "law.constitutional_amendment.proposed_on" ], "friendly_name": [ "Proposed on" ] } }
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX : <http://rdf.freebase.com/ns/> SELECT (?x0 AS ?value) WHERE { SELECT DISTINCT ?x0 WHERE { ?x0 :type.object.type :law.constitutional_amendment . VALUES ?x1 { "1794-03-04-08:00"^^<http://www.w3.org/2001/XMLSchema#date> } ?x0 :law.constitutional_amendment.proposed_on ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "law" ]
(AND law.constitutional_amendment (JOIN law.constitutional_amendment.proposed_on 1794-03-04^^http://www.w3.org/2001/XMLSchema#date))
2100678003000
5 is the number of inversions on which amusement ride?
{ "answer_type": [ "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity" ], "answer_argument": [ "m.074lhz", "m.0h522cx", "m.03cnk4r", "m.073k4m", "m.0swnsyq", "g.1215cj9l", "m.0cwstm", "m.0dn3gd", "m.0d6kh5", "m.0125ygs0", "m.026234d", "m.0269dww", "m.027lw90", "m.027th26", "m.027y0c5", "m.0284q6s", "m.02pqrdr", "m.02r4199", "m.02z1j2_", "m.03cp8vy", "m.03cptts", "m.03cr4gp", "m.03hm1b7", "m.04q1qvh", "m.05twj1", "m.0cgkjs", "m.0cnzfxj", "m.0d6l4d", "m.0d8mmj", "m.0d9yn7", "m.0dkr3y", "m.0f3ltk", "m.0g88c3", "m.0j9kz03", "m.0pdnzjt", "m.0wxpkpr", "m.0dmgcs", "m.0g60fs", "m.0dzbmp", "m.0405yh8", "m.0ch3x7r", "m.011q3cg2", "m.0f9z4w", "g.11bt_cl12v", "m.011q9lqs", "g.1269nh2_r", "g.121dbztt", "g.1234hkqf" ], "entity_name": [ "Drachen Fire", "X-Flight", "Goliath", "Green Lantern", "Nitro", "null", "Batman: The Ride", "Batwing", "Viper", "Limit", "Olympia Looping", "Wildfire", "The Hangman", "Kong", "Infusion", "Firehawk", "The Great White", "Le Vampire", "Fly – The Great Nor'easter", "Lightning", "Batman: La Fuga", "Diavlo", "Tornado", "Jubilee Odyssey", "Batman: The Ride", "Dominator", "El Condor", "Mind Eraser", "Nighthawk", "Batman: The Ride", "Arkham Asylum – Shock Therapy", "Blue Tornado", "Thunderhawk", "OzIris", "Sky Scrapper", "Flug der Dämonen", "T3", "Flight Deck", "Ninja", "Ednör – L'Attaque", "MP Xpress", "Huracan", "X-Flight", "null", "Cannibal", "null", "null", "null" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "literal" ], "id": [ "amusement_parks.ride", "5^^http://www.w3.org/2001/XMLSchema#integer" ], "class": [ "amusement_parks.ride", "type.int" ], "friendly_name": [ "Amusement Ride", "5" ], "question_node": [ 1, 0 ], "function": [ "none", "none" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "amusement_parks.ride.inversions" ], "friendly_name": [ "Inversions" ] } }
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX : <http://rdf.freebase.com/ns/> SELECT (?x0 AS ?value) WHERE { SELECT DISTINCT ?x0 WHERE { ?x0 :type.object.type :amusement_parks.ride . VALUES ?x1 { "5"^^<http://www.w3.org/2001/XMLSchema#integer> } ?x0 :amusement_parks.ride.inversions ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "amusement_parks" ]
(AND amusement_parks.ride (JOIN amusement_parks.ride.inversions 5^^http://www.w3.org/2001/XMLSchema#integer))
3202572005000
the heir of habibullah khan is the ruler of which kingdom?
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.03d5qx7" ], "entity_name": [ "Emirate of Afghanistan" ] }
none
3
2
{ "nodes": { "nid": [ 0, 1, 2 ], "node_type": [ "class", "class", "entity" ], "id": [ "royalty.kingdom", "royalty.monarch", "m.032byq" ], "class": [ "royalty.kingdom", "royalty.monarch", "royalty.chivalric_order_member" ], "friendly_name": [ "Kingdom", "Monarch", "Habibullah Khan" ], "question_node": [ 1, 0, 0 ], "function": [ "none", "none", "none" ] }, "edges": { "start": [ 0, 1 ], "end": [ 1, 2 ], "relation": [ "royalty.kingdom.rulers", "people.person.parents" ], "friendly_name": [ "Rulers", "Parents" ] } }
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX : <http://rdf.freebase.com/ns/> SELECT (?x0 AS ?value) WHERE { SELECT DISTINCT ?x0 WHERE { ?x0 :type.object.type :royalty.kingdom . ?x1 :type.object.type :royalty.monarch . VALUES ?x2 { :m.032byq } ?x0 :royalty.kingdom.rulers ?x1 . ?x1 :people.person.parents ?x2 . FILTER ( ?x0 != ?x1 && ?x0 != ?x2 && ?x1 != ?x2 ) } }
[ "royalty", "people" ]
(AND royalty.kingdom (JOIN royalty.kingdom.rulers (JOIN people.person.parents m.032byq)))
2101295008000
the underground tunnels of wallasey is a fictional setting in which work?
{ "answer_type": [ "Entity", "Entity" ], "answer_argument": [ "m.0pc66mx", "m.0pc66j0" ], "entity_name": [ "Hector Hornsmith Diary Entries", "The Treasure of Treasures" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "entity" ], "id": [ "fictional_universe.work_of_fiction", "m.0pc7znd" ], "class": [ "fictional_universe.work_of_fiction", "fictional_universe.fictional_setting" ], "friendly_name": [ "Work of Fiction", "Underground Tunnels of Wallasey" ], "question_node": [ 1, 0 ], "function": [ "none", "none" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "fictional_universe.work_of_fiction.setting" ], "friendly_name": [ "Setting" ] } }
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX : <http://rdf.freebase.com/ns/> SELECT (?x0 AS ?value) WHERE { SELECT DISTINCT ?x0 WHERE { ?x0 :type.object.type :fictional_universe.work_of_fiction . VALUES ?x1 { :m.0pc7znd } ?x0 :fictional_universe.work_of_fiction.setting ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "fictional_universe" ]
(AND fictional_universe.work_of_fiction (JOIN fictional_universe.work_of_fiction.setting m.0pc7znd))
2102882007000
for which comic book issue did glen orbik color?
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.03bw1dh" ], "entity_name": [ "Batman #568" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "entity" ], "id": [ "comic_books.comic_book_issue", "m.0dfjgh" ], "class": [ "comic_books.comic_book_issue", "comic_books.comic_book_colorist" ], "friendly_name": [ "Comic Book Issue", "Glen Orbik" ], "question_node": [ 1, 0 ], "function": [ "none", "none" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "comic_books.comic_book_issue.cover_colors" ], "friendly_name": [ "Cover Colors" ] } }
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX : <http://rdf.freebase.com/ns/> SELECT (?x0 AS ?value) WHERE { SELECT DISTINCT ?x0 WHERE { ?x0 :type.object.type :comic_books.comic_book_issue . VALUES ?x1 { :m.0dfjgh } ?x0 :comic_books.comic_book_issue.cover_colors ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "comic_books" ]
(AND comic_books.comic_book_issue (JOIN comic_books.comic_book_issue.cover_colors m.0dfjgh))
4300140011000
what religion is part of islam and has same practices with mormon?
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.078tg" ], "entity_name": [ "Sunni Islam" ] }
none
4
3
{ "nodes": { "nid": [ 0, 1, 2, 3 ], "node_type": [ "class", "class", "entity", "entity" ], "id": [ "religion.religion", "religion.religious_practice", "m.0flw86", "m.058x5" ], "class": [ "religion.religion", "religion.religious_practice", "religion.religion", "religion.religion" ], "friendly_name": [ "Religion", "Religious Practice", "Islam", "mormon" ], "question_node": [ 1, 0, 0, 0 ], "function": [ "none", "none", "none", "none" ] }, "edges": { "start": [ 0, 0, 3 ], "end": [ 1, 2, 1 ], "relation": [ "religion.religion.practices", "religion.religion.is_part_of", "religion.religion.practices" ], "friendly_name": [ "Practices", "Is Part Of", "Practices" ] } }
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX : <http://rdf.freebase.com/ns/> SELECT (?x0 AS ?value) WHERE { SELECT DISTINCT ?x0 WHERE { ?x0 :type.object.type :religion.religion . ?x1 :type.object.type :religion.religious_practice . VALUES ?x2 { :m.0flw86 } VALUES ?x3 { :m.058x5 } ?x0 :religion.religion.practices ?x1 . ?x0 :religion.religion.is_part_of ?x2 . ?x3 :religion.religion.practices ?x1 . FILTER ( ?x0 != ?x1 && ?x0 != ?x2 && ?x0 != ?x3 && ?x1 != ?x2 && ?x1 != ?x3 && ?x2 != ?x3 ) } }
[ "religion" ]
(AND religion.religion (AND (JOIN religion.religion.practices (JOIN (R religion.religion.practices) m.058x5)) (JOIN religion.religion.is_part_of m.0flw86)))
2101587003000
which music video is directed by michael palmieri
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.0n2671l" ], "entity_name": [ "An Honest Mistake" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "entity" ], "id": [ "music.music_video", "m.092s3_0" ], "class": [ "music.music_video", "music.music_video_director" ], "friendly_name": [ "Music video", "Michael Palmieri" ], "question_node": [ 1, 0 ], "function": [ "none", "none" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "music.music_video.directed_by" ], "friendly_name": [ "Directed by" ] } }
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX : <http://rdf.freebase.com/ns/> SELECT (?x0 AS ?value) WHERE { SELECT DISTINCT ?x0 WHERE { ?x0 :type.object.type :music.music_video . VALUES ?x1 { :m.092s3_0 } ?x0 :music.music_video.directed_by ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "music" ]
(AND music.music_video (JOIN music.music_video.directed_by m.092s3_0))
2101538001000
fairy tale parody is in what tv episode?
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.010bz9d9" ], "entity_name": [ "Episode 0796 Sesame Street News Flash" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "entity" ], "id": [ "tv.tv_episode_segment", "m.0fpwdbt" ], "class": [ "tv.tv_episode_segment", "tv.tv_subject" ], "friendly_name": [ "TV episode segment", "Fairy Tale Parody" ], "question_node": [ 1, 0 ], "function": [ "none", "none" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "tv.tv_episode_segment.subjects" ], "friendly_name": [ "Subjects" ] } }
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX : <http://rdf.freebase.com/ns/> SELECT (?x0 AS ?value) WHERE { SELECT DISTINCT ?x0 WHERE { ?x0 :type.object.type :tv.tv_episode_segment . VALUES ?x1 { :m.0fpwdbt } ?x0 :tv.tv_episode_segment.subjects ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "tv" ]
(AND tv.tv_episode_segment (JOIN tv.tv_episode_segment.subjects m.0fpwdbt))
2100467001000
2062 aten is the founding member of which asteroid group?
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.0290ms" ], "entity_name": [ "Aten asteroid" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "entity" ], "id": [ "astronomy.asteroid_group", "m.03hcy8" ], "class": [ "astronomy.asteroid_group", "astronomy.asteroid" ], "friendly_name": [ "Asteroid Group", "2062 Aten" ], "question_node": [ 1, 0 ], "function": [ "none", "none" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "astronomy.asteroid_group.asteroid_group_founding_member" ], "friendly_name": [ "Asteroid Group Founding Member" ] } }
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX : <http://rdf.freebase.com/ns/> SELECT (?x0 AS ?value) WHERE { SELECT DISTINCT ?x0 WHERE { ?x0 :type.object.type :astronomy.asteroid_group . VALUES ?x1 { :m.03hcy8 } ?x0 :astronomy.asteroid_group.asteroid_group_founding_member ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "astronomy" ]
(AND astronomy.asteroid_group (JOIN astronomy.asteroid_group.asteroid_group_founding_member m.03hcy8))
2102343007000
what type of museum is us national arboretum?
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.01xsnw" ], "entity_name": [ "Arboretum" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "entity" ], "id": [ "architecture.type_of_museum", "m.057n9s" ], "class": [ "architecture.type_of_museum", "architecture.museum" ], "friendly_name": [ "Type of museum", "us national arboretum" ], "question_node": [ 1, 0 ], "function": [ "none", "none" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "architecture.type_of_museum.museums" ], "friendly_name": [ "Museums" ] } }
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX : <http://rdf.freebase.com/ns/> SELECT (?x0 AS ?value) WHERE { SELECT DISTINCT ?x0 WHERE { ?x0 :type.object.type :architecture.type_of_museum . VALUES ?x1 { :m.057n9s } ?x0 :architecture.type_of_museum.museums ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "architecture" ]
(AND architecture.type_of_museum (JOIN architecture.type_of_museum.museums m.057n9s))
2100489003000
look for the nuclear ship powerplant which has a power that is 70000.0.
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.0ck0rk" ], "entity_name": [ "VM-A reactor" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "literal" ], "id": [ "boats.nuclear_powerplant", "70000.0^^http://www.w3.org/2001/XMLSchema#float" ], "class": [ "boats.nuclear_powerplant", "type.float" ], "friendly_name": [ "Nuclear Ship Powerplant", "70000.0" ], "question_node": [ 1, 0 ], "function": [ "none", "none" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "boats.nuclear_powerplant.power_kw" ], "friendly_name": [ "Power (kw)" ] } }
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX : <http://rdf.freebase.com/ns/> SELECT (?x0 AS ?value) WHERE { SELECT DISTINCT ?x0 WHERE { ?x0 :type.object.type :boats.nuclear_powerplant . VALUES ?x1 { "70000.0"^^<http://www.w3.org/2001/XMLSchema#float> } ?x0 :boats.nuclear_powerplant.power_kw ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "boats" ]
(AND boats.nuclear_powerplant (JOIN boats.nuclear_powerplant.power_kw 70000.0^^http://www.w3.org/2001/XMLSchema#float))
3205737008000
what is the most recent musical release that credits engineers including lee whitsel?
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.0dl5xf1" ], "entity_name": [ "Continuity" ] }
argmax
3
2
{ "nodes": { "nid": [ 0, 1, 2 ], "node_type": [ "class", "literal", "entity" ], "id": [ "music.release", "0^^http://www.w3.org/2001/XMLSchema#int", "m.04t59_w" ], "class": [ "music.release", "type.datetime", "music.engineer" ], "friendly_name": [ "Musical Release", "0", "Lee Whitsel" ], "question_node": [ 1, 0, 0 ], "function": [ "none", "argmax", "none" ] }, "edges": { "start": [ 0, 0 ], "end": [ 1, 2 ], "relation": [ "music.release.release_date", "music.release.engineers" ], "friendly_name": [ "Release Date", "Engineers" ] } }
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX : <http://rdf.freebase.com/ns/> SELECT (?x0 AS ?value) WHERE { SELECT DISTINCT ?x0 WHERE { ?x0 :type.object.type :music.release . { SELECT (MAX(?y1) AS ?x1) WHERE { ?y0 :type.object.type :music.release . VALUES ?y2 { :m.04t59_w } ?y0 :music.release.release_date ?y1 . ?y0 :music.release.engineers ?y2 . FILTER ( ?y0 != ?y1 && ?y0 != ?y2 && ?y1 != ?y2 ) } } VALUES ?x2 { :m.04t59_w } ?x0 :music.release.release_date ?x1 . ?x0 :music.release.engineers ?x2 . FILTER ( ?x0 != ?x1 && ?x0 != ?x2 && ?x1 != ?x2 ) } }
[ "music" ]
(ARGMAX (AND music.release (JOIN music.release.engineers m.04t59_w)) music.release.release_date)
2101759012000
which project is a part of 2012 london olympics?
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.0j9c50t" ], "entity_name": [ "Construction of Aquatics Centre" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "entity" ], "id": [ "projects.project", "m.06sks6" ], "class": [ "projects.project", "projects.project" ], "friendly_name": [ "Project", "2012 london olympics" ], "question_node": [ 1, 0 ], "function": [ "none", "none" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "projects.project.part_of_larger_project" ], "friendly_name": [ "Part of larger project" ] } }
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX : <http://rdf.freebase.com/ns/> SELECT (?x0 AS ?value) WHERE { SELECT DISTINCT ?x0 WHERE { ?x0 :type.object.type :projects.project . VALUES ?x1 { :m.06sks6 } ?x0 :projects.project.part_of_larger_project ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "projects" ]
(AND projects.project (JOIN projects.project.part_of_larger_project m.06sks6))
2102878004000
what is the name of the satellite that's orbiting planet mars?
{ "answer_type": [ "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity" ], "answer_argument": [ "m.01887c", "m.01h_7t", "m.0knt6hh", "m.02bch7", "m.025rpdw", "m.025rpf7", "m.04yfsbs" ], "entity_name": [ "Mars Express", "Mars Global Surveyor", "Mars Orbiter Mission", "Mars Reconnaissance Orbiter", "Mars 2", "Mars 3", "MAVEN" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "entity" ], "id": [ "spaceflight.satellite", "m.09cws" ], "class": [ "spaceflight.satellite", "astronomy.celestial_object" ], "friendly_name": [ "Satellite", "planet mars" ], "question_node": [ 1, 0 ], "function": [ "none", "none" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "spaceflight.satellite.orbiting" ], "friendly_name": [ "Orbiting" ] } }
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX : <http://rdf.freebase.com/ns/> SELECT (?x0 AS ?value) WHERE { SELECT DISTINCT ?x0 WHERE { ?x0 :type.object.type :spaceflight.satellite . VALUES ?x1 { :m.09cws } ?x0 :spaceflight.satellite.orbiting ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "spaceflight" ]
(AND spaceflight.satellite (JOIN spaceflight.satellite.orbiting m.09cws))
2101191006000
what's the name of the routed drug that is delivered by the path perineural?
{ "answer_type": [ "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity" ], "answer_argument": [ "m.0z3v_jh", "m.0z3x301", "m.0z3xgkd", "m.0z3x2sh", "m.0z3xd9f", "m.0z3xljz", "m.0z3xw4l", "m.0z3ybb4", "m.0z3yc18", "m.0z3yll5" ], "entity_name": [ "Chloroprocaine Perineural", "Lidocaine Perineural", "Ropivacaine Hydrochloride Perineural", "Bupivacaine/Epinephrine Perineural", "Lidocaine/Epinephrine Perineural", "Chloroprocaine Hydrochloride Perineural", "Bupivacaine Hydrochloride Perineural", "Lidocaine Hydrochloride Perineural", "Bupivacaine Perineural", "Ropivacaine Perineural" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "entity" ], "id": [ "medicine.routed_drug", "m.0hqxhy2" ], "class": [ "medicine.routed_drug", "medicine.drug_administration_route" ], "friendly_name": [ "Routed drug", "Perineural" ], "question_node": [ 1, 0 ], "function": [ "none", "none" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "medicine.routed_drug.route_of_administration" ], "friendly_name": [ "Route of administration" ] } }
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX : <http://rdf.freebase.com/ns/> SELECT (?x0 AS ?value) WHERE { SELECT DISTINCT ?x0 WHERE { ?x0 :type.object.type :medicine.routed_drug . VALUES ?x1 { :m.0hqxhy2 } ?x0 :medicine.routed_drug.route_of_administration ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "medicine" ]
(AND medicine.routed_drug (JOIN medicine.routed_drug.route_of_administration m.0hqxhy2))
2102057001000
what medical trial has been tried for osteoporosis?
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.03zbbwc" ], "entity_name": [ "Alendronate and/or Parathyroid Hormone for Osteoporosis" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "entity" ], "id": [ "medicine.medical_trial", "m.05mdx" ], "class": [ "medicine.medical_trial", "medicine.disease" ], "friendly_name": [ "Medical trial", "Osteoporosis" ], "question_node": [ 1, 0 ], "function": [ "none", "none" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "medicine.medical_trial.diseases" ], "friendly_name": [ "Diseases" ] } }
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX : <http://rdf.freebase.com/ns/> SELECT (?x0 AS ?value) WHERE { SELECT DISTINCT ?x0 WHERE { ?x0 :type.object.type :medicine.medical_trial . VALUES ?x1 { :m.05mdx } ?x0 :medicine.medical_trial.diseases ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "medicine" ]
(AND medicine.medical_trial (JOIN medicine.medical_trial.diseases m.05mdx))
2101077005000
who was the director of too clever by half?
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.02ql8mf" ], "entity_name": [ "Richard Jones" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "entity" ], "id": [ "theater.theater_director", "m.0z14p9q" ], "class": [ "theater.theater_director", "theater.theater_production" ], "friendly_name": [ "Theater Director", "Too Clever By Half" ], "question_node": [ 1, 0 ], "function": [ "none", "none" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "theater.theater_director.plays_directed" ], "friendly_name": [ "Plays Directed" ] } }
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX : <http://rdf.freebase.com/ns/> SELECT (?x0 AS ?value) WHERE { SELECT DISTINCT ?x0 WHERE { ?x0 :type.object.type :theater.theater_director . VALUES ?x1 { :m.0z14p9q } ?x0 :theater.theater_director.plays_directed ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "theater" ]
(AND theater.theater_director (JOIN theater.theater_director.plays_directed m.0z14p9q))
2101894009000
what medical treatment will use trials of nimotuzumab in advanced head and neck tumors in combination with radiotherapy and radiochemotherapy
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.02pp30g" ], "entity_name": [ "Nimotuzumab" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "entity" ], "id": [ "medicine.medical_treatment", "m.07748k_" ], "class": [ "medicine.medical_treatment", "medicine.medical_trial" ], "friendly_name": [ "Medical Treatment", "Nimotuzumab in advanced head and neck tumors in combination with radiotherapy and radiochemotherapy" ], "question_node": [ 1, 0 ], "function": [ "none", "none" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "medicine.medical_treatment.trials" ], "friendly_name": [ "Trials" ] } }
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX : <http://rdf.freebase.com/ns/> SELECT (?x0 AS ?value) WHERE { SELECT DISTINCT ?x0 WHERE { ?x0 :type.object.type :medicine.medical_treatment . VALUES ?x1 { :m.07748k_ } ?x0 :medicine.medical_treatment.trials ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "medicine" ]
(AND medicine.medical_treatment (JOIN medicine.medical_treatment.trials m.07748k_))
3206192021000
how many award judges are of the gender accepted by alpha delta phi?
{ "answer_type": [ "Value" ], "answer_argument": [ "96" ], "entity_name": [ "" ] }
count
3
2
{ "nodes": { "nid": [ 0, 1, 2 ], "node_type": [ "class", "class", "entity" ], "id": [ "award.award_judge", "people.gender", "m.03tx10" ], "class": [ "award.award_judge", "people.gender", "education.fraternity_sorority" ], "friendly_name": [ "Award Judge", "Gender", "Alpha Delta Phi" ], "question_node": [ 1, 0, 0 ], "function": [ "count", "none", "none" ] }, "edges": { "start": [ 0, 2 ], "end": [ 1, 1 ], "relation": [ "people.person.gender", "education.fraternity_sorority.accepted_genders" ], "friendly_name": [ "Gender", "Accepted genders" ] } }
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX : <http://rdf.freebase.com/ns/> SELECT (COUNT(?x0) AS ?value) WHERE { SELECT DISTINCT ?x0 WHERE { ?x0 :type.object.type :award.award_judge . ?x1 :type.object.type :people.gender . VALUES ?x2 { :m.03tx10 } ?x0 :people.person.gender ?x1 . ?x2 :education.fraternity_sorority.accepted_genders ?x1 . FILTER ( ?x0 != ?x1 && ?x0 != ?x2 && ?x1 != ?x2 ) } }
[ "education", "people" ]
(COUNT (AND award.award_judge (JOIN people.person.gender (JOIN (R education.fraternity_sorority.accepted_genders) m.03tx10))))
3200601002000
which time zones end dst on the same day as est?
{ "answer_type": [ "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity" ], "answer_argument": [ "m.02fqwt", "m.02hczc", "m.02lcqs", "m.0jwyh47", "m.0y499mk", "m.0y4dw25", "m.02lcrv", "m.042g7t", "m.02lctm", "m.05jphn" ], "entity_name": [ "Central Time Zone", "Mountain Time Zone", "Pacific Time Zone", "America/Shiprock Time Zone", "Cuba Time Zone", "Saint Pierre and Miquelon Time Zone", "Alaska Time Zone", "Atlantic Time Zone", "Hawaii-Aleutian Time Zone", "Newfoundland Time Zone" ] }
none
3
2
{ "nodes": { "nid": [ 0, 1, 2 ], "node_type": [ "class", "class", "entity" ], "id": [ "time.time_zone", "time.day_of_year", "m.02hcv8" ], "class": [ "time.time_zone", "time.day_of_year", "time.time_zone" ], "friendly_name": [ "Time Zone", "Day Of Year", "est" ], "question_node": [ 1, 0, 0 ], "function": [ "none", "none", "none" ] }, "edges": { "start": [ 0, 2 ], "end": [ 1, 1 ], "relation": [ "time.time_zone.day_dst_ends", "time.time_zone.day_dst_ends" ], "friendly_name": [ "Day DST ends", "Day DST ends" ] } }
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX : <http://rdf.freebase.com/ns/> SELECT (?x0 AS ?value) WHERE { SELECT DISTINCT ?x0 WHERE { ?x0 :type.object.type :time.time_zone . ?x1 :type.object.type :time.day_of_year . VALUES ?x2 { :m.02hcv8 } ?x0 :time.time_zone.day_dst_ends ?x1 . ?x2 :time.time_zone.day_dst_ends ?x1 . FILTER ( ?x0 != ?x1 && ?x0 != ?x2 && ?x1 != ?x2 ) } }
[ "time" ]
(AND time.time_zone (JOIN time.time_zone.day_dst_ends (JOIN (R time.time_zone.day_dst_ends) m.02hcv8)))
2105405011000
what dead organism weighs more than 34.0?
{ "answer_type": [ "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity" ], "answer_argument": [ "m.023qdn", "m.09lzbv", "m.0gv_l", "m.0281ts", "m.01g14f", "m.072vvt", "m.02pvtlv", "m.0dwlwq", "m.02rksmz", "m.05jbtg", "m.05lfrs", "m.0b770jy", "m.0781v0" ], "entity_name": [ "Keiko", "Bart the Bear", "Secretariat", "Pinta Island tortoise", "Seabiscuit", "Gargantua", "Massa", "Ah Meng", "Bandit", "Hogzilla", "Shamu", "Giant George", "Bodacious" ] }
>=
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "literal" ], "id": [ "biology.deceased_organism", "34.0^^http://www.w3.org/2001/XMLSchema#float" ], "class": [ "biology.deceased_organism", "type.float" ], "friendly_name": [ "Deceased Organism", "34.0" ], "question_node": [ 1, 0 ], "function": [ "none", ">=" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "biology.organism.weight_kg" ], "friendly_name": [ "Weight" ] } }
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX : <http://rdf.freebase.com/ns/> SELECT (?x0 AS ?value) WHERE { SELECT DISTINCT ?x0 WHERE { ?x0 :type.object.type :biology.deceased_organism . FILTER (?x1 >= "34.0"^^<http://www.w3.org/2001/XMLSchema#float>) ?x0 :biology.organism.weight_kg ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "biology" ]
(AND biology.deceased_organism (ge biology.organism.weight_kg 34.0^^http://www.w3.org/2001/XMLSchema#float))
2100730003000
what are the ingredients that make up the dish, sundanese cuisine?
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.01lzzr" ], "entity_name": [ "Sambal" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "entity" ], "id": [ "food.ingredient", "m.0ddd58v" ], "class": [ "food.ingredient", "dining.cuisine" ], "friendly_name": [ "Ingredient", "Sundanese cuisine" ], "question_node": [ 1, 0 ], "function": [ "none", "none" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "food.ingredient.cuisine" ], "friendly_name": [ "Cuisine" ] } }
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX : <http://rdf.freebase.com/ns/> SELECT (?x0 AS ?value) WHERE { SELECT DISTINCT ?x0 WHERE { ?x0 :type.object.type :food.ingredient . VALUES ?x1 { :m.0ddd58v } ?x0 :food.ingredient.cuisine ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "food" ]
(AND food.ingredient (JOIN food.ingredient.cuisine m.0ddd58v))