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
2100926000000
what galactic groups have the galaxy cluster of virgo cluster?
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.04llv" ], "entity_name": [ "Local Group" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "entity" ], "id": [ "astronomy.galactic_group", "m.01fc1x" ], "class": [ "astronomy.galactic_group", "astronomy.galactic_cluster" ], "friendly_name": [ "Galactic group", "Virgo Cluster" ], "question_node": [ 1, 0 ], "function": [ "none", "none" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "astronomy.galactic_group.galaxy_cluster" ], "friendly_name": [ "Galaxy cluster" ] } }
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.galactic_group . VALUES ?x1 { :m.01fc1x } ?x0 :astronomy.galactic_group.galaxy_cluster ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "astronomy" ]
(AND astronomy.galactic_group (JOIN astronomy.galactic_group.galaxy_cluster m.01fc1x))
3204827007000
who is a deceased person who belongs to the american indian group that speak nez perce language?
{ "answer_type": [ "Entity", "Entity", "Entity", "Entity" ], "answer_argument": [ "m.015y0c", "m.0fmg20", "m.02pjch7", "m.03cqphz" ], "entity_name": [ "Chief Joseph", "Looking Glass", "Old Chief Joseph", "Jackson Sundown" ] }
none
3
2
{ "nodes": { "nid": [ 0, 1, 2 ], "node_type": [ "class", "class", "entity" ], "id": [ "people.deceased_person", "people.american_indian_group", "m.0868rk" ], "class": [ "people.deceased_person", "people.american_indian_group", "language.human_language" ], "friendly_name": [ "Deceased Person", "American Indian group", "Nez Perce Language" ], "question_node": [ 1, 0, 0 ], "function": [ "none", "none", "none" ] }, "edges": { "start": [ 0, 1 ], "end": [ 1, 2 ], "relation": [ "people.person.ethnicity", "people.ethnicity.languages_spoken" ], "friendly_name": [ "Ethnicity", "Languages spoken" ] } }
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.deceased_person . ?x1 :type.object.type :people.american_indian_group . VALUES ?x2 { :m.0868rk } ?x0 :people.person.ethnicity ?x1 . ?x1 :people.ethnicity.languages_spoken ?x2 . FILTER ( ?x0 != ?x1 && ?x0 != ?x2 && ?x1 != ?x2 ) } }
[ "people" ]
(AND people.deceased_person (JOIN people.person.ethnicity (JOIN people.ethnicity.languages_spoken m.0868rk)))
2101070017000
4.4 is the height of what rocket engine?
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.02xlw93" ], "entity_name": [ "RD-121" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "literal" ], "id": [ "spaceflight.rocket_engine", "4.4^^http://www.w3.org/2001/XMLSchema#float" ], "class": [ "spaceflight.rocket_engine", "type.float" ], "friendly_name": [ "Rocket engine", "4.4" ], "question_node": [ 1, 0 ], "function": [ "none", "none" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "spaceflight.rocket_engine.height" ], "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 :spaceflight.rocket_engine . VALUES ?x1 { "4.4"^^<http://www.w3.org/2001/XMLSchema#float> } ?x0 :spaceflight.rocket_engine.height ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "spaceflight" ]
(AND spaceflight.rocket_engine (JOIN spaceflight.rocket_engine.height 4.4^^http://www.w3.org/2001/XMLSchema#float))
2100345012000
which defunct sports team is later known as new york dragons?
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.05bd9b5" ], "entity_name": [ "Iowa Barnstormers" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "entity" ], "id": [ "sports.defunct_sports_team", "m.01wdvk" ], "class": [ "sports.defunct_sports_team", "sports.sports_team" ], "friendly_name": [ "Defunct Sports Team", "New York Dragons" ], "question_node": [ 1, 0 ], "function": [ "none", "none" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "sports.defunct_sports_team.later_known_as" ], "friendly_name": [ "Later 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.defunct_sports_team . VALUES ?x1 { :m.01wdvk } ?x0 :sports.defunct_sports_team.later_known_as ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "sports" ]
(AND sports.defunct_sports_team (JOIN sports.defunct_sports_team.later_known_as m.01wdvk))
2102668013000
what written work is previous in series berserk
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.0b6g_52" ], "entity_name": [ "Bedlam" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "entity" ], "id": [ "book.written_work", "m.03gzr2x" ], "class": [ "book.written_work", "book.written_work" ], "friendly_name": [ "Written Work", "Berserk" ], "question_node": [ 1, 0 ], "function": [ "none", "none" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "book.written_work.previous_in_series" ], "friendly_name": [ "Previous in series" ] } }
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.written_work . VALUES ?x1 { :m.03gzr2x } ?x0 :book.written_work.previous_in_series ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "book" ]
(AND book.written_work (JOIN book.written_work.previous_in_series m.03gzr2x))
2100599006000
which opera was produced by siegfried?
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.0d56v" ], "entity_name": [ "Siegfried" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "entity" ], "id": [ "opera.opera", "m.0ym72_j" ], "class": [ "opera.opera", "opera.opera_production" ], "friendly_name": [ "Opera", "Siegfried" ], "question_node": [ 1, 0 ], "function": [ "none", "none" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "opera.opera.productions" ], "friendly_name": [ "Productions" ] } }
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 . VALUES ?x1 { :m.0ym72_j } ?x0 :opera.opera.productions ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "opera" ]
(AND opera.opera (JOIN opera.opera.productions m.0ym72_j))
2101399012000
pentax optio e50 camera has an iso capability of how much?
{ "answer_type": [ "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity" ], "answer_argument": [ "m.04nrl44", "m.04nrl4h", "m.04p7pwg", "m.04pf295", "m.01xrf_x", "m.01xrf_7", "m.01xrf_g", "m.01xrf_p", "m.01xrg51", "m.01xrg58", "m.04nqz7z", "m.04npjzb" ], "entity_name": [ "160", "320", "130", "120", "100", "Auto", "400", "200", "1600", "800", "1200", "1000" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "entity" ], "id": [ "digicams.camera_iso", "m.03q2jrw" ], "class": [ "digicams.camera_iso", "digicams.digital_camera" ], "friendly_name": [ "Camera ISO Capability", "Pentax Optio E50" ], "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.03q2jrw } ?x0 :digicams.camera_iso.cameras ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "digicams" ]
(AND digicams.camera_iso (JOIN digicams.camera_iso.cameras m.03q2jrw))
2100724003000
iowa has immediate jurisdiction over which court jurisdiction area?
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.03s0w" ], "entity_name": [ "Iowa" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "entity" ], "id": [ "law.court_jurisdiction_area", "m.04ftgw" ], "class": [ "law.court_jurisdiction_area", "law.court" ], "friendly_name": [ "Court jurisdiction area", "iowa" ], "question_node": [ 1, 0 ], "function": [ "none", "none" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "law.court_jurisdiction_area.courts" ], "friendly_name": [ "Courts" ] } }
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.court_jurisdiction_area . VALUES ?x1 { :m.04ftgw } ?x0 :law.court_jurisdiction_area.courts ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "law" ]
(AND law.court_jurisdiction_area (JOIN law.court_jurisdiction_area.courts m.04ftgw))
2104596005000
name the star system body that has a right ascension body more than or equal to 291.0?
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.0dv9zp" ], "entity_name": [ "Ceres" ] }
>=
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "literal" ], "id": [ "astronomy.star_system_body", "291.0^^http://www.w3.org/2001/XMLSchema#float" ], "class": [ "astronomy.star_system_body", "type.float" ], "friendly_name": [ "Star system body", "291.0" ], "question_node": [ 1, 0 ], "function": [ "none", ">=" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "astronomy.celestial_object.right_ascention" ], "friendly_name": [ "Right Ascension" ] } }
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_system_body . FILTER (?x1 >= "291.0"^^<http://www.w3.org/2001/XMLSchema#float>) ?x0 :astronomy.celestial_object.right_ascention ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "astronomy" ]
(AND astronomy.star_system_body (ge astronomy.celestial_object.right_ascention 291.0^^http://www.w3.org/2001/XMLSchema#float))
3203122015000
which visual art medium is used to represent screen print artworks?
{ "answer_type": [ "Entity", "Entity", "Entity", "Entity" ], "answer_argument": [ "m.031cgw", "m.011lx", "m.03q7nfm", "m.03qrc5g" ], "entity_name": [ "Oil paint", "Acrylic paint", "lithograph", "Silkscreen ink" ] }
none
3
2
{ "nodes": { "nid": [ 0, 1, 2 ], "node_type": [ "class", "class", "entity" ], "id": [ "visual_art.visual_art_medium", "visual_art.artwork", "m.0bp6j" ], "class": [ "visual_art.visual_art_medium", "visual_art.artwork", "visual_art.visual_art_form" ], "friendly_name": [ "Visual Art Medium", "Artwork", "screen print" ], "question_node": [ 1, 0, 0 ], "function": [ "none", "none", "none" ] }, "edges": { "start": [ 0, 1 ], "end": [ 1, 2 ], "relation": [ "visual_art.visual_art_medium.artworks", "visual_art.artwork.art_form" ], "friendly_name": [ "Artworks", "Art Form" ] } }
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 :visual_art.visual_art_medium . ?x1 :type.object.type :visual_art.artwork . VALUES ?x2 { :m.0bp6j } ?x0 :visual_art.visual_art_medium.artworks ?x1 . ?x1 :visual_art.artwork.art_form ?x2 . FILTER ( ?x0 != ?x1 && ?x0 != ?x2 && ?x1 != ?x2 ) } }
[ "visual_art" ]
(AND visual_art.visual_art_medium (JOIN visual_art.visual_art_medium.artworks (JOIN visual_art.artwork.art_form m.0bp6j)))
2101223000000
75 odi stumps can be found with which cricket player?
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.03mk6y" ], "entity_name": [ "Romesh Kaluwitharana" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "literal" ], "id": [ "cricket.cricket_player", "75^^http://www.w3.org/2001/XMLSchema#integer" ], "class": [ "cricket.cricket_player", "type.int" ], "friendly_name": [ "Cricket Player", "75" ], "question_node": [ 1, 0 ], "function": [ "none", "none" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "cricket.cricket_player.odi_stumps" ], "friendly_name": [ "ODI Stumps" ] } }
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 :cricket.cricket_player . VALUES ?x1 { "75"^^<http://www.w3.org/2001/XMLSchema#integer> } ?x0 :cricket.cricket_player.odi_stumps ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "cricket" ]
(AND cricket.cricket_player (JOIN cricket.cricket_player.odi_stumps 75^^http://www.w3.org/2001/XMLSchema#integer))
3200826017000
what is the most recent candy bar introduced by mars incorporated?
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.0fp1mc" ], "entity_name": [ "M-Azing" ] }
argmax
3
2
{ "nodes": { "nid": [ 0, 1, 2 ], "node_type": [ "class", "literal", "entity" ], "id": [ "food.candy_bar", "0^^http://www.w3.org/2001/XMLSchema#int", "m.01kh5q" ], "class": [ "food.candy_bar", "type.datetime", "food.candy_bar_manufacturer" ], "friendly_name": [ "Candy bar", "0", "mars incorporated" ], "question_node": [ 1, 0, 0 ], "function": [ "none", "argmax", "none" ] }, "edges": { "start": [ 0, 0 ], "end": [ 1, 2 ], "relation": [ "food.candy_bar.introduced", "food.candy_bar.manufacturer" ], "friendly_name": [ "Introduced", "Manufacturer" ] } }
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.candy_bar . { SELECT (MAX(?y1) AS ?x1) WHERE { ?y0 :type.object.type :food.candy_bar . VALUES ?y2 { :m.01kh5q } ?y0 :food.candy_bar.introduced ?y1 . ?y0 :food.candy_bar.manufacturer ?y2 . FILTER ( ?y0 != ?y1 && ?y0 != ?y2 && ?y1 != ?y2 ) } } VALUES ?x2 { :m.01kh5q } ?x0 :food.candy_bar.introduced ?x1 . ?x0 :food.candy_bar.manufacturer ?x2 . FILTER ( ?x0 != ?x1 && ?x0 != ?x2 && ?x1 != ?x2 ) } }
[ "food" ]
(ARGMAX (AND food.candy_bar (JOIN food.candy_bar.manufacturer m.01kh5q)) food.candy_bar.introduced)
4301847004000
psycho circus as well as another multi-part musical release labelled beyond music were produced by whom?
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.03p43v" ], "entity_name": [ "Bruce Fairbairn" ] }
none
4
3
{ "nodes": { "nid": [ 0, 1, 2, 3 ], "node_type": [ "class", "class", "entity", "entity" ], "id": [ "music.producer", "music.multipart_release", "m.03_l_bt", "m.0dnftq_" ], "class": [ "music.producer", "music.multipart_release", "music.release_component", "music.record_label" ], "friendly_name": [ "Record Producer", "Multi-Part Musical Release", "Psycho Circus", "Beyond Music" ], "question_node": [ 1, 0, 0, 0 ], "function": [ "none", "none", "none", "none" ] }, "edges": { "start": [ 1, 2, 1 ], "end": [ 0, 0, 3 ], "relation": [ "music.release.producers", "music.release.producers", "music.release.label" ], "friendly_name": [ "Producers", "Producers", "Label" ] } }
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.producer . ?x1 :type.object.type :music.multipart_release . VALUES ?x2 { :m.03_l_bt } VALUES ?x3 { :m.0dnftq_ } ?x1 :music.release.producers ?x0 . ?x2 :music.release.producers ?x0 . ?x1 :music.release.label ?x3 . FILTER ( ?x0 != ?x1 && ?x0 != ?x2 && ?x0 != ?x3 && ?x1 != ?x2 && ?x1 != ?x3 && ?x2 != ?x3 ) } }
[ "music" ]
(AND music.producer (AND (JOIN (R music.release.producers) (JOIN music.release.label m.0dnftq_)) (JOIN (R music.release.producers) m.03_l_bt)))
3205441006000
which is the publisher of the book edition to which robert l. snow contributed?
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.05qht_l" ], "entity_name": [ "Praeger Publishers" ] }
none
3
2
{ "nodes": { "nid": [ 0, 1, 2 ], "node_type": [ "class", "class", "entity" ], "id": [ "book.publishing_company", "book.book_edition", "m.05ydwc5" ], "class": [ "book.publishing_company", "book.book_edition", "book.author" ], "friendly_name": [ "Publisher", "Book Edition", "Robert L. Snow" ], "question_node": [ 1, 0, 0 ], "function": [ "none", "none", "none" ] }, "edges": { "start": [ 0, 2 ], "end": [ 1, 1 ], "relation": [ "book.publishing_company.books_published", "book.author.contributing_author_to" ], "friendly_name": [ "Book editions published", "Contributing author to" ] } }
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.publishing_company . ?x1 :type.object.type :book.book_edition . VALUES ?x2 { :m.05ydwc5 } ?x0 :book.publishing_company.books_published ?x1 . ?x2 :book.author.contributing_author_to ?x1 . FILTER ( ?x0 != ?x1 && ?x0 != ?x2 && ?x1 != ?x2 ) } }
[ "book" ]
(AND book.publishing_company (JOIN book.publishing_company.books_published (JOIN (R book.author.contributing_author_to) m.05ydwc5)))
2102579003000
the canonical drug levodopa goes by what brand name?
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.0j4tlz8" ], "entity_name": [ "Lodosyn" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "entity" ], "id": [ "medicine.drug_brand", "m.03vwgw" ], "class": [ "medicine.drug_brand", "medicine.drug" ], "friendly_name": [ "Drug brand", "levodopa" ], "question_node": [ 1, 0 ], "function": [ "none", "none" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "medicine.drug_brand.canonical_drug" ], "friendly_name": [ "Canonical drug" ] } }
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.drug_brand . VALUES ?x1 { :m.03vwgw } ?x0 :medicine.drug_brand.canonical_drug ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "medicine" ]
(AND medicine.drug_brand (JOIN medicine.drug_brand.canonical_drug m.03vwgw))
2100723005000
which broadcast producer is crossing east: our history, our stories, our america produced by?
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.05kb_dj" ], "entity_name": [ "Dmae Roberts" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "entity" ], "id": [ "broadcast.producer", "m.05v8qw2" ], "class": [ "broadcast.producer", "broadcast.content" ], "friendly_name": [ "Broadcast Producer", "Crossing East: Our History, Our Stories, Our America" ], "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.05v8qw2 } ?x0 :broadcast.producer.produces ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "broadcast" ]
(AND broadcast.producer (JOIN broadcast.producer.produces m.05v8qw2))
2100022000000
which conlang did david j. peterson create?
{ "answer_type": [ "Entity", "Entity" ], "answer_argument": [ "m.0swnk7y", "m.0cmdx1d" ], "entity_name": [ "Languages of A Song of Ice and Fire", "Dothraki language" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "entity" ], "id": [ "language.conlang", "m.0tkf5gr" ], "class": [ "language.conlang", "language.language_creator" ], "friendly_name": [ "Conlang", "David J. Peterson" ], "question_node": [ 1, 0 ], "function": [ "none", "none" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "language.conlang.created_by" ], "friendly_name": [ "Created 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 :language.conlang . VALUES ?x1 { :m.0tkf5gr } ?x0 :language.conlang.created_by ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "language" ]
(AND language.conlang (JOIN language.conlang.created_by m.0tkf5gr))
2100329002000
which aviation icident was caledonian airways the operator of?
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.0dv1b6" ], "entity_name": [ "Caledonian Airways Flight 153" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "entity" ], "id": [ "aviation.airliner_accident", "m.02ql7t" ], "class": [ "aviation.airliner_accident", "aviation.airline" ], "friendly_name": [ "Aviation incident", "Caledonian Airways" ], "question_node": [ 1, 0 ], "function": [ "none", "none" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "aviation.airliner_accident.operator" ], "friendly_name": [ "Operator" ] } }
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 { :m.02ql7t } ?x0 :aviation.airliner_accident.operator ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "aviation" ]
(AND aviation.airliner_accident (JOIN aviation.airliner_accident.operator m.02ql7t))
2105526009000
what gender is oerba yun fang the character?
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.02zsn" ], "entity_name": [ "Female" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "entity" ], "id": [ "fictional_universe.character_gender", "m.0c1j3kn" ], "class": [ "fictional_universe.character_gender", "cvg.game_character" ], "friendly_name": [ "Character Gender", "Oerba Yun Fang" ], "question_node": [ 1, 0 ], "function": [ "none", "none" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "fictional_universe.character_gender.characters_of_this_gender" ], "friendly_name": [ "Characters of this Gender" ] } }
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_gender . VALUES ?x1 { :m.0c1j3kn } ?x0 :fictional_universe.character_gender.characters_of_this_gender ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "fictional_universe" ]
(AND fictional_universe.character_gender (JOIN fictional_universe.character_gender.characters_of_this_gender m.0c1j3kn))
2101123019000
what is the book edition written in czech language?
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.08hlv2m" ], "entity_name": [ "Já dobré mysli vždycky chci užívat =: Ja dobrej myśli zawżdy chcę używać" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "entity" ], "id": [ "book.book_edition", "m.01wgr" ], "class": [ "book.book_edition", "language.human_language" ], "friendly_name": [ "Book Edition", "Czech Language" ], "question_node": [ 1, 0 ], "function": [ "none", "none" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "book.book_edition.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 :book.book_edition . VALUES ?x1 { :m.01wgr } ?x0 :book.book_edition.language ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "book" ]
(AND book.book_edition (JOIN book.book_edition.language m.01wgr))
2101837009000
what military unit size location has the unit of 510th heavy panzer battalion?
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.012gvv" ], "entity_name": [ "Battalion" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "entity" ], "id": [ "military.military_unit_size", "m.0g5q2r9" ], "class": [ "military.military_unit_size", "military.military_unit" ], "friendly_name": [ "Military unit size designation", "510th Heavy Panzer Battalion" ], "question_node": [ 1, 0 ], "function": [ "none", "none" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "military.military_unit_size.units_of_this_type" ], "friendly_name": [ "Units of 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 :military.military_unit_size . VALUES ?x1 { :m.0g5q2r9 } ?x0 :military.military_unit_size.units_of_this_type ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "military" ]
(AND military.military_unit_size (JOIN military.military_unit_size.units_of_this_type m.0g5q2r9))
2102037005000
the elevation 1985.0 is an attribute to which mountain pass?
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.043rd3r" ], "entity_name": [ "San Marco Pass" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "literal" ], "id": [ "geography.mountain_pass", "1985.0^^http://www.w3.org/2001/XMLSchema#float" ], "class": [ "geography.mountain_pass", "type.float" ], "friendly_name": [ "Mountain pass", "1985.0" ], "question_node": [ 1, 0 ], "function": [ "none", "none" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "geography.mountain_pass.elevation" ], "friendly_name": [ "Elevation" ] } }
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_pass . VALUES ?x1 { "1985.0"^^<http://www.w3.org/2001/XMLSchema#float> } ?x0 :geography.mountain_pass.elevation ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "geography" ]
(AND geography.mountain_pass (JOIN geography.mountain_pass.elevation 1985.0^^http://www.w3.org/2001/XMLSchema#float))
2100710000000
what class of ships has uffa fox designed?
{ "answer_type": [ "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity" ], "answer_argument": [ "m.05xrmp", "m.028859", "m.02q7ww9", "m.02r3pr9", "m.0340gh", "m.03mmss", "m.0bmqdx", "m.0d5cbd", "m.0g1ssw" ], "entity_name": [ "Firefly", "Albacore", "Pegasus Dinghy", "Jolly Boat", "National 12", "Javelin dinghy", "International 14", "Flying Fifteen", "Day Sailer" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "entity" ], "id": [ "boats.ship_class", "m.03mmmn" ], "class": [ "boats.ship_class", "boats.ship_designer" ], "friendly_name": [ "Ship class", "Uffa Fox" ], "question_node": [ 1, 0 ], "function": [ "none", "none" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "boats.ship_class.designer" ], "friendly_name": [ "Designer" ] } }
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.ship_class . VALUES ?x1 { :m.03mmmn } ?x0 :boats.ship_class.designer ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "boats" ]
(AND boats.ship_class (JOIN boats.ship_class.designer m.03mmmn))
2100953007000
which rock type have eagle ford formation formations?
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.0c37g" ], "entity_name": [ "Sedimentary rock" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "entity" ], "id": [ "geology.rock_type", "m.0cc82sl" ], "class": [ "geology.rock_type", "geology.geological_formation" ], "friendly_name": [ "Rock type", "Eagle Ford Formation" ], "question_node": [ 1, 0 ], "function": [ "none", "none" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "geology.rock_type.formations" ], "friendly_name": [ "Formations" ] } }
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 :geology.rock_type . VALUES ?x1 { :m.0cc82sl } ?x0 :geology.rock_type.formations ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "geology" ]
(AND geology.rock_type (JOIN geology.rock_type.formations m.0cc82sl))
3206490005000
what are some of the common beliefs of the christain religion?
{ "answer_type": [ "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity" ], "answer_argument": [ "m.0798q", "m.02wvcg4", "m.05ply", "m.06l2l", "m.07hqk", "m.04xy3", "m.0t510bq", "m.037_yl", "m.05wprw" ], "entity_name": [ "Salvation", "Entering Heaven alive", "Original sin", "Resurrection appearances of Jesus", "Trinity", "Monotheism", "The world, the flesh, and the devil", "Fall of man", "Creation" ] }
none
3
2
{ "nodes": { "nid": [ 0, 1, 2 ], "node_type": [ "class", "class", "entity" ], "id": [ "religion.belief", "religion.religion", "m.04t_mf" ], "class": [ "religion.belief", "religion.religion", "religion.adherents" ], "friendly_name": [ "Belief", "Religion", "christain" ], "question_node": [ 1, 0, 0 ], "function": [ "none", "none", "none" ] }, "edges": { "start": [ 1, 1 ], "end": [ 0, 2 ], "relation": [ "religion.religion.beliefs", "religion.religion.collective_term_for_adherents" ], "friendly_name": [ "Beliefs", "Adherents" ] } }
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.belief . ?x1 :type.object.type :religion.religion . VALUES ?x2 { :m.04t_mf } ?x1 :religion.religion.beliefs ?x0 . ?x1 :religion.religion.collective_term_for_adherents ?x2 . FILTER ( ?x0 != ?x1 && ?x0 != ?x2 && ?x1 != ?x2 ) } }
[ "religion" ]
(AND religion.belief (JOIN (R religion.religion.beliefs) (JOIN religion.religion.collective_term_for_adherents m.04t_mf)))
2101494006000
what is the character that belongs to the rachel renee russell?
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.0j1047t" ], "entity_name": [ "Nikki Maxwell" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "entity" ], "id": [ "fictional_universe.fictional_character", "m.0dljdhf" ], "class": [ "fictional_universe.fictional_character", "fictional_universe.fictional_character_creator" ], "friendly_name": [ "Fictional Character", "Rachel Renee Russell" ], "question_node": [ 1, 0 ], "function": [ "none", "none" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "fictional_universe.fictional_character.character_created_by" ], "friendly_name": [ "Character Created 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 :fictional_universe.fictional_character . VALUES ?x1 { :m.0dljdhf } ?x0 :fictional_universe.fictional_character.character_created_by ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "fictional_universe" ]
(AND fictional_universe.fictional_character (JOIN fictional_universe.fictional_character.character_created_by m.0dljdhf))
2102837027000
golf is played at which tournament event?
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.02z200q" ], "entity_name": [ "Liggett & Myers Open" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "entity" ], "id": [ "sports.tournament_event", "m.037hz" ], "class": [ "sports.tournament_event", "sports.sport" ], "friendly_name": [ "Tournament event", "Golf" ], "question_node": [ 1, 0 ], "function": [ "none", "none" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "sports.tournament_event.sport" ], "friendly_name": [ "Sport" ] } }
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.tournament_event . VALUES ?x1 { :m.037hz } ?x0 :sports.tournament_event.sport ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "sports" ]
(AND sports.tournament_event (JOIN sports.tournament_event.sport m.037hz))
2102723013000
the great american trailer park musical is the soundtrack for what play?
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.04z362" ], "entity_name": [ "The Great American Trailer Park Musical" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "entity" ], "id": [ "theater.play", "m.0j1cwh1" ], "class": [ "theater.play", "theater.musical_soundtrack" ], "friendly_name": [ "Play", "The Great American Trailer Park Musical" ], "question_node": [ 1, 0 ], "function": [ "none", "none" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "theater.play.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.play . VALUES ?x1 { :m.0j1cwh1 } ?x0 :theater.play.soundtracks ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "theater" ]
(AND theater.play (JOIN theater.play.soundtracks m.0j1cwh1))
2102401007000
what stars can be found in 40 eridani?
{ "answer_type": [ "Entity", "Entity", "Entity" ], "answer_argument": [ "m.0x0gm_k", "m.0x0gn0b", "m.0x0gn1n" ], "entity_name": [ "40 Eridani A", "40 Eridani B", "40 Eridani C" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "entity" ], "id": [ "astronomy.star", "m.025gvk" ], "class": [ "astronomy.star", "astronomy.star_system" ], "friendly_name": [ "Star", "40 Eridani" ], "question_node": [ 1, 0 ], "function": [ "none", "none" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "astronomy.star.star_system" ], "friendly_name": [ "Star 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 :astronomy.star . VALUES ?x1 { :m.025gvk } ?x0 :astronomy.star.star_system ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "astronomy" ]
(AND astronomy.star (JOIN astronomy.star.star_system m.025gvk))
2100702007000
1983-03-08 was when which computer was introduced.
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.03qvjb" ], "entity_name": [ "IBM Personal Computer XT" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "literal" ], "id": [ "computer.computer", "1983-03-08^^http://www.w3.org/2001/XMLSchema#date" ], "class": [ "computer.computer", "type.datetime" ], "friendly_name": [ "Computer", "1983-03-08" ], "question_node": [ 1, 0 ], "function": [ "none", "none" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "computer.computer.introduced" ], "friendly_name": [ "Introduced" ] } }
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.computer . VALUES ?x1 { "1983-03-08-08:00"^^<http://www.w3.org/2001/XMLSchema#date> } ?x0 :computer.computer.introduced ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "computer" ]
(AND computer.computer (JOIN computer.computer.introduced 1983-03-08^^http://www.w3.org/2001/XMLSchema#date))
2101199009000
hollywood movie star collection has what consumer product?
{ "answer_type": [ "Entity", "Entity", "Entity", "Entity", "Entity" ], "answer_argument": [ "m.05hqs4y", "m.05hqqfp", "m.05hqrcb", "m.05hqszb", "m.05k6jzt" ], "entity_name": [ "Hollywood Cast Party Barbie", "Between Takes Barbie", "Day In The Sun Barbie", "Hollywood Premiere Barbie", "Publicity Tour Barbie" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "entity" ], "id": [ "business.consumer_product", "m.05hqr30" ], "class": [ "business.consumer_product", "business.product_line" ], "friendly_name": [ "Consumer product", "Hollywood Movie Star Collection" ], "question_node": [ 1, 0 ], "function": [ "none", "none" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "business.consumer_product.product_line" ], "friendly_name": [ "Product line" ] } }
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.consumer_product . VALUES ?x1 { :m.05hqr30 } ?x0 :business.consumer_product.product_line ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "business" ]
(AND business.consumer_product (JOIN business.consumer_product.product_line m.05hqr30))
3204831013000
which collectible item belongs to a collection category with the parent category of memorabilia?
{ "answer_type": [ "Entity", "Entity", "Entity" ], "answer_argument": [ "m.067408", "m.0d8_vj", "m.0dv2wy" ], "entity_name": [ "Album cover", "Backstage pass", "Concert T-shirt" ] }
none
3
2
{ "nodes": { "nid": [ 0, 1, 2 ], "node_type": [ "class", "class", "entity" ], "id": [ "interests.collectable_item", "interests.collection_category", "m.03rnxq" ], "class": [ "interests.collectable_item", "interests.collection_category", "interests.collection_category" ], "friendly_name": [ "Collectable item", "Collection category", "memorabilia" ], "question_node": [ 1, 0, 0 ], "function": [ "none", "none", "none" ] }, "edges": { "start": [ 1, 1 ], "end": [ 0, 2 ], "relation": [ "interests.collection_category.items_in_this_category", "interests.collection_category.parent_category" ], "friendly_name": [ "Items in this category", "Parent 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 :interests.collectable_item . ?x1 :type.object.type :interests.collection_category . VALUES ?x2 { :m.03rnxq } ?x1 :interests.collection_category.items_in_this_category ?x0 . ?x1 :interests.collection_category.parent_category ?x2 . FILTER ( ?x0 != ?x1 && ?x0 != ?x2 && ?x1 != ?x2 ) } }
[ "interests" ]
(AND interests.collectable_item (JOIN (R interests.collection_category.items_in_this_category) (JOIN interests.collection_category.parent_category m.03rnxq)))
2101640015000
what buildings are located in sabancı center?
{ "answer_type": [ "Entity", "Entity" ], "answer_argument": [ "m.0wfffvy", "m.0wfd23b" ], "entity_name": [ "Sabanci Center 2", "Arkbank Tower" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "entity" ], "id": [ "architecture.building", "m.0286yfg" ], "class": [ "architecture.building", "architecture.building_complex" ], "friendly_name": [ "Building", "Sabancı Center" ], "question_node": [ 1, 0 ], "function": [ "none", "none" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "architecture.building.building_complex" ], "friendly_name": [ "Building Complex" ] } }
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.building . VALUES ?x1 { :m.0286yfg } ?x0 :architecture.building.building_complex ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "architecture" ]
(AND architecture.building (JOIN architecture.building.building_complex m.0286yfg))
3204831001000
which collectable item is of the collection category whose parent category is baseball card?
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.03cjmnl" ], "entity_name": [ "T206 Honus Wagner" ] }
none
3
2
{ "nodes": { "nid": [ 0, 1, 2 ], "node_type": [ "class", "class", "entity" ], "id": [ "interests.collectable_item", "interests.collection_category", "m.01pq1w" ], "class": [ "interests.collectable_item", "interests.collection_category", "interests.collection_category" ], "friendly_name": [ "Collectable item", "Collection category", "Baseball card" ], "question_node": [ 1, 0, 0 ], "function": [ "none", "none", "none" ] }, "edges": { "start": [ 1, 1 ], "end": [ 0, 2 ], "relation": [ "interests.collection_category.items_in_this_category", "interests.collection_category.parent_category" ], "friendly_name": [ "Items in this category", "Parent 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 :interests.collectable_item . ?x1 :type.object.type :interests.collection_category . VALUES ?x2 { :m.01pq1w } ?x1 :interests.collection_category.items_in_this_category ?x0 . ?x1 :interests.collection_category.parent_category ?x2 . FILTER ( ?x0 != ?x1 && ?x0 != ?x2 && ?x1 != ?x2 ) } }
[ "interests" ]
(AND interests.collectable_item (JOIN (R interests.collection_category.items_in_this_category) (JOIN interests.collection_category.parent_category m.01pq1w)))
2101925007000
which football player has 225 career goals?
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.03_mxr" ], "entity_name": [ "Youri Djorkaeff" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "literal" ], "id": [ "soccer.football_player", "225^^http://www.w3.org/2001/XMLSchema#integer" ], "class": [ "soccer.football_player", "type.int" ], "friendly_name": [ "Football player", "225" ], "question_node": [ 1, 0 ], "function": [ "none", "none" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "soccer.football_player.total_career_goals" ], "friendly_name": [ "Number of Career Goals" ] } }
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_player . VALUES ?x1 { "225"^^<http://www.w3.org/2001/XMLSchema#integer> } ?x0 :soccer.football_player.total_career_goals ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "soccer" ]
(AND soccer.football_player (JOIN soccer.football_player.total_career_goals 225^^http://www.w3.org/2001/XMLSchema#integer))
2100187015000
1739-06-17 was the day of the last perihelion of which comet?
{ "answer_type": [ "Entity" ], "answer_argument": [ "g.123026mj" ], "entity_name": [ "null" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "literal" ], "id": [ "astronomy.comet", "1739-06-17^^http://www.w3.org/2001/XMLSchema#date" ], "class": [ "astronomy.comet", "type.datetime" ], "friendly_name": [ "Comet", "1739-06-17" ], "question_node": [ 1, 0 ], "function": [ "none", "none" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "astronomy.comet.last_perihelion" ], "friendly_name": [ "Last perihelion" ] } }
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.comet . VALUES ?x1 { "1739-06-17-08:00"^^<http://www.w3.org/2001/XMLSchema#date> } ?x0 :astronomy.comet.last_perihelion ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "astronomy" ]
(AND astronomy.comet (JOIN astronomy.comet.last_perihelion 1739-06-17^^http://www.w3.org/2001/XMLSchema#date))
2101789010000
90.63 is the overall length of which ship?
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.038n5z" ], "entity_name": [ "USS Jack" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "literal" ], "id": [ "boats.ship", "90.63^^http://www.w3.org/2001/XMLSchema#float" ], "class": [ "boats.ship", "type.float" ], "friendly_name": [ "Ship", "90.63" ], "question_node": [ 1, 0 ], "function": [ "none", "none" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "boats.ship.length_overall" ], "friendly_name": [ "Length overall" ] } }
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.ship . VALUES ?x1 { "90.63"^^<http://www.w3.org/2001/XMLSchema#float> } ?x0 :boats.ship.length_overall ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "boats" ]
(AND boats.ship (JOIN boats.ship.length_overall 90.63^^http://www.w3.org/2001/XMLSchema#float))
2100972013000
which athletics brands do have mount st. mary's mountaineers men's basketball team?
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.0rf8nkt" ], "entity_name": [ "Mount St. Mary's Mountaineers" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "entity" ], "id": [ "education.athletics_brand", "m.03wgrbv" ], "class": [ "education.athletics_brand", "sports.school_sports_team" ], "friendly_name": [ "Athletics brand", "Mount St. Mary's Mountaineers men's basketball" ], "question_node": [ 1, 0 ], "function": [ "none", "none" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "education.athletics_brand.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 :education.athletics_brand . VALUES ?x1 { :m.03wgrbv } ?x0 :education.athletics_brand.teams ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "education" ]
(AND education.athletics_brand (JOIN education.athletics_brand.teams m.03wgrbv))
2100801000000
who operates tours on utah?
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.09rmp2" ], "entity_name": [ "Adventures by Disney" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "entity" ], "id": [ "travel.tour_operator", "m.07srw" ], "class": [ "travel.tour_operator", "travel.travel_destination" ], "friendly_name": [ "Tour operator", "Utah" ], "question_node": [ 1, 0 ], "function": [ "none", "none" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "travel.tour_operator.travel_destinations" ], "friendly_name": [ "Travel destinations" ] } }
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 :travel.tour_operator . VALUES ?x1 { :m.07srw } ?x0 :travel.tour_operator.travel_destinations ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "travel" ]
(AND travel.tour_operator (JOIN travel.tour_operator.travel_destinations m.07srw))
2102232006000
the number 2026 is on what track?
{ "answer_type": [ "Entity", "Entity", "Entity", "Entity", "Entity", "Entity" ], "answer_argument": [ "m.0_66z7x", "m.0_mnq91", "m.010ry99x", "m.0rrds0_", "g.11b8c50h_3", "m.0ntdgss" ], "entity_name": [ "Ein Ungefärbt Gemüte, BWV 24: III. Coro: Alles nun, das ihr wollet", "Ein Ungefärbt Gemüte, BWV 24: III. Coro: Alles nun, das ihr wollet", "La finta giardiniera, K. 196: Act III, Scene VIII. No. 28 Finale, Coro \"Viva pur la Giardiniera\" (Sandrina, Serpetta, Arminda, Ramiro, Il Contino, Il Podestà, Nardo)", "Purple Grotto", "I Swung the Election", "Trio for Baryton, Viola, and Cello No. 2 in A major (version B): II. Arioso" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "literal" ], "id": [ "music.release_track", "2026^^http://www.w3.org/2001/XMLSchema#integer" ], "class": [ "music.release_track", "type.int" ], "friendly_name": [ "Release track", "2026" ], "question_node": [ 1, 0 ], "function": [ "none", "none" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "music.release_track.track_number" ], "friendly_name": [ "Track #" ] } }
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_track . VALUES ?x1 { "2026"^^<http://www.w3.org/2001/XMLSchema#integer> } ?x0 :music.release_track.track_number ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "music" ]
(AND music.release_track (JOIN music.release_track.track_number 2026^^http://www.w3.org/2001/XMLSchema#integer))
2102297014000
14.2 is the original gravity of which beer?
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.0n1pyfk" ], "entity_name": [ "New Holland Black Hatter IPA" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "literal" ], "id": [ "food.beer", "14.2^^http://www.w3.org/2001/XMLSchema#float" ], "class": [ "food.beer", "type.float" ], "friendly_name": [ "Beer", "14.2" ], "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 { "14.2"^^<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 14.2^^http://www.w3.org/2001/XMLSchema#float))
3200928010000
name the airport with the same type as yichun mingyueshan airport?
{ "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", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity" ], "answer_argument": [ "m.04lyk", "m.0p1l2", "m.06pd3x", "m.01ky83", "m.0x11kx_", "m.01nkmw", "m.01qkz_", "m.01kxc8", "m.010vrfjd", "m.0147lg", "m.0161gb", "m.01_6q2", "m.01f07x", "m.01ky66", "m.01ky9c", "m.01kyln", "m.01l1jx", "m.01l4xk", "m.01l5hm", "m.01mylj", "m.01mz5z", "m.01n2vy", "m.01n53t", "m.01n584", "m.01nfl1", "m.01nhzy", "m.01nlb9", "m.01nxmp", "m.01q6k9", "m.01qqc8", "m.01qsjp", "m.01wfy7", "m.025yx2_", "m.025yxy4", "m.0289jyv", "m.02ggcv", "m.02phhjw", "m.02pqj7c", "m.02pqzmf", "m.02ps3h0", "m.02ptb27", "m.02r369l", "m.02vplg8", "m.034mwp", "m.03d2q7w", "m.03jn4", "m.03mm7q", "m.03qn5kf", "m.04128sh", "m.043wty", "m.0458xp_", "m.04fmwwb", "m.05r76y", "m.05sywl", "m.06556v", "m.06_vvp_", "m.06bty8", "m.06cm5d", "m.074v_j", "m.0772sl", "m.07kd55", "m.081k63", "m.08df9z", "m.08fpr9", "m.08tb3b", "m.08ttpy", "m.0_yf93d", "m.0_yf95v", "m.0_yh5m4", "m.0ctz5f", "m.0cy71", "m.0dgm33", "m.0dllpp", "m.0ds1yml", "m.0f2_zm", "m.0f31xt", "m.0f4cg_", "m.0gm6m_", "m.0h1lx", "m.0h3704b", "m.0h3llbh", "m.0hn8w2n", "m.0l1qb", "m.0px_f", "m.0vxd683", "m.0wyjtb4", "m.0x29hsp" ], "entity_name": [ "Los Angeles International Airport", "John F. Kennedy International Airport", "St. George Municipal Airport", "Hartsfield–Jackson Atlanta International Airport", "Carolina Airport", "Lyon–Saint-Exupéry Airport", "Domodedovo International Airport", "Frankfurt Airport", "Beni Mellal Airport", "Dubai International Airport", "Incheon International Airport", "Brisbane Airport", "Logan International Airport", "O'Hare International Airport", "Hong Kong International Airport", "LaGuardia Airport", "Chicago Midway International Airport", "San Francisco International Airport", "Newark Liberty International Airport", "Osaka International Airport", "Philadelphia International Airport", "Denver International Airport", "Sheremetyevo International Airport", "Salt Lake City International Airport", "Sydney Airport", "Munich Airport", "Il Caravaggio International Airport", "Berlin Schönefeld Airport", "Melbourne International Airport", "Belfast International Airport", "Düsseldorf Airport", "Fukuoka Airport", "Banning Municipal Airport", "Byron Airport", "Enshi Xujiaping Airport", "Abu Dhabi International Airport", "Xiangyang Liuji Airport", "Hamilton Field", "Esperance Airport", "Karratha Airport", "Paraburdoo Airport", "Memmingen Airport", "Punta Gorda Airport", "Victoria International Airport", "Jinggangshan Airport", "London Heathrow Airport", "Vnukovo International Airport", "Samarinda International Airport", "Booneville Municipal Airport", "Cologne Bonn Airport", "Farmville Regional Airport", "Alto Palena Airport", "Jandakot Airport", "Dortmund Airport", "Changsha Huanghua International Airport", "Lakeway Airpark", "Hancock County-Bar Harbor Airport", "Weeze Airport", "Shreveport Regional Airport", "Bankstown Airport", "Tribhuvan International Airport", "Münster Osnabrück International Airport", "Wattay International Airport", "Livermore Municipal Airport", "Kyiv International Airport (Zhuliany)", "Boryspil International Airport", "Festus Memorial Airport", "Bethany Memorial Airport", "Sigiriya Airport", "Marshfield Municipal Airport", "Baltimore–Washington International Airport", "Marin County Airport", "Sokol Airport", "Alhambra/Ahlstrom Aerodrome", "Lviv Danylo Halytskyi International Airport", "Reggio Calabria Airport", "Dnipropetrovsk International Airport", "Nausori International Airport", "Viracopos International Airport", "Pingtung South Airport", "Raebareli Airport", "Mielec Airport", "Van Nuys Airport", "José Martí International Airport", "Salem Airport", "Teniente Vidal Airfield", "Salamanca Los Pelmabres Airport" ] }
none
3
2
{ "nodes": { "nid": [ 0, 1, 2 ], "node_type": [ "class", "class", "entity" ], "id": [ "aviation.airport", "aviation.airport_type", "m.0hgl6sj" ], "class": [ "aviation.airport", "aviation.airport_type", "aviation.airport" ], "friendly_name": [ "Airport", "Airport type", "Yichun Mingyueshan Airport" ], "question_node": [ 1, 0, 0 ], "function": [ "none", "none", "none" ] }, "edges": { "start": [ 1, 2 ], "end": [ 0, 1 ], "relation": [ "aviation.airport_type.airports_of_this_type", "aviation.airport.airport_type" ], "friendly_name": [ "Airports of this type", "Airport 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 :aviation.airport . ?x1 :type.object.type :aviation.airport_type . VALUES ?x2 { :m.0hgl6sj } ?x1 :aviation.airport_type.airports_of_this_type ?x0 . ?x2 :aviation.airport.airport_type ?x1 . FILTER ( ?x0 != ?x1 && ?x0 != ?x2 && ?x1 != ?x2 ) } }
[ "aviation" ]
(AND aviation.airport (JOIN (R aviation.airport_type.airports_of_this_type) (JOIN (R aviation.airport.airport_type) m.0hgl6sj)))
2100708007000
what is the food that has an energy of 198.0 per 100g ?
{ "answer_type": [ "Entity", "Entity" ], "answer_argument": [ "m.0l7hb", "m.01156xps" ], "entity_name": [ "Clementine", "null" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "literal" ], "id": [ "food.food", "198.0^^http://www.w3.org/2001/XMLSchema#float" ], "class": [ "food.food", "type.float" ], "friendly_name": [ "Food", "198.0" ], "question_node": [ 1, 0 ], "function": [ "none", "none" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "food.food.energy" ], "friendly_name": [ "Energy per 100g" ] } }
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.food . VALUES ?x1 { "198.0"^^<http://www.w3.org/2001/XMLSchema#float> } ?x0 :food.food.energy ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "food" ]
(AND food.food (JOIN food.food.energy 198.0^^http://www.w3.org/2001/XMLSchema#float))
3202219005000
what is the short non-fiction variety of the mode of writing of a short non-fiction that has a previous in series of harlem renaissance dialogues (part 7): the renaissance and contemporary issues?
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.07t5cj" ], "entity_name": [ "Article" ] }
none
3
2
{ "nodes": { "nid": [ 0, 1, 2 ], "node_type": [ "class", "class", "entity" ], "id": [ "book.short_non_fiction_variety", "book.short_non_fiction", "m.0gxq399" ], "class": [ "book.short_non_fiction_variety", "book.short_non_fiction", "book.scholarly_work" ], "friendly_name": [ "Short Non-fiction Variety", "Short Non-fiction", "Harlem Renaissance Dialogues (Part 7): The Renaissance and Contemporary Issues" ], "question_node": [ 1, 0, 0 ], "function": [ "none", "none", "none" ] }, "edges": { "start": [ 1, 2 ], "end": [ 0, 1 ], "relation": [ "book.short_non_fiction.mode_of_writing", "book.written_work.previous_in_series" ], "friendly_name": [ "Mode Of Writing", "Previous in series" ] } }
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_non_fiction_variety . ?x1 :type.object.type :book.short_non_fiction . VALUES ?x2 { :m.0gxq399 } ?x1 :book.short_non_fiction.mode_of_writing ?x0 . ?x2 :book.written_work.previous_in_series ?x1 . FILTER ( ?x0 != ?x1 && ?x0 != ?x2 && ?x1 != ?x2 ) } }
[ "book" ]
(AND book.short_non_fiction_variety (JOIN (R book.short_non_fiction.mode_of_writing) (JOIN (R book.written_work.previous_in_series) m.0gxq399)))
2101199012000
which consumer product are in girl scout cookie?
{ "answer_type": [ "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity" ], "answer_argument": [ "m.05hxz3w", "m.05hxz3s", "m.05hxz3p", "m.0glq36", "m.05hxz33", "m.05hxz3d", "m.05hxz3l", "m.05hxz3h", "m.05hxzlj", "m.0rf80zn", "m.05hxz39" ], "entity_name": [ "Thanks-A-Lot", "Lemonades", "GIRL SCOUTS Caramel Dulce De Leche Cookies", "Samoas", "Do-si-dos", "Lemon Chalet Cremes", "Sugar Free Chocolate Chips", "Daisy Go Rounds", "Cinna-spins", "Thin Mints", "Trefoils" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "entity" ], "id": [ "business.consumer_product", "m.01wmzc" ], "class": [ "business.consumer_product", "business.product_line" ], "friendly_name": [ "Consumer product", "girl scout cookie" ], "question_node": [ 1, 0 ], "function": [ "none", "none" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "business.consumer_product.product_line" ], "friendly_name": [ "Product line" ] } }
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.consumer_product . VALUES ?x1 { :m.01wmzc } ?x0 :business.consumer_product.product_line ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "business" ]
(AND business.consumer_product (JOIN business.consumer_product.product_line m.01wmzc))
3203618010000
are there any presidents that graduated from harvard college and if so can you list them?
{ "answer_type": [ "Entity", "Entity", "Entity", "Entity", "Entity" ], "answer_argument": [ "m.02yy8", "m.0d3k14", "m.07hyk", "m.03_js", "m.03_nq" ], "entity_name": [ "Franklin D. Roosevelt", "John F. Kennedy", "Theodore Roosevelt", "John Adams", "John Quincy Adams" ] }
none
3
2
{ "nodes": { "nid": [ 0, 1, 2 ], "node_type": [ "class", "class", "entity" ], "id": [ "government.us_president", "education.education", "m.01mpwj" ], "class": [ "government.us_president", "education.education", "education.university" ], "friendly_name": [ "US President", "Education", "Harvard College" ], "question_node": [ 1, 0, 0 ], "function": [ "none", "none", "none" ] }, "edges": { "start": [ 0, 2 ], "end": [ 1, 1 ], "relation": [ "people.person.education", "education.educational_institution.students_graduates" ], "friendly_name": [ "Education", "Students/Graduates" ] } }
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.us_president . ?x1 :type.object.type :education.education . VALUES ?x2 { :m.01mpwj } ?x0 :people.person.education ?x1 . ?x2 :education.educational_institution.students_graduates ?x1 . FILTER ( ?x0 != ?x1 && ?x0 != ?x2 && ?x1 != ?x2 ) } }
[ "education", "people" ]
(AND government.us_president (JOIN people.person.education (JOIN (R education.educational_institution.students_graduates) m.01mpwj)))
2102879010000
name the olympic games which has events like jumping, team.
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.0kbws" ], "entity_name": [ "2008 Summer Olympics" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "entity" ], "id": [ "olympics.olympic_games", "m.04fk2d9" ], "class": [ "olympics.olympic_games", "olympics.olympic_event" ], "friendly_name": [ "Olympic games", "Jumping, team" ], "question_node": [ 1, 0 ], "function": [ "none", "none" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "olympics.olympic_games.events" ], "friendly_name": [ "Events" ] } }
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 :olympics.olympic_games . VALUES ?x1 { :m.04fk2d9 } ?x0 :olympics.olympic_games.events ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "olympics" ]
(AND olympics.olympic_games (JOIN olympics.olympic_games.events m.04fk2d9))
2100581003000
what tv program has recurring segments of homegrown?
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.07m4q3" ], "entity_name": [ "The Victory Garden" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "entity" ], "id": [ "tv.tv_program", "m.0zfrj2p" ], "class": [ "tv.tv_program", "tv.sequence_of_tv_episode_segments" ], "friendly_name": [ "TV Program", "Homegrown" ], "question_node": [ 1, 0 ], "function": [ "none", "none" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "tv.tv_program.recurring_segments" ], "friendly_name": [ "Recurring segments" ] } }
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 { :m.0zfrj2p } ?x0 :tv.tv_program.recurring_segments ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "tv" ]
(AND tv.tv_program (JOIN tv.tv_program.recurring_segments m.0zfrj2p))
3205660012000
what website owner owned a website having website apis including http://www.ukp.tu-darmstadt.de/software/wikipediaapi?
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.01c7j1" ], "entity_name": [ "Wikimedia Foundation" ] }
none
3
2
{ "nodes": { "nid": [ 0, 1, 2 ], "node_type": [ "class", "class", "entity" ], "id": [ "internet.website_owner", "internet.website", "m.02nrb99" ], "class": [ "internet.website_owner", "internet.website", "internet.api" ], "friendly_name": [ "Website Owner", "Website", "Http://www.ukp.tu-darmstadt.de/software/WikipediaAPI" ], "question_node": [ 1, 0, 0 ], "function": [ "none", "none", "none" ] }, "edges": { "start": [ 0, 1 ], "end": [ 1, 2 ], "relation": [ "internet.website_owner.websites_owned", "internet.website.api" ], "friendly_name": [ "Websites Owned", "Website APIs" ] } }
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.website_owner . ?x1 :type.object.type :internet.website . VALUES ?x2 { :m.02nrb99 } ?x0 :internet.website_owner.websites_owned ?x1 . ?x1 :internet.website.api ?x2 . FILTER ( ?x0 != ?x1 && ?x0 != ?x2 && ?x1 != ?x2 ) } }
[ "internet" ]
(AND internet.website_owner (JOIN internet.website_owner.websites_owned (JOIN internet.website.api m.02nrb99)))
3205517005000
for the kansas city chiefs team, find the equipment they use for the sport they play.
{ "answer_type": [ "Entity", "Entity" ], "answer_argument": [ "m.07qxg_", "m.0h8mhlf" ], "entity_name": [ "Football helmet", "Football Shoulder Pad" ] }
none
3
2
{ "nodes": { "nid": [ 0, 1, 2 ], "node_type": [ "class", "class", "entity" ], "id": [ "sports.sports_equipment", "sports.sport", "m.0487_" ], "class": [ "sports.sports_equipment", "sports.sport", "american_football.football_team" ], "friendly_name": [ "Sports Equipment", "Sport", "Kansas City Chiefs" ], "question_node": [ 1, 0, 0 ], "function": [ "none", "none", "none" ] }, "edges": { "start": [ 1, 2 ], "end": [ 0, 1 ], "relation": [ "sports.sport.related_equipment", "sports.sports_team.sport" ], "friendly_name": [ "Related Equipment", "Sport" ] } }
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_equipment . ?x1 :type.object.type :sports.sport . VALUES ?x2 { :m.0487_ } ?x1 :sports.sport.related_equipment ?x0 . ?x2 :sports.sports_team.sport ?x1 . FILTER ( ?x0 != ?x1 && ?x0 != ?x2 && ?x1 != ?x2 ) } }
[ "sports" ]
(AND sports.sports_equipment (JOIN (R sports.sport.related_equipment) (JOIN (R sports.sports_team.sport) m.0487_)))
3204501008000
which manufacture creates processor that utilizes the arm cortex?
{ "answer_type": [ "Entity", "Entity", "Entity" ], "answer_argument": [ "m.0gg6yv1", "m.0n48dl3", "m.0x2dbkv" ], "entity_name": [ "Apple A5", "Apple A6", "Apple A7" ] }
none
3
2
{ "nodes": { "nid": [ 0, 1, 2 ], "node_type": [ "class", "class", "entity" ], "id": [ "computer.computer_processor", "computer.processor_manufacturer", "m.0gfzw" ], "class": [ "computer.computer_processor", "computer.processor_manufacturer", "computer.computer_processor" ], "friendly_name": [ "Computer Processor", "Processor Manufacturer", "arm cortex" ], "question_node": [ 1, 0, 0 ], "function": [ "none", "none", "none" ] }, "edges": { "start": [ 1, 2 ], "end": [ 0, 1 ], "relation": [ "computer.processor_manufacturer.processors_manufactured", "computer.computer_processor.manufacturers" ], "friendly_name": [ "Processors Manufactured", "Manufacturers" ] } }
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.computer_processor . ?x1 :type.object.type :computer.processor_manufacturer . VALUES ?x2 { :m.0gfzw } ?x1 :computer.processor_manufacturer.processors_manufactured ?x0 . ?x2 :computer.computer_processor.manufacturers ?x1 . FILTER ( ?x0 != ?x1 && ?x0 != ?x2 && ?x1 != ?x2 ) } }
[ "computer" ]
(AND computer.computer_processor (JOIN (R computer.processor_manufacturer.processors_manufactured) (JOIN (R computer.computer_processor.manufacturers) m.0gfzw)))
2102372000000
which organization was started in 1937-08-10?
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.01bvx1" ], "entity_name": [ "Canon Inc." ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "literal" ], "id": [ "organization.organization", "1937-08-10^^http://www.w3.org/2001/XMLSchema#date" ], "class": [ "organization.organization", "type.datetime" ], "friendly_name": [ "Organization", "1937-08-10" ], "question_node": [ 1, 0 ], "function": [ "none", "none" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "organization.organization.date_founded" ], "friendly_name": [ "Date founded" ] } }
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 { "1937-08-10-08:00"^^<http://www.w3.org/2001/XMLSchema#date> } ?x0 :organization.organization.date_founded ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "organization" ]
(AND organization.organization (JOIN organization.organization.date_founded 1937-08-10^^http://www.w3.org/2001/XMLSchema#date))
2103258001000
the ship class with the minimum cruise speed is what?
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.016w97" ], "entity_name": [ "Gato-class submarine" ] }
argmin
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "literal" ], "id": [ "boats.ship_class", "0^^http://www.w3.org/2001/XMLSchema#int" ], "class": [ "boats.ship_class", "type.float" ], "friendly_name": [ "Ship class", "0" ], "question_node": [ 1, 0 ], "function": [ "none", "argmin" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "boats.ship_class.cruise_speed_knots" ], "friendly_name": [ "Cruise speed" ] } }
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.ship_class . { SELECT (MIN(?y1) AS ?x1) WHERE { ?y0 :type.object.type :boats.ship_class . ?y0 :boats.ship_class.cruise_speed_knots ?y1 . FILTER ( ?y0 != ?y1 ) } } ?x0 :boats.ship_class.cruise_speed_knots ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "boats" ]
(ARGMIN boats.ship_class boats.ship_class.cruise_speed_knots)
3203599000000
the waj alphabet is used for what language writing system?
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.0h3std3" ], "entity_name": [ "Latin script" ] }
none
3
2
{ "nodes": { "nid": [ 0, 1, 2 ], "node_type": [ "class", "entity", "entity" ], "id": [ "language.language_writing_system", "m.0hwf", "m.0yx_70n" ], "class": [ "language.language_writing_system", "language.language_writing_type", "language.conlang" ], "friendly_name": [ "Language Writing System", "Alphabet", "Waj" ], "question_node": [ 1, 0, 0 ], "function": [ "none", "none", "none" ] }, "edges": { "start": [ 1, 2 ], "end": [ 0, 0 ], "relation": [ "language.language_writing_type.writing_systems", "language.human_language.writing_system" ], "friendly_name": [ "Writing systems", "Writing 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 :language.language_writing_system . VALUES ?x1 { :m.0hwf } VALUES ?x2 { :m.0yx_70n } ?x1 :language.language_writing_type.writing_systems ?x0 . ?x2 :language.human_language.writing_system ?x0 . FILTER ( ?x0 != ?x1 && ?x0 != ?x2 && ?x1 != ?x2 ) } }
[ "language" ]
(AND language.language_writing_system (AND (JOIN (R language.language_writing_type.writing_systems) m.0hwf) (JOIN (R language.human_language.writing_system) m.0yx_70n)))
2101123016000
find book edition that is written in english.
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.0p0n7p7" ], "entity_name": [ "The Sign and Its Children by Dejan Stojanovic" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "entity" ], "id": [ "book.book_edition", "m.0p5ncbq" ], "class": [ "book.book_edition", "language.human_language" ], "friendly_name": [ "Book Edition", "English" ], "question_node": [ 1, 0 ], "function": [ "none", "none" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "book.book_edition.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 :book.book_edition . VALUES ?x1 { :m.0p5ncbq } ?x0 :book.book_edition.language ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "book" ]
(AND book.book_edition (JOIN book.book_edition.language m.0p5ncbq))
3200534012000
what were the type of grapes used to make the 2004 querceto chianti?
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.02y9d0" ], "entity_name": [ "Sangiovese" ] }
none
3
2
{ "nodes": { "nid": [ 0, 1, 2 ], "node_type": [ "class", "class", "entity" ], "id": [ "wine.grape_variety", "food.wine_style", "m.05m75th" ], "class": [ "wine.grape_variety", "food.wine_style", "wine.wine" ], "friendly_name": [ "Grape Variety", "Wine style", "2004 Querceto Chianti" ], "question_node": [ 1, 0, 0 ], "function": [ "none", "none", "none" ] }, "edges": { "start": [ 0, 2 ], "end": [ 1, 1 ], "relation": [ "wine.grape_variety.wine_styles", "wine.wine.wine_style" ], "friendly_name": [ "Wine styles", "Wine style" ] } }
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 :wine.grape_variety . ?x1 :type.object.type :food.wine_style . VALUES ?x2 { :m.05m75th } ?x0 :wine.grape_variety.wine_styles ?x1 . ?x2 :wine.wine.wine_style ?x1 . FILTER ( ?x0 != ?x1 && ?x0 != ?x2 && ?x1 != ?x2 ) } }
[ "wine" ]
(AND wine.grape_variety (JOIN wine.grape_variety.wine_styles (JOIN (R wine.wine.wine_style) m.05m75th)))
2101254006000
name the public library sytem that has greece public library central library.
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.02njvnr" ], "entity_name": [ "Greece Public Library" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "entity" ], "id": [ "library.public_library_system", "m.0j9gy0g" ], "class": [ "library.public_library_system", "library.public_library" ], "friendly_name": [ "Public Library System", "Greece Public Library Central Library" ], "question_node": [ 1, 0 ], "function": [ "none", "none" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "library.public_library_system.central_library" ], "friendly_name": [ "Central Library" ] } }
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 :library.public_library_system . VALUES ?x1 { :m.0j9gy0g } ?x0 :library.public_library_system.central_library ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "library" ]
(AND library.public_library_system (JOIN library.public_library_system.central_library m.0j9gy0g))
2102097015000
out, in - from my ramblings... is a character in what poem?
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.0h2td4s" ], "entity_name": [ "Satya Jell" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "entity" ], "id": [ "book.poem", "m.0gvnt0w" ], "class": [ "book.poem", "book.poem_character" ], "friendly_name": [ "Poem", "Out, In - From My Ramblings..." ], "question_node": [ 1, 0 ], "function": [ "none", "none" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "book.poem.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.poem . VALUES ?x1 { :m.0gvnt0w } ?x0 :book.poem.characters ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "book" ]
(AND book.poem (JOIN book.poem.characters m.0gvnt0w))
2100363002000
which musical album has supporting tours, including born again tour 1983?
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.01hxmjk" ], "entity_name": [ "Born Again" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "entity" ], "id": [ "music.album", "m.05b5z1d" ], "class": [ "music.album", "music.concert_tour" ], "friendly_name": [ "Musical Album", "Born Again Tour 1983" ], "question_node": [ 1, 0 ], "function": [ "none", "none" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "music.album.supporting_tours" ], "friendly_name": [ "Supporting tours" ] } }
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.album . VALUES ?x1 { :m.05b5z1d } ?x0 :music.album.supporting_tours ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "music" ]
(AND music.album (JOIN music.album.supporting_tours m.05b5z1d))
2100375003000
logan hall is part of what building complex?
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.03pjnf" ], "entity_name": [ "Northeastern State University" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "entity" ], "id": [ "architecture.building_complex", "m.0p6lgp4" ], "class": [ "architecture.building_complex", "architecture.building" ], "friendly_name": [ "Building complex", "Logan Hall" ], "question_node": [ 1, 0 ], "function": [ "none", "none" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "architecture.building_complex.buildings_in_complex" ], "friendly_name": [ "Buildings In Complex" ] } }
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.building_complex . VALUES ?x1 { :m.0p6lgp4 } ?x0 :architecture.building_complex.buildings_in_complex ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "architecture" ]
(AND architecture.building_complex (JOIN architecture.building_complex.buildings_in_complex m.0p6lgp4))
2101187011000
which bridge has 8 spans?
{ "answer_type": [ "Entity", "Entity", "Entity", "Entity", "Entity", "Entity" ], "answer_argument": [ "g.12288vwk", "m.02rtcjd", "m.036qq2", "m.0318c7", "m.0bzw_j", "g.122qs3_b" ], "entity_name": [ "null", "Wharncliffe Viaduct", "Tacony–Palmyra Bridge", "Menai Suspension Bridge", "Osterøy Bridge", "null" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "literal" ], "id": [ "transportation.bridge", "8^^http://www.w3.org/2001/XMLSchema#integer" ], "class": [ "transportation.bridge", "type.int" ], "friendly_name": [ "Bridge", "8" ], "question_node": [ 1, 0 ], "function": [ "none", "none" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "transportation.bridge.number_of_spans" ], "friendly_name": [ "Number of spans" ] } }
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 :transportation.bridge . VALUES ?x1 { "8"^^<http://www.w3.org/2001/XMLSchema#integer> } ?x0 :transportation.bridge.number_of_spans ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "transportation" ]
(AND transportation.bridge (JOIN transportation.bridge.number_of_spans 8^^http://www.w3.org/2001/XMLSchema#integer))
3206065006000
list all ships built by stx finland with imo/ir number after 9281281.
{ "answer_type": [ "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity" ], "answer_argument": [ "m.026tzcl", "m.026t4yk", "m.0dpyjp", "m.026t554", "m.02rpytq", "m.0289tr6", "m.0h97t95", "m.03qf3s1", "m.03qkvx1" ], "entity_name": [ "MS Star", "MS Galaxy", "MS Stena Baltica", "MS Victoria I", "MS Color Magic", "MS Viking XPRS", "S. A. Agulhas II", "MS Baltic Princess", "MS Superspeed 1" ] }
>=
3
2
{ "nodes": { "nid": [ 0, 1, 2 ], "node_type": [ "class", "literal", "entity" ], "id": [ "boats.ship", "9281281^^http://www.w3.org/2001/XMLSchema#integer", "m.051_6_r" ], "class": [ "boats.ship", "type.int", "boats.ship_builder" ], "friendly_name": [ "Ship", "9281281", "STX Finland" ], "question_node": [ 1, 0, 0 ], "function": [ "none", ">=", "none" ] }, "edges": { "start": [ 0, 2 ], "end": [ 1, 0 ], "relation": [ "boats.ship.imo_lr_identification_number", "boats.ship_builder.ships_built" ], "friendly_name": [ "IMO / LR identification number", "Ships built" ] } }
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.ship . FILTER (?x1 >= "9281281"^^<http://www.w3.org/2001/XMLSchema#integer>) VALUES ?x2 { :m.051_6_r } ?x0 :boats.ship.imo_lr_identification_number ?x1 . ?x2 :boats.ship_builder.ships_built ?x0 . FILTER ( ?x0 != ?x1 && ?x0 != ?x2 && ?x1 != ?x2 ) } }
[ "boats" ]
(AND boats.ship (AND (ge boats.ship.imo_lr_identification_number 9281281^^http://www.w3.org/2001/XMLSchema#integer) (JOIN (R boats.ship_builder.ships_built) m.051_6_r)))
3204463007000
based on a composition of an arrangement of auld lang syne, fantasy with variations for band who is the lyricist?
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.09482" ], "entity_name": [ "Robert Burns" ] }
none
3
2
{ "nodes": { "nid": [ 0, 1, 2 ], "node_type": [ "class", "class", "entity" ], "id": [ "music.lyricist", "music.composition", "m.013cmk1m" ], "class": [ "music.lyricist", "music.composition", "music.arrangement" ], "friendly_name": [ "Lyricist", "Composition", "Auld Lang Syne, Fantasy with Variations for Band" ], "question_node": [ 1, 0, 0 ], "function": [ "none", "none", "none" ] }, "edges": { "start": [ 1, 1 ], "end": [ 0, 2 ], "relation": [ "music.composition.lyricist", "music.composition.arrangements" ], "friendly_name": [ "Lyricist", "Arrangements" ] } }
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.lyricist . ?x1 :type.object.type :music.composition . VALUES ?x2 { :m.013cmk1m } ?x1 :music.composition.lyricist ?x0 . ?x1 :music.composition.arrangements ?x2 . FILTER ( ?x0 != ?x1 && ?x0 != ?x2 && ?x1 != ?x2 ) } }
[ "music" ]
(AND music.lyricist (JOIN (R music.composition.lyricist) (JOIN music.composition.arrangements m.013cmk1m)))
2104555006000
what is the name of the cricket umpire who had 28 or fewer test matches referred?
{ "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", "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", "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", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity" ], "answer_argument": [ "m.0wbkdlj", "m.0wbltr6", "m.012m7_k4", "m.03y93zc", "m.04qd6s", "m.05gqqv", "m.065z7bg", "m.07mbhk", "m.091dmc", "m.09pwbv", "m.0b9gvm", "m.0bfdnk", "m.02q1v8d", "m.02vnbtf", "m.02x2mht", "m.03hkbw9", "m.069hny", "m.0782zh", "m.07djxt", "m.082r1g", "m.08q6n3", "m.0919j6", "m.09xj2j", "m.0bb724", "m.0w7phc_", "m.0w4_f3c", "m.0w61sx2", "m.02q1v92", "m.02q2ff6", "m.02qx635", "m.02r1kvr", "m.04j14c", "m.064nfnt", "m.07qxjr", "m.09f1_v", "m.09k7cm", "m.09pqj4", "m.09xpk2", "m.09yg4k", "m.0b9mts", "m.0cf3fg", "m.0fzh7n", "m.0bd407", "m.0w7lcyr", "m.0wbhqpz", "m.0w679j9", "m.0w5szvg", "m.0w7ltft", "m.0wbm7zb", "m.0wblzfv", "m.026s60h", "m.02prl4c", "m.02q1v6p", "m.03mk9f", "m.05f61jf", "m.06vs84", "m.07b88d", "m.07fk3h", "m.09qq82", "m.09sx7y", "m.09x8ym", "m.0cr1n0", "m.0wbkxnf", "m.09rvkng", "m.0bq2yl", "m.0crfvlg", "m.0wbjl90", "m.0w7pgkj", "m.0w7k81r", "m.0w7p29z", "m.0wbjpb_", "m.0wbm372", "m.0wbh1gj", "m.0wbjsf8", "m.0w4y3mb", "m.0w6bjz1", "m.0w5vty_", "m.0w6650z", "m.0w7lc2b", "m.0w7n75c", "m.0w5t77t", "m.0wbg_5c", "m.0w4_fdh", "m.0w5y881", "m.0wbg8t4", "m.0wbj36r", "m.0wbjss2", "m.0wblmsv", "m.0w6784w", "m.0wbkh6b", "m.0wbn8w2", "m.0w64qtp", "m.0w6ht53", "m.0w7p21f", "m.08r77d", "m.0w6bh39", "m.0w7ppxh", "m.0w61vlt", "m.0w6htkq", "m.0w7m8h2", "m.0w7p7qf", "m.0w4wm78", "m.0wbjvrf", "m.0wbm76d", "m.0wbhtch", "m.0wbk5np", "m.0wblqrf", "m.0crj22j", "m.0w505g0", "m.0wbmfzl", "m.0w508fv", "m.0w7q26n", "m.0w677qt", "m.0wbk4l1", "m.0wbjfvf", "m.0w7mzyz", "m.0wbj62m", "m.0wbn79m", "m.0wbn8rf", "m.0w5y6f0", "m.0w64hfn", "m.0w6g4pc", "m.0w7ndl4", "m.0wbjw29", "m.0w6ftlw", "m.0wbmz3r", "m.0w5137g", "m.0w64q9j", "m.0w7ptf3", "m.0wbj_nx", "m.0wbnljs", "m.0w4syd9", "m.0w5nqqv", "m.09rqwf", "m.0w504rg", "m.0w6hhgs", "m.0w7pgvc", "m.0w7qbrk", "m.0wbhbt3", "m.0w634w1", "m.0w7msk1", "m.0wbnjfc", "m.0wkrcrl", "m.0w64ql2", "m.0w7n3j3", "m.0w7ppkv", "m.0w5y70k", "m.0w7lmq9", "m.0w7pjrv", "m.0wblwrc", "m.0wbhr0p", "m.0wbj284", "m.0wbjjyp", "m.0wbjnzr", "m.0w607l_", "m.0w7qc33", "m.0wbn202", "m.0w7q5j9", "m.0wbhjv4", "m.0wbmzbb", "m.0w4wjpw", "m.0w7p36z", "m.0j7nb8w", "m.0w4y424", "m.0w61tgy", "m.0wbkhdk", "m.0w61sk_", "m.0w7q6ps", "m.0wbh7wx", "m.0w6dqnc", "m.0wbjlsd", "m.0wbmsx3", "m.0w6dq3r", "m.0w4sydq", "m.0w504g0", "m.0w51011", "m.0w7pmfr", "m.0g1g9_", "m.0w5t77x", "m.0w7mz74", "m.0wbhw0d", "m.0w4y2y6", "m.0w7qcwd", "m.0wbj3jl", "m.0w7p1r_", "m.0w50860", "m.0w7mmkj", "m.0w7qbhq", "m.0wbmxvn", "m.0w7m1t3", "m.0wbh2c9", "m.0w5vn0z", "m.0wbh3sj", "m.0wbmymj", "m.06zn6wg", "m.0w4sw4x", "m.0w61syc", "m.0w61t0q", "m.0wbkng2", "m.0wbmz1f", "m.0w7phzq", "m.0660000", "m.0w4_f6j", "m.0w5y85m", "m.0wbj8v6", "m.0w5b70f", "m.0w64t5d", "m.0w7q386", "m.0w7nmph", "m.0w19t61", "m.0w5nryh", "m.0w6dqv4", "m.0wbh766", "m.0w5y6j2", "m.011q6ggk", "m.051_6hy", "m.0w7lfjt", "m.0w7q92n", "m.0wbm16d", "m.0wbh4gv", "m.0wbh50q", "m.0w4sx1x", "m.0w7lqbq", "m.0wbmv98", "m.0w4zmhv", "m.0w5ns1r", "m.0w5vltx", "m.0wbj14d", "m.08r6y8", "m.0w68r9r", "m.0w7mf0k", "m.0w7nqjj", "m.0w7n_0n", "m.0w7q4wz", "m.06zk518", "m.0w6353c", "m.0w7mh3n", "m.0wbjgk2", "m.0wbm4rg", "m.03c8ylg", "m.0w51333" ], "entity_name": [ "P. W. Vidanagamage", "Narayan Sane", "George Beet senior", "James Street", "James Lillywhite", "Frank Tarrant", "Alfred Atfield", "Peter Willey", "Ian Howell", "Tom Brooks", "Richard Ashman", "Enamul Haque", "Mervyn Kitchen", "Tyron Wijewardene", "Alfred Street", "Bruce Oxenford", "Richard Illingworth", "Paul Reiffel", "Dick Barlow", "Arthur Fagg", "Eric Tindill", "Jeremy Lloyds", "Ken Palmer", "Jack Cowie", "David Kinsella", "Herbi Felsinger", "Alane Felsinger", "Doug Cowie", "George Sharp", "Douglas James Smith", "Brian Jerling", "Bill Alley", "Mohammad Ghouse", "Curtis Reid", "Arthur Richardson", "Arthur Dolphin", "Lou Rowan", "Mark Benson", "Frank Smith", "Nadeem Ghauri", "Eddie Nicholls", "Shakoor Rana", "K. T. Francis", "Barry Lambson", "Oscar Montgomery", "Charles Bain", "Athar Zaidi", "A. G. Laver", "Amjad Qureshi", "M. V. Nagendra", "Doris Turner", "Barry Dudleston", "Ian Robinson", "Charles Bannerman", "Claud Woolley", "Neil Mallender", "Allen Hill", "Ellis Achong", "Len Braund", "Mick Harvey", "Peter Parker", "Chris Gaffaney", "John West", "Shavir Tarapore", "Bill Ashdown", "Udaya Wickramasinghe", "Courtenay Reece", "Basil Malan", "Bill Gwynne", "Masood Salahuddin", "John Warner", "Robert Monteith", "Albert Warner", "Jamshed Patel", "C. D. Coote", "John Brown", "Wilf Diedricks", "Tom Ewart", "Albert Jelley", "Mahbubur Rahman", "Carl Coetzee", "Dick Shortt", "Clyde Duncan", "A. F. M. Akhtaruddin", "C. Saunders", "Riazuddin", "Edward Page", "V. Vikramraju", "Harry Adams", "J. Reid", "W. J. Routledge", "Victor Guillen", "R. Cole", "M. Y. Gupte", "Arthur G. Jenkins", "D. D. Desai", "Clyde Harris", "Johnny Gayle", "William Creese", "Badge Menzies", "Wilhelm Marais", "Donald Burns", "Geoffrey Treadwell", "Samar Roy", "Sadique Mohammed", "Andrew Weekes", "Munawar Hussain", "T. M. Samarasinghe", "Douglas Dumbleton", "Melville Pengelly", "Owen Davies", "Eric Lee Kow", "Dooland Buultjens", "G. Parry", "K. Parthasarathy", "S. B. Kulkarni", "Edward Ward", "Umar Khan", "Basil Vine", "Sunit Ghosh", "Edward Brook", "F. W. Grey", "Okey McCabe", "Shakeel Khan", "Akhtar Hussain", "W. B. Ryan", "Madhav Gothoskar", "Jack Badley", "Lewis Johnston", "Richard Torrance", "Murawwat Hussain", "Amanullah Khan", "J. C. Collings", "Jack Collins", "A. Birkett", "James Draper", "Christopher King", "Peter Manuel", "Toby Rollox", "Ram Gupta", "Carlton John", "S. R. Ramchandra Rao", "Joel Wilson", "Habib Choudhury", "Bapu Joshi", "Khalid Aziz", "Sam Burke", "Rajan Mehra", "Sandy Lloyd", "Kasturi Ramaswami", "Harold Walcott", "Terry Pearce", "K. Woods", "George Sickler", "Ignatius Anandappa", "Stuart Ishmael", "Khwaja Saeed", "S. N. Hanumantha Rao", "S. K. Raghunatha Rao", "G. Williams", "Gunther Goldman", "Rodger McHarg", "Piloo Reporter", "Basil Anthony", "Vincent Costello", "Compton Vyfhuis", "J. Da Silva", "Enos Knibbs", "Ram Punjabi", "Gordon Beves", "Dave Quested", "Saleem Badar", "Kenneth Grant", "Robin Currie", "G. D. Gibbon", "Kenneth Cave", "Jack Hart-Davis", "Brian Aldridge", "Ralph Gardiner", "Bertice Jacelon", "Stanley Tomkinson", "Bhairab Ganguli", "Ikram Rabbani", "A. Soames", "Ian Higginson", "L. M. Baxter", "S. L. Harris", "R. D. R. Hill", "George Morris", "Karl Liebenberg", "Camillus Perera", "David Drew", "R. S. Rathore", "Mohammad Gulzar Mir", "Henry Draper", "Dennis Copps", "Wing Gillette", "J. T. Forrester", "Jackie Roberts", "M. G. Subramaniam", "Hayward Kidson", "Dai Davies", "Feroze Butt", "Showkatur Rahman", "Cleophas Paynter", "Dara Dotiwalla", "Stanley Collins", "Wesley Malcolm", "Tony Mackintosh", "Clyde Cumberbatch", "Leslie Clark", "Jiban Ghosh", "Selliah Ponnadurai", "Thomas Burgess", "John Smeaton", "Cyril Mitchley", "J. Leaney", "Cecil Kippins", "Prasad Sinha", "C. N. Thomas", "Tariq Ata", "Bruce Bricknell", "Buster Henderson", "Walter Page", "S. R. Bose", "Dal Collins", "Campbell Foster", "Frederick Payne", "George Hele", "Perry Burke", "John Hastie", "Idrees Baig", "Mian Mohammad Aslam", "Jock McLellan", "John Moss", "J. G. Blackman", "Albert King", "Gustave Verheyen", "David Narine", "Suresh Shastri", "Nelson Gooneratne" ] }
<=
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "literal" ], "id": [ "cricket.cricket_umpire", "28^^http://www.w3.org/2001/XMLSchema#integer" ], "class": [ "cricket.cricket_umpire", "type.int" ], "friendly_name": [ "Cricket Umpire", "28" ], "question_node": [ 1, 0 ], "function": [ "none", "<=" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "cricket.cricket_umpire.test_matches_refereed" ], "friendly_name": [ "Test Matches Refereed" ] } }
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 :cricket.cricket_umpire . FILTER (?x1 <= "28"^^<http://www.w3.org/2001/XMLSchema#integer>) ?x0 :cricket.cricket_umpire.test_matches_refereed ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "cricket" ]
(AND cricket.cricket_umpire (le cricket.cricket_umpire.test_matches_refereed 28^^http://www.w3.org/2001/XMLSchema#integer))
2101754010000
what is the genre of arc
{ "answer_type": [ "Entity", "Entity" ], "answer_argument": [ "m.0120k", "m.0279m" ], "entity_name": [ "File archiver", "Data compression" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "entity" ], "id": [ "computer.file_format_genre", "m.057d9q" ], "class": [ "computer.file_format_genre", "computer.file_format" ], "friendly_name": [ "File Format Genre", "ARC" ], "question_node": [ 1, 0 ], "function": [ "none", "none" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "computer.file_format_genre.file_formats" ], "friendly_name": [ "File Formats" ] } }
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.file_format_genre . VALUES ?x1 { :m.057d9q } ?x0 :computer.file_format_genre.file_formats ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "computer" ]
(AND computer.file_format_genre (JOIN computer.file_format_genre.file_formats m.057d9q))
4302209003000
what character who has the ability of principles of flight had an item that was eventually destroyed by ron weasley?
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.0c8lv" ], "entity_name": [ "Lord Voldemort" ] }
none
4
3
{ "nodes": { "nid": [ 0, 1, 2, 3 ], "node_type": [ "class", "class", "entity", "entity" ], "id": [ "fictional_universe.fictional_character", "fictional_universe.fictional_object", "m.0c8jw", "m.01515d" ], "class": [ "fictional_universe.fictional_character", "fictional_universe.fictional_object", "fictional_universe.fictional_object_destroyer", "fictional_universe.character_powers" ], "friendly_name": [ "Fictional Character", "Fictional Object", "ron weasley", "principles of flight" ], "question_node": [ 1, 0, 0, 0 ], "function": [ "none", "none", "none", "none" ] }, "edges": { "start": [ 0, 1, 0 ], "end": [ 1, 2, 3 ], "relation": [ "fictional_universe.fictional_character.has_possessed", "fictional_universe.fictional_object.destroyer", "fictional_universe.fictional_character.powers_or_abilities" ], "friendly_name": [ "Has possessed (fictional object)", "Destroyer", "Powers or Abilities" ] } }
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 . ?x1 :type.object.type :fictional_universe.fictional_object . VALUES ?x2 { :m.0c8jw } VALUES ?x3 { :m.01515d } ?x0 :fictional_universe.fictional_character.has_possessed ?x1 . ?x1 :fictional_universe.fictional_object.destroyer ?x2 . ?x0 :fictional_universe.fictional_character.powers_or_abilities ?x3 . FILTER ( ?x0 != ?x1 && ?x0 != ?x2 && ?x0 != ?x3 && ?x1 != ?x2 && ?x1 != ?x3 && ?x2 != ?x3 ) } }
[ "fictional_universe" ]
(AND fictional_universe.fictional_character (AND (JOIN fictional_universe.fictional_character.has_possessed (JOIN fictional_universe.fictional_object.destroyer m.0c8jw)) (JOIN fictional_universe.fictional_character.powers_or_abilities m.01515d)))
2104478007000
which cricket bowler doesn't have more than 32 odi stumps?
{ "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", "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", "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", "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", "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", "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", "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", "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", "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.017_0d", "m.01c471", "m.01q9pk", "m.028lkr", "m.02cdqb", "m.02gbb7", "m.02m0nf", "m.02wd63", "m.032bhv", "m.036q7f", "m.03mmc1", "m.03n18d", "m.03qkvyf", "m.04cc9_", "m.04qmb7", "m.054xnb", "m.0571j9", "m.063kvh", "m.06pdnv", "m.078zjq", "m.08z02y", "m.0fszd", "m.06lf_r", "m.0281wyy", "m.03hk75x", "m.04134b2", "m.0261yzg", "m.03wb_2s", "m.047pxn9", "m.07c9z5", "m.08vhl2", "m.0fpgpnd", "m.01lhb9", "m.01sgf5", "m.024wt7", "m.02r8yc", "m.03gznx", "m.03xlpm", "m.03z_t", "m.06141c", "m.06_c5", "m.09814y", "m.0lx5y", "m.070qsv", "m.02pbj7", "m.03hj6yx", "m.047g6p6", "m.047qmvx", "m.0281d2f", "m.02qfrbg", "m.03d048g", "m.04mz7c1", "m.05f6kqy", "m.08vjjx", "m.0b0xt8", "m.0bh0w7", "m.0gl11g", "m.0b7p20", "m.011l70ln", "m.011md0p4", "m.025y7fm", "m.025z28g", "m.02623yx", "m.026ytk4", "m.027d__t", "m.02857k3", "m.0286nfd", "m.028blhv", "m.02lfxx", "m.02pjtfq", "m.02ps16f", "m.02q63qy", "m.02qd4j5", "m.02qp0m0", "m.02qpz4p", "m.02rjgqf", "m.02tx01", "m.02vp1p6", "m.02xhf1", "m.031g75", "m.032mtx", "m.036qbk", "m.03_f2_", "m.03d0rp0", "m.03d8rpk", "m.03j636", "m.03mk6l", "m.03mk7q", "m.03mk8r", "m.03mk92", "m.03mrbq", "m.03vxqc", "m.03w3rl", "m.0407ftj", "m.043md2_", "m.04dwmr", "m.04jlymf", "m.04q2c55", "m.04vyz6", "m.04w5v7", "m.04xvw4", "m.04y8h8g", "m.04zw1k2", "m.04zzh4f", "m.04zzvp7", "m.057bl_", "m.05b_cw5", "m.05f6hlc", "m.05sz4kq", "m.05zxs7g", "m.063yr4c", "m.06hwqx", "m.07_48_", "m.07ds0w", "m.07s58nd", "m.087wmg", "m.087x4j", "m.0881qb", "m.088908", "m.089nhm", "m.08bqsh", "m.08brfg", "m.08c135", "m.08d32r", "m.08n0q3", "m.08nm9s", "m.08nwg0", "m.08p153", "m.08p8qk", "m.08phzl", "m.08pj7y", "m.08pq92", "m.08q94v", "m.08qvky", "m.08sydr", "m.08v078", "m.08vjvn", "m.08vjxw", "m.08vk3s", "m.08vw3v", "m.08zkpj", "m.095_4x", "m.095__n", "m.099tnw", "m.09hbc4", "m.09jy65", "m.09mpyh", "m.09yg6_", "m.0b0wmy", "m.0b3pq0", "m.0b43kk", "m.0b6f872", "m.0b7npb", "m.0b8_fm", "m.0b8_fz", "m.0b8zks", "m.0b9m7b", "m.0bg76b", "m.0bv1t1", "m.0bwml1f", "m.0bxz543", "m.0c0pdv", "m.0cxq_w", "m.0dgpyv_", "m.0dnnfc", "m.0fdfl5", "m.0g7g35", "m.0gdj1h", "m.0gfgczq", "m.0gmc78s", "m.0gy6q0", "m.0h1f0kz", "m.0h6rkd", "m.0h97v03", "m.0j3g1nw", "m.0j49btq", "m.0j4n7w5", "m.0j4n7xf", "m.0j4ntpr", "m.0j55_gm", "m.0j9pjs3", "m.0k6ghvb", "m.0krv9x", "m.0pl071w", "m.0sglzxj", "m.09q4d2", "m.0cnzwcj", "m.011mcm8s", "m.011srsp6", "m.014g_f", "m.025_gpq", "m.025c95", "m.025cg9", "m.025z250", "m.0269jvj", "m.026_rtl", "m.026c06q", "m.026c0cj", "m.026t6r0", "m.026xxsl", "m.0272rcz", "m.027jnb3", "m.027q5vk", "m.0280t1d", "m.0285wyd", "m.0285yb", "m.0286j_r", "m.02mk9m", "m.02q9h7q", "m.02qdm4w", "m.02qfnbd", "m.02ql1zr", "m.02ryj9s", "m.02sdfx", "m.02v_8hb", "m.03_f3b", "m.03c_sxd", "m.03mf0kp", "m.03mr7h", "m.03mtc9", "m.03mtt_", "m.03n01s", "m.03n02g", "m.03qfp4t", "m.03t_kh", "m.03vxll", "m.03vxtg", "m.043k6rf", "m.043r5tm", "m.04cv8yk", "m.04ljycv", "m.04n4f40", "m.04n6bw1", "m.04pm7h", "m.04s99p", "m.04y6_1f", "m.04yd5db", "m.04z_4sp", "m.04z_6qk", "m.04zw9_y", "m.04zw_md", "m.04zxxy3", "m.04zxzr0", "m.04zz875", "m.058ktg", "m.05f770x", "m.05f7kqb", "m.05f9ngj", "m.05fb5s1", "m.05h4_dh", "m.05p5lmx", "m.05zz_8_", "m.0613zx", "m.06617p5", "m.06j7rv", "m.06n08z", "m.06q_9_", "m.06s128", "m.06w832f", "m.070r16", "m.070r62", "m.071gsv", "m.071gtx", "m.07f28h", "m.07f8lp", "m.07k232", "m.07s3h5y", "m.07tm95", "m.07zh3x", "m.0807v75", "m.08c1xz", "m.08jcsm", "m.08pp8d", "m.08qpf8", "m.08vbtb", "m.08vk0p", "m.08vn6m", "m.08y1sp", "m.098bkl", "m.09l8qq", "m.09v3nqx", "m.0b6gly0", "m.0b7qwy", "m.0b9mkg", "m.0bd3m4", "m.0bdmgz", "m.0bdmqp", "m.0bgqwz", "m.0bt_46", "m.0bw41_", "m.0c3zy1b", "m.0cc0wn", "m.0cp1l1t", "m.0dddt5k", "m.0dgsv0s", "m.0dthpt", "m.0g260m", "m.0g2yrh", "m.0g9x5w", "m.0g9xsv", "m.0gbkpt", "m.0gg3_l", "m.0gj97xh", "m.0gjbydp", "m.0h1hsrk", "m.0h3ncft", "m.0h3pkd0", "m.0h3vyzy", "m.0h63r67", "m.0h7psds", "m.0j27csz", "m.0j3dcvw", "m.0j4c8gg", "m.0j4n7y2", "m.0j55_kg", "m.0j9pyvs", "m.0jt2c0b", "m.0k6fttl", "m.0lykq", "m.0n42k1r", "m.0zdqs3w", "m.013qwy", "m.08n6sd", "m.0c7bq8", "m.013pnb", "m.014_2_", "m.025c7d", "m.025xwdc", "m.02607nt", "m.0260m40", "m.02668hm", "m.026t6xw", "m.026xy70", "m.026y566", "m.026yt8k", "m.026ytfc", "m.02747jx", "m.027y7j0", "m.02857g0", "m.0287xj2", "m.02b34y", "m.02dk2b", "m.02pcl3", "m.02q7ycn", "m.02qccy3", "m.02qgycb", "m.02rxc6c", "m.02wz40d", "m.03c_svp", "m.03d048t", "m.03gthfj", "m.03m_h7", "m.03mtcn", "m.03mtys", "m.03n05y", "m.03vxx_", "m.03xlsv", "m.0413j6d", "m.043sd_p", "m.045p8x", "m.045twr", "m.04n1qjx", "m.04zwc_j", "m.04zxq8w", "m.05c4wk5", "m.05m5r4", "m.05p85wq", "m.05p9f4n", "m.05zyd1f", "m.064sb1", "m.06b7kz", "m.06frwv", "m.06m__d", "m.070qn8", "m.070rk9", "m.071gvl", "m.07ctbx", "m.07hm97", "m.07jddn", "m.07kdg4c", "m.07kf8h8", "m.07ltcl", "m.07z81k", "m.0899qv", "m.08b6gs", "m.08cqpq", "m.08hb4p", "m.08htgm", "m.08m_nn", "m.08p962", "m.08p_dh", "m.08q1vm", "m.08q6tr", "m.08q6wv", "m.08qcq6", "m.08rc1l", "m.08syr5", "m.08tgtc", "m.08th9k", "m.08vjcn", "m.08vmd0", "m.08wtxy", "m.098cxc", "m.09k1_t", "m.09mnb0", "m.09qs4s", "m.09v7fm8", "m.09xmqt", "m.09xmv_", "m.0b626w", "m.0b6gbmt", "m.0b7m_7", "m.0b7mt1", "m.0b9m8s", "m.0bd22q", "m.0bd26j", "m.0bpbg7", "m.0dgrbq3", "m.0f0j13", "m.0fhht3", "m.0g7gjx", "m.0g9xtw", "m.0g9xy1", "m.0g_1kn", "m.0gcw_0", "m.0gcwy9", "m.0gfhdlc", "m.0gg51y", "m.0gh6kl2", "m.0gjdsbd", "m.0gy1ghm", "m.0h08x0", "m.0h3vr4c", "m.0h55myl", "m.0h70cw", "m.0h7l5tl", "m.0hn856s", "m.0k59541", "m.0k9w482", "m.0k9x7hn", "m.0ndx0j6", "m.0vxccjs", "m.0wzwml_", "m.0z2ncc5", "m.03n03v", "m.04zwj2q", "m.04ccfm", "m.02rgh4h", "m.08xm97", "m.0fn0t1", "m.025xwgs", "m.027j2q0", "m.02rq49t", "m.03mk8d", "m.06wv4v", "m.02vww8h", "m.04b0gs", "m.06p7zp", "m.08lbb3", "m.08rt61", "m.0bw4kw", "m.0wp94b8", "m.0drr9g", "m.0g9xbb", "m.0gwzwj2", "m.0ql6xn8", "m.02qf32t", "m.0bgrs7", "m.010qf_1b", "m.011bygt0", "m.025cfz", "m.025xskj", "m.0260m4c", "m.0260qsn", "m.026xspk", "m.0272qwt", "m.0272r1n", "m.0273sth", "m.027bdbn", "m.027lzzm", "m.027nz7r", "m.0282l7r", "m.0285q9x", "m.0285z57", "m.02pc34", "m.02pgtbk", "m.02pt251", "m.02q7x2j", "m.02q__wq", "m.02rg8p", "m.02rgh8m", "m.02rhcdr", "m.02rl2pc", "m.02x8mwg", "m.02xbnhh", "m.03_f4c", "m.03fnlc", "m.03grvn9", "m.03m5l7m", "m.03mjr", "m.03mk55", "m.03mrbc", "m.03mrdf", "m.03mtc_", "m.03mtg1", "m.03mtnt", "m.03mtqx", "m.03vxn_", "m.03vxsf", "m.03vxss", "m.03whfm7", "m.03yfmh", "m.047g1cr", "m.047tpj5", "m.04g137x", "m.04mzmqm", "m.04n59kc", "m.04vr6k", "m.04vxkb", "m.04yb7nl", "m.04yc06t", "m.04yfkhp", "m.04z_s5x", "m.04zxbtv", "m.055g6s", "m.056rxw", "m.05c3wq6", "m.05f3xhr", "m.05f4mxg", "m.05f778x", "m.05p7tln", "m.05sy6bz", "m.05szqn9", "m.05tflm", "m.05zy3zb", "m.065_gvn", "m.066108_", "m.06680n", "m.067_9p", "m.0683yb", "m.06nh0f", "m.06rtx2", "m.06s9qm", "m.070rf0", "m.070ryw", "m.0776zs", "m.079f8_", "m.07fnvv", "m.088_g_", "m.088s2r", "m.089bnr", "m.089myr", "m.089wkn", "m.08b61m", "m.08c05c", "m.08c1p8", "m.08cpr6", "m.08df98", "m.08mn6v", "m.08mp3t", "m.08nwrx", "m.08q1_3", "m.08q22y", "m.08rc4h", "m.08sy7j", "m.08v08p", "m.08y69q", "m.094zxw", "m.09ly9r", "m.09qlrb", "m.09qq0v", "m.09v90bg", "m.09wl4f", "m.09yfsp", "m.09ysvn", "m.0b6nxdl", "m.0b7r2v", "m.0b90p2", "m.0b9m1v", "m.0bdmst", "m.0bg0dm", "m.0bg6vl", "m.0bj6cc", "m.0cc8j3w", "m.0ch2_45", "m.0czcy4v", "m.0fhh_y", "m.0fp_c4q", "m.0g56fvs", "m.0g7crx", "m.0g7fvy", "m.0g9v_n", "m.0g9x7y", "m.0gg7m1c", "m.0gh8lp1", "m.0h1c3jz", "m.0h3q7df", "m.0h3vdhq", "m.0h539p1", "m.0h_9d9z", "m.0j4cbh7", "m.0j4nkhz", "m.0j9kwr8", "m.0k6ghvv", "m.0ks38_", "m.0pd9c7j", "m.0r4j432", "m.025fvk", "m.0260qy3", "m.026xs_j", "m.026zz9x", "m.0275yqy", "m.0279z0f", "m.027nz60", "m.02ph4z", "m.02rn2m0", "m.02vp1tb", "m.03mkd7", "m.03n06m", "m.03vxn9", "m.0495ll", "m.04ygbnf", "m.05f9b1v", "m.06ngjf", "m.06r0jx", "m.070rtn", "m.07k3rm", "m.07pw4y", "m.089lkk", "m.08ntz2", "m.09kqgm", "m.09v1mbb", "m.0bdmjc", "m.0g9zmgj", "m.0j4nvsf", "m.02s6mz", "m.03wcw4t", "m.08vfx9", "m.0hq_3km", "m.0h3mg7v" ], "entity_name": [ "Sunil Gavaskar", "Chaminda Vaas", "Kapil Dev", "Yuvraj Singh", "Ricky Ponting", "Virender Sehwag", "Sourav Ganguly", "Gundappa Viswanath", "Zaheer Khan", "Andy Flower", "Ravi Shastri", "Bishan Singh Bedi", "Virat Kohli", "Mahela Jayawardene", "Gautam Gambhir", "Kevin Pietersen", "Bob Simpson", "Ian Bell", "Srinivasaraghavan Venkataraghavan", "Syed Kirmani", "Kiran More", "Sachin Tendulkar", "Chris Tremlett", "Glenn Rogers", "Steve Smith", "Ryan Harris", "Xavier Doherty", "Umar Akmal", "Stuart Meaker", "Albie Morkel", "JP Duminy", "Andre Russell", "Rahul Dravid", "V. V. S. Laxman", "Harbhajan Singh", "Jacques Kallis", "Andrew Flintoff", "Dilip Vengsarkar", "Ian Botham", "Ajit Wadekar", "Shane Warne", "Ajay Jadeja", "Mohammad Azharuddin", "John Parker", "Martin Crowe", "John Hastings", "Kirk Edwards", "Saurabh Tiwary", "Brendan Nash", "Suraj Randiv", "Chris Lonsdale", "Trent Boult", "Shapoor Zadran", "Gerrie Snyman", "Malinga Bandara", "Ravindra Jadeja", "Graham Onions", "Stuart Broad", "Richmond Mutumbami", "Neville Madziva", "Pieter Seelaar", "Tom de Grooth", "Angelo Mathews", "Rodney Trott", "George Bailey", "Luke Woodcock", "Colin Ingram", "Rajesh Bhudia", "Alan Knott", "Grant Elliott", "Peter Forrest", "Faf du Plessis", "Sulieman Benn", "Arthur Pitcher", "Yusuf Pathan", "Chris Woakes", "Daniel Vettori", "Mudassar Bukhari", "Ian Smith", "Andrew Strauss", "Nasser Hussain", "Krishnamachari Srikkanth", "Courtney Browne", "Praveen Kumar", "Daniel Christian", "Mike Brearley", "Tillakaratne Dilshan", "Nuwan Kulasekara", "Lasith Malinga", "Justin Langer", "Alec Stewart", "Nadeem Ahmed", "Shane Watson", "Wriddhiman Saha", "Wayne Parnell", "James Franklin", "Mohammad Talha", "Imrul Kayes", "Bob Willis", "Keith Fletcher", "Dwayne Bravo", "Karim Sadiq", "Chris Douglas", "McLaren Smith", "Balaji Rao", "Geoff Marsh", "Doug Bracewell", "Samiullah Shenwari", "Khaleqdaad Noori", "Mohammad Shahzad", "Naman Ojha", "James Foster", "Steven Lubbers", "Dinesh Karthik", "Mirwais Ashraf", "Prosper Utseya", "Brendan Taylor", "Tinashe Panyangara", "Hamilton Masakadza", "Narsingh Deonarine", "Ryan Campbell", "Brad Haddin", "Tony Blain", "Ervin McSweeney", "Sameer Dighe", "Amit Mishra", "Nicky Boje", "Ajay Ratra", "David Obuya", "Kennedy Otieno", "Morris Ouma", "Faisal Iqbal", "Doug Bollinger", "Justin Ontong", "Clive Rice", "Chamara Silva", "Deon Kotzé", "Björn Kotzé", "Louis Burger", "George Salmond", "Zulqarnain Zaidi", "David Hemp", "Jonathan Trott", "Moeen Ali", "Michael Yardy", "James Tredwell", "Johan Botha", "Jack Richards", "Yasir Arafat", "Vijay Yadav", "Imtiaz Abbasi", "Abhimanyu Mithun", "Ryan ten Doeschate", "Sadanand Viswanath", "Chandrakant Pandit", "Pochiah Krishnamurthy", "Saleem Yousuf", "Jahangir Alam", "Pankaj Dharmani", "Jaydev Unadkat", "Ben Stokes", "Marcelis Schewe", "Gamini Wickremasinghe", "Izatullah Dawlatzai", "Tim Bresnan", "Steven Finn", "Kevin O'Brien", "S. Sreesanth", "Pat Cummins", "Rahul Sharma", "Tafadzwa Kamungozi", "Gulbudeen Naib", "Sunil Dhaniram", "Sikandar Raza", "Safyaan Sharif", "Bhuvneshwar Kumar", "Usman Limbada", "Hiral Patel", "Tom Heggelman", "Matthew Parker", "Aaron Phangiso", "Ahsan Malik", "Alexei Kervezee", "Mohit Sharma", "Akshar Patel", "Richie Robinson", "Preston Mommsen", "Luke Jongwe", "Ollie Hairs", "Steve Waugh", "Craig Wright", "Greg Chappell", "Graham Gooch", "Eric Szwarczynski", "Douglas Lockhart", "Zubin Surkari", "Ross Lyons", "Dewald Nel", "Neil McCallum", "Chris Foggo", "Shaun Marsh", "Ambati Rayudu", "Subramaniam Badrinath", "Jason Mohammed", "David Warner", "David Hookes", "Sunil Narine", "Stephen Fleming", "Ajmal Shahzad", "Andrew Ellis", "Gary Ballance", "Harry Gurney", "Alex Cusack", "Ranjan Madugalle", "Shamsur Rahman", "Jeff Dujon", "Dwight Basden", "Wahab Riaz", "Mark Boucher", "Tino Best", "Gary Kirsten", "Farveez Maharoof", "Imran Farhat", "James Taylor", "Tony Greig", "Ilyas Gul", "Abdul Rehman", "Abhinav Mukund", "Ashok Dinda", "Zahid Shah", "Nikita Miller", "Saeed Ajmal", "Amjad Ali", "Rod Marsh", "John Davison", "Rizwan Cheema", "Rusty Theron", "Amjad Javed", "Tamauri Tucker", "Oronde Bascome", "James Atkinson", "Dennico Hollis", "James Pattinson", "Mominul Haque", "Ray Bright", "Raees Ahmadzai", "Dawlat Ahmadzai", "Ahmed Shah", "Hasti Gul", "Mitchell Marsh", "Suranga Lakmal", "Ajinkya Rahane", "Dav Whatmore", "Jonny Bairstow", "Ed Joyce", "Kamran Akmal", "Alastair Cook", "Luuk van Troost", "Darren Bravo", "Geoff Howarth", "Jeremy Coney", "Greg Dyer", "Ross Taylor", "Brendon Kuruppu", "Somachandra de Silva", "Graeme Fowler", "Devon Thomas", "Jacob Oram", "Bryan Mauricette", "Mohammad Irfan", "Joseph Harris", "Jan-Berrie Burger", "Atiq-uz-Zaman", "Robin Peterson", "Jeetan Patel", "Sarel Burger", "Alec Davies", "Sean Williams", "Callum Ferguson", "Graeme Swann", "Thisara Perera", "Hammad Azam", "Samit Patel", "Aamer Malik", "Chamara Kapugedera", "Ashley de Silva", "Chamara Dunusinghe", "Anura Tennekoon", "Surinder Khanna", "Sultan Zarawani", "Umar Amin", "Fraser Watts", "Abdullah Mazari", "Aftab Alam", "Javed Ahmadi", "Martin Guptill", "Janeiro Tucker", "Mark Burgess", "George O'Brien", "Kevin Hurdle", "Mthokozisi Shezi", "George Codrington", "Berend Westdijk", "Bernard Loots", "Dawlat Zadran", "Alasdair Evans", "Brian Vitori", "Varun Aaron", "Danza Hyatt", "Anthony Martin", "Ashan Priyanjan", "Max Sorensen", "Mohammed Shami", "Jeremy Gordon", "Stuart Chalmers", "Taskin Ahmed", "Graeme McCarter", "Zakiullah Zaki", "Mark Taylor", "Stuart Thompson", "Craig Young", "Ian Chappell", "Saba Karim", "Jesse Ryder", "David Gower", "Michael Atherton", "Geoffrey Boycott", "Peter Borren", "Richie Berrington", "Kyle Coetzer", "Omer Hussain", "Colin Smith", "Jacobi Robinson", "Luke Ronchi", "Malachi Jones", "Stefan Kelly", "Jason Krejza", "Adrian Barath", "Rob Nicol", "Lonwabo Tsotsobe", "Allan Border", "Kim Hughes", "Younus Khan", "Mandie Godliman", "Craig Kieswetter", "Pragyan Ojha", "Chanaka Welegedara", "Chris Jordan", "James Celestine", "Kyle Hodsoll", "Pankaj Singh", "Abdur Razzak", "Fidel Edwards", "Ravi Rampaul", "Umar Gul", "Mohammad Tauqir", "Kepler Wessels", "Ajantha Mendis", "Ravichandran Ashwin", "Jeff Crowe", "Rangana Herath", "David Miller", "Munir Dar", "Harvir Baidwan", "Rubel Hossain", "Roshan Mahanama", "Mitchell Starc", "Tom Cooper", "Ahmed Shehzad", "David Bairstow", "Norman Gifford", "Jade Dernbach", "Farokh Engineer", "Bevan Congdon", "Lee Germon", "Daniel Flynn", "Wayne B. Phillips", "Jacques Rudolph", "Nathan Hauritz", "Danny Briggs", "Dinesh Chandimal", "Duleep Mendis", "Liam Plunkett", "Jerome Taylor", "Denesh Ramdin", "Adeel Raja", "Ashwell Prince", "AB de Villiers", "Vijay Dahiya", "Dilhara Fernando", "Humayun Farhat", "Ian Gould", "Ian Butler", "Daryl Tuffey", "Misbah-ul-Haq", "Dale Steyn", "Milton Pydanna", "Prasanna Jayawardene", "Thilan Thushara", "Burton van Rooi", "John Blain", "Nadine George", "Mitchell Johnson", "Niall O'Brien", "David Hussey", "Faoud Bacchus", "Joe Root", "Paul Downton", "Steve Massiah", "David Williams", "Shabir Noori", "Lendl Simmons", "Paul Nixon", "Ashraf Ali", "Guy de Alwis", "Amal Silva", "Dhammika Prasad", "Noor-ul-Haq", "Hamish Bennett", "Kieron Pollard", "John Mooney", "Ryan Steede", "Dwayne Leverock", "Nathan McCullum", "Steven Outerbridge", "Delyone Borden", "Junaid Khan", "Henry Osinde", "Jimmy Hansra", "Bradley Kruger", "Nathan Lyon", "Neil Broom", "Junaid Siddiqui", "Shaminda Eranga", "Qaiser Ali", "Najibullah Zadran", "Marchant de Lange", "Chris Morris", "Parth Ajaykumar Desai", "Sadat Sidiqi", "Ehsan Adil", "Asad Ali", "John Anderson", "Sohaib Maqsood", "Shoaib Malik", "Mahbubul Alam", "Arjuna Ranatunga", "Peter Siddle", "Dave Richardson", "Tim Southee", "Mohammad Kashif", "Peter McGlashan", "Mahmudullah Riyad", "Brett Lee", "Michael Hussey", "Gordon Drummond", "Dion Nash", "Gavin Hamilton", "Kyle Mills", "Dilhara Lokuhettige", "Morné van Wyk", "Michael Chinouya", "Eoin Morgan", "Irving Romaine", "Glenn Maxwell", "Jason Holder", "Dilruwan Perera", "Cheteshwar Pujara", "John Nyumbu", "Donald Tiripano", "Mike Gatting", "Gordon Goudie", "Matthew Wade", "Navdeep Poonia", "Glenn Blakeney", "Tim Paine", "Ben Hilfenhaus", "Shikhar Dhawan", "Ishant Sharma", "Vernon Philander", "Manoj Tiwary", "Ryan McLaren", "Gregor Maiden", "Leon Johnson", "Glenn Turner", "Calum MacLeod", "Andy McKay", "Sarah Taylor", "Fawad Alam", "Chris Cairns", "Clint McKay", "Al-Amin Hossain", "Alex Obanda", "Imran Tahir", "Timycen Maruma", "Junior Murray", "Graeme Smith", "Corey Anderson", "Nasir Jamshed", "Hansie Cronje", "Thilan Samaraweera", "Hashan Tillakaratne", "Michael Clarke", "Chris Gayle", "Shivnarine Chanderpaul", "Ramnaresh Sarwan", "Shaun Pollock", "Roy Lamsam", "Khurram Khan", "Arshad Ali", "Saqib Ali", "Adam Parore", "Kane Williamson", "Scott Borthwick", "Stuart Binny", "Shadeep Silva", "Fahad Alhashmi", "Allan Lamb", "John Emburey", "Murali Vijay", "Umesh Yadav", "Seren Waters", "Ruvindu Gunasekera", "Irfan Ahmed", "Paul Collingwood", "Graham Yallop", "Hameed Hassan", "Asghar Stanikzai", "Forster Mutizwa", "Mohammad Nabi", "Dhawal Kulkarni", "Shafiqullah", "Rilee Rossouw", "Jack Russell", "Jan Stander", "Isuru Udana", "Farhaan Behardien", "Tim Zoehrer", "James Anderson", "Steve Rhodes", "Cameron White", "Roland Lefebvre", "Chris Read", "Ken Rutherford", "Brendon McCullum", "Mashrafe Mortaza", "Wasim Bari", "Mahes Goonatilleke", "Steve Rixon", "Elton Chigumbura", "Devon Smith", "Darren Sammy", "Carlton Baugh", "Anil Dalpat", "Ashish Bagai", "Blair Hartland", "Azhar Ali", "John Crawley", "Jeroen Smits", "Bastiaan Zuiderent", "Chris Martin", "Matt Prior", "Warren Lees", "Dwayne Smith", "Hashim Amla", "Upul Tharanga", "Charles Coventry", "Monty Panesar", "Luke Wright", "Roger Woolley", "Ravi Bopara", "Muthumudalige Pushpakumara", "Richard Blakey", "Bruce French", "Deryck Murray", "George Dockrell", "Ryan Watson", "Deep Dasgupta", "Taslim Arif", "Lanka de Silva", "Rohit Sharma", "Nasir Ahmed", "Adnan Akmal", "Asad Shafiq", "Andrew Balbirnie", "Josh Davey", "Kemar Roach", "Aizaz Cheema", "Nitish Kumar", "William Porterfield", "Andrew White", "Lionel Cann", "Azeem Pitcher", "Michael Swart", "Tyson Gordon", "Hamza Hotak", "Rustam Bhatti", "Khurram Chohan", "Seekkuge Prasanna", "Sachithra Senanayake", "Timm van der Gugten", "Johnson Charles", "Sohag Gazi", "Tim Gruijters", "Alviro Petersen", "Parvez Rasool", "Kyle Abbott", "Javed Miandad", "Majid Haq", "Oliver Pitcher", "Abdur Rehman", "Moneeb Iqbal", "Morné Morkel", "Sarfraz Ahmed", "John Wright", "Jeevan Mendis", "Atse Buurman", "Ashish Nehra", "Vusi Sibanda", "Najeeb Amar", "Andrew Jones", "Paul Stirling", "Nawroz Mangal", "Craig McMillan", "David Houghton", "Gavin Larsen", "Bob Taylor", "Bandula Warnapura", "Marlon Samuels", "Mannava Prasad", "Tim Murtagh", "Lahiru Thirimanne", "Pubudu Dassanayake", "Wesley Barresi", "Emmanuel Bundi", "Parthiv Patel", "Kieran Powell", "Ken Wadsworth", "Kosala Kulasekara", "Nasir Hossain" ] }
<=
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "literal" ], "id": [ "cricket.cricket_bowler", "32^^http://www.w3.org/2001/XMLSchema#integer" ], "class": [ "cricket.cricket_bowler", "type.int" ], "friendly_name": [ "Cricket Bowler", "32" ], "question_node": [ 1, 0 ], "function": [ "none", "<=" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "cricket.cricket_player.odi_stumps" ], "friendly_name": [ "ODI Stumps" ] } }
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 :cricket.cricket_bowler . FILTER (?x1 <= "32"^^<http://www.w3.org/2001/XMLSchema#integer>) ?x0 :cricket.cricket_player.odi_stumps ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "cricket" ]
(AND cricket.cricket_bowler (le cricket.cricket_player.odi_stumps 32^^http://www.w3.org/2001/XMLSchema#integer))
2101922007000
270 is the number of career appearances by which football player?
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.0rpgznr" ], "entity_name": [ "Erik Johannessen" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "literal" ], "id": [ "soccer.football_player", "270^^http://www.w3.org/2001/XMLSchema#integer" ], "class": [ "soccer.football_player", "type.int" ], "friendly_name": [ "Football player", "270" ], "question_node": [ 1, 0 ], "function": [ "none", "none" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "soccer.football_player.total_career_appearances" ], "friendly_name": [ "Number of Career Appearances" ] } }
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_player . VALUES ?x1 { "270"^^<http://www.w3.org/2001/XMLSchema#integer> } ?x0 :soccer.football_player.total_career_appearances ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "soccer" ]
(AND soccer.football_player (JOIN soccer.football_player.total_career_appearances 270^^http://www.w3.org/2001/XMLSchema#integer))
2104474002000
the most recently opened club is what?
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.011r98m_" ], "entity_name": [ "null" ] }
argmax
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "literal" ], "id": [ "organization.club", "0^^http://www.w3.org/2001/XMLSchema#int" ], "class": [ "organization.club", "type.datetime" ], "friendly_name": [ "Club", "0" ], "question_node": [ 1, 0 ], "function": [ "none", "argmax" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "organization.organization.date_founded" ], "friendly_name": [ "Date founded" ] } }
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.club . { SELECT (MAX(?y1) AS ?x1) WHERE { ?y0 :type.object.type :organization.club . ?y0 :organization.organization.date_founded ?y1 . FILTER ( ?y0 != ?y1 ) } } ?x0 :organization.organization.date_founded ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "organization" ]
(ARGMAX organization.club organization.organization.date_founded)
2101450006000
darwyn cooke created the cover pencils on what issue of comic book?
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.042_zfl" ], "entity_name": [ "Will Eisner's The Spirit #1" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "entity" ], "id": [ "comic_books.comic_book_issue", "m.073j3v" ], "class": [ "comic_books.comic_book_issue", "comic_books.comic_book_penciler" ], "friendly_name": [ "Comic Book Issue", "Darwyn Cooke" ], "question_node": [ 1, 0 ], "function": [ "none", "none" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "comic_books.comic_book_issue.cover_pencils" ], "friendly_name": [ "Cover Pencils" ] } }
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.073j3v } ?x0 :comic_books.comic_book_issue.cover_pencils ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "comic_books" ]
(AND comic_books.comic_book_issue (JOIN comic_books.comic_book_issue.cover_pencils m.073j3v))
3201112002000
what is the name of the ship builder who built ships in bremen?
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.0jp4r" ], "entity_name": [ "AG Weser" ] }
none
3
2
{ "nodes": { "nid": [ 0, 1, 2 ], "node_type": [ "class", "class", "entity" ], "id": [ "boats.ship_builder", "boats.ship", "m.017w_" ], "class": [ "boats.ship_builder", "boats.ship", "location.de_city" ], "friendly_name": [ "Ship Builder", "Ship", "Bremen" ], "question_node": [ 1, 0, 0 ], "function": [ "none", "none", "none" ] }, "edges": { "start": [ 0, 1 ], "end": [ 1, 2 ], "relation": [ "boats.ship_builder.ships_built", "boats.ship.place_built" ], "friendly_name": [ "Ships built", "Place built" ] } }
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.ship_builder . ?x1 :type.object.type :boats.ship . VALUES ?x2 { :m.017w_ } ?x0 :boats.ship_builder.ships_built ?x1 . ?x1 :boats.ship.place_built ?x2 . FILTER ( ?x0 != ?x1 && ?x0 != ?x2 && ?x1 != ?x2 ) } }
[ "boats" ]
(AND boats.ship_builder (JOIN boats.ship_builder.ships_built (JOIN boats.ship.place_built m.017w_)))
2102012000000
on 1954-09-30 which warship was commissioned?
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.01tckg" ], "entity_name": [ "USS Nautilus (SSN-571)" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "literal" ], "id": [ "user.patrick.default_domain.warship_v1_1", "1954-09-30^^http://www.w3.org/2001/XMLSchema#date" ], "class": [ "user.patrick.default_domain.warship_v1_1", "type.datetime" ], "friendly_name": [ "Warship v1.1", "1954-09-30" ], "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 { "1954-09-30-08:00"^^<http://www.w3.org/2001/XMLSchema#date> } ?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 1954-09-30^^http://www.w3.org/2001/XMLSchema#date))
2100615006000
find body of water whose mean depth is 28.956.
{ "answer_type": [ "Entity", "Entity" ], "answer_argument": [ "m.0166s2", "m.04csr63" ], "entity_name": [ "Ladybower Reservoir", "Frye Mesa Reservoir" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "literal" ], "id": [ "geography.body_of_water", "28.956^^http://www.w3.org/2001/XMLSchema#float" ], "class": [ "geography.body_of_water", "type.float" ], "friendly_name": [ "Body Of Water", "28.956" ], "question_node": [ 1, 0 ], "function": [ "none", "none" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "geography.body_of_water.mean_depth" ], "friendly_name": [ "Mean depth" ] } }
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.body_of_water . VALUES ?x1 { "28.956"^^<http://www.w3.org/2001/XMLSchema#float> } ?x0 :geography.body_of_water.mean_depth ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "geography" ]
(AND geography.body_of_water (JOIN geography.body_of_water.mean_depth 28.956^^http://www.w3.org/2001/XMLSchema#float))
2100738008000
the tropical cyclone category of intense tropical cyclone (mf) is associated with what measure of beaufort wind force?
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.01xs1n6" ], "entity_name": [ "Beaufort force 12" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "entity" ], "id": [ "meteorology.beaufort_wind_force", "m.0256drs" ], "class": [ "meteorology.beaufort_wind_force", "meteorology.tropical_cyclone_category" ], "friendly_name": [ "Beaufort Wind Force", "Intense Tropical Cyclone (MF)" ], "question_node": [ 1, 0 ], "function": [ "none", "none" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "meteorology.beaufort_wind_force.tropical_cyclone_categories" ], "friendly_name": [ "Tropical Cyclone Categories" ] } }
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 . VALUES ?x1 { :m.0256drs } ?x0 :meteorology.beaufort_wind_force.tropical_cyclone_categories ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "meteorology" ]
(AND meteorology.beaufort_wind_force (JOIN meteorology.beaufort_wind_force.tropical_cyclone_categories m.0256drs))
2102296011000
find drugs whose active moieties is magnesium trisilicate anhydrous.
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.0jxnmm7" ], "entity_name": [ "Aluminum hydroxide/Magnesium trisilicate anhydrous" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "entity" ], "id": [ "medicine.drug", "m.0jxnmyh" ], "class": [ "medicine.drug", "medicine.drug_ingredient" ], "friendly_name": [ "Drug", "Magnesium trisilicate anhydrous" ], "question_node": [ 1, 0 ], "function": [ "none", "none" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "medicine.drug.active_moieties" ], "friendly_name": [ "Active moieties" ] } }
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.drug . VALUES ?x1 { :m.0jxnmyh } ?x0 :medicine.drug.active_moieties ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "medicine" ]
(AND medicine.drug (JOIN medicine.drug.active_moieties m.0jxnmyh))
2100118008000
name the school district that has a total of 3 schools.
{ "answer_type": [ "Entity", "Entity", "Entity" ], "answer_argument": [ "m.0cj5ss3", "m.03z8hx_", "m.047_zz1" ], "entity_name": [ "Santa Rita", "Glendale-River Hills School District", "Lopez School District" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "literal" ], "id": [ "education.school_district", "3^^http://www.w3.org/2001/XMLSchema#integer" ], "class": [ "education.school_district", "type.int" ], "friendly_name": [ "School district", "3" ], "question_node": [ 1, 0 ], "function": [ "none", "none" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "education.school_district.number_of_schools" ], "friendly_name": [ "Number of schools" ] } }
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_district . VALUES ?x1 { "3"^^<http://www.w3.org/2001/XMLSchema#integer> } ?x0 :education.school_district.number_of_schools ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "education" ]
(AND education.school_district (JOIN education.school_district.number_of_schools 3^^http://www.w3.org/2001/XMLSchema#integer))
2102265003000
planet neptune is a planet that belongs to which star?
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.06m_p" ], "entity_name": [ "Sun" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "entity" ], "id": [ "astronomy.star", "m.0c31h" ], "class": [ "astronomy.star", "base.exoplanetology.exoplanet" ], "friendly_name": [ "Star", "planet neptune" ], "question_node": [ 1, 0 ], "function": [ "none", "none" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "astronomy.star.planet_s" ], "friendly_name": [ "Planets" ] } }
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.0c31h } ?x0 :astronomy.star.planet_s ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "astronomy" ]
(AND astronomy.star (JOIN astronomy.star.planet_s m.0c31h))
2101518000000
what is the periodical subject of a different view
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.05qt0" ], "entity_name": [ "Politics" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "entity" ], "id": [ "book.periodical_subject", "m.026y5mz" ], "class": [ "book.periodical_subject", "book.periodical" ], "friendly_name": [ "Periodical Subject", "A Different View" ], "question_node": [ 1, 0 ], "function": [ "none", "none" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "book.periodical_subject.periodicals" ], "friendly_name": [ "Periodicals" ] } }
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.periodical_subject . VALUES ?x1 { :m.026y5mz } ?x0 :book.periodical_subject.periodicals ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "book" ]
(AND book.periodical_subject (JOIN book.periodical_subject.periodicals m.026y5mz))
2105016005000
how many works of art are created on paper?
{ "answer_type": [ "Value" ], "answer_argument": [ "98" ], "entity_name": [ "" ] }
count
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "entity" ], "id": [ "visual_art.artwork", "m.0641k" ], "class": [ "visual_art.artwork", "visual_art.visual_art_support" ], "friendly_name": [ "Artwork", "Paper" ], "question_node": [ 1, 0 ], "function": [ "count", "none" ] }, "edges": { "start": [ 1 ], "end": [ 0 ], "relation": [ "visual_art.visual_art_support.artworks" ], "friendly_name": [ "Artworks" ] } }
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 :visual_art.artwork . VALUES ?x1 { :m.0641k } ?x1 :visual_art.visual_art_support.artworks ?x0 . FILTER ( ?x0 != ?x1 ) } }
[ "visual_art" ]
(COUNT (AND visual_art.artwork (JOIN (R visual_art.visual_art_support.artworks) m.0641k)))
2100498015000
easy cd creator can read which type of file format?
{ "answer_type": [ "Entity", "Entity", "Entity" ], "answer_argument": [ "m.01yr3k", "m.02l0jdx", "m.0c8vtx" ], "entity_name": [ "ISO image", "Cl3", "Caltech Intermediate Form" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "entity" ], "id": [ "computer.file_format", "m.02l0qg2" ], "class": [ "computer.file_format", "computer.software" ], "friendly_name": [ "File Format", "Easy Cd Creator" ], "question_node": [ 1, 0 ], "function": [ "none", "none" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "computer.file_format.read_by" ], "friendly_name": [ "Read 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 :computer.file_format . VALUES ?x1 { :m.02l0qg2 } ?x0 :computer.file_format.read_by ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "computer" ]
(AND computer.file_format (JOIN computer.file_format.read_by m.02l0qg2))
2100571007000
during 1821 name the governmental body that was birthed.
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.0254_f" ], "entity_name": [ "Congress of the Union" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "literal" ], "id": [ "government.governmental_body", "1821^^http://www.w3.org/2001/XMLSchema#gYear" ], "class": [ "government.governmental_body", "type.datetime" ], "friendly_name": [ "Governmental Body", "1821" ], "question_node": [ 1, 0 ], "function": [ "none", "none" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "government.governmental_body.date_formed" ], "friendly_name": [ "Date formed" ] } }
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 { "1821-08:00"^^<http://www.w3.org/2001/XMLSchema#gYear> } ?x0 :government.governmental_body.date_formed ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "government" ]
(AND government.governmental_body (JOIN government.governmental_body.date_formed 1821^^http://www.w3.org/2001/XMLSchema#gYear))
3201921004000
the man who proposed the fourth amendment also proposed which other amendment?
{ "answer_type": [ "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity" ], "answer_argument": [ "m.0j6pt", "m.07sgz", "m.07sjg", "m.07shq", "m.07skz", "m.07skl", "m.02vltsv", "m.07shb", "m.07sjv", "m.07sk6", "m.07slc" ], "entity_name": [ "Twenty-seventh Amendment to the United States Constitution", "First Amendment to the United States Constitution", "Fifth Amendment to the United States Constitution", "Second Amendment to the United States Constitution", "Ninth Amendment to the United States Constitution", "Eighth Amendment to the United States Constitution", "Congressional Apportionment Amendment", "Third Amendment to the United States Constitution", "Sixth Amendment to the United States Constitution", "Seventh Amendment to the United States Constitution", "Tenth Amendment to the United States Constitution" ] }
none
3
2
{ "nodes": { "nid": [ 0, 1, 2 ], "node_type": [ "class", "class", "entity" ], "id": [ "law.constitutional_amendment", "law.constitutional_amendment_proposer", "m.07sj2" ], "class": [ "law.constitutional_amendment", "law.constitutional_amendment_proposer", "law.constitutional_amendment" ], "friendly_name": [ "Constitutional Amendment", "Constitutional Amendment Proposer", "fourth amendment" ], "question_node": [ 1, 0, 0 ], "function": [ "none", "none", "none" ] }, "edges": { "start": [ 0, 1 ], "end": [ 1, 2 ], "relation": [ "law.constitutional_amendment.proposed_by", "law.constitutional_amendment_proposer.constitutional_amendments_proposed" ], "friendly_name": [ "Proposed by", "Constitutional amendments proposed" ] } }
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 . ?x1 :type.object.type :law.constitutional_amendment_proposer . VALUES ?x2 { :m.07sj2 } ?x0 :law.constitutional_amendment.proposed_by ?x1 . ?x1 :law.constitutional_amendment_proposer.constitutional_amendments_proposed ?x2 . FILTER ( ?x0 != ?x1 && ?x0 != ?x2 && ?x1 != ?x2 ) } }
[ "law" ]
(AND law.constitutional_amendment (JOIN law.constitutional_amendment.proposed_by (JOIN law.constitutional_amendment_proposer.constitutional_amendments_proposed m.07sj2)))
2104814011000
cape canaveral air force station space launch complex 17 launched how many rockets?
{ "answer_type": [ "Value" ], "answer_argument": [ "1" ], "entity_name": [ "" ] }
count
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "entity" ], "id": [ "spaceflight.rocket", "m.0ds2k1" ], "class": [ "spaceflight.rocket", "spaceflight.rocket_launch_site" ], "friendly_name": [ "Rocket", "Cape Canaveral Air Force Station Space Launch Complex 17" ], "question_node": [ 1, 0 ], "function": [ "count", "none" ] }, "edges": { "start": [ 1 ], "end": [ 0 ], "relation": [ "spaceflight.rocket_launch_site.rockets_launched_here" ], "friendly_name": [ "Rockets launched here" ] } }
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 :spaceflight.rocket . VALUES ?x1 { :m.0ds2k1 } ?x1 :spaceflight.rocket_launch_site.rockets_launched_here ?x0 . FILTER ( ?x0 != ?x1 ) } }
[ "spaceflight" ]
(COUNT (AND spaceflight.rocket (JOIN (R spaceflight.rocket_launch_site.rockets_launched_here) m.0ds2k1)))
3204448013000
the comic book series that has featured characters on the cover tintin in the land of the soviets, is called what?
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.07py4" ], "entity_name": [ "The Adventures of Tintin" ] }
none
3
2
{ "nodes": { "nid": [ 0, 1, 2 ], "node_type": [ "class", "class", "entity" ], "id": [ "comic_books.comic_book_series", "comic_books.comic_book_character", "m.02ll5h" ], "class": [ "comic_books.comic_book_series", "comic_books.comic_book_character", "comic_books.comic_book_issue" ], "friendly_name": [ "Comic Book Series", "Comic Book Character", "Tintin in the Land of the Soviets" ], "question_node": [ 1, 0, 0 ], "function": [ "none", "none", "none" ] }, "edges": { "start": [ 0, 2 ], "end": [ 1, 1 ], "relation": [ "comic_books.comic_book_series.featured_characters", "comic_books.comic_book_issue.characters_on_cover" ], "friendly_name": [ "Featured Characters", "Characters On Cover" ] } }
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 . ?x1 :type.object.type :comic_books.comic_book_character . VALUES ?x2 { :m.02ll5h } ?x0 :comic_books.comic_book_series.featured_characters ?x1 . ?x2 :comic_books.comic_book_issue.characters_on_cover ?x1 . FILTER ( ?x0 != ?x1 && ?x0 != ?x2 && ?x1 != ?x2 ) } }
[ "comic_books" ]
(AND comic_books.comic_book_series (JOIN comic_books.comic_book_series.featured_characters (JOIN (R comic_books.comic_book_issue.characters_on_cover) m.02ll5h)))
2102783004000
what countries participated in the 1932 winter olympics?
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.07ssc" ], "entity_name": [ "United Kingdom" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "entity" ], "id": [ "olympics.olympic_participating_country", "m.014j6k" ], "class": [ "olympics.olympic_participating_country", "olympics.olympic_games" ], "friendly_name": [ "Olympic participating country", "1932 Winter Olympics" ], "question_node": [ 1, 0 ], "function": [ "none", "none" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "olympics.olympic_participating_country.olympics_participated_in" ], "friendly_name": [ "Olympics participated 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 :olympics.olympic_participating_country . VALUES ?x1 { :m.014j6k } ?x0 :olympics.olympic_participating_country.olympics_participated_in ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "olympics" ]
(AND olympics.olympic_participating_country (JOIN olympics.olympic_participating_country.olympics_participated_in m.014j6k))
3201297012000
what character frequently appears in the marvel comics as well as the ultimates 2?
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.02lw8w" ], "entity_name": [ "Nick Fury" ] }
none
3
2
{ "nodes": { "nid": [ 0, 1, 2 ], "node_type": [ "class", "entity", "entity" ], "id": [ "comic_books.comic_book_character", "m.05b6qj5", "m.058nt" ], "class": [ "comic_books.comic_book_character", "comic_books.comic_book_series", "comic_books.comic_book_fictional_universe" ], "friendly_name": [ "Comic Book Character", "The Ultimates 2", "marvel comics" ], "question_node": [ 1, 0, 0 ], "function": [ "none", "none", "none" ] }, "edges": { "start": [ 1, 2 ], "end": [ 0, 0 ], "relation": [ "comic_books.comic_book_series.featured_characters", "comic_books.comic_book_fictional_universe.characters_primarily_appearing_in_this_universe" ], "friendly_name": [ "Featured Characters", "Characters Primarily Appearing In This Universe" ] } }
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_character . VALUES ?x1 { :m.05b6qj5 } VALUES ?x2 { :m.058nt } ?x1 :comic_books.comic_book_series.featured_characters ?x0 . ?x2 :comic_books.comic_book_fictional_universe.characters_primarily_appearing_in_this_universe ?x0 . FILTER ( ?x0 != ?x1 && ?x0 != ?x2 && ?x1 != ?x2 ) } }
[ "comic_books" ]
(AND comic_books.comic_book_character (AND (JOIN (R comic_books.comic_book_series.featured_characters) m.05b6qj5) (JOIN (R comic_books.comic_book_fictional_universe.characters_primarily_appearing_in_this_universe) m.058nt)))
2102829011000
who are the individuals in the cartoon publication threshold?
{ "answer_type": [ "Entity", "Entity" ], "answer_argument": [ "m.0cnvwf", "m.0d5b2_" ], "entity_name": [ "Jaime Reyes", "Star Hawkins" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "entity" ], "id": [ "comic_books.comic_book_character", "m.0pb5cyg" ], "class": [ "comic_books.comic_book_character", "comic_books.comic_book_series" ], "friendly_name": [ "Comic Book Character", "Threshold" ], "question_node": [ 1, 0 ], "function": [ "none", "none" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "comic_books.comic_book_character.regular_featured_appearances" ], "friendly_name": [ "Regular Featured Appearances" ] } }
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_character . VALUES ?x1 { :m.0pb5cyg } ?x0 :comic_books.comic_book_character.regular_featured_appearances ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "comic_books" ]
(AND comic_books.comic_book_character (JOIN comic_books.comic_book_character.regular_featured_appearances m.0pb5cyg))
3206034000000
the disney ride with the biggest drop has what amusement ride theme?
{ "answer_type": [ "Entity", "Entity", "Entity" ], "answer_argument": [ "m.083vt", "m.06_g7", "m.03y3sg" ], "entity_name": [ "Wood", "Surfing", "Boardwalk" ] }
argmax
3
2
{ "nodes": { "nid": [ 0, 1, 2 ], "node_type": [ "class", "class", "literal" ], "id": [ "amusement_parks.ride_theme", "amusement_parks.disney_ride", "0^^http://www.w3.org/2001/XMLSchema#int" ], "class": [ "amusement_parks.ride_theme", "amusement_parks.disney_ride", "type.float" ], "friendly_name": [ "Amusement Ride Theme", "Disney Ride", "0" ], "question_node": [ 1, 0, 0 ], "function": [ "none", "none", "argmax" ] }, "edges": { "start": [ 0, 1 ], "end": [ 1, 2 ], "relation": [ "amusement_parks.ride_theme.rides", "amusement_parks.ride.drop" ], "friendly_name": [ "Rides", "Drop" ] } }
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_theme . ?x1 :type.object.type :amusement_parks.disney_ride . { SELECT (MAX(?y2) AS ?x2) WHERE { ?y0 :type.object.type :amusement_parks.ride_theme . ?y1 :type.object.type :amusement_parks.disney_ride . ?y0 :amusement_parks.ride_theme.rides ?y1 . ?y1 :amusement_parks.ride.drop ?y2 . FILTER ( ?y0 != ?y1 && ?y0 != ?y2 && ?y1 != ?y2 ) } } ?x0 :amusement_parks.ride_theme.rides ?x1 . ?x1 :amusement_parks.ride.drop ?x2 . FILTER ( ?x0 != ?x1 && ?x0 != ?x2 && ?x1 != ?x2 ) } }
[ "amusement_parks" ]
(ARGMAX amusement_parks.ride_theme (JOIN amusement_parks.ride_theme.rides amusement_parks.ride.drop))
2102966006000
the toyota prius nhw11 mg2 electric motor engine uses which energy source?
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.085dh9n" ], "entity_name": [ "Toyota Prius NHW11 Battery" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "entity" ], "id": [ "engineering.engine_energy_source", "m.085dh9r" ], "class": [ "engineering.engine_energy_source", "engineering.engine" ], "friendly_name": [ "Engine energy source", "Toyota Prius NHW11 MG2 electric motor" ], "question_node": [ 1, 0 ], "function": [ "none", "none" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "engineering.engine_energy_source.engines" ], "friendly_name": [ "Engines" ] } }
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.engine_energy_source . VALUES ?x1 { :m.085dh9r } ?x0 :engineering.engine_energy_source.engines ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "engineering" ]
(AND engineering.engine_energy_source (JOIN engineering.engine_energy_source.engines m.085dh9r))
2101457002000
which educational institution has sports team utsa roadrunners men's basketball?
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.03szws" ], "entity_name": [ "University of Texas at San Antonio" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "entity" ], "id": [ "education.educational_institution", "m.05d_m79" ], "class": [ "education.educational_institution", "sports.school_sports_team" ], "friendly_name": [ "Educational Institution", "UTSA Roadrunners men's basketball" ], "question_node": [ 1, 0 ], "function": [ "none", "none" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "education.educational_institution.sports_teams" ], "friendly_name": [ "Sports 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 :education.educational_institution . VALUES ?x1 { :m.05d_m79 } ?x0 :education.educational_institution.sports_teams ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "education" ]
(AND education.educational_institution (JOIN education.educational_institution.sports_teams m.05d_m79))
3200753006000
what's the occupation for the tv character environmentalist?
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.014cnc" ], "entity_name": [ "Student" ] }
none
3
2
{ "nodes": { "nid": [ 0, 1, 2 ], "node_type": [ "class", "class", "entity" ], "id": [ "fictional_universe.character_occupation", "tv.tv_character", "m.07s467s" ], "class": [ "fictional_universe.character_occupation", "tv.tv_character", "fictional_universe.character_occupation" ], "friendly_name": [ "Character Occupation", "TV Character", "Environmentalist" ], "question_node": [ 1, 0, 0 ], "function": [ "none", "none", "none" ] }, "edges": { "start": [ 0, 1 ], "end": [ 1, 2 ], "relation": [ "fictional_universe.character_occupation.characters_with_this_occupation", "fictional_universe.fictional_character.occupation" ], "friendly_name": [ "Characters With This Occupation", "Occupation" ] } }
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_occupation . ?x1 :type.object.type :tv.tv_character . VALUES ?x2 { :m.07s467s } ?x0 :fictional_universe.character_occupation.characters_with_this_occupation ?x1 . ?x1 :fictional_universe.fictional_character.occupation ?x2 . FILTER ( ?x0 != ?x1 && ?x0 != ?x2 && ?x1 != ?x2 ) } }
[ "fictional_universe" ]
(AND fictional_universe.character_occupation (JOIN fictional_universe.character_occupation.characters_with_this_occupation (JOIN fictional_universe.fictional_character.occupation m.07s467s)))
2102450001000
having 36 holes, which golf course holds this distinction?
{ "answer_type": [ "Entity", "Entity" ], "answer_argument": [ "m.09glp78", "m.0n5tz_l" ], "entity_name": [ "Compass Pointe Golf Course", "Richmond Park Golf Course" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "literal" ], "id": [ "sports.golf_course", "36^^http://www.w3.org/2001/XMLSchema#integer" ], "class": [ "sports.golf_course", "type.int" ], "friendly_name": [ "Golf Course", "36" ], "question_node": [ 1, 0 ], "function": [ "none", "none" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "sports.golf_course.holes" ], "friendly_name": [ "Number of holes" ] } }
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.golf_course . VALUES ?x1 { "36"^^<http://www.w3.org/2001/XMLSchema#integer> } ?x0 :sports.golf_course.holes ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "sports" ]
(AND sports.golf_course (JOIN sports.golf_course.holes 36^^http://www.w3.org/2001/XMLSchema#integer))
3202663013000
which sports team coach has a coach tenure of coach?
{ "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", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity" ], "answer_argument": [ "m.01f9yn", "m.0211tw", "m.02bpnt", "m.03cf5zn", "m.03pqdl", "m.03zqsn", "m.04f67kc", "m.04r158", "m.05214n", "m.054lky", "m.05jgf0", "m.05k13g", "m.05lqps", "m.05m0h9", "m.06tjlc", "m.07s_31", "m.07wtn0", "m.0swpg6y", "m.011c2tc8", "m.0_7wxzx", "m.0_8kjjh", "m.0_x7lgp", "m.0nfv8rq", "m.0ngkbf5", "m.0vztjtc", "m.0zdrjbv", "m.0znp_42", "m.021d_0", "m.02hftg", "m.02pxm4n", "m.04q0hdz", "m.09dkj0", "m.0b5_gk", "m.0b5h1k", "m.0b5h4d", "m.0c357n", "m.0h5mdw", "m.0280gxs", "m.02pl6nh", "m.02qs4vr", "m.03clz_b", "m.03rhxn", "m.05zz6kb", "m.0_yn8s0", "m.0hn922b", "m.0zbx841", "m.0zrs11l", "m.0ztk6ms", "m.011l8p6w", "m.01j_ws", "m.03cpmr", "m.04641c4", "m.046r_t", "m.064nw2x", "m.06wb1_2", "m.0n521k4", "m.0plpvzq", "m.0y6464g", "m.0zrsfwl", "m.03y8_57", "m.010r7y9q", "m.010vsj2l", "m.0261_yg", "m.026rykk", "m.027js__", "m.027kdyp", "m.02qtw39", "m.02qz5l8", "m.02z86h7", "m.03gv9x2", "m.04145zn", "m.053zt7", "m.061sf6", "m.06wjdg", "m.08dn7g", "m.0_ygn12", "m.0c1yz", "m.0dljfmv", "m.0gg802x", "m.0gyvny", "m.0pl4mf1", "m.060fxv", "m.0swkv_s", "m.04204g", "m.0261y4b", "m.047tr3r", "m.08ksp0", "m.08pcpk", "m.0b6lyjy", "m.0ffx3q", "m.0zdnynl", "m.0zwqslc", "m.06v1ms", "m.0b6p1kj", "m.09mz6g" ], "entity_name": [ "Pat Summitt", "Clive Woodward", "Dean Smith", "Don Furner", "Jürgen Gröbler", "Warren Ryan", "Mark Graham", "Jim Calhoun", "Billy Donovan", "Mike Montgomery", "Jim Boeheim", "Doc Rivers", "Gregg Popovich", "Tom Izzo", "Manny Ramirez", "Gene Keady", "Tim Sheens", "David Perkovic", "Jean-Denys Choulet", "Mike Osborn", "Paul Watson", "Ned Thompson", "Koichi Osako", "Luiz Carlos Barbieri", "Kelly Smith", "Takeshi Young", "Paulo Rego Barros Junior", "Colin Montgomerie", "Wayne Bennett", "George Piggins", "Kevin Moore", "Ricky Stuart", "Steve Folkes", "Daniel Anderson", "Craig Bellamy", "Rick Barnes", "Neil Henry", "Alfreð Gíslason", "Jean Fernandez", "Ernesto Valverde", "Lynn Howells", "David Humphreys", "Arsen Borisovich Papikyan", "Paniphon Kerdyam", "Mike Benevides", "Michael O'Sullivan", "Phil Harrison", "José Manuel Díaz", "Jimmy Stonehouse", "Ian Wright", "Alex McLeish", "Jean-Pierre Bade", "Vahid Halilhodžić", "Andrei Alekseyevich Sosnitskiy", "Shaun Wane", "Ivo Pulga", "Patrick Gabriel", "Carlos Lara", "Jan Smith", "Tony Iro", "Randy Brown", "Victor Johnson", "John Monie", "Pablo Correa", "Dominique Bijotat", "Peter Bosz", "Alexandre Gallo", "David Furner", "Lucien Favre", "Vardan Minasyan", "Rhonda Faehn", "Paulo Sousa", "Ugo Ehiogu", "Franky Vercauteren", "Stephen Kearney", "Bob Bonnett", "James Hird", "Steve Price", "Anthony Griffin", "Paul McGregor", "Omar De Felippe", "Ron Jans", "Grégor Beugnot", "Dan Petrescu", "Mika Helin", "Alain Casanova", "Waldemar Fornalik", "Thomas Schaaf", "Jacksen F. Tiago", "Igor Štimac", "Norman Rimmington", "Virgil Popescu", "Duncan Fletcher", "Yuriy Petrovych Kulish", "Gary Patterson" ] }
none
3
2
{ "nodes": { "nid": [ 0, 1, 2 ], "node_type": [ "class", "class", "entity" ], "id": [ "sports.sports_team_coach", "sports.sports_team_coach_tenure", "m.02y5kn" ], "class": [ "sports.sports_team_coach", "sports.sports_team_coach_tenure", "sports.coaching_position" ], "friendly_name": [ "Sports team coach", "Sports team coach tenure", "Coach" ], "question_node": [ 1, 0, 0 ], "function": [ "none", "none", "none" ] }, "edges": { "start": [ 1, 2 ], "end": [ 0, 1 ], "relation": [ "sports.sports_team_coach_tenure.coach", "sports.coaching_position.coaches" ], "friendly_name": [ "Coach", "Coaches" ] } }
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_coach . ?x1 :type.object.type :sports.sports_team_coach_tenure . VALUES ?x2 { :m.02y5kn } ?x1 :sports.sports_team_coach_tenure.coach ?x0 . ?x2 :sports.coaching_position.coaches ?x1 . FILTER ( ?x0 != ?x1 && ?x0 != ?x2 && ?x1 != ?x2 ) } }
[ "sports" ]
(AND sports.sports_team_coach (JOIN (R sports.sports_team_coach_tenure.coach) (JOIN (R sports.coaching_position.coaches) m.02y5kn)))
4302561001000
what is the number of canadian whiskey that blend corn whiskey with single malt whiskey?
{ "answer_type": [ "Value" ], "answer_argument": [ "1" ], "entity_name": [ "" ] }
count
4
3
{ "nodes": { "nid": [ 0, 1, 2, 3 ], "node_type": [ "class", "entity", "entity", "entity" ], "id": [ "distilled_spirits.blended_spirit", "m.01k5lq", "m.0212n", "m.01yr36" ], "class": [ "distilled_spirits.blended_spirit", "distilled_spirits.distilled_spirit_type", "distilled_spirits.blended_spirit_style", "distilled_spirits.distilled_spirit_type" ], "friendly_name": [ "Blended spirit", "single malt whiskey", "canadian whiskey", "Corn whiskey" ], "question_node": [ 1, 0, 0, 0 ], "function": [ "count", "none", "none", "none" ] }, "edges": { "start": [ 1, 0, 3 ], "end": [ 0, 2, 0 ], "relation": [ "distilled_spirits.distilled_spirit_type.blends", "distilled_spirits.blended_spirit.style", "distilled_spirits.distilled_spirit_type.blends" ], "friendly_name": [ "Blends using this type", "Style", "Blends using 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 (COUNT(?x0) AS ?value) WHERE { SELECT DISTINCT ?x0 WHERE { ?x0 :type.object.type :distilled_spirits.blended_spirit . VALUES ?x1 { :m.01k5lq } VALUES ?x2 { :m.0212n } VALUES ?x3 { :m.01yr36 } ?x1 :distilled_spirits.distilled_spirit_type.blends ?x0 . ?x0 :distilled_spirits.blended_spirit.style ?x2 . ?x3 :distilled_spirits.distilled_spirit_type.blends ?x0 . FILTER ( ?x0 != ?x1 && ?x0 != ?x2 && ?x0 != ?x3 && ?x1 != ?x2 && ?x1 != ?x3 && ?x2 != ?x3 ) } }
[ "distilled_spirits" ]
(COUNT (AND distilled_spirits.blended_spirit (AND (JOIN (R distilled_spirits.distilled_spirit_type.blends) m.01k5lq) (AND (JOIN distilled_spirits.blended_spirit.style m.0212n) (JOIN (R distilled_spirits.distilled_spirit_type.blends) m.01yr36)))))
2104634005000
in savana redding v. safford unified school district #1, how many legal subjects are there?
{ "answer_type": [ "Value" ], "answer_argument": [ "1" ], "entity_name": [ "" ] }
count
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "entity" ], "id": [ "law.legal_subject", "m.05svbhn" ], "class": [ "law.legal_subject", "law.legal_case" ], "friendly_name": [ "Legal subject", "Savana Redding v. Safford Unified School District #1" ], "question_node": [ 1, 0 ], "function": [ "count", "none" ] }, "edges": { "start": [ 1 ], "end": [ 0 ], "relation": [ "law.legal_case.subject" ], "friendly_name": [ "Subject" ] } }
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 :law.legal_subject . VALUES ?x1 { :m.05svbhn } ?x1 :law.legal_case.subject ?x0 . FILTER ( ?x0 != ?x1 ) } }
[ "law" ]
(COUNT (AND law.legal_subject (JOIN (R law.legal_case.subject) m.05svbhn)))
2100422016000
barley wine uses what beer hop?
{ "answer_type": [ "Entity", "Entity", "Entity" ], "answer_argument": [ "m.05q46t2", "m.0115clqx", "m.0115gh_g" ], "entity_name": [ "Cascade", "Centennial", "Chinook" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "entity" ], "id": [ "base.lightweight.beer_hop", "m.0n_md" ], "class": [ "base.lightweight.beer_hop", "base.lightweight.beer_style" ], "friendly_name": [ "Beer hop", "Barley wine" ], "question_node": [ 1, 0 ], "function": [ "none", "none" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "base.lightweight.beer_hop.beer_styles_used_in" ], "friendly_name": [ "Beer styles used 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 :base.lightweight.beer_hop . VALUES ?x1 { :m.0n_md } ?x0 :base.lightweight.beer_hop.beer_styles_used_in ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "base.lightweight" ]
(AND base.lightweight.beer_hop (JOIN base.lightweight.beer_hop.beer_styles_used_in m.0n_md))
3200236007000
what is the common belief between jehovah's witness and conservative judaism?
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.04xy3" ], "entity_name": [ "Monotheism" ] }
none
3
2
{ "nodes": { "nid": [ 0, 1, 2 ], "node_type": [ "class", "entity", "entity" ], "id": [ "religion.belief", "m.0dtdq", "m.01y7r" ], "class": [ "religion.belief", "religion.religion", "religion.religion" ], "friendly_name": [ "Belief", "jehovah's witness", "Conservative Judaism" ], "question_node": [ 1, 0, 0 ], "function": [ "none", "none", "none" ] }, "edges": { "start": [ 0, 0 ], "end": [ 1, 2 ], "relation": [ "religion.belief.belief_of", "religion.belief.belief_of" ], "friendly_name": [ "Belief Of", "Belief 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.belief . VALUES ?x1 { :m.0dtdq } VALUES ?x2 { :m.01y7r } ?x0 :religion.belief.belief_of ?x1 . ?x0 :religion.belief.belief_of ?x2 . FILTER ( ?x0 != ?x1 && ?x0 != ?x2 && ?x1 != ?x2 ) } }
[ "religion" ]
(AND religion.belief (AND (JOIN religion.belief.belief_of m.0dtdq) (JOIN religion.belief.belief_of m.01y7r)))
3204556011000
which category for tropical cyclones that sustain wind speeds of 249.0 or more has the meteorological service of central pacific hurricane center?
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.01xs17r" ], "entity_name": [ "Category 4 Hurricane (SSHS)" ] }
>=
3
2
{ "nodes": { "nid": [ 0, 1, 2 ], "node_type": [ "class", "literal", "entity" ], "id": [ "meteorology.tropical_cyclone_category", "249.0^^http://www.w3.org/2001/XMLSchema#float", "m.03b7m0" ], "class": [ "meteorology.tropical_cyclone_category", "type.float", "meteorology.meteorological_service" ], "friendly_name": [ "Tropical cyclone category", "249.0", "Central Pacific Hurricane Center" ], "question_node": [ 1, 0, 0 ], "function": [ "none", ">=", "none" ] }, "edges": { "start": [ 0, 0 ], "end": [ 1, 2 ], "relation": [ "meteorology.tropical_cyclone_category.max_wind_speed", "meteorology.tropical_cyclone_category.meteorological_service" ], "friendly_name": [ "Maximum Wind Speed (sustained)", "Meteorological service" ] } }
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.tropical_cyclone_category . FILTER (?x1 >= "249.0"^^<http://www.w3.org/2001/XMLSchema#float>) VALUES ?x2 { :m.03b7m0 } ?x0 :meteorology.tropical_cyclone_category.max_wind_speed ?x1 . ?x0 :meteorology.tropical_cyclone_category.meteorological_service ?x2 . FILTER ( ?x0 != ?x1 && ?x0 != ?x2 && ?x1 != ?x2 ) } }
[ "meteorology" ]
(AND meteorology.tropical_cyclone_category (AND (ge meteorology.tropical_cyclone_category.max_wind_speed 249.0^^http://www.w3.org/2001/XMLSchema#float) (JOIN meteorology.tropical_cyclone_category.meteorological_service m.03b7m0)))
2102099015000
which fictional character resided in city of las vegas?
{ "answer_type": [ "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity" ], "answer_argument": [ "g.122sgppz", "m.02qn235", "m.091m6z", "m.0d6tq_", "m.02pvcx3", "m.0791km", "m.025v_1d", "m.08mc0t" ], "entity_name": [ "null", "Mr. Linderman", "Warrick Brown", "Moe Greene", "Louie Russo", "Sara Sidle", "Niki Sanders", "Nick Stokes" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "entity" ], "id": [ "fictional_universe.fictional_character", "m.0cv3w" ], "class": [ "fictional_universe.fictional_character", "fictional_universe.fictional_setting" ], "friendly_name": [ "Fictional Character", "city of las vegas" ], "question_node": [ 1, 0 ], "function": [ "none", "none" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "fictional_universe.fictional_character.places_lived" ], "friendly_name": [ "Places lived" ] } }
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.0cv3w } ?x0 :fictional_universe.fictional_character.places_lived ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "fictional_universe" ]
(AND fictional_universe.fictional_character (JOIN fictional_universe.fictional_character.places_lived m.0cv3w))
3202244007000
what isbns are all the editions of lonely planet signspotting 2?
{ "answer_type": [ "Entity", "Entity" ], "answer_argument": [ "m.077p50t", "m.0776wzl" ], "entity_name": [ "9781741791822", "9781741044898" ] }
none
3
2
{ "nodes": { "nid": [ 0, 1, 2 ], "node_type": [ "class", "class", "entity" ], "id": [ "book.isbn", "book.book_edition", "m.04yqhp0" ], "class": [ "book.isbn", "book.book_edition", "travel.guidebook" ], "friendly_name": [ "ISBN", "Book Edition", "Lonely Planet Signspotting 2" ], "question_node": [ 1, 0, 0 ], "function": [ "none", "none", "none" ] }, "edges": { "start": [ 1, 2 ], "end": [ 0, 1 ], "relation": [ "book.book_edition.isbn", "book.book.editions" ], "friendly_name": [ "ISBN", "Editions" ] } }
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.isbn . ?x1 :type.object.type :book.book_edition . VALUES ?x2 { :m.04yqhp0 } ?x1 :book.book_edition.isbn ?x0 . ?x2 :book.book.editions ?x1 . FILTER ( ?x0 != ?x1 && ?x0 != ?x2 && ?x1 != ?x2 ) } }
[ "book" ]
(AND book.isbn (JOIN (R book.book_edition.isbn) (JOIN (R book.book.editions) m.04yqhp0)))