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
3201318014000
what visual art forms are based on wood panel
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.05qdh" ], "entity_name": [ "Painting" ] }
none
3
2
{ "nodes": { "nid": [ 0, 1, 2 ], "node_type": [ "class", "class", "entity" ], "id": [ "visual_art.visual_art_form", "visual_art.artwork", "m.03qrc67" ], "class": [ "visual_art.visual_art_form", "visual_art.artwork", "visual_art.visual_art_support" ], "friendly_name": [ "Visual Art Form", "Artwork", "Wood panel" ], "question_node": [ 1, 0, 0 ], "function": [ "none", "none", "none" ] }, "edges": { "start": [ 0, 2 ], "end": [ 1, 1 ], "relation": [ "visual_art.visual_art_form.artworks", "visual_art.visual_art_support.artworks" ], "friendly_name": [ "Artworks", "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 (?x0 AS ?value) WHERE { SELECT DISTINCT ?x0 WHERE { ?x0 :type.object.type :visual_art.visual_art_form . ?x1 :type.object.type :visual_art.artwork . VALUES ?x2 { :m.03qrc67 } ?x0 :visual_art.visual_art_form.artworks ?x1 . ?x2 :visual_art.visual_art_support.artworks ?x1 . FILTER ( ?x0 != ?x1 && ?x0 != ?x2 && ?x1 != ?x2 ) } }
[ "visual_art" ]
(AND visual_art.visual_art_form (JOIN visual_art.visual_art_form.artworks (JOIN (R visual_art.visual_art_support.artworks) m.03qrc67)))
2102040008000
on 03/03/1912, which aircraft model took its maiden flight?
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.02rfrvz" ], "entity_name": [ "Avro 500" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "literal" ], "id": [ "aviation.aircraft_model", "1912-03-03^^http://www.w3.org/2001/XMLSchema#date" ], "class": [ "aviation.aircraft_model", "type.datetime" ], "friendly_name": [ "Aircraft model", "03/03/1912" ], "question_node": [ 1, 0 ], "function": [ "none", "none" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "aviation.aircraft_model.maiden_flight" ], "friendly_name": [ "Maiden flight" ] } }
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.aircraft_model . VALUES ?x1 { "1912-03-03-08:00"^^<http://www.w3.org/2001/XMLSchema#date> } ?x0 :aviation.aircraft_model.maiden_flight ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "aviation" ]
(AND aviation.aircraft_model (JOIN aviation.aircraft_model.maiden_flight 1912-03-03^^http://www.w3.org/2001/XMLSchema#date))
3203406012000
what was the name of the football league that club atlético river plate was part of?
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.04hpk1" ], "entity_name": [ "Argentine Primera División" ] }
none
3
2
{ "nodes": { "nid": [ 0, 1, 2 ], "node_type": [ "class", "class", "entity" ], "id": [ "soccer.football_league", "soccer.football_league_participation", "m.037d7f" ], "class": [ "soccer.football_league", "soccer.football_league_participation", "soccer.football_team" ], "friendly_name": [ "Football League", "Football League Participation", "Club Atlético River Plate" ], "question_node": [ 1, 0, 0 ], "function": [ "none", "none", "none" ] }, "edges": { "start": [ 1, 2 ], "end": [ 0, 1 ], "relation": [ "soccer.football_league_participation.league", "soccer.football_team.league" ], "friendly_name": [ "League", "League" ] } }
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX : <http://rdf.freebase.com/ns/> SELECT (?x0 AS ?value) WHERE { SELECT DISTINCT ?x0 WHERE { ?x0 :type.object.type :soccer.football_league . ?x1 :type.object.type :soccer.football_league_participation . VALUES ?x2 { :m.037d7f } ?x1 :soccer.football_league_participation.league ?x0 . ?x2 :soccer.football_team.league ?x1 . FILTER ( ?x0 != ?x1 && ?x0 != ?x2 && ?x1 != ?x2 ) } }
[ "soccer" ]
(AND soccer.football_league (JOIN (R soccer.football_league_participation.league) (JOIN (R soccer.football_team.league) m.037d7f)))
2100567015000
kappa scorpii b is in which star system?
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.06f3lp" ], "entity_name": [ "Kappa Scorpii" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "entity" ], "id": [ "astronomy.star_system", "m.0kl1r6c" ], "class": [ "astronomy.star_system", "astronomy.star" ], "friendly_name": [ "Star System", "Kappa Scorpii B" ], "question_node": [ 1, 0 ], "function": [ "none", "none" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "astronomy.star_system.stars" ], "friendly_name": [ "Stars" ] } }
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 . VALUES ?x1 { :m.0kl1r6c } ?x0 :astronomy.star_system.stars ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "astronomy" ]
(AND astronomy.star_system (JOIN astronomy.star_system.stars m.0kl1r6c))
3200668015000
who develops programming language at leo geurts?
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.01h05c" ], "entity_name": [ "Guido van Rossum" ] }
none
3
2
{ "nodes": { "nid": [ 0, 1, 2 ], "node_type": [ "class", "class", "entity" ], "id": [ "computer.programming_language_developer", "computer.programming_language", "m.02kdkwc" ], "class": [ "computer.programming_language_developer", "computer.programming_language", "computer.programming_language_designer" ], "friendly_name": [ "Programming Language Developer", "Programming Language", "Leo Geurts" ], "question_node": [ 1, 0, 0 ], "function": [ "none", "none", "none" ] }, "edges": { "start": [ 1, 2 ], "end": [ 0, 1 ], "relation": [ "computer.programming_language.developers", "computer.programming_language_designer.languages_designed" ], "friendly_name": [ "Developers", "Languages Designed" ] } }
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX : <http://rdf.freebase.com/ns/> SELECT (?x0 AS ?value) WHERE { SELECT DISTINCT ?x0 WHERE { ?x0 :type.object.type :computer.programming_language_developer . ?x1 :type.object.type :computer.programming_language . VALUES ?x2 { :m.02kdkwc } ?x1 :computer.programming_language.developers ?x0 . ?x2 :computer.programming_language_designer.languages_designed ?x1 . FILTER ( ?x0 != ?x1 && ?x0 != ?x2 && ?x1 != ?x2 ) } }
[ "computer" ]
(AND computer.programming_language_developer (JOIN (R computer.programming_language.developers) (JOIN (R computer.programming_language_designer.languages_designed) m.02kdkwc)))
2102755018000
the phoenician alphabet falls under what type of writing system?
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.0358gm" ], "entity_name": [ "Greek alphabet" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "entity" ], "id": [ "language.language_writing_system", "m.0j59b" ], "class": [ "language.language_writing_system", "language.language_writing_system" ], "friendly_name": [ "Language Writing System", "Phoenician alphabet" ], "question_node": [ 1, 0 ], "function": [ "none", "none" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "language.language_writing_system.parent_writing_systems" ], "friendly_name": [ "parent writing systems" ] } }
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX : <http://rdf.freebase.com/ns/> SELECT (?x0 AS ?value) WHERE { SELECT DISTINCT ?x0 WHERE { ?x0 :type.object.type :language.language_writing_system . VALUES ?x1 { :m.0j59b } ?x0 :language.language_writing_system.parent_writing_systems ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "language" ]
(AND language.language_writing_system (JOIN language.language_writing_system.parent_writing_systems m.0j59b))
4302283002000
besides outdoor sculpture, what other art forms were made by andy goldsworthy?
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.0426yt" ], "entity_name": [ "Concept art" ] }
none
4
3
{ "nodes": { "nid": [ 0, 1, 2, 3 ], "node_type": [ "class", "class", "entity", "entity" ], "id": [ "visual_art.visual_art_form", "visual_art.artwork", "m.027rbq", "m.06msq" ], "class": [ "visual_art.visual_art_form", "visual_art.artwork", "visual_art.visual_artist", "visual_art.visual_art_form" ], "friendly_name": [ "Visual Art Form", "Artwork", "Andy Goldsworthy", "outdoor sculpture" ], "question_node": [ 1, 0, 0, 0 ], "function": [ "none", "none", "none", "none" ] }, "edges": { "start": [ 1, 1, 1 ], "end": [ 0, 2, 3 ], "relation": [ "visual_art.artwork.art_form", "visual_art.artwork.artist", "visual_art.artwork.art_form" ], "friendly_name": [ "Art Form", "Artist", "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_form . ?x1 :type.object.type :visual_art.artwork . VALUES ?x2 { :m.027rbq } VALUES ?x3 { :m.06msq } ?x1 :visual_art.artwork.art_form ?x0 . ?x1 :visual_art.artwork.artist ?x2 . ?x1 :visual_art.artwork.art_form ?x3 . FILTER ( ?x0 != ?x1 && ?x0 != ?x2 && ?x0 != ?x3 && ?x1 != ?x2 && ?x1 != ?x3 && ?x2 != ?x3 ) } }
[ "visual_art" ]
(AND visual_art.visual_art_form (JOIN (R visual_art.artwork.art_form) (AND (JOIN visual_art.artwork.artist m.027rbq) (JOIN visual_art.artwork.art_form m.06msq))))
2100465000000
what occupation does fictional character batman/bruce wayne have?
{ "answer_type": [ "Entity", "Entity", "Entity" ], "answer_argument": [ "m.02wszfz", "m.0vjs6", "m.0btmb" ], "entity_name": [ "Martial Artist", "Detective", "Superhero" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "entity" ], "id": [ "fictional_universe.character_occupation", "m.01d5g" ], "class": [ "fictional_universe.character_occupation", "fictional_universe.fictional_character" ], "friendly_name": [ "Character Occupation", "batman/bruce wayne" ], "question_node": [ 1, 0 ], "function": [ "none", "none" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "fictional_universe.character_occupation.characters_with_this_occupation" ], "friendly_name": [ "Characters With This 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 . VALUES ?x1 { :m.01d5g } ?x0 :fictional_universe.character_occupation.characters_with_this_occupation ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "fictional_universe" ]
(AND fictional_universe.character_occupation (JOIN fictional_universe.character_occupation.characters_with_this_occupation m.01d5g))
2100146005000
the local group of galaxies is in what galactic cluster?
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.01fc1x" ], "entity_name": [ "Virgo Cluster" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "entity" ], "id": [ "astronomy.galactic_cluster", "m.04llv" ], "class": [ "astronomy.galactic_cluster", "astronomy.galactic_group" ], "friendly_name": [ "Galactic cluster", "the local group of galaxies" ], "question_node": [ 1, 0 ], "function": [ "none", "none" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "astronomy.galactic_cluster.galaxy_groups" ], "friendly_name": [ "Galaxy groups" ] } }
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_cluster . VALUES ?x1 { :m.04llv } ?x0 :astronomy.galactic_cluster.galaxy_groups ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "astronomy" ]
(AND astronomy.galactic_cluster (JOIN astronomy.galactic_cluster.galaxy_groups m.04llv))
2100032015000
rodeway inn is owned by who?
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.060y_r" ], "entity_name": [ "Choice Hotels" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "entity" ], "id": [ "travel.hotel_brand_owner", "m.010hhxlc" ], "class": [ "travel.hotel_brand_owner", "travel.hotel_brand" ], "friendly_name": [ "Hotel Brand Owner", "Rodeway Inn" ], "question_node": [ 1, 0 ], "function": [ "none", "none" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "travel.hotel_brand_owner.hotel_brands_owned" ], "friendly_name": [ "Hotel Brands Owned" ] } }
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.hotel_brand_owner . VALUES ?x1 { :m.010hhxlc } ?x0 :travel.hotel_brand_owner.hotel_brands_owned ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "travel" ]
(AND travel.hotel_brand_owner (JOIN travel.hotel_brand_owner.hotel_brands_owned m.010hhxlc))
2101527003000
orbit dwarf elliptical galaxy m32 is in what galaxy?
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.0jvb4" ], "entity_name": [ "Andromeda Galaxy" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "entity" ], "id": [ "astronomy.galaxy", "m.03tmnt" ], "class": [ "astronomy.galaxy", "astronomy.satellite_galaxy" ], "friendly_name": [ "Galaxy", "dwarf elliptical galaxy m32" ], "question_node": [ 1, 0 ], "function": [ "none", "none" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "astronomy.galaxy.satellite_galaxies" ], "friendly_name": [ "Satellite galaxies" ] } }
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.galaxy . VALUES ?x1 { :m.03tmnt } ?x0 :astronomy.galaxy.satellite_galaxies ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "astronomy" ]
(AND astronomy.galaxy (JOIN astronomy.galaxy.satellite_galaxies m.03tmnt))
2100610025000
stephanie n pearse are interested in what?
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.011kytkl" ], "entity_name": [ "Imaginative Play" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "entity" ], "id": [ "interests.interest", "m.011kyt3t" ], "class": [ "interests.interest", "people.person" ], "friendly_name": [ "Interest", "Stephanie N Pearse" ], "question_node": [ 1, 0 ], "function": [ "none", "none" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "interests.interest.people_with_this_interest" ], "friendly_name": [ "People with this interest" ] } }
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.interest . VALUES ?x1 { :m.011kyt3t } ?x0 :interests.interest.people_with_this_interest ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "interests" ]
(AND interests.interest (JOIN interests.interest.people_with_this_interest m.011kyt3t))
2100200008000
what grade level's typical (maximum) age is 10?
{ "answer_type": [ "Entity", "Entity", "Entity", "Entity", "Entity", "Entity" ], "answer_argument": [ "m.042_5g", "m.04typzp", "m.04ns1fz", "m.04typy8", "m.04ns1fg", "m.04ns21t" ], "entity_name": [ "Fourth grade", "Middle course level 1", "Primary 5", "Elementary Year 4", "Year Six", "Year 4" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "literal" ], "id": [ "education.grade_level", "10^^http://www.w3.org/2001/XMLSchema#integer" ], "class": [ "education.grade_level", "type.int" ], "friendly_name": [ "Grade level", "10" ], "question_node": [ 1, 0 ], "function": [ "none", "none" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "education.grade_level.typical_age_maximum" ], "friendly_name": [ "Typical age (maximum)" ] } }
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.grade_level . VALUES ?x1 { "10"^^<http://www.w3.org/2001/XMLSchema#integer> } ?x0 :education.grade_level.typical_age_maximum ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "education" ]
(AND education.grade_level (JOIN education.grade_level.typical_age_maximum 10^^http://www.w3.org/2001/XMLSchema#integer))
2101803018000
which organism classifications has the lower rank than unranked superfamily?
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.0gqpx" ], "entity_name": [ "Order" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "entity" ], "id": [ "biology.organism_classification_rank", "m.0_sz7_6" ], "class": [ "biology.organism_classification_rank", "biology.organism_classification_rank" ], "friendly_name": [ "Organism Classification Rank", "Unranked superfamily" ], "question_node": [ 1, 0 ], "function": [ "none", "none" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "biology.organism_classification_rank.lower_rank" ], "friendly_name": [ "Lower rank" ] } }
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX : <http://rdf.freebase.com/ns/> SELECT (?x0 AS ?value) WHERE { SELECT DISTINCT ?x0 WHERE { ?x0 :type.object.type :biology.organism_classification_rank . VALUES ?x1 { :m.0_sz7_6 } ?x0 :biology.organism_classification_rank.lower_rank ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "biology" ]
(AND biology.organism_classification_rank (JOIN biology.organism_classification_rank.lower_rank m.0_sz7_6))
2100245014000
republic of indonesia is the home of what lakes?
{ "answer_type": [ "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity" ], "answer_argument": [ "m.026v7fg", "m.026v6hx", "m.026v4kp", "m.02l9gh", "m.026v8kl", "m.04n4f", "m.0gvsgy2", "m.0dlpz7", "m.02z25d0", "m.026v844", "m.026zgwb", "m.09jmx8", "m.026v7pq", "m.0dlq4_", "m.026v5tx" ], "entity_name": [ "Lake Poso", "Lake Ranau", "Lake Kerinci", "Lake Maninjau", "Lake Matano", "Lake Toba", "Paniai Lakes", "Lake Diatas", "Lake Segara Anak", "Lake Towuti", "Lake Gunung Tujuh", "Lake Singkarak", "Lake Tempe", "Lake Dibawah", "Lake Laut Tawar" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "entity" ], "id": [ "geography.lake", "m.03ryn" ], "class": [ "geography.lake", "location.country" ], "friendly_name": [ "Lake", "republic of indonesia" ], "question_node": [ 1, 0 ], "function": [ "none", "none" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "geography.lake.basin_countries" ], "friendly_name": [ "Basin countries" ] } }
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.lake . VALUES ?x1 { :m.03ryn } ?x0 :geography.lake.basin_countries ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "geography" ]
(AND geography.lake (JOIN geography.lake.basin_countries m.03ryn))
2102132001000
which space mission has the launch site of launch complex 39?
{ "answer_type": [ "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity" ], "answer_argument": [ "m.026q9l", "m.018qvn", "m.0182sk", "m.018yw9", "m.02hl8w", "m.099xs2", "m.0182pn", "m.018qxy", "m.018qts", "m.018pk6", "m.018qsx", "m.018yvx" ], "entity_name": [ "STS-8", "STS-4", "STS-1", "STS-7", "STS-27", "STS-51-L", "STS-107", "STS-5", "STS-3", "STS-9", "STS-2", "STS-6" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "entity" ], "id": [ "spaceflight.space_mission", "m.062vvj" ], "class": [ "spaceflight.space_mission", "spaceflight.rocket_launch_site" ], "friendly_name": [ "Space Mission", "launch complex 39" ], "question_node": [ 1, 0 ], "function": [ "none", "none" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "spaceflight.space_mission.launch_site" ], "friendly_name": [ "Launch site" ] } }
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.space_mission . VALUES ?x1 { :m.062vvj } ?x0 :spaceflight.space_mission.launch_site ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "spaceflight" ]
(AND spaceflight.space_mission (JOIN spaceflight.space_mission.launch_site m.062vvj))
2101773014000
which product line use virtualizing data center resources with dell solutions theme?
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.0rpzmtz" ], "entity_name": [ "Data Center Virtualization" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "entity" ], "id": [ "business.product_line", "m.0rp_l1z" ], "class": [ "business.product_line", "business.product_theme" ], "friendly_name": [ "Product line", "Virtualizing data center resources with Dell solutions" ], "question_node": [ 1, 0 ], "function": [ "none", "none" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "business.product_line.themes" ], "friendly_name": [ "Themes" ] } }
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.product_line . VALUES ?x1 { :m.0rp_l1z } ?x0 :business.product_line.themes ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "business" ]
(AND business.product_line (JOIN business.product_line.themes m.0rp_l1z))
2100581010000
the secret deals and steals is a sequence of segments for which tv program?
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.0275kr" ], "entity_name": [ "Good Morning America" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "entity" ], "id": [ "tv.tv_program", "m.0vv4crv" ], "class": [ "tv.tv_program", "tv.sequence_of_tv_episode_segments" ], "friendly_name": [ "TV Program", "Secret Deals and Steals" ], "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.0vv4crv } ?x0 :tv.tv_program.recurring_segments ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "tv" ]
(AND tv.tv_program (JOIN tv.tv_program.recurring_segments m.0vv4crv))
2101719004000
what is the name of the public library in the okefenokee regional library system system?
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.0j8x6sr" ], "entity_name": [ "Okefenokee Regional Library System Central Library" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "entity" ], "id": [ "library.public_library", "m.02nd9fl" ], "class": [ "library.public_library", "library.public_library_system" ], "friendly_name": [ "Public Library", "Okefenokee Regional Library System" ], "question_node": [ 1, 0 ], "function": [ "none", "none" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "library.public_library.library_system" ], "friendly_name": [ "Library 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 :library.public_library . VALUES ?x1 { :m.02nd9fl } ?x0 :library.public_library.library_system ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "library" ]
(AND library.public_library (JOIN library.public_library.library_system m.02nd9fl))
2102889014000
name the golf couse that has leopard creek country club as its facility.
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.04vy0h2" ], "entity_name": [ "Leopard Creek Golf Course" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "entity" ], "id": [ "sports.golf_course", "m.04vy0w_" ], "class": [ "sports.golf_course", "sports.golf_facility" ], "friendly_name": [ "Golf Course", "Leopard Creek Country Club" ], "question_node": [ 1, 0 ], "function": [ "none", "none" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "sports.golf_course.facility" ], "friendly_name": [ "Facility" ] } }
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 { :m.04vy0w_ } ?x0 :sports.golf_course.facility ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "sports" ]
(AND sports.golf_course (JOIN sports.golf_course.facility m.04vy0w_))
2102387007000
where do the arambagh krira sangha play at home?
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.0260knh" ], "entity_name": [ "Bangladesh Army Stadium" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "entity" ], "id": [ "sports.sports_facility", "m.06w7hln" ], "class": [ "sports.sports_facility", "sports.sports_team" ], "friendly_name": [ "Sports Facility", "Arambagh Krira Sangha" ], "question_node": [ 1, 0 ], "function": [ "none", "none" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "sports.sports_facility.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 :sports.sports_facility . VALUES ?x1 { :m.06w7hln } ?x0 :sports.sports_facility.teams ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "sports" ]
(AND sports.sports_facility (JOIN sports.sports_facility.teams m.06w7hln))
2100041011000
which holiday relates pi approximation day?
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.0681n" ], "entity_name": [ "Pi Day" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "entity" ], "id": [ "time.holiday", "g.11bc16zpz9" ], "class": [ "time.holiday", "time.event" ], "friendly_name": [ "Holiday", "Pi Approximation Day" ], "question_node": [ 1, 0 ], "function": [ "none", "none" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "time.holiday.related_event" ], "friendly_name": [ "Related Event" ] } }
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX : <http://rdf.freebase.com/ns/> SELECT (?x0 AS ?value) WHERE { SELECT DISTINCT ?x0 WHERE { ?x0 :type.object.type :time.holiday . VALUES ?x1 { :g.11bc16zpz9 } ?x0 :time.holiday.related_event ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "time" ]
(AND time.holiday (JOIN time.holiday.related_event g.11bc16zpz9))
2105251005000
who is the oldest recipe author?
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.04t7rn" ], "entity_name": [ "Madhur Jaffrey" ] }
argmin
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "literal" ], "id": [ "food.recipe_author", "0^^http://www.w3.org/2001/XMLSchema#int" ], "class": [ "food.recipe_author", "type.datetime" ], "friendly_name": [ "Recipe author", "0" ], "question_node": [ 1, 0 ], "function": [ "none", "argmin" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "people.person.date_of_birth" ], "friendly_name": [ "Date of birth" ] } }
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX : <http://rdf.freebase.com/ns/> SELECT (?x0 AS ?value) WHERE { SELECT DISTINCT ?x0 WHERE { ?x0 :type.object.type :food.recipe_author . { SELECT (MIN(?y1) AS ?x1) WHERE { ?y0 :type.object.type :food.recipe_author . ?y0 :people.person.date_of_birth ?y1 . FILTER ( ?y0 != ?y1 ) } } ?x0 :people.person.date_of_birth ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "people" ]
(ARGMIN food.recipe_author people.person.date_of_birth)
2103119004000
what is the number of computer designers who are the primary designers for xerox alto?
{ "answer_type": [ "Value" ], "answer_argument": [ "1" ], "entity_name": [ "" ] }
count
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "entity" ], "id": [ "computer.computer_designer", "m.0k80v" ], "class": [ "computer.computer_designer", "computer.computer" ], "friendly_name": [ "Computer Designer", "Xerox Alto" ], "question_node": [ 1, 0 ], "function": [ "count", "none" ] }, "edges": { "start": [ 1 ], "end": [ 0 ], "relation": [ "computer.computer.key_designers" ], "friendly_name": [ "Key Designers" ] } }
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 :computer.computer_designer . VALUES ?x1 { :m.0k80v } ?x1 :computer.computer.key_designers ?x0 . FILTER ( ?x0 != ?x1 ) } }
[ "computer" ]
(COUNT (AND computer.computer_designer (JOIN (R computer.computer.key_designers) m.0k80v)))
2101887022000
the episcopal church is a member of which religious organization?
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.0kwr" ], "entity_name": [ "Anglican Communion" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "entity" ], "id": [ "religion.religious_organization", "m.02rsw" ], "class": [ "religion.religious_organization", "religion.religious_organization" ], "friendly_name": [ "Religious Organization", "Episcopal Church" ], "question_node": [ 1, 0 ], "function": [ "none", "none" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "religion.religious_organization.member_organizations" ], "friendly_name": [ "Member Organizations" ] } }
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX : <http://rdf.freebase.com/ns/> SELECT (?x0 AS ?value) WHERE { SELECT DISTINCT ?x0 WHERE { ?x0 :type.object.type :religion.religious_organization . VALUES ?x1 { :m.02rsw } ?x0 :religion.religious_organization.member_organizations ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "religion" ]
(AND religion.religious_organization (JOIN religion.religious_organization.member_organizations m.02rsw))
2100155024000
the chromosome 16 (human) chromosome is in what gene?
{ "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", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "Entity", "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.021m7f3", "m.021mgz_", "m.021mq9j", "m.021m64y", "m.021m9bp", "m.021m9g9", "m.021myt_", "m.02lcg2s", "m.02lcm_k", "m.02ldfk0", "m.02lfpgf", "m.02lfw1s", "m.02lfxr9", "m.02lfyml", "m.02lg8cf", "m.02lgzs4", "m.02lh120", "m.02lh8cd", "m.02lhf1z", "m.02lj6q2", "m.02lk419", "m.02lkpp5", "m.02lkwyh", "m.02ll2ff", "m.02ll5k2", "m.02llbcn", "m.02lmq3c", "m.02lmr0m", "m.02lp3zq", "m.02lpcl_", "m.02lpf8n", "m.02lq6l8", "m.02lqth1", "m.02lr5y0", "m.02ltc2v", "m.02lw4f1", "m.02lx0hn", "m.02ly5_9", "m.021m331", "m.021n3k2", "m.02lg8d5", "m.02lgwjj", "m.02lh1br", "m.02lh34k", "m.02lj7zq", "m.02lj88k", "m.02ljpcq", "m.02lk25g", "m.02lkbg_", "m.02lkzvk", "m.02lm_jy", "m.02lmyy6", "m.02lnmv4", "m.02lpbtq", "m.02lq1n9", "m.02lq782", "m.02lqjn1", "m.021mk_h", "m.021n0zz", "m.02lgb1v", "m.02lhwp8", "m.02ljz1q", "m.02ll2xm", "m.02llhvg", "m.02lmchz", "m.02lr5d_", "m.02lrf0n", "m.02lsqp7", "m.02lthsq", "m.021n272", "m.021n2tm", "m.021n470", "m.02lg0jw", "m.02lgrny", "m.02lhz33", "m.02lj199", "m.02lj712", "m.02lj_cn", "m.02ljp1z", "m.02lk1h1", "m.02ll0f0", "m.02lmvmv", "m.02ln812", "m.02lpp4g", "m.02lqkvd", "m.02lqnl8", "m.02lqzk1", "m.02lr94c", "m.02ly5mm", "m.021msq1", "m.02lky_j", "m.02ll2pw", "m.02ln3wz", "m.021m2lb", "m.021m9c7", "m.021m9fr", "m.021mgzf", "m.021mwl9", "m.02lfw36", "m.02lgrf4", "m.02lk1lv", "m.02lmd47", "m.02lmhy6", "m.02ln1r8", "m.02ln30_", "m.02lp238", "m.02lp8_9", "m.02lpvb1", "m.02lqfw2", "m.02lrh1l", "m.02lsqlx", "m.02lsyz5", "m.02lv68l", "m.02lvb81", "m.021m7j5", "m.021md3_", "m.02lfn77", "m.02lgwq3", "m.02lgzm4", "m.02lh3qy", "m.02lj__k", "m.02ljysc", "m.02lk0zk", "m.02lkwqp", "m.02ll5_7", "m.02llt3g", "m.02lmg8b", "m.02lmqp1", "m.02lmqrr", "m.02lmr3k", "m.02ln_tc", "m.02lp0z1", "m.02lq3vv", "m.02lq95g", "m.02lqd_9", "m.02lqhj9", "m.02lr9jf", "m.02ls999", "m.02lsz31", "m.02lt_s0", "m.02ltnmn", "m.02lvp_q", "m.021m9d2", "m.021m9vg", "m.021mdyn", "m.021mm0j", "m.021mpvk", "m.021mywn", "m.021n3j7", "m.021n539", "m.02lfkvp", "m.02lg0gv", "m.02lg67b", "m.02lg7rt", "m.02lgyrp", "m.02lhl8l", "m.02lhlrw", "m.02ljt35", "m.02lkkcz", "m.02ll5wg", "m.02ll74x", "m.02ln32_", "m.02lpk1v", "m.02lqjlg", "m.02lqsk5", "m.02ls936", "m.02ls98n", "m.021mf17", "m.021mswh", "m.021n1jr", "m.02ld_yt", "m.02lgtwx", "m.02lh1ct", "m.02lhbyd", "m.02lhm6b", "m.02lj8rw", "m.02ljns4", "m.02lk333", "m.02lk45d", "m.02lkgvl", "m.02lkk66", "m.02lkyq5", "m.02ll0gp", "m.02lm3nl", "m.02lm9sg", "m.02lmphq", "m.02lms76", "m.02lp9_0", "m.02lpf9d", "m.02lplf7", "m.02lpxb_", "m.02lqfv9", "m.02lqmmp", "m.02lsyyf", "m.02lt7tq", "m.02lwkhx", "m.021mdpp", "m.021mbvt", "m.021mcp5", "m.021ml_p", "m.021n1dv", "m.021n1gt", "m.021n3lh", "m.021n4hk", "m.02lgl7g", "m.02lhjgn", "m.02ljd2y", "m.02ljqcw", "m.02lk0t0", "m.02lktm1", "m.02lm4l5", "m.02lmpq3", "m.02ln5ft", "m.02lnxr_", "m.02lpb1_", "m.02lpc0s", "m.02lsql2", "m.021mht1", "m.02lgljy", "m.02lgqpg", "m.02lh15v", "m.02lh3hl", "m.02lhk71", "m.02lj5gb", "m.02lj8j4", "m.02ljzlx", "m.02lk9hy", "m.02lp38v", "m.02lpdlh", "m.02lpnfg", "m.02lqmxp", "m.02lr82m", "m.02lrq3s", "m.02lwkfj", "m.021myvv", "m.02lfzv8", "m.02lg33t", "m.02lgts7", "m.02lj2l9", "m.02lj82b", "m.02lj9fy", "m.02lk01q", "m.02ln2ft", "m.02lpct9", "m.021ms8z", "m.021mx7x", "m.02lh04d", "m.02lj6ky", "m.02ljqw8", "m.02lmdld", "m.02lmwsw", "m.02ln8yh", "m.02lnd70", "m.02lpj4q", "m.02lptkz", "m.02lqcp4", "m.02lqqf9", "m.02lsz24", "m.02ltgtk", "m.021m2ks", "m.021m3qv", "m.021m4ks", "m.021m8s0", "m.021mrpm", "m.021mst2", "m.02lg5bs", "m.02lj4vm", "m.02ljkt1", "m.02lkgdt", "m.02lmjy5", "m.02lmq93", "m.02lnh33", "m.02lpl94", "m.02lpv76", "m.02lqhqd", "m.02lql70", "m.02lrpgs", "m.02lgmh4", "m.021mh0p", "m.021mvw5", "m.021n3jj", "m.02lk1g2", "m.02lklc2", "m.02ln4j8", "m.02lnd7z", "m.02lnf8f", "m.02lntxz", "m.02lpvrb", "m.02lrfwf", "m.02lrpr7", "m.02ls8vv", "m.02lvb6z", "m.021mpfz", "m.02lgprh", "m.02lgwpc", "m.02lhcy2", "m.02lhr18", "m.02lj04h", "m.02ljpf_", "m.02lm2t9", "m.02lmk0c", "m.02lnh5l", "m.02lp04x", "m.02lp55h", "m.02lq1k8", "m.02lqcmm", "m.02lr12q", "m.02lrfrq", "m.02lsqn9", "m.02lsyg2", "m.02lt5vy", "m.02lfs3b", "m.02lm6cn", "m.02lmls9", "m.02lr3p7", "m.02ls8_d", "m.02lsz13", "m.021mg0l", "m.021mh4m", "m.021mswr", "m.02lftn9", "m.02lg2kn", "m.02lh_xd", "m.02ll5fm", "m.02llg8t", "m.02lnzlf", "m.02lpp_3", "m.02lpvwf", "m.02lrpkh", "m.02lrpn3", "m.02lxr_b", "m.021m1sh", "m.021m88x", "m.02lgn0z", "m.02ljjqr", "m.02lk7fg", "m.02lkskq", "m.02llr1f", "m.02lm791", "m.02ln2rh", "m.02lnzwb", "m.02lpbfx", "m.02lq7qq", "m.02ls8wn", "m.02ls97z", "m.02lt214", "m.02lx0pg", "m.021m4tb", "m.021m9wl", "m.021mfbk", "m.021mxxv", "m.02lh93y", "m.02lk3_q", "m.02lkqx_", "m.02llt68", "m.02lm60y", "m.02lm8kz", "m.02lmz17", "m.02ln1n2", "m.02lnskj", "m.02lnwq2", "m.02lp827", "m.02lpfbv", "m.02lpkkz", "m.02lqc35", "m.02lr3cn", "m.02lr5gj", "m.02lrpyp", "m.02ltp2w", "m.02lww1v", "m.021m2zx", "m.021mk88", "m.021mtsj", "m.021n3ls", "m.02lhq_s", "m.02ljv2y", "m.02lk7yq", "m.02lkdrz", "m.02lm3g1", "m.02lpb60", "m.02lqpk_", "m.02lrjg2", "m.02lrpqj", "m.02lvq0n", "m.021mc4m", "m.02lgvx1", "m.02lh70k", "m.02lhn8k", "m.02lhr21", "m.02ljf6x", "m.02ljpdf", "m.02lkwlt", "m.02lmfxq", "m.02lpq6c", "m.02lr419", "m.02lrk9l", "m.02lv28z", "m.02lwkbs", "m.021n2y7", "m.02lg9jc", "m.02lmb_9", "m.021m9g0", "m.021mvts", "m.021n3jt", "m.02lh5cc", "m.02lkm6l", "m.02llhlh", "m.02lnjtk", "m.02lpqzl", "m.02lrq2c", "m.02lvyr8", "m.021mdg5", "m.021mf96", "m.021mly_", "m.021mstm", "m.02lg29y", "m.02ljn9v", "m.02lkzms", "m.02lm589", "m.02lmqlh", "m.02lq8hh", "m.02lr4zj", "m.021mp5l", "m.021n4xw", "m.02lfjhr", "m.02lgqmb", "m.02ljc41", "m.02llvvn", "m.02lm27f", "m.02ln80d", "m.02lrgd5", "m.02lwk99", "m.021mgnr", "m.021mz__", "m.02lfq_k", "m.02lg3_m", "m.02lggtm", "m.02lhlmw", "m.02lhsz4", "m.02lj7nz", "m.02lk0qm", "m.02llb08", "m.02lrb6h", "m.02lrpzf", "m.021m9b3", "m.021m591", "m.021mzrx", "m.02lhb7l", "m.02lpp5v", "m.02lr8t6", "m.02ltntx", "m.021mhs6", "m.02lg1p4", "m.02lhdr3", "m.02lj_8p", "m.02ljp2n", "m.02lpmj0", "m.02lq04n", "m.02lqwg1", "m.02lthrh", "m.021mcs9", "m.021mglt", "m.021mqz9", "m.02ll6yh", "m.02lmjzt", "m.02lpp3p", "m.021m1tw", "m.021m7j_", "m.02lgyx4", "m.02lh5_j", "m.02lpj9r", "m.02lpkjk", "m.02lrp_x", "m.02lsz40", "m.021n3l6", "m.02lgpph", "m.02lk2y6", "m.02llfyq", "m.02ltnxf", "m.02lw8zn", "m.021m9dx", "m.021mz6t", "m.021n3kc", "m.02lhvv5", "m.02lkzk1", "m.02lpqnh", "m.02lq0v0", "m.02lq3z1", "m.02lrptx", "m.02lkwwb", "m.02lnyc6", "m.02lq7zd", "m.02lj89c", "m.02ljllz", "m.02ltp0n", "m.02ljt_c", "m.02lkprq", "m.02ll3pz", "m.02lmbjw", "m.02ln270", "m.02lngrq", "m.02lnwmp", "m.02lptp0", "m.02lq933", "m.02lftrz", "m.02lhx83", "m.02lj178", "m.02ljpyt", "m.02lmv_r", "m.02lntvl", "m.02lpknd", "m.02lqlwl", "m.02lv25_", "m.02lwkb0", "m.02lx0qc", "m.021mjsr", "m.02ljd16", "m.02lm4v7", "m.02lqt2g", "m.02ltnq0", "m.02lfs2j", "m.02ljyn_", "m.02lm1l_", "m.02lqk6j", "m.02lqxg0", "m.02lrpjs", "m.02ls8xf", "m.02lx0r0", "m.021mqn9", "m.021mvsy", "m.021n2kt", "m.02lg79v", "m.02ljcvm", "m.02lrps4", "m.021mbrr", "m.021mssk", "m.021n3hz", "m.02lj5xr", "m.02lj8c8", "m.02lm3v1", "m.02ln9gv", "m.02lpng7", "m.02lr6j1", "m.02lrq32", "m.02lwwtp", "m.02ly5bt", "m.021mgmx", "m.021n3m9", "m.021n563", "m.02lcgvf", "m.02ljn5z", "m.02ljq83", "m.02ll2rd", "m.02lprj7", "m.02lpvyp", "m.02lqc_7", "m.021mqxf", "m.021n1wk", "m.02llbdc", "m.02lmxs5", "m.02lggy4", "m.02lr15b", "m.02lrpxx", "m.021m1t0", "m.02lmzkh", "m.02ln_cm", "m.02lrpx6", "m.02ls94y", "m.02lsz0c", "m.02lv288", "m.02lvpzh", "m.021m6br", "m.02lps53", "m.02lqjdk", "m.02lqx1n", "m.02lswl6", "m.02lw4dc", "m.02lx0lc", "m.021mvqk", "m.02lg911", "m.02lk_j3", "m.02lqgsj", "m.02lqpfk", "m.02lrq1p", "m.02lh5kw", "m.02lk84z", "m.02lm53r", "m.02ln034", "m.02ln6b3", "m.02lntx5", "m.02lqqwd", "m.02lrpl7", "m.02lt5wz", "m.02lncmb", "m.02lnk8l", "m.02lpwmn", "m.02ljfb5", "m.02lpy3p", "m.02lqk11", "m.021m8b0", "m.021n2nm", "m.02lgr7k", "m.02lkvcx", "m.02ll37l", "m.02ll4kt", "m.02lm3l9", "m.02lnkql", "m.02lpgd6", "m.02lrg9_", "m.02lsyxq", "m.02lt9wg", "m.02lgnhf", "m.02ll4v6", "m.02lnl_0", "m.02lpd8f", "m.02lpzjx", "m.02lqzn7", "m.02ltc3x", "m.02llc7y", "m.02ls904", "m.02lkwfq", "m.02lll0m", "m.02lrf20", "m.021mryw", "m.02ljqpl", "m.02ln1nz", "m.02lnyq_", "m.02lpl4d", "m.02lhjky", "m.02lpfps", "m.02lnfb0", "m.02lrpps", "m.02ls8yc", "m.021m9n3", "m.02lm2w2", "m.02lpzpg", "m.02lqstd", "m.02ltd6b", "m.02ly5pp", "m.02lk1qn", "m.02lrpp1", "m.02ltnpb", "m.021m3fl", "m.02lpc2k", "m.02lwfq2", "m.02ljmvd", "m.02ljy3f", "m.02lwzcw", "m.021m7rp", "m.02lpg4n", "m.02lqzhl", "m.02ltf5h", "m.02ll3xb", "m.02lp2hn", "m.02lqcbm", "m.02lqhd3", "m.021mpqg", "m.02lpbhf", "m.02lrq0m", "m.02ls9br", "m.02lplgq", "m.02lq0j5", "m.02ltcqw", "m.02lvq4d", "m.02ln9kb", "m.02lm3pg", "m.02lwkg6", "m.02lfjg8", "m.02lljc1", "m.02lnhkh", "m.02lvq2l", "m.02lm3z0", "m.02lrp_4", "m.02ls91j", "m.021mvh7", "m.02llk_v", "m.02ls965", "m.02lx0ml", "m.02lr5lh", "m.02lrcmv", "m.021mf0z", "m.021msst", "m.021n3ky", "m.02lgbff", "m.02lgw0m", "m.02lhswm", "m.02lj3gw", "m.02ljsmz", "m.02lkw2t", "m.02lkxft", "m.02ll0yr", "m.02ll8xx", "m.02lldlf", "m.02llnn2", "m.02lls9h", "m.02lm2mj", "m.02lmkzm", "m.02lmnj9", "m.02lmpy3", "m.02lmzr6", "m.02lnb1s", "m.02lngnc", "m.02lnjky", "m.02lnmv_", "m.02lnz9f", "m.02lp0k1", "m.02lp867", "m.02lp_5p", "m.02lp_8p", "m.02lpc55", "m.02lpg9t", "m.02lps3j", "m.02lptmc", "m.02lpvp3", "m.02lpwj3", "m.02lpxy8", "m.02lpxz7", "m.02lq82g", "m.02lq9rz", "m.02lqcnf", "m.02lqh6v", "m.02lqlpj", "m.02lqnpr", "m.02lr11b", "m.02lr1q8", "m.02lr5zn", "m.02lr8ty", "m.02lr9bq", "m.02lrgdx", "m.02lrpft", "m.02lrpmb", "m.02lrpt4", "m.02lrpw6", "m.02ls8z3", "m.02ls90v", "m.02ls9b1", "m.02lsqml", "m.02lsy_f", "m.02ltf24", "m.02ltnwn", "m.02lv26q", "m.02lvgyn", "m.02lvmd3", "m.02lvyrz", "m.02lw46_", "m.02lw48s", "m.02lw49f", "m.02lw_9f", "m.02lwcgw", "m.02lwkcf", "m.02lwyzy", "m.02ly3z3", "m.02ll01n", "m.02llc1v", "m.02llf3g", "m.02llnr0", "m.02lplf_", "m.02lpmtc", "m.02lpryb", "m.02lqlkx", "m.02lqmrf", "m.02lr14g", "m.02lr3hd", "m.02lrphj", "m.02ls946", "m.02lt5v4", "m.02ltnsx", "m.02ltp1b", "m.02lvb8q", "m.02lwkd2", "m.02lwsls" ], "entity_name": [ "chromosome 16 open reading frame 3", "deoxyribonuclease I-like 2", "golgi apparatus protein 1", "Bardet-Biedl syndrome 2", "cadherin 3, type 1, P-cadherin (placental)", "cadherin 16, KSP-cadherin", "integrin, alpha D", "ATPase, Ca++ transporting, cardiac muscle, fast twitch 1", "core-binding factor, runt domain, alpha subunit 2; translocated to, 3", "fusion (involved in t(12;16) in malignant liposarcoma)", "lecithin-cholesterol acyltransferase", "olfactory receptor, family 1, subfamily F, member 1", "poly(A)-specific ribonuclease (deadenylation nuclease)", "procollagen (type III) N-endopeptidase", "protamine 1", "sialophorin (leukosialin, CD43)", "sulfotransferase family, cytosolic, 1A, phenol-preferring, member 2", "transition protein 2 (during histone to protamine replacement)", "ubiquinol-cytochrome c reductase core protein II", "TATA box binding protein (TBP)-associated factor, RNA polymerase I, C, 110kDa", "CDP-diacylglycerol--inositol 3-phosphatidyltransferase (phosphatidylinositol synthase)", "DEAD (Asp-Glu-Ala-As) box polypeptide 19B", "golgi associated, gamma adaptin ear containing, ARF binding protein 2", "coactosin-like 1 (Dictyostelium)", "ADP-ribosylation factor-like 2 binding protein", "RAB26, member RAS oncogene family", "trafficking protein particle complex 2-like", "synaptotagmin XVII", "WAP four-disulfide core domain 1", "matrix metallopeptidase 25", "heparan sulfate (glucosamine) 3-O-sulfotransferase 6", "integrin alpha FG-GAP repeat containing 1", "zinc and ring finger 1", "potassium voltage-gated channel, subfamily G, member 4", "potassium channel tetramerisation domain containing 13", "FLJ45121 protein", "PI-3-kinase-related kinase SMG-1 pseudogene", "small nucleolar RNA, H/ACA box 78", "agouti related protein homolog (mouse)", "metallothionein 1G", "protamine 2", "solute carrier family 9 (sodium/hydrogen exchanger), member 5", "sulfotransferase family, cytosolic, 1A, phenol-preferring, member 1", "tyrosine aminotransferase", "claudin 6", "protein kinase, membrane associated tyrosine/threonine 1", "CP110 protein", "COX4 neighbor", "nuclear factor of activated T-cells 5, tonicity-responsive", "exportin 6", "nudE nuclear distribution gene E homolog 1 (A. nidulans)", "RRN3 RNA polymerase I transcription factor homolog (S. cerevisiae)", "asparagine-linked glycosylation 1 homolog (S. cerevisiae, beta-1,4-mannosyltransferase)", "G protein beta subunit-like", "hydroxy-delta-5-steroid dehydrogenase, 3 beta- and steroid delta-isomerase 7", "glucose-fructose oxidoreductase domain containing 2", "TNF receptor-associated factor 7", "Fanconi anemia, complementation group A", "v-maf musculoaponeurotic fibrosarcoma oncogene homolog (avian)", "proteasome (prosome, macropain) subunit, beta type, 10", "double C2-like domains, alpha", "C-type lectin domain family 3, member A", "tryptase delta 1", "olfactory receptor, family 1, subfamily F, member 2", "thioredoxin domain containing 11", "hypothetical protein MGC16385", "hypothetical protein BC014089", "zinc finger protein 1 homolog (mouse)", "PYD (pyrin domain) containing 1", "class II, major histocompatibility complex, transactivator", "N-methylpurine-DNA glycosylase", "mevalonate (diphospho) decarboxylase", "phosphorylase kinase, gamma 2 (testis)", "chemokine (C-X3-C motif) ligand 1", "cyclin-dependent kinase (CDC2-like) 10", "membrane-bound transcription factor peptidase, site 1", "rhomboid, veinlet-like 1 (Drosophila)", "nuclear transport factor 2", "zinc finger protein 646", "branched chain ketoacid dehydrogenase kinase", "mahogunin, ring finger 1", "telomeric repeat binding factor 2, interacting protein", "2-oxoglutarate and iron-dependent oxygenase domain containing 1", "iroquois homeobox protein 3", "calpain, small subunit 2", "metallothionein 4", "ras homolog gene family, member T2", "syntaxin 1B2", "small nucleolar RNA, H/ACA box 46", "hydroxyacylglutathione hydrolase", "zinc finger, CCHC domain containing 14", "malonyl-CoA decarboxylase", "HEAT repeat containing 3", "adenylate cyclase 9", "cadherin 5, type 2, VE-cadherin (vascular epithelium)", "cadherin 13, H-cadherin (heart)", "deoxyribonuclease I", "interferon regulatory factor 8", "olfactory receptor, family 2, subfamily C, member 1", "chemokine (C-C motif) ligand 22", "katanin p80 (WD repeat containing) subunit B 1", "plasma membrane proteolipid (plasmolipin)", "bifunctional apoptosis regulator", "zinc finger protein 434", "host cell factor C1 regulator 1 (XPO1 dependent)", "KIAA1576 protein", "protease, serine, 22", "engulfment and cell motility 3", "integrin alpha FG-GAP repeat containing 3", "acyl-CoA synthetase medium-chain family member 1", "testis nuclear RNA-binding protein-like", "mixed lineage kinase domain-like", "zinc finger with KRAB and SCAN domains 2", "secretory protein LOC348174", "carbonic anhydrase VA, mitochondrial", "CREB binding protein (Rubinstein-Taybi syndrome)", "haptoglobin", "solute carrier family 12 (potassium/chloride transporters), member 4", "spastic paraplegia 7, paraplegin (pure and complicated autosomal recessive)", "transcription elongation factor B (SIII), polypeptide 2 (18kDa, elongin B)", "coenzyme Q7 homolog, ubiquinone (yeast)", "TNF receptor-associated protein 1", "STIP1 homology and U-box containing protein 1", "PI-3-kinase-related kinase SMG-1", "origin recognition complex, subunit 6 like (yeast)", "vacuolar protein sorting 4 homolog A (S. cerevisiae)", "chemokine-like factor", "selenoprotein X, 1", "WW domain containing oxidoreductase", "guanine nucleotide binding protein (G protein), gamma 13", "pyruvate dehydrogenase phosphatase isoenzyme 2", "RAN binding protein 10", "cytochrome b5 type B (outer mitochondrial membrane)", "SLC7A5 pseudogene", "protease, serine 27", "MYST histone acetyltransferase 1", "RNA pseudouridylate synthase domain containing 1", "protease, serine, 36", "non-SMC element 1 homolog (S. cerevisiae)", "snail homolog 3 (Drosophila)", "NODAL modulator 2", "SH3-binding domain kinase 1", "cadherin 8, type 2", "carboxylesterase 1 (monocyte/macrophage serine esterase 1)", "cardiotrophin 1", "forkhead box C2 (MFH-1, mesenchyme forkhead 1)", "growth factor, augmenter of liver regeneration (ERV1 homolog, S. cerevisiae)", "integrin, alpha X (complement component 3 receptor 4 subunit)", "metallothionein 1B (functional)", "NADH dehydrogenase (ubiquinone) 1, alpha/beta subcomplex, 1, 8kDa", "cyclin F", "phosphorylase kinase, beta", "protein phosphatase 4 (formerly X), catalytic subunit", "mitogen-activated protein kinase 3", "syntrophin, beta 2 (dystrophin-associated protein A1, 59kDa, basic component 2)", "zinc finger protein 174", "zinc finger protein 213", "ATPase, Ca++ transporting, type 2C, member 2", "WW domain containing E3 ubiquitin protein ligase 2", "calcium regulated heat stable protein 1, 24kDa", "lysophospholipase 3 (lysosomal phospholipase A2)", "hypothetical protein FLJ20581", "chromosome 16 open reading frame 28", "coiled-coil domain containing 135", "zinc finger and SCAN domain containing 10", "GSG1-like", "zinc finger protein 688", "chymotrypsin-like", "hemoglobin, theta 1", "carbohydrate (N-acetylglucosamine 6-O) sulfotransferase 6", "integrin, alpha L (antigen CD11A (p180), lymphocyte function-associated antigen 1; alpha polypeptide)", "ST3 beta-galactoside alpha-2,3-sialyltransferase 2", "sulfotransferase family, cytosolic, 1A, phenol-preferring, member 3", "Tu translation elongation factor, mitochondrial", "zona pellucida glycoprotein 2 (sperm receptor)", "ATPase, H+ transporting, lysosomal 38kDa, V0 subunit d1", "homocysteine-inducible, endoplasmic reticulum stress-inducible, ubiquitin-like domain member 1", "tubulin, beta 3", "craniofacial development protein 1", "protease, serine, 21 (testisin)", "nudix (nucleoside diphosphate linked moiety X)-type motif 21", "mitogen-activated protein kinase 8 interacting protein 3", "ATM/ATR-Substrate Chk2-Interacting Zn2+-finger protein", "PYD and CARD domain containing", "par-6 partitioning defective 6 homolog alpha (C. elegans)", "family with sequence similarity 96, member B", "beta-carotene 15,15'-monooxygenase 1", "nucleotide-binding oligomerization domain containing 2", "protein disulfide isomerase family A, member 2", "meteorin, glial cell differentiation regulator", "rabaptin, RAB GTPase binding effector protein 2", "spinster", "BTB (POZ) domain containing 12", "fucokinase", "G protein-coupled receptor 97", "chymotrypsinogen B2", "casein kinase 2, alpha prime polypeptide", "ceroid-lipofuscinosis, neuronal 3, juvenile (Batten, Spielmeyer-Vogt disease)", "cytochrome c oxidase subunit IV isoform 1", "forkhead box L1", "MYC-associated zinc finger protein (purine-binding transcription factor)", "melanocortin 1 receptor (alpha melanocyte stimulating hormone receptor)", "metallothionein 1X", "myosin, heavy chain 11, smooth muscle", "ribosomal protein L3-like", "zinc finger protein 19", "G protein-coupled receptor 56", "DEAH (Asp-Glu-Ala-His) box polypeptide 38", "iroquois homeobox protein 5", "selenophosphate synthetase 2", "zinc finger, DHHC-type containing 1", "GINS complex subunit 2 (Psf2 homolog)", "Rho GTPase activating protein 17", "THAP domain containing 11", "xylosyltransferase I", "PAP associated domain containing 5", "zinc finger protein, multitype 1", "E4F transcription factor 1", "ribosomal protein L13", "sodium channel, nonvoltage-gated 1, gamma", "syntaxin 4", "T-box 6", "zinc finger protein 75a", "calcium channel, voltage-dependent, T type, alpha 1H subunit", "ubiquitin specific peptidase 10", "carbohydrate (N-acetylglucosamine 6-O) sulfotransferase 4", "CCCTC-binding factor (zinc finger protein)", "RAB40C, member RAS oncogene family", "tryptase beta 2", "fatty acid 2-hydroxylase", "dynactin 5 (p25)", "ATP-binding cassette, sub-family C (CFTR/MRP), member 12", "transmembrane protein 170", "hect domain and RLD 2 pseudogene 4", "integrin, alpha M (complement component 3 receptor 3 subunit)", "3-phosphoinositide dependent protein kinase-1", "phosphomannomutase 2", "seven in absentia homolog 1 (Drosophila)", "regulator of G-protein signalling 11", "claudin 9", "synaptogyrin 3", "mesothelin", "thioredoxin-like 4B", "AKT interacting protein", "general transcription factor IIIC, polypeptide 1, alpha 220kDa", "insulin-like growth factor binding protein, acid labile subunit", "somatostatin receptor 5", "nucleolar protein 3 (apoptosis repressor with CARD domain)", "ring finger protein 40", "methyltransferase like 9", "protein arginine methyltransferase 7", "leucine rich repeat containing 36", "hypothetical protein LOC55565", "NDRG family member 4", "zinc finger protein 768", "family with sequence similarity 57, member B", "glutamic pyruvate transaminase (alanine aminotransferase) 2", "NLR family, CARD domain containing 3", "ankyrin repeat and sterile alpha motif domain containing 4B", "adenylate cyclase 7", "autocrine motility factor receptor", "ATP-binding cassette, sub-family C (CFTR/MRP), member 6", "CD19 molecule", "glutamate receptor, ionotropic, N-methyl D-aspartate 2A", "hemoglobin, alpha 2", "periplakin", "amyloid beta precursor protein binding protein 1", "breast cancer anti-estrogen resistance 1", "RNA binding protein S1, serine-rich domain", "erythroid associated factor", "G protein-coupled receptor, family C, group 5, member B", "docking protein 4", "vitamin K epoxide reductase complex, subunit 1", "zinc finger protein 668", "NLR family, CARD domain containing 5", "nudix (nucleoside diphosphate linked moiety X)-type motif 16-like 1", "N-terminal asparagine amidase", "ribosomal protein S2", "dynein, cytoplasmic 1, light intermediate chain 2", "heat shock transcription factor 4", "metallothionein 1E (functional)", "DnaJ (Hsp40) homolog, subfamily A, member 2", "PR domain containing 7", "pyruvate dehydrogenase phosphatase regulatory subunit", "dynein, axonemal, heavy chain 3", "THUMP domain containing 1", "esophageal cancer associated protein", "F-box protein 31", "solute carrier family 5 (sodium/glucose cotransporter), member 11", "NADPH oxidase organizer 1", "otoancorin", "acyl-CoA synthetase medium-chain family member 2", "growth arrest-specific 8", "sal-like 1 (Drosophila)", "solute carrier family 12 (sodium/chloride transporters), member 3", "ubiquitin-conjugating enzyme E2I (UBC9 homolog, yeast)", "giant axonal neuropathy (gigaxonin)", "eukaryotic translation initiation factor 3, subunit 8, 110kDa", "intraflagellar transport 140 homolog (Chlamydomonas)", "zinc finger CCCH-type containing 7A", "zinc finger protein 771", "polymerase (RNA) III (DNA directed) polypeptide E (80kD)", "zinc finger protein 319", "transmembrane protein 8 (five membrane-spanning domains)", "chromosome 16 open reading frame 70", "cysteine-rich secretory protein LCCL domain containing 2", "zinc finger protein 598", "zinc finger protein 689", "TNT protein", "family with sequence similarity 86, member A", "G protein-coupled receptor 114", "non-metastatic cells 4, protein expressed in", "chromosome 16 open reading frame 5", "leucine carboxyl methyltransferase 1", "component of oligomeric golgi complex 7", "tektin 5", "essential meiotic endonuclease 1 homolog 2 (S. pombe)", "dodecenoyl-Coenzyme A delta isomerase (3,2 trans-enoyl-Coenzyme A isomerase)", "dipeptidase 1 (renal)", "hemoglobin, zeta", "nth endonuclease III-like 1 (E. coli)", "polo-like kinase 1 (Drosophila)", "suppressor of cytokine signaling 1", "carbohydrate (N-acetylglucosamine 6-O) sulfotransferase 5", "2,4-dienoyl CoA reductase 2, peroxisomal", "ubiquitin specific peptidase 31", "kringle containing transmembrane protein 2", "armadillo repeat containing 5", "hypothetical protein LOC123876", "CKLF-like MARVEL transmembrane domain containing 3", "similar to CG7467-PA, isoform A", "alanyl-tRNA synthetase", "core-binding factor, beta subunit", "ribosomal protein S15a", "lipopolysaccharide-induced TNF factor", "mitochondrial ribosomal protein L28", "MON1 homolog B (yeast)", "linker for activation of T cells", "SRY (sex determining region Y)-box 8", "BTG3 associated nuclear protein", "MKL/myocardin-like 2", "dipeptidase 2", "chromatin licensing and DNA replication factor 1", "zinc finger protein 90 homolog (mouse)", "zinc finger protein 785", "protein disulfide isomerase-like protein of the testis", "coronin, actin binding protein, 1A pseudogene", "Rho GDP dissociation inhibitor (GDI) gamma", "cholesteryl ester transfer protein, plasma", "cylindromatosis (turban tumor syndrome)", "interleukin 4 receptor", "tryptase alpha/beta 1", "CD2 (cytoplasmic tail) binding protein 2", "GABA(A) receptor-associated protein-like 2", "interleukin 17C", "oxidative stress induced growth inhibitor 1", "interleukin 21 receptor", "ataxin 2-binding protein 1", "dihydrouridine synthase 2-like, SMM1 homolog (S. cerevisiae)", "chromosome 16 open reading frame 61", "LYR motif containing 1", "CTF18, chromosome transmission fidelity factor 18 homolog (S. cerevisiae)", "unkempt homolog (Drosophila)-like", "chromosome 16 open reading frame 24", "dynein, light chain, roadblock-type 2", "MLCK protein", "zinc finger protein 276", "G protein-coupled receptor 139", "hypothetical protein MGC34761", "tripartite motif-containing 72", "adaptor-related protein complex 1, gamma 1 subunit", "excision repair cross-complementing rodent repair deficiency, complementation group 4", "heme oxygenase (decycling) 2", "metallothionein 2A", "chromosome 16 open reading frame 35", "major vault protein", "endoplasmic reticulum to nucleus signalling 2", "Snf2-related CBP activator protein", "HSPC171 protein", "peptide deformylase (mitochondrial)", "GLIS family zinc finger 2", "WAP, follistatin/kazal, immunoglobulin, kunitz and netrin domain containing 1", "chromosome 16 open reading frame 55", "LOC112869 pseudogene", "cyclic nucleotide gated channel beta 1", "solute carrier family 5 (sodium/glucose cotransporter), member 2", "thymidine kinase 2, mitochondrial", "ubiquitin specific peptidase 7 (herpes virus-associated)", "solute carrier family 7 (cationic amino acid transporter, y+ system), member 5", "TAO kinase 2", "SET domain containing 1A", "KIAA0251 protein", "N-acetylglucosamine-1-phosphodiester alpha-N-acetylglucosaminidase", "chromosome 16 open reading frame 53", "actin-bundling protein with BAIAP2 homology", "exosome component 6", "family with sequence similarity 92, member B", "RUN domain containing 2C", "ATP-binding cassette, sub-family C (CFTR/MRP), member 1", "protein serine kinase H1", "mitochondria-associated protein involved in granulocyte-macrophage colony-stimulating factor signal transduction", "cadherin 15, M-cadherin (myotubule)", "hydroxysteroid (17-beta) dehydrogenase 2", "metallothionein 1F (functional)", "telomeric repeat binding factor 2", "coronin, actin binding protein, 1A", "ribosomal L1 domain containing 1", "DEAD (Asp-Glu-Ala-Asp) box polypeptide 28", "coronin 7", "glutamyl-tRNA synthetase 2 (mitochondrial)(putative)", "C1q and tumor necrosis factor related protein 8", "crystallin, mu", "cytochrome b-245, alpha polypeptide", "forkhead box F1", "hemoglobin, mu", "phospholipase C, gamma 2 (phosphatidylinositol-specific)", "nucleoporin 93kDa", "ADP-ribosylation factor-like 6 interacting protein 1", "eukaryotic elongation factor-2 kinase", "polymerase (RNA) III (DNA directed) polypeptide K, 12.3 kDa", "neuropilin (NRP) and tolloid (TLL)-like 2", "zinc finger protein 764", "galactosamine (N-acetyl)-6-sulfate sulfatase (Morquio syndrome, mucopolysaccharidosis type IVA)", "nucleotide binding protein 1 (MinD homolog, E. coli)", "adenine phosphoribosyltransferase", "sodium channel, nonvoltage-gated 1, beta (Liddle syndrome)", "interleukin 32", "trinucleotide repeat containing 6A", "NIN1/RPN12 binding protein 1 homolog (S. cerevisiae)", "amino acid transporter", "ring finger protein 166", "similar to nuclear pore complex interacting protein", "septin 1", "kinesin family member 22", "nuclear factor of activated T-cells, cytoplasmic, calcineurin-dependent 3", "polymerase (RNA) II (DNA directed) polypeptide C, 33kDa", "retinoblastoma binding protein 6", "zinc finger protein 200", "axin 1", "solute carrier family 7 (cationic amino acid transporter, y+ system), member 6", "immunoglobulin superfamily, member 6", "tryptase gamma 1", "CKLF-like MARVEL transmembrane domain containing 1", "chromodomain protein, Y-like 2", "cadherin 1, type 1, E-cadherin (epithelial)", "AT-binding transcription factor 1", "kinesin family member C3", "tuberous sclerosis 2", "THO complex 6 homolog (Drosophila)", "proline-rich transmembrane protein 2", "hypothetical protein LOC283874", "E2F transcription factor 4, p107/p130-binding", "polycystic kidney disease 1 (autosomal dominant)", "uromodulin (uromucoid, Tamm-Horsfall glycoprotein)", "M-phase phosphoprotein 6", "RAB11 family interacting protein 3 (class II)", "XTP3-transactivated protein A", "centromere protein T", "ATP-binding cassette, sub-family C (CFTR/MRP), member 11", "protease, serine, 33", "cytochrome c oxidase subunit VIa polypeptide 2", "dihydroorotate dehydrogenase", "glycoprotein 2 (zymogen granule membrane)", "enhancer of mRNA decapping 4", "tumor necrosis factor receptor superfamily, member 12A", "iroquois homeobox protein 6", "ATP-binding cassette, sub-family A (ABC1), member 3", "carbonic anhydrase VII", "small optic lobes homolog (Drosophila)", "transforming growth factor beta 1 induced transcript 1", "adrenocortical dysplasia homolog (mouse)", "zinc finger protein 747", "family with sequence similarity 100, member A", "zinc finger protein 553", "metallothionein 1L (pseudogene)", "acyl-CoA synthetase medium-chain family member 3", "calcium channel, voltage-dependent, gamma subunit 3", "zinc finger protein 500", "coiled-coil domain containing 95", "MPF-like", "cadherin 11, type 2, OB-cadherin (osteoblast)", "lysyl-tRNA synthetase", "metallothionein 1H", "phospholipase A2, group X", "KIAA0182", "family with sequence similarity 65, member A", "chromodomain helicase DNA binding protein 9", "c-Maf-inducing protein", "IQ motif containing K", "clusterin associated protein 1", "junctophilin 3", "microtubule-associated protein 1 light chain 3 beta", "phosphatidylinositol glycan anchor biosynthesis, class Q", "chromosome 16 open reading frame 7", "hypothetical protein FLJ36208", "heparan sulfate (glucosamine) 3-O-sulfotransferase 2", "ataxin 2-like", "quinolinate phosphoribosyltransferase (nicotinate-nucleotide pyrophosphorylase (carboxylating))", "amidohydrolase domain containing 2", "acyltransferase like 1", "Vac14 homolog (S. cerevisiae)", "transmembrane protein 159", "partner and localizer of BRCA2", "fumarylacetoacetate hydrolase domain containing 1", "netrin 2-like (chicken)", "HIRA interacting protein 3", "TNFRSF1A-associated via death domain", "KIAA0513", "potassium channel tetramerisation domain containing 5", "coenzyme Q9 homolog (S. cerevisiae)", "mitochondrial ribosomal protein S34", "component of oligomeric golgi complex 8", "hypothetical protein FLJ40448", "similar to nuclear pore complex interacting protein", "nuclear pore complex interacting protein pseudogene", "epithelial membrane protein 2", "nuclear pore complex interacting protein", "ubinuclein 1", "cirrhosis, autosomal recessive 1A (cirhin)", "exocyst complex component 3-like", "non-metastatic cells 3, protein expressed in", "zinc finger protein 263", "dexamethasone-induced transcript", "hydroxyacylglutathione hydrolase-like", "contactin associated protein-like 4", "leucine rich repeat containing 50", "RGD, leucine-rich repeat, tropomodulin and proline-rich containing protein", "LOC112869 pseudogene", "guanine nucleotide binding protein (G protein), alpha activating activity polypeptide O", "hydroxysteroid (11-beta) dehydrogenase 2", "matrix metallopeptidase 2 (gelatinase A, 72kDa gelatinase, 72kDa type IV collagenase)", "protein kinase C, beta 1", "B-cell CLL/lymphoma 7C", "coiled-coil domain containing 78", "chloride channel 7", "hyaluronan synthase 3", "metallothionein 1A (functional)", "BAI1-associated protein 3", "DnaJ (Hsp40) homolog, subfamily A, member 3", "bromodomain containing 7", "DEAD (Asp-Glu-Ala-As) box polypeptide 19A", "glycerophosphodiester phosphodiesterase domain containing 3", "NAD(P) dependent steroid dehydrogenase-like", "selectin ligand interactor cytoplasmic-1", "secretory protein LOC497190", "small nucleolar RNA, H/ACA box 30", "NAD(P)H dehydrogenase, quinone 1", "metallothionein 3", "NADH dehydrogenase (ubiquinone) 1 beta subcomplex, 10, 22kDa", "ATPase, H+ transporting, lysosomal 16kDa, V0 subunit c", "Nedd4 binding protein 1", "family with sequence similarity 38, member A", "NODAL modulator 1", "chromosome 16 open reading frame 33", "SHC SH2-domain binding protein 1", "lon peptidase 2, peroxisomal", "glutamic-oxaloacetic transaminase 2, mitochondrial (aspartate aminotransferase 2)", "Mediterranean fever", "component of oligomeric golgi complex 4", "EF-hand calcium binding protein 2", "retinoblastoma-like 2 (p130)", "splA/ryanodine receptor domain and SOCS box containing 3", "conserved nuclear protein NHN1", "4-aminobutyrate aminotransferase", "kelch domain containing 4", "CASK interacting protein 1", "progestin and adipoQ receptor family member IV", "zinc finger protein 597", "WD repeat domain 90", "hypothetical LOC339123", "hypothetical LOC388199", "tumor necrosis factor receptor superfamily, member 17", "chromosome 16 open reading frame 30", "WD repeat domain 24", "naked cuticle homolog 1 (Drosophila)", "ADAM metallopeptidase with thrombospondin type 1 motif, 18", "FLJ45530 protein", "small nucleolar RNA, C/D box 68", "heat shock factor binding protein 1", "protease, serine, 8 (prostasin)", "KIAA0556", "chromosome 16 open reading frame 48", "cytokine-like nuclear factor n-pac", "hypothetical protein BC017488", "transcription factor AP-4 (activating enhancer binding protein 4)", "transducin (beta)-like 3", "fast skeletal myosin light chain 2", "hypothetical protein FLJ20186", "ring finger and WD repeat domain 3", "cytokine induced apoptosis inhibitor 1", "hypothetical protein MGC4655", "DCN1, defective in cullin neddylation 1, domain containing 3 (S. cerevisiae)", "carboxylesterase 7", "sphingomyelin phosphodiesterase 3, neutral membrane (neutral sphingomyelinase II)", "translin-associated factor X interacting protein 1", "transmembrane channel-like 5", "solute carrier family 9 (sodium/hydrogen exchanger), member 3 regulator 2", "SET domain containing 6", "FLYWCH-type zinc finger 1", "cerebellin 1 precursor", "matrix metallopeptidase 15 (membrane-inserted)", "chemokine (C-C motif) ligand 17", "transcription factor 25 (basic helix-loop-helix)", "splicing factor 3b, subunit 3, 130kDa", "serine/arginine repetitive matrix 2", "chromosome 16 open reading frame 80", "centromere protein N", "transmembrane protein 112", "chromosome 16 open reading frame 42", "lactate dehydrogenase D", "interleukin 27", "Ras-related associated with diabetes", "adenosine deaminase, tRNA-specific 1", "apolipoprotein B48 receptor", "nuclear prelamin A recognition factor-like", "RNA binding motif protein 35B", "ring finger and SPRY domain containing 1", "aspartate beta-hydroxylase domain containing 1", "pleckstrin homology domain containing, family G (with RhoGef domain) member 4", "ring finger protein 151", "PH domain and leucine rich repeat protein phosphatase-like", "nuclear protein 1", "vasorin", "G1 to S phase transition 1", "KIAA0174", "chromosome transmission fidelity factor 8 homolog (S. cerevisiae)", "NmrA-like family domain containing 1", "proline rich 14", "zinc finger protein 23 (KOX 16)", "chromosome 16 open reading frame 58", "zinc finger, DHHC-type containing 7", "spermatogenesis associated 2-like", "CKLF-like MARVEL transmembrane domain containing 4", "cerebellar degeneration-related protein 2, 62kDa", "coiled-coil domain containing 113", "NEFA-interacting nuclear protein NIP30", "nuclear factor of activated T-cells, cytoplasmic, calcineurin-dependent 2 interacting protein", "MPV17 mitochondrial membrane protein-like", "small nucleolar RNA, H/ACA box 50", "zinc finger protein 267", "chromosome 16 open reading frame 78", "hypothetical protein FLJ37464", "aldolase A, fructose-bisphosphate", "rhomboid 5 homolog 1 (Drosophila)", "NODAL modulator 3", "KIAA0430", "nucleotide binding protein 2 (MinD homolog, E. coli)", "bolA homolog 2 (E. coli)", "calbindin 2, 29kDa (calretinin)", "methenyltetrahydrofolate synthetase domain containing", "chromosome 16 open reading frame 45", "chromosome 16 open reading frame 69", "carboxylesterase 3 (brain)", "KIAA1609", "hydroxysteroid dehydrogenase like 1", "solute carrier family 7, member 6 opposite strand", "glycine cleavage system protein H (aminomethyl carrier)", "dipeptidase 3", "septin 12", "chromosome 16 open reading frame 71", "GIY-YIG domain containing 2", "chromosome 16 open reading frame 59", "chromosome 16 open reading frame 73", "hypothetical gene supported by BC032064; BC041612", "hypothetical protein FLJ11151", "formin homology 2 domain containing 1", "hect domain and RLD 2 pseudogene", "aquaporin 8", "leucine rich repeat containing 29", "vacuolar protein sorting 35 homolog (S. cerevisiae)", "similar to RIKEN cDNA 4921524J17", "ankyrin repeat domain 11", "ankyrin repeat and sterile alpha motif domain containing 3", "F-box and leucine-rich repeat protein 16", "haptoglobin-related protein", "seizure related 6 homolog (mouse)-like 2", "transmembrane emp24 protein transport domain containing 6", "ubiquitin-conjugating enzyme E2M pseudogene 1", "coiled-coil domain containing 102A", "polycystic kidney disease 1-like 2", "chymotrypsinogen B1", "hemoglobin, alpha 1", "metallothionein 1M", "proteasome (prosome, macropain) 26S subunit, non-ATPase, 7 (Mov34 homolog)", "solute carrier family 6 (neurotransmitter transporter, noradrenalin), member 2", "stannin", "carboxylesterase 2 (intestine, liver)", "TEL2, telomere maintenance 2, homolog (S. cerevisiae)", "CCR4-NOT transcription complex, subunit 1", "zinc finger protein 423", "KIAA1005 protein", "TP53TG3 protein", "SH2B adaptor protein 1", "small nucleolar RNA, H/ACA box 64", "copine VII", "chromosome 16 open reading frame 72", "nuclear import 7 homolog (S. cerevisiae)", "membrane interacting protein of RGS16", "brain specific protein", "hydrocephalus inducing homolog (mouse)", "F-box and leucine-rich repeat protein 8", "LUC7-like (S. cerevisiae)", "hypothetical protein FLJ11171", "ubiquitin-binding protein homolog", "TBC1 domain family, member 24", "Crm, cramped-like (Drosophila)", "hepatocellular carcinoma antigen gene 520", "hypothetical protein FLJ12331", "activating transcription factor 7 interacting protein 2", "fibrosin 1", "GINS complex subunit 3 (Psf3 homolog)", "chromosome 16 open reading frame 57", "WD repeat domain 59", "chromosome 16 open reading frame 44", "jumonji domain containing 5", "hypothetical protein FLJ14154", "transmembrane channel-like 7", "exonuclease NEF-sp", "polyamine modulated factor 1 binding protein 1", "yippee-like 3 (Drosophila)", "RUN domain containing 2A", "chromosome 16 open reading frame 14", "N-acetylglucosamine-1-phosphate transferase, gamma subunit", "hypothetical protein LOC90835", "tigger transposable element derived 7", "transmembrane protein 142C", "exonuclease domain containing 1", "coiled-coil domain containing 101", "chromosome 16 open reading frame 75", "chromosome 16 open reading frame 46", "neuritin 1-like", "FLJ43980 protein", "similar to common salivary protein 1", "CKLF-like MARVEL transmembrane domain containing 2", "similar to hypothetical protein FLJ13841", "hypothetical protein MGC45438", "hypothetical protein LOC162073", "hypothetical protein LOC197322", "chromosome 16 open reading frame 65", "chromosome 16 open reading frame 54", "polyserase 3", "testis/prostate/placenta-expressed protein", "SLC7A5 pseudogene", "similar to Neuronal pentraxin II precursor (NP-II) (NP2)", "hypothetical gene supported by AK126539", "RUN domain containing 2B", "FLJ45256 protein", "small nucleolar RNA, H/ACA box 10", "chromosome 16 open reading frame 74", "nuclear pore complex interacting protein pseudogene", "GIY-YIG domain containing 1", "bolA homolog 2B (E. coli)", "KIAA0350", "transmembrane protein 186", "TBC1 domain family, member 10B", "small nucleolar RNA, C/D box 60", "dysbindin (dystrobrevin binding protein 1) domain containing 1", "chromosome 16 open reading frame 68", "rogdi homolog (Drosophila)", "hypothetical protein MGC13114", "spire homolog 2 (Drosophila)", "hematological and neurological expressed 1-like", "MARVEL domain containing 3", "chromosome 16 open reading frame 63", "chromosome 16 open reading frame 77", "copine II", "chromosome 16 open reading frame 79", "hypothetical protein LOC283951", "hypothetical protein LOC348180, isoform 1", "PI-3-kinase-related kinase SMG-1 pseudogene", "sulfotransferase family, cytosolic, 1A, phenol-preferring, member 4" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "entity" ], "id": [ "biology.gene", "m.02kwgl4" ], "class": [ "biology.gene", "biology.chromosome" ], "friendly_name": [ "Gene", "Chromosome 16 (human)" ], "question_node": [ 1, 0 ], "function": [ "none", "none" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "biology.gene.chromosome" ], "friendly_name": [ "Chromosome" ] } }
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX : <http://rdf.freebase.com/ns/> SELECT (?x0 AS ?value) WHERE { SELECT DISTINCT ?x0 WHERE { ?x0 :type.object.type :biology.gene . VALUES ?x1 { :m.02kwgl4 } ?x0 :biology.gene.chromosome ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "biology" ]
(AND biology.gene (JOIN biology.gene.chromosome m.02kwgl4))
2101454004000
central thai is used by what blogs?
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.0byts8v" ], "entity_name": [ "http://olourde.canalblog.com/" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "entity" ], "id": [ "internet.blog", "m.0c_v2" ], "class": [ "internet.blog", "language.human_language" ], "friendly_name": [ "Blog", "central thai" ], "question_node": [ 1, 0 ], "function": [ "none", "none" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "internet.blog.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 :internet.blog . VALUES ?x1 { :m.0c_v2 } ?x0 :internet.blog.language ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "internet" ]
(AND internet.blog (JOIN internet.blog.language m.0c_v2))
2100005003000
how was the berlin wall destroyed?
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.02zrvn" ], "entity_name": [ "Demolition" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "entity" ], "id": [ "architecture.destruction_method", "m.017f5" ], "class": [ "architecture.destruction_method", "architecture.structure" ], "friendly_name": [ "Destruction method", "Berlin Wall" ], "question_node": [ 1, 0 ], "function": [ "none", "none" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "architecture.destruction_method.structures_destroyed" ], "friendly_name": [ "Structures destroyed" ] } }
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.destruction_method . VALUES ?x1 { :m.017f5 } ?x0 :architecture.destruction_method.structures_destroyed ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "architecture" ]
(AND architecture.destruction_method (JOIN architecture.destruction_method.structures_destroyed m.017f5))
2103181001000
the defunct time zone's usage that ceased the latest is what?
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.010hf8gr" ], "entity_name": [ "Indiajn time zone" ] }
argmax
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "literal" ], "id": [ "time.defunct_time_zone", "0^^http://www.w3.org/2001/XMLSchema#int" ], "class": [ "time.defunct_time_zone", "type.datetime" ], "friendly_name": [ "Defunct time zone", "0" ], "question_node": [ 1, 0 ], "function": [ "none", "argmax" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "time.defunct_time_zone.usage_ceased" ], "friendly_name": [ "Usage ceased" ] } }
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX : <http://rdf.freebase.com/ns/> SELECT (?x0 AS ?value) WHERE { SELECT DISTINCT ?x0 WHERE { ?x0 :type.object.type :time.defunct_time_zone . { SELECT (MAX(?y1) AS ?x1) WHERE { ?y0 :type.object.type :time.defunct_time_zone . ?y0 :time.defunct_time_zone.usage_ceased ?y1 . FILTER ( ?y0 != ?y1 ) } } ?x0 :time.defunct_time_zone.usage_ceased ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "time" ]
(ARGMAX time.defunct_time_zone time.defunct_time_zone.usage_ceased)
2102863005000
what is the isbn of stanley cavell's american dream: shakespeare, philosophy, and hollywood movies?
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.0b41q3s" ], "entity_name": [ "9780823225965" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "entity" ], "id": [ "book.isbn", "m.0b41q3d" ], "class": [ "book.isbn", "book.book_edition" ], "friendly_name": [ "ISBN", "Stanley Cavell's American Dream: Shakespeare, Philosophy, and Hollywood Movies" ], "question_node": [ 1, 0 ], "function": [ "none", "none" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "book.isbn.book_editions" ], "friendly_name": [ "Book 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 . VALUES ?x1 { :m.0b41q3d } ?x0 :book.isbn.book_editions ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "book" ]
(AND book.isbn (JOIN book.isbn.book_editions m.0b41q3d))
2101549011000
the atmega2561 variants are part of what computer processor?
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.06qhzs3" ], "entity_name": [ "megaAVR" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "entity" ], "id": [ "computer.computer_processor", "m.06qjv36" ], "class": [ "computer.computer_processor", "computer.computer_processor" ], "friendly_name": [ "Computer Processor", "ATmega2561" ], "question_node": [ 1, 0 ], "function": [ "none", "none" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "computer.computer_processor.variants" ], "friendly_name": [ "Variants" ] } }
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 . VALUES ?x1 { :m.06qjv36 } ?x0 :computer.computer_processor.variants ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "computer" ]
(AND computer.computer_processor (JOIN computer.computer_processor.variants m.06qjv36))
2102859013000
ceres ferdinandea exhibits what specific orbit type?
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.06q2bd" ], "entity_name": [ "Heliocentric orbit" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "entity" ], "id": [ "astronomy.orbit_type", "m.0dv9zp" ], "class": [ "astronomy.orbit_type", "astronomy.orbital_relationship" ], "friendly_name": [ "Orbit Type", "ceres ferdinandea" ], "question_node": [ 1, 0 ], "function": [ "none", "none" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "astronomy.orbit_type.orbiting_bodies" ], "friendly_name": [ "Orbiting bodies" ] } }
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX : <http://rdf.freebase.com/ns/> SELECT (?x0 AS ?value) WHERE { SELECT DISTINCT ?x0 WHERE { ?x0 :type.object.type :astronomy.orbit_type . VALUES ?x1 { :m.0dv9zp } ?x0 :astronomy.orbit_type.orbiting_bodies ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "astronomy" ]
(AND astronomy.orbit_type (JOIN astronomy.orbit_type.orbiting_bodies m.0dv9zp))
2104969001000
the youngest monarch is whom?
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.039gt" ], "entity_name": [ "Galba" ] }
argmax
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "literal" ], "id": [ "royalty.monarch", "0^^http://www.w3.org/2001/XMLSchema#int" ], "class": [ "royalty.monarch", "type.datetime" ], "friendly_name": [ "Monarch", "0" ], "question_node": [ 1, 0 ], "function": [ "none", "argmax" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "people.person.date_of_birth" ], "friendly_name": [ "Date of birth" ] } }
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> PREFIX : <http://rdf.freebase.com/ns/> SELECT (?x0 AS ?value) WHERE { SELECT DISTINCT ?x0 WHERE { ?x0 :type.object.type :royalty.monarch . { SELECT (MAX(?y1) AS ?x1) WHERE { ?y0 :type.object.type :royalty.monarch . ?y0 :people.person.date_of_birth ?y1 . FILTER ( ?y0 != ?y1 ) } } ?x0 :people.person.date_of_birth ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "people" ]
(ARGMAX royalty.monarch people.person.date_of_birth)
2101815000000
new mexico state elections, 2008 puts on what election contest?
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.027pj4v" ], "entity_name": [ "United States Senate election in New Mexico, 2008" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "entity" ], "id": [ "government.election", "m.04sy3lr" ], "class": [ "government.election", "government.general_election" ], "friendly_name": [ "Election contest", "New Mexico state elections, 2008" ], "question_node": [ 1, 0 ], "function": [ "none", "none" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "government.election.general_election" ], "friendly_name": [ "General election" ] } }
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.election . VALUES ?x1 { :m.04sy3lr } ?x0 :government.election.general_election ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "government" ]
(AND government.election (JOIN government.election.general_election m.04sy3lr))
2102695008000
isabella is what kind of wine style?
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.010vxlvn" ], "entity_name": [ "Fragolino" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "entity" ], "id": [ "food.wine_style", "m.02ptr5d" ], "class": [ "food.wine_style", "wine.grape_variety" ], "friendly_name": [ "Wine style", "Isabella" ], "question_node": [ 1, 0 ], "function": [ "none", "none" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "food.wine_style.grape_varieties" ], "friendly_name": [ "Grape varieties" ] } }
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.wine_style . VALUES ?x1 { :m.02ptr5d } ?x0 :food.wine_style.grape_varieties ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "food" ]
(AND food.wine_style (JOIN food.wine_style.grape_varieties m.02ptr5d))
2101766003000
librettist is a specialization in which profession?
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.0117kp41" ], "entity_name": [ "Writers and Authors" ] }
none
2
1
{ "nodes": { "nid": [ 0, 1 ], "node_type": [ "class", "entity" ], "id": [ "base.lightweight.profession", "m.02h6nhv" ], "class": [ "base.lightweight.profession", "base.lightweight.profession" ], "friendly_name": [ "Profession", "Librettist" ], "question_node": [ 1, 0 ], "function": [ "none", "none" ] }, "edges": { "start": [ 0 ], "end": [ 1 ], "relation": [ "base.lightweight.profession.specialization" ], "friendly_name": [ "Specialization" ] } }
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.profession . VALUES ?x1 { :m.02h6nhv } ?x0 :base.lightweight.profession.specialization ?x1 . FILTER ( ?x0 != ?x1 ) } }
[ "base.lightweight" ]
(AND base.lightweight.profession (JOIN base.lightweight.profession.specialization m.02h6nhv))
3203977000000
innovations: just desserts was an episode segment that included what personal appearance role?
{ "answer_type": [ "Entity" ], "answer_argument": [ "m.02nrqjz" ], "entity_name": [ "Host" ] }
none
3
2
{ "nodes": { "nid": [ 0, 1, 2 ], "node_type": [ "class", "class", "entity" ], "id": [ "tv.non_character_role", "tv.tv_segment_personal_appearance", "m.0znqvxn" ], "class": [ "tv.non_character_role", "tv.tv_segment_personal_appearance", "tv.tv_episode_segment" ], "friendly_name": [ "Personal appearance role", "TV segment personal appearance", "Innovations: Just Desserts" ], "question_node": [ 1, 0, 0 ], "function": [ "none", "none", "none" ] }, "edges": { "start": [ 0, 1 ], "end": [ 1, 2 ], "relation": [ "tv.non_character_role.episode_segment_appearances", "tv.tv_segment_personal_appearance.segment" ], "friendly_name": [ "Episode segment appearances", "Segment" ] } }
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.non_character_role . ?x1 :type.object.type :tv.tv_segment_personal_appearance . VALUES ?x2 { :m.0znqvxn } ?x0 :tv.non_character_role.episode_segment_appearances ?x1 . ?x1 :tv.tv_segment_personal_appearance.segment ?x2 . FILTER ( ?x0 != ?x1 && ?x0 != ?x2 && ?x1 != ?x2 ) } }
[ "tv" ]
(AND tv.non_character_role (JOIN tv.non_character_role.episode_segment_appearances (JOIN tv.tv_segment_personal_appearance.segment m.0znqvxn)))