question
stringlengths 19
168
| compositionality_type
stringclasses 4
values | webqsp_question
stringlengths 15
74
| composition_answer
stringlengths 0
41
| created
stringlengths 19
19
| answers
list | webqsp_ID
stringlengths 9
13
| ID
stringlengths 11
46
| machine_question
stringlengths 21
172
| sparql
stringlengths 127
1.39k
|
---|---|---|---|---|---|---|---|---|---|
What professional athlete who dated Kim Kardashian began their career most recently? | superlative | who all has kim kardashian dated | 2018-02-13T00:23:58 | [
{
"aliases": [
"Reggie",
"The President",
"Reginald Alfred Bush, Jr."
],
"answer": "Reggie Bush",
"answer_id": "m.05cb70"
}
] | WebQTrn-2663 | WebQTrn-2663_b450d4bfd293e715e150cb1353b92074 | who all has kim kardashian dated and is the pro athelete who started hist career on latest | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0261x8t)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0261x8t ns:base.popstra.celebrity.dated ?y .
?y ns:base.popstra.dated.participant ?x .
?x ns:sports.pro_athlete.career_start ?num .
}
ORDER BY DESC(?num) LIMIT 1 |
|
What language is used in the country with national anthem Bože pravde? | composition | what is serbian language called | serbian | 2018-02-13T02:46:10 | [
{
"aliases": [
"Bosnian",
"Montenegrin",
"Serbian"
],
"answer": "Serbian language",
"answer_id": "m.0k0sb"
}
] | WebQTest-99 | WebQTest-99_ca00fafc1c78d47f006f66f09d01a9a3 | what is the country that has the national anthem Bože pravde language called | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:location.country.national_anthem ?k .
?k ns:government.national_anthem_of_a_country.anthem ns:m.01w4wf .
?c ns:location.country.official_language ?x .
}
|
What is the birthplace of the person that used to live in Marin City? | composition | where was tupac born | tupac | 2018-02-13T00:36:13 | [
{
"aliases": [
"Spanish Harlem, Manhattan"
],
"answer": "East Harlem",
"answer_id": "m.02cx_2"
}
] | WebQTrn-2751 | WebQTrn-2751_08a3071aec88af141fc20ed22cfff0e2 | where was the person who once lived in Marin City born | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:people.person.places_lived ?k .
?k ns:people.place_lived.location ns:m.053myr .
?c ns:people.person.place_of_birth ?x .
}
|
What are the sacred texts of the religion that venerates Varanasi as a holy place? | composition | what is the holy book of the buddhist religion | buddhist | 2018-02-13T04:09:09 | [
{
"aliases": [
"Tipitaka"
],
"answer": "Pāli Canon",
"answer_id": "m.01hnwm"
},
{
"aliases": [],
"answer": "Dhammapada",
"answer_id": "m.01nv3q"
},
{
"aliases": [],
"answer": "Mahāyāna sūtras",
"answer_id": "m.01r1g7"
},
{
"aliases": [],
"answer": "Vimalakirti Sutra",
"answer_id": "m.01rky9"
},
{
"aliases": [],
"answer": "Tibetan Buddhist canon",
"answer_id": "m.02k1bj"
},
{
"aliases": [],
"answer": "Chinese Buddhist canon",
"answer_id": "m.02l3dj"
},
{
"aliases": [],
"answer": "Śrīmālādevī Siṃhanāda Sūtra",
"answer_id": "m.036z9c"
},
{
"aliases": [],
"answer": "Mahāvastu",
"answer_id": "m.04_13vt"
},
{
"aliases": [],
"answer": "Amitabha Sutra",
"answer_id": "m.04k1b0"
},
{
"aliases": [],
"answer": "Āgama",
"answer_id": "m.05_m24"
},
{
"aliases": [],
"answer": "Gangōji Garan Engi",
"answer_id": "m.05mwk22"
},
{
"aliases": [
"Uṣṇīṣa Vijaya Dhāraṇī"
],
"answer": "Uṣṇīṣa Vijaya Dhāraṇī Sūtra",
"answer_id": "m.0c00_gk"
},
{
"aliases": [
"Longchen Nyingtig"
],
"answer": "Longchen Nyingthig",
"answer_id": "m.0c4pcl"
},
{
"aliases": [
"Dàbēi Zhòu",
"Mahā Karuṇā Dhāranī",
"Great Compassion Mantra"
],
"answer": "Nīlakaṇṭha Dhāraṇī",
"answer_id": "m.0fs6g7"
}
] | WebQTest-788 | WebQTest-788_b9ba942799bc3296e60433b8b8f4dbab | what is the holy book of the the relgion sacred site is Varanasi religion | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:religion.religion.sacred_sites ns:m.01j922 .
?c ns:religion.religion.texts ?x .
}
|
Branschweig is from the country with which capital? | composition | what is the capital city of west germany | west germany | 2018-02-13T01:26:37 | [
{
"aliases": [
"Capital of West Germany",
"Bonn, Germany"
],
"answer": "Bonn",
"answer_id": "m.0150n"
}
] | WebQTrn-3189 | WebQTrn-3189_052093f45cf485eab735b42011decf63 | what is the capital city of the country that contains Braunschweig | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:location.country.administrative_divisions ns:m.0xnlnh_ .
?c ns:location.country.capital ?x .
}
|
What is one of the most common USA religions whose place of worship is Yanina Synagogue? | conjunction | what are the most common religions in the united states | 2018-02-12T20:37:33 | [
{
"aliases": [
"Jewish"
],
"answer": "Judaism",
"answer_id": "m.03_gx"
}
] | WebQTrn-498 | WebQTrn-498_9a69191735636d5c80ee0a6dd1153086 | what are the most common religions in the united states and the religion place of worship is Yanina Synagogue | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.09c7w0)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.09c7w0 ns:location.statistical_region.religions ?y .
?y ns:location.religion_percentage.religion ?x .
?x ns:religion.religion.places_of_worship ns:g.123852dg .
} |
|
WHat God is worship by the religion that follows Sunnah text? | composition | who does the islam worship | islam | 2018-02-12T21:00:07 | [
{
"aliases": [
"Baba Ramdevji"
],
"answer": "Ramdev Pir",
"answer_id": "m.055v4c"
},
{
"aliases": [
"Yahweh",
"Deus",
"Jah",
"Elohim"
],
"answer": "God",
"answer_id": "m.0d05l6"
},
{
"aliases": [
"Ar-Rahman"
],
"answer": "Allah",
"answer_id": "m.0jfd"
}
] | WebQTrn-745 | WebQTrn-745_a1b0449bdff2896277270acc6e935cd2 | who does the the religion text is Sunnah worship | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:religion.religion.texts ns:m.074jc .
?c ns:religion.religion.deities ?x .
}
|
What language is spoken in the country that has the national anthem Lofsöngur? | composition | what language do people speak in iceland | iceland | 2018-02-12T20:38:58 | [
{
"aliases": [
"Íslenska",
"Icelandic",
"Islenska"
],
"answer": "Icelandic Language",
"answer_id": "m.01gmkg"
}
] | WebQTrn-522 | WebQTrn-522_f4f365d3835e3b2add5d692ee3ddd85a | what language do people speak in the country that has the national anthem Lofsöngur | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:location.country.national_anthem ?k .
?k ns:government.national_anthem_of_a_country.anthem ns:m.012nl8 .
?c ns:location.country.languages_spoken ?x .
}
|
What is the modern day capital of the location which appointed to governmental position Anwar Sadat? | composition | what is the capital of modern day egypt | egypt | 2018-02-13T04:16:10 | [
{
"aliases": [
"Cairo, Egypt",
"Capital of Egypt",
"Cairo, Arab Republic of Egypt"
],
"answer": "Cairo",
"answer_id": "m.01w2v"
}
] | WebQTest-851 | WebQTest-851_f87f28f0d42904ea62dcab41fb65f3f1 | what is the capital of modern day the location that appointed Anwar Sadat to govermental position | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:government.governmental_jurisdiction.governing_officials ?k .
?k ns:government.government_position_held.appointed_by ns:m.0d58h .
?c ns:location.country.capital ?x .
}
|
The nation whose national anthem is Argentine National Anthem uses what language for communication? | composition | what language is spoken in argentina | argentina | 2018-02-13T05:28:20 | [
{
"aliases": [
"Italiano",
"Italian"
],
"answer": "Italian Language",
"answer_id": "m.02bjrlw"
},
{
"aliases": [
"Guaraní"
],
"answer": "Guaraní language",
"answer_id": "m.02w_hsv"
},
{
"aliases": [
"Runasimi",
"Quechua language",
"Quechua, Ayacucho Language",
"Quechua",
"Quechua languages",
"Chanka"
],
"answer": "Quechuan languages",
"answer_id": "m.03d9kg"
},
{
"aliases": [
"Español",
"Spanish language",
"Castillian",
"Spanish",
"The language of Cervantes",
"Castellano",
"Castillan",
"Castilian"
],
"answer": "Spanish Language",
"answer_id": "m.06nm1"
},
{
"aliases": [
"Yiddish"
],
"answer": "Yiddish Language",
"answer_id": "m.0880p"
}
] | WebQTest-1490 | WebQTest-1490_2ed287b0ef57067bd3a79f71c2fa849e | what language is spoken in the country that has the national anthem Argentine National Anthem | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:location.country.national_anthem ?k .
?k ns:government.national_anthem_of_a_country.anthem ns:m.01dlgn .
?c ns:location.country.languages_spoken ?x .
}
|
What are the primary imports and exports of the nation in which the Afghan afghani is used as money? | composition | what are the main imports and exports of afghanistan | afghanistan | 2018-02-13T01:57:54 | [
{
"aliases": [],
"answer": "Fruit and Tree Nut Farming",
"answer_id": "m.03q9v6s"
},
{
"aliases": [],
"answer": "Carpet and Rug Mills",
"answer_id": "m.03q9xck"
},
{
"aliases": [],
"answer": "Opium",
"answer_id": "m.05pg4"
}
] | WebQTrn-3458 | WebQTrn-3458_dd11343b9c28a21731d2ce4bbdc2630d | what are the main imports and exports of the currency used in the country is Afghan afghani | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:location.country.currency_used ns:m.019vxc .
?c ns:location.statistical_region.major_exports ?y .
?y ns:location.imports_exports_by_industry.industry ?x .
}
|
What is the capital city of the country with Bilady, Bilady, Bilady as its national anthem? | composition | what is the capital of modern egypt | egypt | 2018-02-13T02:56:29 | [
{
"aliases": [
"Cairo, Egypt",
"Capital of Egypt",
"Cairo, Arab Republic of Egypt"
],
"answer": "Cairo",
"answer_id": "m.01w2v"
}
] | WebQTest-204 | WebQTest-204_f4440609f5cecb091bf8e86adb47be25 | what is the capital of modern the country that has the national anthem Bilady, Bilady, Bilady | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:location.country.national_anthem ?k .
?k ns:government.national_anthem_of_a_country.anthem ns:m.0d9nj_ .
?c ns:location.country.capital ?x .
}
|
What team that won the 1952 Pequeña Copa del Mundo de Clubes championship did Cristiano Ronaldo play for in 2010? | conjunction | who did cristiano ronaldo play for in 2010 | 2018-02-13T04:33:45 | [
{
"aliases": [
"Real Madrid C.F. in European football",
"Sociedad Madrid FC",
"Los Merengues",
"Los Vikingos",
"Royal Madrid Football Club",
"Real Madrid",
"Madrid Football Club",
"Real Madrid Club de Fútbol",
"Los Blancos"
],
"answer": "Real Madrid C.F.",
"answer_id": "m.06l22"
}
] | WebQTest-1044 | WebQTest-1044_fd7092c138eed5556933343b209f4406 | who did cristiano ronaldo play for in 2010 and is the team won the 1952 Pequeña Copa del Mundo de Clubes championship | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.02xt6q)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.02xt6q ns:sports.pro_athlete.teams ?y .
?y ns:sports.sports_team_roster.team ?x .
FILTER(NOT EXISTS {?y ns:sports.sports_team_roster.from ?sk0} ||
EXISTS {?y ns:sports.sports_team_roster.from ?sk1 .
FILTER(xsd:datetime(?sk1) <= "2010-12-31"^^xsd:dateTime) })
FILTER(NOT EXISTS {?y ns:sports.sports_team_roster.to ?sk2} ||
EXISTS {?y ns:sports.sports_team_roster.to ?sk3 .
FILTER(xsd:datetime(?sk3) >= "2010-01-01"^^xsd:dateTime) })
?x ns:sports.sports_team.championships ns:m.011pxy48 .
} |
|
The TV show Falling Skies was filmed wheere that Bradley Walsh lives? | conjunction | where does bradley walsh live | 2018-02-13T03:12:59 | [
{
"aliases": [
"T.O.",
"City of Toronto",
"Toronto, Ontario",
"T Dot",
"tranna",
"Toronto, Ontario, Canada",
"Toronto, Canada",
"t.dot"
],
"answer": "Toronto",
"answer_id": "m.0h7h6"
}
] | WebQTest-305 | WebQTest-305_e63ba87de15030404babf0d6cdfc42f0 | where does bradley walsh live and is the tv show Falling Skies was filmed there | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.05h48b)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.05h48b ns:people.person.places_lived ?y .
?y ns:people.place_lived.location ?x .
FILTER(NOT EXISTS {?y ns:people.place_lived.end_date ?sk0} ||
EXISTS {?y ns:people.place_lived.end_date ?sk1 .
FILTER(xsd:datetime(?sk1) >= "2015-08-10"^^xsd:dateTime) })
FILTER(NOT EXISTS {?y ns:people.place_lived.start_date ?sk2} ||
EXISTS {?y ns:people.place_lived.start_date ?sk3 .
FILTER(xsd:datetime(?sk3) <= "2015-08-10"^^xsd:dateTime) })
?x ns:tv.tv_location.tv_shows_filmed_here ns:m.0g54m5j .
} |
|
What is the mascot of the Tulane Green Wave men's basketball team? | composition | what is tulane university 's mascot | tulane university | 2018-02-13T00:58:56 | [
{
"aliases": [],
"answer": "Riptide the Pelican",
"answer_id": "m.05g1yr7"
}
] | WebQTrn-2970 | WebQTrn-2970_1a83f039cea6222a65d15f75ab6e7ba0 | what is the education institution has a sports team named Tulane Green Wave men's basketball 's mascot | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:education.educational_institution.sports_teams ns:m.05g1p9j .
?c ns:education.educational_institution.mascot ?x .
}
|
Who is the current leader of the nation where you'd find Santiago de Cuba Province? | composition | who is the current leader of cuba today | cuba | 2018-02-12T22:46:16 | [
{
"aliases": [
"Raúl Modesto Castro Ruz",
"Raul Castro"
],
"answer": "Raúl Castro",
"answer_id": "m.01gcjq"
}
] | WebQTrn-1743 | WebQTrn-1743_4089d6d7ba86121ff285b80865682a7c | who is the current leader of the country that contains Santiago de Cuba Province today | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:location.country.administrative_divisions ns:m.01rj4t .
?c ns:government.governmental_jurisdiction.governing_officials ?y .
?y ns:government.government_position_held.office_holder ?x .
?y ns:government.government_position_held.basic_title ns:m.060c4 .
FILTER(NOT EXISTS {?y ns:government.government_position_held.from ?sk0} ||
EXISTS {?y ns:government.government_position_held.from ?sk1 .
FILTER(xsd:datetime(?sk1) <= "2015-08-10"^^xsd:dateTime) })
FILTER(NOT EXISTS {?y ns:government.government_position_held.to ?sk2} ||
EXISTS {?y ns:government.government_position_held.to ?sk3 .
FILTER(xsd:datetime(?sk3) >= "2015-08-10"^^xsd:dateTime) })
}
|
What South Asian country has the capital named Shimia? | conjunction | what are countries in south asia | 2018-02-13T00:56:35 | [
{
"aliases": [
"British India"
],
"answer": "British Raj",
"answer_id": "m.0bq0p9"
}
] | WebQTrn-2955 | WebQTrn-2955_e00a6dddf113e8dd68a8e7dd7e52f689 | what are countries in south asia and the country capital is Shimla | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.06nn1)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.06nn1 ns:location.location.contains ?x .
?x ns:common.topic.notable_types ns:m.01mp .
?x ns:location.country.capital ns:m.02p3my .
} |
|
The team that won the 2013 NBA Finals championship won championships in what years? | composition | what year did miami heat win the championship | miami heat | 2018-02-12T20:16:21 | [
{
"aliases": [],
"answer": "2006 NBA Finals",
"answer_id": "m.0bq7g4"
},
{
"aliases": [],
"answer": "2012 NBA Finals",
"answer_id": "m.0jwzhbj"
},
{
"aliases": [],
"answer": "2013 NBA Finals",
"answer_id": "m.0vpt91g"
}
] | WebQTrn-348 | WebQTrn-348_8c5ceed3941699bb06526075986c51b6 | what year did the team won the 2013 NBA Finals championship win the championship | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:sports.sports_team.championships ns:m.0vpt91g .
?c ns:sports.sports_team.championships ?x .
}
|
What region is the Czech Republic in in the Greenwich Mean Time Zone? | conjunction | what region is czech republic in | 2018-02-12T22:38:08 | [
{
"aliases": [
"The Old Continent"
],
"answer": "Europe",
"answer_id": "m.02j9z"
}
] | WebQTrn-1628 | WebQTrn-1628_471b83eade9707a4dba68e201bf29d73 | what region is czech republic in and the location time zone is Greenwich Mean Time Zone | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.01mjq)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.01mjq ns:location.location.containedby ?x .
?x ns:location.location.time_zones ns:m.03bdv .
} |
|
People from the country that has the national anthem Bilady, Bilady, Bilady speak what languages? | composition | what language did the egyptians | egyptians | 2018-02-13T01:29:02 | [
{
"aliases": [
"Siwa",
"Siwi",
"Oasis Berber",
"Sioua",
"Zenati"
],
"answer": "Siwi Language",
"answer_id": "m.012zfy"
},
{
"aliases": [
"High Arabic",
"Fasih",
"Modern Literary Arabic",
"Arabic, Standard",
"Al Arabiya",
"Al Fus-ha"
],
"answer": "Modern Standard Arabic",
"answer_id": "m.025rvv7"
},
{
"aliases": [
"Arabic, Egyptian Spoken",
"Lower Egypt Arabic",
"Arabic, Egyptian Spoken Language",
"Normal Egyptian Arabic",
"Massry"
],
"answer": "Egyptian Arabic",
"answer_id": "m.02hx2cr"
},
{
"aliases": [
"Sa`idi",
"Upper Egypt Arabic",
"Sa<idi"
],
"answer": "Sa'idi Arabic",
"answer_id": "m.02hxbhg"
},
{
"aliases": [
"Arabic, Sudanese Spoken",
"Khartoum Arabic"
],
"answer": "Arabic, Sudanese Spoken Language",
"answer_id": "m.035t_3"
},
{
"aliases": [
"Bedawi",
"Arabic Bedawi language",
"Arabic, Levantine Bedawi Spoken",
"Bedawi Arabic language",
"Eastern Egyptian Bedawi Arabic language",
"Levantine Bedawi Arabic",
"Arabic, Eastern Egyptian Bedawi Spoken Language"
],
"answer": "Bedawi Arabic",
"answer_id": "m.03wc2kf"
},
{
"aliases": [
"Nobiin",
"Fiyadikkya",
"Mahas",
"Mahas-fiadidja",
"Sukot",
"Fadicha",
"Nile Nubian",
"Mahas-fiyadikkya",
"Fadija",
"Fiadidja",
"Fiadidja-mahas",
"Fedicca",
"Fedija",
"Fadicca"
],
"answer": "Nobiin Language",
"answer_id": "m.051bnt"
},
{
"aliases": [
"Tsigene",
"Mehtar",
"Barake",
"Dom",
"Domra Magu Hiya",
"Near-eastern Gypsy",
"Domari",
"Gypsy",
"Middle Eastern Romani",
"Nawari",
"Luti",
"Kurbat",
"Nawar"
],
"answer": "Domari Language",
"answer_id": "m.0c4chg"
},
{
"aliases": [
"Arabic",
"/m/0jzc",
"عربي",
"اللغة العربية"
],
"answer": "Arabic Language",
"answer_id": "m.0jzc"
}
] | WebQTrn-3225 | WebQTrn-3225_f4440609f5cecb091bf8e86adb47be25 | what language did the the country that has the national anthem Bilady, Bilady, Bilady | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:location.country.national_anthem ?k .
?k ns:government.national_anthem_of_a_country.anthem ns:m.0d9nj_ .
?c ns:location.country.languages_spoken ?x .
}
|
What is the timezone in Bimini's location? | composition | what timezone are the bahamas | bahamas | 2018-02-12T22:07:02 | [
{
"aliases": [
"UTC-5",
"UTC -5",
"UCT-5"
],
"answer": "UTC−05:00",
"answer_id": "m.02_37z"
},
{
"aliases": [
"North American Eastern Time Zone",
"Eastern Time",
"Eastern Daylight Time",
"Eastern Standard Time Zone",
"Eastern Standard Time"
],
"answer": "Eastern Time Zone",
"answer_id": "m.02hcv8"
}
] | WebQTrn-1332 | WebQTrn-1332_03cdba7a9acaf70f71e20f99e6264ee0 | what timezone are the the country that contains Bimini | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:location.country.administrative_divisions ns:m.02rh2c .
?c ns:location.location.time_zones ?x .
}
|
Which language is spoken, in the country that includes the Southern Peninsula? | composition | what do they speak iceland | iceland | 2018-02-13T00:23:10 | [
{
"aliases": [
"Íslenska",
"Icelandic",
"Islenska"
],
"answer": "Icelandic Language",
"answer_id": "m.01gmkg"
}
] | WebQTrn-2651 | WebQTrn-2651_72afc30add424e52cbe00b736509ec22 | what do they speak the country that contains Southern Peninsula | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:location.country.administrative_divisions ns:m.08kmfj .
?c ns:location.country.languages_spoken ?x .
}
|
What type of currency is used in the country with national anthem Himno Nacional Mexicano? | composition | what kind of money do i bring to mexico | mexico | 2018-02-13T04:31:56 | [
{
"aliases": [],
"answer": "Mexican peso",
"answer_id": "m.012ts8"
}
] | WebQTest-1024 | WebQTest-1024_bedad6538f5c6114bfe9f92e6c0dfaf0 | what kind of money do i bring to the country that has the national anthem Himno Nacional Mexicano | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:location.country.national_anthem ?k .
?k ns:government.national_anthem_of_a_country.anthem ns:m.012144 .
?c ns:location.country.currency_used ?x .
}
|
What is the type of government in the nation whose national anthem is Arise, O Compratriots? | composition | what system of government does nigeria have | nigeria | 2018-02-12T22:32:57 | [
{
"aliases": [
"Presidential"
],
"answer": "Presidential system",
"answer_id": "m.01d9r3"
},
{
"aliases": [
"Federal"
],
"answer": "Federal republic",
"answer_id": "m.0j729"
}
] | WebQTrn-1569 | WebQTrn-1569_0390a20329d7eb0eb3730691a291c00a | what system of government does the country that has the national anthem Arise, O Compatriots have | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:location.country.national_anthem ?k .
?k ns:government.national_anthem_of_a_country.anthem ns:m.020fjg .
?c ns:location.country.form_of_government ?x .
}
|
What players on the Boston Celtics current roster began playing professionally after 2001? | comparative | what is the boston celtics current roster | 2018-02-12T22:07:31 | [
{
"aliases": [],
"answer": "Jeff Green",
"answer_id": "m.0j4_l_p"
},
{
"aliases": [],
"answer": "Evan Turner",
"answer_id": "m.05p32hd"
},
{
"aliases": [],
"answer": "Erik Murphy",
"answer_id": "m.0w6vh_2"
},
{
"aliases": [
"Brandon Samuel Bass"
],
"answer": "Dwight Powell",
"answer_id": "m.07fcql"
},
{
"aliases": [],
"answer": "Marcus Thornton",
"answer_id": "m.0b6ld_"
},
{
"aliases": [],
"answer": "Brandon Bass",
"answer_id": "m.06w7hfh"
},
{
"aliases": [],
"answer": "Colton Iverson",
"answer_id": "m.05fwz1x"
},
{
"aliases": [],
"answer": "Tyler Zeller",
"answer_id": "m.05p60sr"
},
{
"aliases": [],
"answer": "Avery Bradley",
"answer_id": "m.04f06_h"
}
] | WebQTrn-1341 | WebQTrn-1341_0967992b86eb421a43ea3b1a1bfa68e9 | what is the boston celtics current roster and is the player started his career on after 2001 | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0bwjj)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0bwjj ns:sports.sports_team.roster ?y .
?y ns:sports.sports_team_roster.player ?x .
FILTER(NOT EXISTS {?y ns:sports.sports_team_roster.from ?sk0} ||
EXISTS {?y ns:sports.sports_team_roster.from ?sk1 .
FILTER(xsd:datetime(?sk1) <= "2015-08-10"^^xsd:dateTime) })
FILTER(NOT EXISTS {?y ns:sports.sports_team_roster.to ?sk2} ||
EXISTS {?y ns:sports.sports_team_roster.to ?sk3 .
FILTER(xsd:datetime(?sk3) >= "2015-08-10"^^xsd:dateTime) })
?x ns:sports.pro_athlete.sports_played_professionally ?c .
?c ns:sports.pro_sports_played.career_start ?num .
FILTER (?num > "2001"^^xsd:dateTime) .
} |
|
What location appointed Václav Klaus to govermental position and is where German is spoken? | conjunction | where do they speak german | 2018-02-13T04:45:05 | [
{
"aliases": [
"Bohemia"
],
"answer": "Czech Republic",
"answer_id": "m.01mjq"
}
] | WebQTest-1117 | WebQTest-1117_1980a5910199abd95967c71a9e69fd93 | where do they speak german and is the location that appointed Václav Klaus to govermental position | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.04306rv)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.04306rv ns:language.human_language.countries_spoken_in ?x .
?x ns:government.governmental_jurisdiction.governing_officials ?c .
?c ns:government.government_position_held.appointed_by ns:m.01s4th .
} |
|
Who is the deity worshiped by the Progressive Dawoodi Bohra religion? | composition | who does the islam worship | islam | 2018-02-12T21:00:07 | [
{
"aliases": [
"Baba Ramdevji"
],
"answer": "Ramdev Pir",
"answer_id": "m.055v4c"
},
{
"aliases": [
"Yahweh",
"Deus",
"Jah",
"Elohim"
],
"answer": "God",
"answer_id": "m.0d05l6"
},
{
"aliases": [
"Ar-Rahman"
],
"answer": "Allah",
"answer_id": "m.0jfd"
}
] | WebQTrn-745 | WebQTrn-745_1e11f69ade2d2440e13a687c9ba67c50 | who does the the religion organiztion is Progressive Dawoodi Bohra worship | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:religion.religion.organizations ns:m.09sxls .
?c ns:religion.religion.deities ?x .
}
|
Which of Iran 's major trading partners, where the currency used in the country is the Malagasy ariary? | conjunction | who are iran 's major trading partners | 2018-02-12T22:06:43 | [
{
"aliases": [
"Republic of Madagascar",
"Malagasy Republic"
],
"answer": "Madagascar",
"answer_id": "m.04sj3"
}
] | WebQTrn-1325 | WebQTrn-1325_9f8fc8341d7c53fe16d94a6a23638ec4 | who are iran 's major trading partners and the currency used in the country is Malagasy ariary | #MANUAL SPARQL
PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.03shp)
{
ns:m.03shp ns:location.statistical_region.places_exported_to ?y .
?y ns:location.imports_and_exports.exported_to ?x .
}
UNION
{
ns:m.03shp ns:location.statistical_region.places_imported_from ?y .
?y ns:location.imports_and_exports.imported_from ?x .
}?x ns:location.country.currency_used ns:m.04hx_7 .
} |
|
What is the religion with the organization Tamil Nadu, Thowheed in Thailand? | conjunction | what religion in thailand | 2018-02-12T22:28:50 | [
{
"aliases": [],
"answer": "Islam",
"answer_id": "m.0flw86"
}
] | WebQTrn-1535 | WebQTrn-1535_6a27420dcf0528ae017dd74e40cfd38a | what religion in thailand and the religion organiztion is Tamil Nadu Thowheed Jamath | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.07f1x)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.07f1x ns:location.statistical_region.religions ?y .
?y ns:location.religion_percentage.religion ?x .
?x ns:religion.religion.organizations ns:m.010ffmhn .
} |
|
What structure started prior to 1900 can be visisted in Barcelona? | comparative | what is there to see in barcelona | 2018-02-12T21:20:09 | [
{
"aliases": [
"Basílica y Templo Expiatorio de la Sagrada Familia",
"Temple Expiatori de la Sagrada Familia",
"Basilica and Expiatory Church of the Holy Family",
"Basílica i Temple Expiatori de la Sagrada Família"
],
"answer": "Sagrada Família",
"answer_id": "m.0g6n3"
}
] | WebQTrn-914 | WebQTrn-914_0321ff137b6fa3754841c0218b87d43e | what is there to see in barcelona and is the structure construction started in before 1900 | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.01f62)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.01f62 ns:travel.travel_destination.tourist_attractions ?x .
?x ns:architecture.structure.construction_started ?num .
FILTER (?num < "1900"^^xsd:dateTime) .
} |
|
Which country with a net migration less than -1377252 borders the U.S.? | comparative | which countries border the us | 2018-02-12T19:39:16 | [
{
"aliases": [
"Méjico",
"México",
"Estados Unidos Mexicanos",
"United Mexican States"
],
"answer": "Mexico",
"answer_id": "m.0b90_r"
}
] | WebQTrn-13 | WebQTrn-13_a55db4f4291272a7b018e3dee2d390cb | which countries border the us and is the net migration number was less than -1377252 | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.09c7w0)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.09c7w0 ns:location.location.adjoin_s ?y .
?y ns:location.adjoining_relationship.adjoins ?x .
?x ns:common.topic.notable_types ns:m.01mp .
?x ns:location.statistical_region.net_migration ?c .
?c ns:measurement_unit.dated_integer.number ?num .
FILTER (xsd:integer(?num) < -1377252) .
} |
|
What form of government does the county with La Bayamesa as its national anthem have? | composition | what kind of government does cuba have today | cuba | 2018-02-13T04:51:46 | [
{
"aliases": [
"Semi-presidential"
],
"answer": "Semi-presidential system",
"answer_id": "m.01dw03"
},
{
"aliases": [
"Unitary republic",
"Unitary"
],
"answer": "Unitary state",
"answer_id": "m.01fpfn"
},
{
"aliases": [
"Socialist",
"Socialist Republic"
],
"answer": "Socialist state",
"answer_id": "m.025tbxf"
},
{
"aliases": [],
"answer": "Republic",
"answer_id": "m.06cx9"
}
] | WebQTest-1186 | WebQTest-1186_8e4ffbb924cdcf9393c9cfa849b3a31c | what kind of government does the country that has the national anthem La Bayamesa have today | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:location.country.national_anthem ?k .
?k ns:government.national_anthem_of_a_country.anthem ns:m.01lg5j .
?c ns:location.country.form_of_government ?x .
}
|
What years did team owner Bill Neukom's sports team win the World Series? | composition | what years have the giants won the world series | giants | 2018-02-13T01:00:16 | [
{
"aliases": [
"2014 World"
],
"answer": "2014 World Series",
"answer_id": "m.0117q3yz"
},
{
"aliases": [
"2010 World"
],
"answer": "2010 World Series",
"answer_id": "m.09gnk2r"
},
{
"aliases": [
"2012 World"
],
"answer": "2012 World Series",
"answer_id": "m.0ds8qct"
}
] | WebQTrn-2990 | WebQTrn-2990_a188aff4a054e1ec66fafba1b8021f67 | what years have the the sports team owner is Bill Neukom won the world series | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:sports.professional_sports_team.owner_s ns:m.03cyzbv .
?c ns:sports.sports_team.championships ?x .
}
|
What geographic location has the Liard river flowing through it? | composition | what is british columbia | british columbia | 2018-02-13T00:02:28 | [
{
"aliases": [],
"answer": "Canadian province",
"answer_id": "m.0hzcdlq"
}
] | WebQTrn-2490 | WebQTrn-2490_f9c16748b7a387f3eeece8e8827f6c0b | what is the location partially contains Liard River | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:location.location.partiallycontains ?k .
?k ns:location.partial_containment_relationship.partially_contains ns:m.03tcx_ .
?c ns:base.aareas.schema.administrative_area.administrative_area_type ?x .
}
|
Which of China's trading partners contains Hawke's Bay? | conjunction | who are china 's trading partners | 2018-02-13T00:17:15 | [
{
"aliases": [
"God's own",
"NZ",
"Land of the long white cloud",
"Aotearoa"
],
"answer": "New Zealand",
"answer_id": "m.0ctw_b"
}
] | WebQTrn-2591 | WebQTrn-2591_56426be0d7b0e75f58d47948c71dc75d | who are china 's trading partners and is the country that contains Hawke's Bay | #MANUAL SPARQL
PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0d05w3)
{
ns:m.0d05w3 ns:location.statistical_region.places_exported_to ?y .
?y ns:location.imports_and_exports.exported_to ?x .
}
UNION
{
ns:m.0d05w3 ns:location.statistical_region.places_imported_from ?y .
?y ns:location.imports_and_exports.imported_from ?x .
}?x ns:location.country.administrative_divisions ns:m.0125s7 .
} |
|
What nation where the real adjusted value of the GDP was smallest is the birthplace of Nina Dobrev? | superlative | what is nina dobrev nationality | 2018-02-12T19:39:38 | [
{
"aliases": [
"Republic of Bulgaria"
],
"answer": "Bulgaria",
"answer_id": "m.015qh"
}
] | WebQTrn-15 | WebQTrn-15_d9c8ccac0a08c7736ed81f8e0fb61b3e | what is nina dobrev nationality and is the gdp real adjusted value was once smallest | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.027nwk2)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.027nwk2 ns:people.person.nationality ?x .
?x ns:location.statistical_region.gdp_real ?c .
?c ns:measurement_unit.adjusted_money_value.adjusted_value ?num .
}
ORDER BY xsd:integer(?num) LIMIT 1 |
|
The country that uses the currency Cuban convertible peso has what kind of government? | composition | what kind of government does cuba have today | cuba | 2018-02-13T04:51:46 | [
{
"aliases": [
"Semi-presidential"
],
"answer": "Semi-presidential system",
"answer_id": "m.01dw03"
},
{
"aliases": [
"Unitary republic",
"Unitary"
],
"answer": "Unitary state",
"answer_id": "m.01fpfn"
},
{
"aliases": [
"Socialist",
"Socialist Republic"
],
"answer": "Socialist state",
"answer_id": "m.025tbxf"
},
{
"aliases": [],
"answer": "Republic",
"answer_id": "m.06cx9"
}
] | WebQTest-1186 | WebQTest-1186_e185ea716e0dcbdf8d9ad6498b5e88f1 | what kind of government does the currency used in the country is Cuban convertible peso have today | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:location.country.currency_used ns:m.049p6c .
?c ns:location.country.form_of_government ?x .
}
|
What did the architect who designed Edison's Black Maria invent? | composition | what inventions did thomas edison invent list | thomas edison | 2018-02-13T03:49:34 | [
{
"aliases": [],
"answer": "Movie camera",
"answer_id": "m.01cbh9"
},
{
"aliases": [],
"answer": "Quadruplex telegraph",
"answer_id": "m.02r0w8q"
},
{
"aliases": [],
"answer": "Electric Power Distribution",
"answer_id": "m.03q9w5j"
},
{
"aliases": [
"Mimeograph machine"
],
"answer": "Mimeograph",
"answer_id": "m.0505x"
},
{
"aliases": [],
"answer": "Phonograph",
"answer_id": "m.063md"
},
{
"aliases": [],
"answer": "Incandescent light bulb",
"answer_id": "m.0cpk7"
},
{
"aliases": [],
"answer": "Carbon microphone",
"answer_id": "m.0d9fkw"
},
{
"aliases": [],
"answer": "Phonograph cylinder",
"answer_id": "m.0xrxw"
}
] | WebQTest-599 | WebQTest-599_9da12b6f655edc0528af4ac59e1e28bf | what inventions did the architect that desinged Edison's Black Maria invent list | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:architecture.architect.structures_designed ns:m.050kvz .
?c ns:law.inventor.inventions ?x .
}
|
What's the most recent event in which the sports team that won the championship in Super Bowl VI has won the Super Bowl? | composition | when was the last time the dallas cowboys won the superbowl | dallas cowboys | 2018-02-13T04:30:34 | [
{
"aliases": [
"Super Bowl 30"
],
"answer": "Super Bowl XXX",
"answer_id": "m.076wz"
}
] | WebQTest-994 | WebQTest-994_139cc3d497bad703a6253a51b39f0edc | when was the last time the the team won the Super Bowl VI championship won the superbowl | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:sports.sports_team.championships ns:m.076n1 .
?c ns:sports.sports_team.championships ?x .
?x ns:sports.sports_championship_event.championship ns:m.06x5s .
?x ns:time.event.end_date ?sk0 .
}
ORDER BY DESC(xsd:datetime(?sk0))
LIMIT 1
|
The nation that has Pernambuco within its borders uses which language for verbal communication? | composition | what language brazil use | brazil | 2018-02-12T22:49:37 | [
{
"aliases": [
"Italiano",
"Italian"
],
"answer": "Italian Language",
"answer_id": "m.02bjrlw"
},
{
"aliases": [],
"answer": "Brazilian Portuguese",
"answer_id": "m.02zj58"
},
{
"aliases": [
"Portuguese",
"Portugese",
"Portuguese language",
"Português"
],
"answer": "Portuguese Language",
"answer_id": "m.05zjd"
}
] | WebQTrn-1780 | WebQTrn-1780_894fd8dc00cf831fe75187abd587b8aa | what language the country that contains Pernambuco use | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:location.country.administrative_divisions ns:m.01hdpp .
?c ns:location.country.languages_spoken ?x .
}
|
What religion with notable religious figure named Eve does George Soros believe in? | conjunction | what does george soros believe | 2018-02-12T23:56:33 | [
{
"aliases": [
"Jewish"
],
"answer": "Judaism",
"answer_id": "m.03_gx"
}
] | WebQTrn-2435 | WebQTrn-2435_31702484b07d87096be4da15bf70f5d6 | what does george soros believe and the religion notable figure is Eve | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0gyk6w)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0gyk6w ns:people.person.religion ?x .
?x ns:religion.religion.notable_figures ns:m.025t1rz .
} |
|
What high school did the person who went to Finleyville Middle School attend? | composition | where did joe montana go to high school | joe montana | 2018-02-12T20:20:52 | [
{
"aliases": [
"Ringgold High"
],
"answer": "Ringgold High School",
"answer_id": "m.02q5m29"
}
] | WebQTrn-393 | WebQTrn-393_ab962b41cb60c867b01b83a087f90247 | where did the person education institution is Finleyville Middle School go to high school | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:people.person.education ?k .
?k ns:education.education.institution ns:m.04nk3zn .
?c ns:people.person.education ?y .
?y ns:education.education.institution ?x .
?x ns:common.topic.notable_types ns:m.01y2hn6 .
}
|
What religion in Canada believes in the Virgin birth of Jesus? | conjunction | what religions are recognized in canada | 2018-02-13T00:43:31 | [
{
"aliases": [
"Roman Catholic convert",
"Roman Catholic"
],
"answer": "Catholicism",
"answer_id": "m.0c8wxp"
}
] | WebQTrn-2810 | WebQTrn-2810_be64d515debe3029f7c0fb2af05bfe7e | what religions are recognized in canada and the religion belief is Virgin birth of Jesus | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0d060g)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0d060g ns:location.statistical_region.religions ?y .
?y ns:location.religion_percentage.religion ?x .
?x ns:religion.religion.beliefs ns:m.012lvl .
} |
|
What is the langauge used where the national anthem is "There is a Lovely Country"? | composition | what language do they denmark | denmark | 2018-02-12T20:50:26 | [
{
"aliases": [
"Greenlandic Eskimo",
"Inuktitut, Greenlandic",
"Greenlandic",
"Kalaallisut"
],
"answer": "Greenlandic language",
"answer_id": "m.02_8gp"
},
{
"aliases": [
"Dänisch",
"Danish",
"Central Danish",
"Dansk",
"Sjaelland"
],
"answer": "Danish Language",
"answer_id": "m.0295r"
},
{
"aliases": [
"Føroyskt",
"Faroese Language"
],
"answer": "Faroese",
"answer_id": "m.02hrcqd"
},
{
"aliases": [
"German, Standard Language",
"Deutsch",
"German",
"Tedesco",
"High German",
"Hochdeutsch",
"German, Standard"
],
"answer": "German Language",
"answer_id": "m.04306rv"
}
] | WebQTrn-633 | WebQTrn-633_6cb1331b7de4eccf0c4d3f78f17c7ad8 | what language do they the country that has the national anthem There is a Lovely Country | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:location.country.national_anthem ?k .
?k ns:government.national_anthem_of_a_country.anthem ns:m.0n8r4 .
?c ns:location.country.languages_spoken ?x .
}
|
What NFL Team starring Doug Williams also won the Super Bowl XXXVII championship? | conjunction | what team did doug williams play for | 2018-02-12T23:46:02 | [
{
"aliases": [
"Bucs",
"The Bucs"
],
"answer": "Tampa Bay Buccaneers",
"answer_id": "m.07l24"
}
] | WebQTrn-2326 | WebQTrn-2326_83652f194a7cb17d6ff1fc2b707b2eba | what team did doug williams play for and is the team won the Super Bowl XXXVII championship | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0443ql)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0443ql ns:sports.pro_athlete.teams ?y .
?y ns:sports.sports_team_roster.team ?x .
?x ns:sports.sports_team.championships ns:m.017msz .
} |
|
What things did the person who designed Edgar Thomson Steel Works? | composition | who is andrew carnegie and what did he do | andrew carnegie | 2018-02-12T22:34:47 | [
{
"aliases": [
"Businesswoman",
"Business person",
"Businessman"
],
"answer": "Businessperson",
"answer_id": "m.012t_z"
},
{
"aliases": [
"Industralist"
],
"answer": "Business magnate",
"answer_id": "m.025spv"
},
{
"aliases": [
"Entrepeneur"
],
"answer": "Entrepreneur",
"answer_id": "m.09x_r"
}
] | WebQTrn-1601 | WebQTrn-1601_5d4f19710445c6dcee021e0282b06e1d | who is the architect that desinged Edgar Thomson Steel Works and what did he do | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:architecture.architect.structures_designed ns:m.026z765 .
?c ns:people.person.profession ?x .
}
|
What Bible translations are followed by worshipers in the Santa Cecilia in Trastevere church? | composition | what bible does the catholic church follow | catholic | 2018-02-12T19:51:14 | [
{
"aliases": [
"Christian Bible",
"Holy Bible",
"Bible"
],
"answer": "The Bible",
"answer_id": "m.015j7"
},
{
"aliases": [
"Second Book of Ezra"
],
"answer": "Book of Nehemiah",
"answer_id": "m.01dfl"
},
{
"aliases": [],
"answer": "New Testament",
"answer_id": "m.05crg"
},
{
"aliases": [],
"answer": "Old Testament",
"answer_id": "m.05ld9"
}
] | WebQTrn-138 | WebQTrn-138_5d454dfb6a760c162b099d736eecff1a | what bible does the the religion place of worship is Santa Cecilia in Trastevere church follow | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:religion.religion.places_of_worship ns:m.08_kst .
?c ns:religion.religion.texts ?x .
}
|
What team that won the 2007 World Series sports championship had Manny Ramirez on its roster? | conjunction | what teams did manny ramirez play for | 2018-02-13T01:15:56 | [
{
"aliases": [
"BoSox",
"Red Sox",
"The Sox",
"The Olde Towne Team",
"Boston Americans"
],
"answer": "Boston Red Sox",
"answer_id": "m.01d5z"
}
] | WebQTrn-3116 | WebQTrn-3116_180799a854cb9622f6d9aece9fe0ad4b | what teams did manny ramirez play for and is the team won the 2007 World Series championship | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.06tjlc)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.06tjlc ns:sports.pro_athlete.teams ?y .
?y ns:sports.sports_team_roster.team ?x .
?x ns:sports.sports_team.championships ns:m.0268bkj .
} |
|
Which three countries border the nation where Tabasco is located? | composition | what three countries does mexico border | mexico | 2018-02-12T20:08:05 | [
{
"aliases": [],
"answer": "Belize",
"answer_id": "m.0164b"
},
{
"aliases": [
"Guatemala."
],
"answer": "Guatemala",
"answer_id": "m.0345_"
},
{
"aliases": [
"U.S. of A.",
"Estats Units d'Amèrica",
"USA",
"U.S.A.",
"U.S.",
"The States",
"US",
"United States",
"America"
],
"answer": "United States of America",
"answer_id": "m.09c7w0"
}
] | WebQTrn-254 | WebQTrn-254_175da2d6cec3598faf048e9722cbbc47 | what three countries does the country that contains Tabasco border | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:location.country.administrative_divisions ns:m.01bkt4 .
?c ns:location.location.adjoin_s ?y .
?y ns:location.adjoining_relationship.adjoins ?x .
?x ns:common.topic.notable_types ns:m.01mp .
}
|
What team owned by Bill Kenwright did Tim Howard play for? | conjunction | who has tim howard played for | 2018-02-13T00:14:23 | [
{
"aliases": [
"The Toffees",
"Everton Football Club",
"The Dogs of War",
"The People's Club",
"The Toffeemen",
"The Black Watch",
"The School of Science",
"Everton",
"Everton FC",
"The Blues"
],
"answer": "Everton F.C.",
"answer_id": "m.0mmd6"
}
] | WebQTrn-2581 | WebQTrn-2581_6efe91e06ebdd74c68eda20341369690 | who has tim howard played for and the sports team owner is Bill Kenwright | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.026s3n)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.026s3n ns:sports.pro_athlete.teams ?y .
?y ns:sports.sports_team_roster.team ?x .
?x ns:sports.professional_sports_team.owner_s ns:m.036lvd .
} |
|
Who taught the illustrator of the book " De Divina Proportione"? | composition | who was leonardo da vinci teacher | leonardo da vinci | 2018-02-12T23:49:18 | [
{
"aliases": [
"Andrea del Verrocchio (School of)"
],
"answer": "Andrea del Verrocchio",
"answer_id": "m.01fgbq"
},
{
"aliases": [
"Lorenzo il Magnifico",
"Giovanni de' Medici"
],
"answer": "Lorenzo de' Medici",
"answer_id": "m.04qj5"
},
{
"aliases": [
"John Argyropulus",
"John Argyropulos"
],
"answer": "John Argyropoulos",
"answer_id": "m.0f87z0"
}
] | WebQTrn-2357 | WebQTrn-2357_0db5dafcef666da2d314e42c8fbe8ecf | who was the illustrator of the book De divina proportione teacher | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:book.illustrator.books_illustrated ns:m.06pqb_7 .
?c ns:influence.influence_node.influenced_by ?x .
}
|
Where does the sports team owned by Bill Neukom play? | composition | where do the san francisco giants play baseball | san francisco giants | 2018-02-12T22:06:44 | [
{
"aliases": [
"AT&T Park, San Francisco",
"AT&T"
],
"answer": "AT&T Park",
"answer_id": "m.01_gsg"
}
] | WebQTrn-1326 | WebQTrn-1326_a188aff4a054e1ec66fafba1b8021f67 | where do the the sports team owner is Bill Neukom play baseball | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:sports.professional_sports_team.owner_s ns:m.03cyzbv .
?c ns:sports.sports_team.arena_stadium ?x .
?x ns:architecture.structure.opened ?sk0 .
}
ORDER BY DESC(xsd:datetime(?sk0))
LIMIT 1
|
What was the last championship won by the 2004 NBA champions? | composition | when did the detroit pistons last win the championship | detroit pistons | 2018-02-13T04:22:10 | [
{
"aliases": [],
"answer": "2004 NBA Finals",
"answer_id": "m.07p0zz"
}
] | WebQTest-895 | WebQTest-895_6b994ca102354097a85e176fb8c708fb | when did the the team won the 2004 NBA Finals championship last win the championship | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:sports.sports_team.championships ns:m.07p0zz .
?c ns:sports.sports_team.championships ?x .
?x ns:time.event.start_date ?sk0 .
}
ORDER BY DESC(xsd:datetime(?sk0))
LIMIT 1
|
Which film has a character the Balladeer and featue Diana Ross as an actress? | conjunction | what movies did diana ross play in | 2018-02-12T20:00:07 | [
{
"aliases": [
"Littlefoot",
"The Land Before"
],
"answer": "The Land Before Time",
"answer_id": "m.04l7z_"
}
] | WebQTrn-203 | WebQTrn-203_9abc39d02bd0de6fc7c366960c917783 | what movies did diana ross play in and is the film has a charcter named The Balladeer | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.01wrcxr)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.01wrcxr ns:film.actor.film ?y .
?y ns:film.performance.film ?x .
?x ns:film.film.starring ?c .
?c ns:film.performance.character ns:m.010p83j1 .
} |
|
With what country where you'd find the location Zambezia Province does South Africa have trade relations? | conjunction | with which countries does south africa trade | 2018-02-12T21:06:04 | [
{
"aliases": [
"Republica de Mocambique",
"Republic of Mozambique",
"Mocambique"
],
"answer": "Mozambique",
"answer_id": "m.04wlh"
}
] | WebQTrn-832 | WebQTrn-832_9bff5a9e7e2980650a4b1b1ffbaf8ed1 | with which countries does south africa trade and is the country that contains Zambezia Province | #MANUAL SPARQL
PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0hzlz)
{
ns:m.0hzlz ns:location.statistical_region.places_exported_to ?y .
?y ns:location.imports_and_exports.exported_to ?x .
}
UNION
{
ns:m.0hzlz ns:location.statistical_region.places_imported_from ?y .
?y ns:location.imports_and_exports.imported_from ?x .
}?x ns:location.country.administrative_divisions ns:m.01g89l .
} |
|
What team was Jim Harbaugh on that is owned by Virginia Halas McCaskey? | conjunction | what teams did jim harbaugh play for | 2018-02-13T01:03:00 | [
{
"aliases": [
"Da Bears",
"The Monsters of the Midway",
"Decatur Staleys"
],
"answer": "Chicago Bears",
"answer_id": "m.01y3v"
}
] | WebQTrn-3009 | WebQTrn-3009_ac90f5a5ca6e8a75da067b209c3bed64 | what teams did jim harbaugh play for and the sports team owner is Virginia Halas McCaskey | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.04rmtv)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.04rmtv ns:sports.pro_athlete.teams ?y .
?y ns:sports.sports_team_roster.team ?x .
?x ns:sports.professional_sports_team.owner_s ns:m.027h7lp .
} |
|
What currency is used where Gebel Elba is partially located? | composition | what currency do i need in egypt | egypt | 2018-02-12T22:20:43 | [
{
"aliases": [],
"answer": "Egyptian pound",
"answer_id": "m.04phzg"
}
] | WebQTrn-1463 | WebQTrn-1463_50cf52311d0cdd04337ffc0d5378b1b8 | what currency do i need in the location partially contains Gebel Elba | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:location.location.partiallycontains ?k .
?k ns:location.partial_containment_relationship.partially_contains ns:m.026cy73 .
?c ns:location.country.currency_used ?x .
}
|
What languages are spoken in the country where the Cuban Peso is the currency? | composition | what language does cuba speak | cuba | 2018-02-13T02:50:30 | [
{
"aliases": [
"Haitian Creole French",
"Kreyol",
"Aiysyen",
"Plateau Haitian Creole language"
],
"answer": "Haitian Creole",
"answer_id": "m.02dhwl"
},
{
"aliases": [
"Lucumi"
],
"answer": "Lucumi Language",
"answer_id": "m.02hwhd2"
},
{
"aliases": [
"Español",
"Spanish language",
"Castillian",
"Spanish",
"The language of Cervantes",
"Castellano",
"Castillan",
"Castilian"
],
"answer": "Spanish Language",
"answer_id": "m.06nm1"
}
] | WebQTest-150 | WebQTest-150_73bb87158a068132f7511dc63566c924 | what language does the currency used in the country is Cuban peso speak | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:location.country.currency_used ns:m.049p2z .
?c ns:location.country.languages_spoken ?x .
}
|
What was the person whose educational institution was the BRG Steyr a leader of? | composition | what was hitler the leader of | hitler | 2018-02-13T05:04:02 | [
{
"aliases": [],
"answer": "Hitler Youth",
"answer_id": "m.01c73n"
},
{
"aliases": [],
"answer": "Gestapo",
"answer_id": "m.03cqs"
},
{
"aliases": [],
"answer": "1st SS Panzer Division Leibstandarte SS Adolf Hitler",
"answer_id": "m.03w7xf"
},
{
"aliases": [
"NSDAP",
"Nazi"
],
"answer": "Nazi Party",
"answer_id": "m.05g9h"
},
{
"aliases": [
"SS"
],
"answer": "Schutzstaffel",
"answer_id": "m.06qmk"
},
{
"aliases": [
"Waffen-SS foreign volunteers and conscripts"
],
"answer": "Waffen-SS",
"answer_id": "m.082mc"
},
{
"aliases": [],
"answer": "Wehrmacht",
"answer_id": "m.082x5"
},
{
"aliases": [],
"answer": "Sturmabteilung",
"answer_id": "m.0f6ck"
}
] | WebQTest-1304 | WebQTest-1304_d14abf7768bdbdaa66897780b56dace1 | what was the person education institution is BRG Steyr the leader of | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:people.person.education ?k .
?k ns:education.education.institution ns:m.01064jg9 .
?c ns:organization.organization_founder.organizations_founded ?x .
}
|
What team does Stan Kroenke own that won the 2014 FA Cup Final championship? | conjunction | what all does stan kroenke own | 2018-02-13T00:01:14 | [
{
"aliases": [
"Royal Arsenal",
"The Gunners",
"Woolwich Arsenal",
"Arsenal Gunners",
"Dial Square",
"Arsenal",
"Arsenal Football Club",
"Arsenal FC"
],
"answer": "Arsenal F.C.",
"answer_id": "m.0xbm"
}
] | WebQTrn-2484 | WebQTrn-2484_0fe2ee1f56e6c9e99eea39af139f1d2a | what all does stan kroenke own and is the team won the 2014 FA Cup Final championship | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0dg6f6)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0dg6f6 ns:sports.sports_team_owner.teams_owned ?x .
?x ns:sports.sports_team.championships ns:m.0107yw1k .
} |
|
Which college has the Saint Mary's College of California Gael mascot? | composition | what is st mary mascot | st mary | 2018-02-12T23:14:01 | [
{
"aliases": [
"Gael",
"Gael Force One"
],
"answer": "Saint Mary's College of California Gael",
"answer_id": "m.05k68lf"
}
] | WebQTrn-1990 | WebQTrn-1990_3577ed2269f3d0ef75960d25fd9cf77b | what is the educational institution with the mascot Saint Mary's College of California Gael mascot | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:education.educational_institution.mascot ns:m.05k68lf .
?c ns:education.educational_institution.mascot ?x .
}
|
What form of government is used in the country that has Haifa District? | composition | what form of government is israel | israel | 2018-02-13T02:28:30 | [
{
"aliases": [
"Parliamentary",
"Parliamentary Democracy"
],
"answer": "Parliamentary system",
"answer_id": "m.018wl5"
}
] | WebQTrn-3722 | WebQTrn-3722_bda5cd2328322c309ecbaaffcb9e7c8e | what form of government is the country that contains Haifa District | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:location.country.administrative_divisions ns:m.03gclm .
?c ns:location.country.form_of_government ?x .
}
|
What Thailand religion uses the religious text named Dhammapada? | conjunction | what religion in thailand | 2018-02-12T22:28:50 | [
{
"aliases": [
"Buddhist"
],
"answer": "Buddhism",
"answer_id": "m.092bf5"
}
] | WebQTrn-1535 | WebQTrn-1535_63a8a98b091b7f90ea85edba21c2104f | what religion in thailand and the religion text is Dhammapada | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.07f1x)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.07f1x ns:location.statistical_region.religions ?y .
?y ns:location.religion_percentage.religion ?x .
?x ns:religion.religion.texts ns:m.01nv3q .
} |
|
What was the cause of death for the person whose educational institution was St. Francis Xavier's College? | composition | what was the cause of death for bruce lee | bruce lee | 2018-02-13T03:03:21 | [
{
"aliases": [
"cerebral oedema"
],
"answer": "Cerebral edema",
"answer_id": "m.0219bz"
}
] | WebQTest-249 | WebQTest-249_4143eb98f4dfe552011e1292adc92d2b | what was the cause of death for the person education institution is St. Francis Xavier's College | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:people.person.education ?k .
?k ns:education.education.institution ns:m.03qhs2c .
?c ns:people.deceased_person.cause_of_death ?x .
}
|
Where is the headquarters of the Jeppesen Systems Inc? | composition | where are boeing headquarters | boeing | 2018-02-13T04:40:38 | [
{
"aliases": [
"DuPage County / Chicago city",
"Chicago, IL",
"Chicago, Illinois",
"Chicago, Wisconsin",
"The City That Works",
"City of Chicago",
"Chicago Illinois",
"The City With Broad Shoulders",
"The Windy City",
"Chicago, Chicagoland"
],
"answer": "Chicago",
"answer_id": "m.01_d4"
}
] | WebQTest-1090 | WebQTest-1090_1241b57c26c89478298bd2afa34bc220 | where are the child organization is Jeppesen Systems Inc headquarters | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:organization.organization.child ?k .
?k ns:organization.organization_relationship.child ns:m.09my_gk .
?c ns:organization.organization.headquarters ?y .
?y ns:location.mailing_address.citytown ?x .
}
|
What is the current Illinois senator that had his governmental position from 1-3-1983? | conjunction | who are the two current illinois senators | 2018-02-13T00:31:41 | [
{
"aliases": [
"Richard Joseph Durbin"
],
"answer": "Dick Durbin",
"answer_id": "m.01xcd1"
}
] | WebQTrn-2718 | WebQTrn-2718_a733463825f4c9447cf736f722e85dfe | who are the two current illinois senators and held his govermental position from 1983-01-03 | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.03v0t)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.03v0t ns:government.political_district.representatives ?y .
?y ns:government.government_position_held.office_holder ?x .
?y ns:government.government_position_held.governmental_body ns:m.07t58 .
FILTER(NOT EXISTS {?y ns:government.government_position_held.from ?sk0} ||
EXISTS {?y ns:government.government_position_held.from ?sk1 .
FILTER(xsd:datetime(?sk1) <= "2015-08-10"^^xsd:dateTime) })
FILTER(NOT EXISTS {?y ns:government.government_position_held.to ?sk2} ||
EXISTS {?y ns:government.government_position_held.to ?sk3 .
FILTER(xsd:datetime(?sk3) >= "2015-08-10"^^xsd:dateTime) })
?x ns:government.politician.government_positions_held ?c .
?c ns:government.government_position_held.from "1983-01-03"^^xsd:dateTime .
} |
|
What are titles of the God worshipped in the religion that has the Quran as text? | composition | what are the gods of islam | islam | 2018-02-13T01:09:36 | [
{
"aliases": [
"Baba Ramdevji"
],
"answer": "Ramdev Pir",
"answer_id": "m.055v4c"
},
{
"aliases": [
"Yahweh",
"Deus",
"Jah",
"Elohim"
],
"answer": "God",
"answer_id": "m.0d05l6"
},
{
"aliases": [
"Ar-Rahman"
],
"answer": "Allah",
"answer_id": "m.0jfd"
}
] | WebQTrn-3066 | WebQTrn-3066_39b12d0bd9a41783eba6983878bd47a0 | what are the gods of the religion text is Quran | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:religion.religion.texts ns:m.096tx .
?c ns:religion.religion.deities ?x .
}
|
What South American country's capital is Bogota? | conjunction | what is south america made up of | 2018-02-13T01:53:22 | [
{
"aliases": [
"コロンビア共和国",
"Republic of Colombia"
],
"answer": "Colombia",
"answer_id": "m.01ls2"
},
{
"aliases": [
"Great Colombia"
],
"answer": "Gran Colombia",
"answer_id": "m.0dkz7x"
}
] | WebQTrn-3409 | WebQTrn-3409_c2a34889aebc2881bd3768893987211d | what is south america made up of and the country capital is Bogotá | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.06n3y)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.06n3y ns:location.location.contains ?x .
?x ns:common.topic.notable_types ns:m.01mp .
?x ns:location.country.capital ns:m.01dzyc .
} |
|
The country that contains Saint Ann Parish uses what type of currency? | composition | what kind of currency does jamaica use | jamaica | 2018-02-13T00:24:56 | [
{
"aliases": [],
"answer": "Jamaican dollar",
"answer_id": "m.04xc2m"
}
] | WebQTrn-2672 | WebQTrn-2672_0a1797c617f8e1eb87eab85b0790302e | what kind of currency does the country that contains Saint Ann Parish use | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:location.country.administrative_divisions ns:m.02mzmt .
?c ns:location.country.currency_used ?x .
}
|
Where is the child company of Boeing Canada Operations Ltd.? | composition | where are boeing headquarters | boeing | 2018-02-13T04:40:38 | [
{
"aliases": [
"DuPage County / Chicago city",
"Chicago, IL",
"Chicago, Illinois",
"Chicago, Wisconsin",
"The City That Works",
"City of Chicago",
"Chicago Illinois",
"The City With Broad Shoulders",
"The Windy City",
"Chicago, Chicagoland"
],
"answer": "Chicago",
"answer_id": "m.01_d4"
}
] | WebQTest-1090 | WebQTest-1090_6277a8b120eab021c781ef17c643820a | where are the child organization is Boeing Canada Operations Ltd headquarters | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:organization.organization.child ?k .
?k ns:organization.organization_relationship.child ns:m.09m17v2 .
?c ns:organization.organization.headquarters ?y .
?y ns:location.mailing_address.citytown ?x .
}
|
What character is portrayed by the person who once resided in St. Landry Parish? | composition | who does danneel harris play on one tree hill | danneel harris | 2018-02-12T21:00:33 | [
{
"aliases": [
"Rachel Virginia Gatina"
],
"answer": "Rachel Gatina",
"answer_id": "m.025tqtw"
}
] | WebQTrn-761 | WebQTrn-761_27e892e88c605a383799c7baa05d9847 | who does the person who once lived in St. Landry Parish play on one tree hill | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:people.person.places_lived ?k .
?k ns:people.place_lived.location ns:m.0p46_ .
?c ns:tv.tv_actor.starring_roles ?y .
?y ns:tv.regular_tv_appearance.character ?x .
?y ns:tv.regular_tv_appearance.series ns:m.03y317 .
}
|
What country owned by Britain and has the capital Belfast? | conjunction | what countries does britain own | 2018-02-13T01:38:41 | [
{
"aliases": [
"the occupied six counties",
"the six counties",
"the North of Ireland"
],
"answer": "Northern Ireland",
"answer_id": "m.05bcl"
}
] | WebQTrn-3317 | WebQTrn-3317_df0b94e43bbb2410cd5e3d120e39a713 | what countries does britain own and the country capital is Belfast | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.07ssc)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.07ssc ns:base.aareas.schema.administrative_area.administrative_children ?x .
?x ns:base.aareas.schema.administrative_area.administrative_area_type ns:m.0hzjlmp .
?x ns:location.country.capital ns:m.01l63 .
} |
|
What was the first championship won by the team who won the 1996 NBA Finals? | composition | when did the chicago bulls win their first championship | chicago bulls | 2018-02-12T23:39:48 | [
{
"aliases": [],
"answer": "1991 NBA Finals",
"answer_id": "m.08x9qv"
}
] | WebQTrn-2261 | WebQTrn-2261_1a3384551486713473c9ac6308ea5244 | when did the the team won the 1996 NBA Finals championship win their first championship | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:sports.sports_team.championships ns:m.08x9jj .
?c ns:sports.sports_team.championships ?x .
?x ns:time.event.start_date ?sk0 .
}
ORDER BY xsd:datetime(?sk0)
LIMIT 1
|
Which team did John Madden play professional football for, which is the team that won the 2005 NFC Championship Game championship? | conjunction | what team did john madden play football for | 2018-02-12T23:22:25 | [
{
"aliases": [
"Eagles"
],
"answer": "Philadelphia Eagles",
"answer_id": "m.05tg3"
}
] | WebQTrn-2074 | WebQTrn-2074_b02b36a93cbed7d758da7f06ad6a0323 | what team did john madden play football for and is the team won the 2005 NFC Championship Game championship | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0frmb1)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0frmb1 ns:sports.pro_athlete.teams ?y .
?y ns:sports.sports_team_roster.team ?x .
?x ns:sports.sports_team.championships ns:m.0_gv228 .
} |
|
The people from the location that appointed the National People's Congress to governmental position speak what language? | composition | what is the primary language of china | china | 2018-02-13T03:06:39 | [
{
"aliases": [
"Mandarin Chinese",
"Beifang Fangyan",
"Standard Chinese",
"Putonghua",
"Northern Chinese",
"Guoyu",
"Hui",
"Guanhua",
"Hytad",
"Kuoyu",
"Huayu",
"Hanyu",
"Chinese, Mandarin",
"Qotong",
"Mandarin",
"Chinese, Mandarin Language",
"Standard Mandarin",
"Xui",
"Hui-zu",
"Hoton"
],
"answer": "Standard Chinese",
"answer_id": "m.0653m"
}
] | WebQTest-256 | WebQTest-256_c4a4d1b444e9f0b28e960a3c1f7717ac | what is the primary language of the location that appointed National People's Congress to govermental position | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:government.governmental_jurisdiction.governing_officials ?k .
?k ns:government.government_position_held.appointed_by ns:m.0c3xm .
?c ns:location.country.official_language ?x .
}
|
What is the state flower of the state where Jan Brewer was a government official? | composition | what is the state flower of arizona | arizona | 2018-02-13T02:42:09 | [
{
"aliases": [],
"answer": "Saguaro",
"answer_id": "m.0m5w_"
}
] | WebQTest-44 | WebQTest-44_4fa3b53f1047599414336495b9275a38 | what is the state flower of the location that appointed Jan Brewer to govermental position | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:government.governmental_jurisdiction.governing_officials ?k .
?k ns:government.government_position_held.appointed_by ns:m.02pkb1c .
?c ns:government.governmental_jurisdiction.official_symbols ?y .
?y ns:location.location_symbol_relationship.symbol ?x .
?y ns:location.location_symbol_relationship.Kind_of_symbol ns:m.04627gn .
}
|
Of the five countries bordering France, which has an airport that serves Nijmegen? | conjunction | what are five countries that border france | 2018-02-12T21:45:31 | [
{
"aliases": [
"Federal Republic of Germany",
"Bundesrepublik Deutschland",
"BRD",
"Deutschland"
],
"answer": "Germany",
"answer_id": "m.0345h"
}
] | WebQTrn-1112 | WebQTrn-1112_dfb6c97ac9bf2f0ac07f27dd80f9edc2 | what are five countries that border france and is the location contains and airport that server Nijmegen | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0f8l9c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0f8l9c ns:location.location.adjoin_s ?y .
?y ns:location.adjoining_relationship.adjoins ?x .
?x ns:common.topic.notable_types ns:m.01mp .
?x ns:location.location.contains ?c .
?c ns:aviation.airport.serves ns:m.05g2b .
} |
|
What country bordering the US that had the consumer price index of 0.05? | conjunction | which countries border the us | 2018-02-12T19:39:16 | [
{
"aliases": [
"Méjico",
"México",
"Estados Unidos Mexicanos",
"United Mexican States"
],
"answer": "Mexico",
"answer_id": "m.0b90_r"
}
] | WebQTrn-13 | WebQTrn-13_613f4cd41111963e0f501de6dcdf3f7a | which countries border the us and is the consumer price index was once 0.05 | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.09c7w0)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.09c7w0 ns:location.location.adjoin_s ?y .
?y ns:location.adjoining_relationship.adjoins ?x .
?x ns:common.topic.notable_types ns:m.01mp .
?x ns:location.statistical_region.consumer_price_index ?c .
?c ns:measurement_unit.dated_index_value.index_value "0.05" .
} |
|
Which state in New England's capital is Concord? | conjunction | what places make up new england | 2018-02-13T02:55:10 | [
{
"aliases": [
"NH",
"Granite State"
],
"answer": "New Hampshire",
"answer_id": "m.059f4"
}
] | WebQTest-197 | WebQTest-197_417150a16d65691aae45691fd57d05d4 | what places make up new england and is the us state that has a capital named Concord | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.029jpy)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.029jpy ns:location.location.contains ?x .
?x ns:base.biblioness.bibs_location.loc_type ?sk0 .
FILTER (str(?sk0) = "State")
?x ns:location.us_state.capital ns:m.01x96 .
} |
|
What are the colors of the team that won the 2011 AFC Championship game? | composition | what are the team colors for the pittsburgh steelers | pittsburgh steelers | 2018-02-12T20:58:11 | [
{
"aliases": [],
"answer": "Black",
"answer_id": "m.019sc"
},
{
"aliases": [],
"answer": "Gold",
"answer_id": "m.01l849"
},
{
"aliases": [],
"answer": "White",
"answer_id": "m.083jv"
}
] | WebQTrn-721 | WebQTrn-721_f43785599ba51bf943f98f8d9bbf102a | what are the team colors for the the team won the 2011 AFC Championship Game championship | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:sports.sports_team.championships ns:m.0_gt_jy .
?c ns:sports.sports_team.colors ?x .
}
|
Who last held his governmental position and is now ruling North Korea? | superlative | who is ruling north korea now | 2018-02-12T22:35:36 | [
{
"aliases": [],
"answer": "Pak Pong-ju",
"answer_id": "m.023570"
}
] | WebQTrn-1608 | WebQTrn-1608_02ef504273543ee43d2739eea841e767 | who is ruling north korea now and held his govermental position from latest | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.05b7q)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.05b7q ns:government.governmental_jurisdiction.governing_officials ?y .
?y ns:government.government_position_held.office_holder ?x .
FILTER(NOT EXISTS {?y ns:government.government_position_held.from ?sk0} ||
EXISTS {?y ns:government.government_position_held.from ?sk1 .
FILTER(xsd:datetime(?sk1) <= "2015-08-10"^^xsd:dateTime) })
FILTER(NOT EXISTS {?y ns:government.government_position_held.to ?sk2} ||
EXISTS {?y ns:government.government_position_held.to ?sk3 .
FILTER(xsd:datetime(?sk3) >= "2015-08-10"^^xsd:dateTime) })
?x ns:government.politician.government_positions_held ?c .
?c ns:government.government_position_held.from ?num .
}
ORDER BY DESC(?num) LIMIT 1 |
|
What genre of music does the artist who had Born and Raised World Tour play? | composition | what kind of music does john mayer play | john mayer | 2018-02-12T21:39:27 | [
{
"aliases": [
"Kimberly Fardad",
"Kimberly Dawn"
],
"answer": "Indie rock",
"answer_id": "m.01243b"
},
{
"aliases": [
"Blues music"
],
"answer": "Blues",
"answer_id": "m.0155w"
},
{
"aliases": [
"Alternative"
],
"answer": "Alternative rock",
"answer_id": "m.016clz"
},
{
"aliases": [],
"answer": "Folk rock",
"answer_id": "m.016jny"
},
{
"aliases": [
"Country music",
"Country & Western",
"Country and Western"
],
"answer": "Country",
"answer_id": "m.01lyv"
},
{
"aliases": [],
"answer": "Soul rock",
"answer_id": "m.027pgn0"
},
{
"aliases": [],
"answer": "Soft rock",
"answer_id": "m.02k_kn"
},
{
"aliases": [],
"answer": "Blue-eyed soul",
"answer_id": "m.02qdgx"
},
{
"aliases": [
"Folk",
"folk"
],
"answer": "Folk music",
"answer_id": "m.02w4v"
},
{
"aliases": [
"Blues rock",
"Blues-rock",
"Rock Blues"
],
"answer": "Blues rock",
"answer_id": "m.02yv6b"
},
{
"aliases": [],
"answer": "Pop rock",
"answer_id": "m.05bt6j"
},
{
"aliases": [
"Pop",
"pop"
],
"answer": "Pop music",
"answer_id": "m.064t9"
},
{
"aliases": [
"רוק",
"Rock"
],
"answer": "Rock music",
"answer_id": "m.06by7"
},
{
"aliases": [
"Acoustic"
],
"answer": "Acoustic music",
"answer_id": "m.09qxq7"
},
{
"aliases": [
"Soul"
],
"answer": "Soul music",
"answer_id": "m.0gywn"
},
{
"aliases": [],
"answer": "Country rock",
"answer_id": "m.0mhfr"
}
] | WebQTrn-1074 | WebQTrn-1074_12c39cea8934b246df23ea58b3c8d34e | what kind of music does the artist had a concert tour named Born and Raised World Tour play | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:music.artist.concert_tours ns:m.0t51_fv .
?c ns:music.artist.genre ?x .
}
|
What country speaks German officially and has Brussels as a capital? | conjunction | which countries speak german officially | 2018-02-13T02:44:39 | [
{
"aliases": [
"Belgique",
"België",
"Kingdom of Belgium"
],
"answer": "Belgium",
"answer_id": "m.0154j"
}
] | WebQTest-83 | WebQTest-83_d08336daa754523cf13934359b794632 | which countries speak german officially and the country capital is Brussels | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.04306rv)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.04306rv ns:language.human_language.countries_spoken_in ?x .
?x ns:location.country.official_language ns:m.04306rv .
?x ns:location.country.capital ns:m.0177z .
} |
|
Who owns the football team that has the fight song "Stellers Polka"? | composition | who owns the steelers football team | steelers | 2018-02-13T01:33:38 | [
{
"aliases": [],
"answer": "Rooney family",
"answer_id": "m.03nrwfz"
}
] | WebQTrn-3280 | WebQTrn-3280_f44adc4947a59c150317bb5923cf1c9b | who owns the the sports team with the fight song Steelers Polka football team | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:sports.sports_team.fight_song ns:m.0j_8yp9 .
?c ns:sports.professional_sports_team.owner_s ?x .
}
|
What team was Rasheed Wallace on whose head coach is Brad Stevens? | conjunction | what team rasheed wallace | 2018-02-13T02:30:41 | [
{
"aliases": [
"Celtics",
"The Green",
"Celts",
"The C's",
"C-Green Smash Machine"
],
"answer": "Boston Celtics",
"answer_id": "m.0bwjj"
}
] | WebQTrn-3750 | WebQTrn-3750_8eaf921da3d54168c34794840af9e50a | what team rasheed wallace and the basket ball team head coach is Brad Stevens | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.02hdjz)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.02hdjz ns:sports.pro_athlete.teams ?y .
?y ns:sports.sports_team_roster.team ?x .
?x ns:basketball.basketball_team.head_coach ns:m.02qwvmq .
} |
|
What is the state where the university with a grad student who goes by the name Nicholas Kehoe founded? | composition | in what state was the air force academy established | the air force academy | 2018-02-12T23:32:51 | [
{
"aliases": [
"Centennial State",
"Colo",
"CO"
],
"answer": "Colorado",
"answer_id": "m.01n4w"
}
] | WebQTrn-2191 | WebQTrn-2191_3dfd3f90eee5fda428522cb6636bcc18 | in what state was the education institution has a grad student named Nicholas Kehoe established | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:education.educational_institution.students_graduates ?k .
?k ns:education.education.student ns:m.02q241c .
?c ns:organization.organization.headquarters ?y .
?y ns:location.mailing_address.state_province_region ?x .
}
|
What country with a capital of Kathmandu is one of China's trading partners? | conjunction | who are china 's trading partners | 2018-02-13T00:17:15 | [
{
"aliases": [
"Democratic Republic of Nepal",
"Federal Democratic Republic of Nepal"
],
"answer": "Nepal",
"answer_id": "m.016zwt"
}
] | WebQTrn-2591 | WebQTrn-2591_2443c92c04f3e7c7a3b1808feb3dbc83 | who are china 's trading partners and the country capital is Kathmandu | #MANUAL SPARQL
PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0d05w3)
{
ns:m.0d05w3 ns:location.statistical_region.places_exported_to ?y .
?y ns:location.imports_and_exports.exported_to ?x .
}
UNION
{
ns:m.0d05w3 ns:location.statistical_region.places_imported_from ?y .
?y ns:location.imports_and_exports.imported_from ?x .
}?x ns:location.country.capital ns:m.04cx5 .
} |
|
Where in the Indonesian time zone is the Murray River located? | conjunction | where the murray river located | 2018-02-13T02:17:42 | [
{
"aliases": [
"Australia",
"Down Under"
],
"answer": "Australian Continent",
"answer_id": "m.09pkq0"
}
] | WebQTrn-3644 | WebQTrn-3644_a8f40e97b67630d78eb43aa6cea7ca7d | where the murray river located and the location time zone is Indonesia Central Time Zone | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.04_4l)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.04_4l ns:location.location.containedby ?x .
?x ns:location.location.time_zones ns:m.0y48cqk .
} |
|
Which of the nations that comprise the UK is the land of the spiritual personage named William Morris? | conjunction | what are the 5 countries in the united kingdom | 2018-02-12T22:21:46 | [
{
"aliases": [],
"answer": "Wales",
"answer_id": "m.0j5g9"
}
] | WebQTrn-1467 | WebQTrn-1467_0a1996d491be83ff36e8fc86c3d436a4 | what are the 5 countries in the united kingdom and the religious leader is William Morris | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.07ssc)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.07ssc ns:location.location.contains ?x .
?x ns:common.topic.notable_types ns:m.01mp .
?x ns:religion.religious_leadership_jurisdiction.leader ?c .
?c ns:religion.religious_organization_leadership.leader ns:m.0_h07sd .
} |
|
The national anthem Negaraku uses what coins? | composition | what are malaysian coins called | malaysian | 2018-02-13T05:40:41 | [
{
"aliases": [
"Ringgit Malaysia"
],
"answer": "Malaysian ringgit",
"answer_id": "m.01_c9q"
}
] | WebQTest-1627 | WebQTest-1627_76464fde8ee359ad54cc233993ebf676 | what are the country that has the national anthem Negaraku coins called | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:location.country.national_anthem ?k .
?k ns:government.national_anthem_of_a_country.anthem ns:m.01t4l6 .
?c ns:location.country.currency_used ?x .
}
|
In what year did the team whose mascot is named Mr. Met when their first world series? | composition | what year did the mets win their first world series | mets | 2018-02-12T23:49:16 | [
{
"aliases": [
"1969 World"
],
"answer": "1969 World Series",
"answer_id": "m.04jg9_"
}
] | WebQTrn-2356 | WebQTrn-2356_0937b86e1aaf5f36cf0faed52effe91c | what year did the the team has a team moscot named Mr. Met win their first world series | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:sports.sports_team.team_mascot ns:m.01xn5q .
?c ns:sports.sports_team.championships ?x .
?x ns:sports.sports_championship_event.championship ns:m.0fjp3 .
?x ns:time.event.start_date ?sk0 .
}
ORDER BY xsd:datetime(?sk0)
LIMIT 1
|
Who did the Cleveland Cavaliers draft that started his career the latest? | superlative | who did the cleveland cavaliers draft | 2018-02-13T04:33:59 | [
{
"aliases": [
"James Edward Hickson Jr."
],
"answer": "JJ Hickson",
"answer_id": "m.03cfvqd"
}
] | WebQTest-1056 | WebQTest-1056_b450d4bfd293e715e150cb1353b92074 | who did the cleveland cavaliers draft and is the pro athelete who started hist career on latest | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0jm7n)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0jm7n ns:sports.professional_sports_team.draft_picks ?y .
?y ns:sports.sports_league_draft_pick.player ?x .
?x ns:sports.pro_athlete.career_start ?num .
}
ORDER BY DESC(?num) LIMIT 1 |
|
The Alta Verapaz Department is located in which of the three nations that shares a border with Mexico? | conjunction | what three countries does mexico border | 2018-02-12T20:08:05 | [
{
"aliases": [
"Guatemala."
],
"answer": "Guatemala",
"answer_id": "m.0345_"
}
] | WebQTrn-254 | WebQTrn-254_01e2da60a2779c4ae4b5d1547499a4f8 | what three countries does mexico border and is the country that contains Alta Verapaz Department | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0b90_r)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0b90_r ns:location.location.adjoin_s ?y .
?y ns:location.adjoining_relationship.adjoins ?x .
?x ns:common.topic.notable_types ns:m.01mp .
?x ns:location.country.administrative_divisions ns:m.0146np .
} |
|
What country in the UK has Cardiff as its capital? | conjunction | what countries are in the uk yahoo | 2018-02-13T04:24:14 | [
{
"aliases": [],
"answer": "Wales",
"answer_id": "m.0j5g9"
}
] | WebQTest-914 | WebQTest-914_7fb79c77fc366a798192d419d3c077b6 | what countries are in the uk yahoo and the country capital is Cardiff | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.07ssc)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.07ssc ns:base.aareas.schema.administrative_area.administrative_children ?x .
?x ns:base.aareas.schema.administrative_area.administrative_area_type ns:m.0hzjlmp .
?x ns:location.country.capital ns:m.01s3v .
} |
|
Which movie with the character Mike Newton did Taylor Lautner appear in in 2011? | conjunction | what movies has taylor lautner been in 2011 | 2018-02-12T20:17:02 | [
{
"aliases": [
"Beureiking Deon - 1bu",
"A Saga Crepúsculo: Amanhecer - Parte 1",
"Amanecer",
"Alkonyat: Hajnalhasadás - 1. rész",
"Здрач: Зазоряване - част 1",
"Breaking Dawn",
"Amanhecer - Parte 1",
"Breaking Dawn – Part 1",
"Breaking Dawn - Bis(s) zum Ende der Nacht: Teil 1",
"Breaking Dawn - del 1",
"Alacakaranlik Efsanesi: Safak Vakti Bölüm 1",
"Сумерки. Сага. Рассвет: Часть 1",
"Breaking Dawn: Part 1",
"A Saga Twilight: Amanhecer Parte 1",
"Twilight, chapitre IV : Révélation 1re partie"
],
"answer": "The Twilight Saga: Breaking Dawn - Part 1",
"answer_id": "m.075wx89"
}
] | WebQTrn-358 | WebQTrn-358_1879104b8c3276578ea6e26c47906477 | what movies has taylor lautner been in 2011 and is the film has a charcter named Mike Newton | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.07ldhs)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.07ldhs ns:film.actor.film ?y .
?y ns:film.performance.film ?x .
FILTER(NOT EXISTS {?x ns:film.film.initial_release_date ?sk0} ||
EXISTS {?x ns:film.film.initial_release_date ?sk1 .
FILTER(xsd:datetime(?sk1) >= "2011-01-01"^^xsd:dateTime) })
FILTER(NOT EXISTS {?x ns:film.film.initial_release_date ?sk2} ||
EXISTS {?x ns:film.film.initial_release_date ?sk3 .
FILTER(xsd:datetime(?sk3) <= "2011-12-31"^^xsd:dateTime) })
?x ns:film.film.starring ?c .
?c ns:film.performance.character ns:g.122s944s .
} |
|
What time zone is in the country that uses Swedish Krona? | composition | what timezone is sweden gmt | sweden | 2018-02-13T06:15:05 | [
{
"aliases": [
"Central European Time"
],
"answer": "Central European Time Zone",
"answer_id": "m.02llzg"
}
] | WebQTest-1881 | WebQTest-1881_499806812a0cc3c39757c4f1c0d43336 | what timezone is the currency used in the country is Swedish krona gmt | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:location.country.currency_used ns:m.0485n .
?c ns:location.location.time_zones ?x .
}
|
What company did the person who educated at Detroit Business Institute work for? | composition | what company did henry ford work for | henry ford | 2018-02-12T20:17:05 | [
{
"aliases": [],
"answer": "Henry Ford Company",
"answer_id": "m.01p00g"
},
{
"aliases": [
"Ford"
],
"answer": "Ford Motor Company",
"answer_id": "m.02zs4"
},
{
"aliases": [],
"answer": "Detroit Dry Dock Co",
"answer_id": "m.04hys37"
},
{
"aliases": [],
"answer": "James F. Flower & Bros",
"answer_id": "m.04hys3r"
},
{
"aliases": [],
"answer": "Edison Illuminating Company",
"answer_id": "m.069q9b"
}
] | WebQTrn-361 | WebQTrn-361_7f835727d3cecbcb6c6b48db1fe147b9 | what company did the person education institution is Detroit Business Institute work for | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ?c)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
?c ns:people.person.education ?k .
?k ns:education.education.institution ns:m.09ggd7n .
?c ns:people.person.employment_history ?y .
?y ns:business.employment_tenure.company ?x .
}
|
What quarterback of the Cincinnati Bengals is a professional athlete who began his career in 2004? | conjunction | what is the name of the bengals quarterback | 2018-02-12T23:43:48 | [
{
"aliases": [],
"answer": "Jason Campbell",
"answer_id": "m.05w0_k"
}
] | WebQTrn-2296 | WebQTrn-2296_8a548a4452a926847f1e2a9714b4aa65 | what is the name of the bengals quarterback and is the pro athelete who started hist career on 2004 | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.01y49)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.01y49 ns:sports.sports_team.roster ?y .
?y ns:sports.sports_team_roster.player ?x .
?y ns:sports.sports_team_roster.position ns:m.06b1q .
FILTER(NOT EXISTS {?y ns:sports.sports_team_roster.from ?sk0} ||
EXISTS {?y ns:sports.sports_team_roster.from ?sk1 .
FILTER(xsd:datetime(?sk1) <= "2015-08-10"^^xsd:dateTime) })
FILTER(NOT EXISTS {?y ns:sports.sports_team_roster.to ?sk2} ||
EXISTS {?y ns:sports.sports_team_roster.to ?sk3 .
FILTER(xsd:datetime(?sk3) >= "2015-08-10"^^xsd:dateTime) })
?x ns:sports.pro_athlete.career_start "2004"^^xsd:dateTime .
} |
|
What movies has Liam Hemsworth been in that had a character named Commander Lyme? | conjunction | what movies has liam hemsworth played in | 2018-02-13T05:51:49 | [
{
"aliases": [
"The Hunger Games: Mockingjay – Part 1"
],
"answer": "The Hunger Games: Mockingjay, Part 1",
"answer_id": "m.0ngvsvk"
},
{
"aliases": [
"The Hunger Games: Mockingjay – Part 2"
],
"answer": "The Hunger Games: Mockingjay, Part 2",
"answer_id": "m.0ngvtb_"
}
] | WebQTest-1737 | WebQTest-1737_37dc1dc8bb3a4a83cb71e0518c10d08c | what movies has liam hemsworth played in and is the film has a charcter named Commander Lyme | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.04yd0fh)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.04yd0fh ns:film.actor.film ?y .
?y ns:film.performance.film ?x .
?x ns:film.film.starring ?c .
?c ns:film.performance.character ns:m.0104dt2k .
} |
|
Who did Michael Oher play for in 2009 that won the Super Bowl XXXV championship? | conjunction | who does michael oher play for in 2009 | 2018-02-12T21:01:38 | [
{
"aliases": [],
"answer": "Baltimore Ravens",
"answer_id": "m.01ct6"
}
] | WebQTrn-784 | WebQTrn-784_0670ddc93e7d25bc6b6f2ea0690d0e6a | who does michael oher play for in 2009 and is the team won the Super Bowl XXXV championship | PREFIX ns: <http://rdf.freebase.com/ns/>
SELECT DISTINCT ?x
WHERE {
FILTER (?x != ns:m.0h7q7b)
FILTER (!isLiteral(?x) OR lang(?x) = '' OR langMatches(lang(?x), 'en'))
ns:m.0h7q7b ns:sports.pro_athlete.teams ?y .
?y ns:sports.sports_team_roster.team ?x .
FILTER(NOT EXISTS {?y ns:sports.sports_team_roster.from ?sk0} ||
EXISTS {?y ns:sports.sports_team_roster.from ?sk1 .
FILTER(xsd:datetime(?sk1) <= "2009-12-31"^^xsd:dateTime) })
FILTER(NOT EXISTS {?y ns:sports.sports_team_roster.to ?sk2} ||
EXISTS {?y ns:sports.sports_team_roster.to ?sk3 .
FILTER(xsd:datetime(?sk3) >= "2009-01-01"^^xsd:dateTime) })
?x ns:sports.sports_team.championships ns:m.076yq .
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.