--- QALD-1/dbpedia-test.xml: 1: patterns: 1-gram: - companies - industry - software - computer 2-gram: - computer software - Which companies - software industry - companies are - the computer 3-gram: - in the computer - computer software industry - Which companies are - the computer software - companies are in 4-gram: - the computer software industry - companies are in the - in the computer software - are in the computer - Which companies are in 5-gram: - Which companies are in the - companies are in the computer - are in the computer software - in the computer software industry query: "PREFIX rdfs: \nPREFIX rdf: \nPREFIX dbpedia2: \nPREFIX onto: \nPREFIX res: \nSELECT DISTINCT ?uri ?string\nWHERE\n{ \n\t?uri rdf:type onto:Company .\n ?uri dbpedia2:industry ?indus .\n FILTER regex(?indus,'Computer') .\n FILTER regex(?indus,'software','i') .\n OPTIONAL {?uri rdfs:label ?string . FILTER (lang(?string) = 'en') }\n}" query_parts: o: http://dbpedia.org/ontology/Company: 1 p: http://dbpedia.org/property/industry: 1 po: {} s: {} sp: {} question: Which companies are in the computer software industry? question_ID: 1 source: QALD-1/dbpedia-test.xml 10: patterns: 1-gram: - called - wife - Michelle - President - Obama 2-gram: - President Obama - the wife - called Michelle - wife of - of President - Obama called 3-gram: - wife of President - of President Obama - the wife of - President Obama called - Obama called Michelle - Is the wife 4-gram: - of President Obama called - the wife of President - President Obama called Michelle - wife of President Obama - Is the wife of 5-gram: - Is the wife of President - the wife of President Obama - wife of President Obama called - of President Obama called Michelle query: "PREFIX rdfs: \nPREFIX onto: \nPREFIX res: \nASK\nWHERE \n{\n res:Barack_Obama onto:spouse ?spouse .\n ?spouse rdfs:label ?name .\n FILTER(regex(?name,'Michelle')) \n}" query_parts: o: {} p: http://dbpedia.org/ontology/spouse: 1 po: {} s: http://dbpedia.org/resource/Barack_Obama: 1 sp: http://dbpedia.org/resource/Barack_Obama: http://dbpedia.org/ontology/spouse: 1 question: Is the wife of President Obama called Michelle? question_ID: 10 source: QALD-1/dbpedia-test.xml 15: patterns: 1-gram: - Herbert - Frank - profession 2-gram: - of Frank - profession of - Frank Herbert - the profession 3-gram: - of Frank Herbert - is the profession - profession of Frank - the profession of 4-gram: - profession of Frank Herbert - is the profession of - What is the profession - the profession of Frank 5-gram: - What is the profession of - is the profession of Frank - the profession of Frank Herbert query: "PREFIX dbpedia2: \nPREFIX res: \nSELECT DISTINCT ?string\nWHERE \n{\n\tres:Frank_Herbert dbpedia2:occupation ?string .\n}" query_parts: o: {} p: http://dbpedia.org/property/occupation: 1 po: {} s: http://dbpedia.org/resource/Frank_Herbert: 1 sp: http://dbpedia.org/resource/Frank_Herbert: http://dbpedia.org/property/occupation: 1 question: What is the profession of Frank Herbert? question_ID: 15 source: QALD-1/dbpedia-test.xml 20: patterns: 1-gram: - constitutional - European - monarchy - countries 2-gram: - a constitutional - European countries - Which European - constitutional monarchy - countries are 3-gram: - European countries are - a constitutional monarchy - are a constitutional - countries are a - Which European countries 4-gram: - countries are a constitutional - are a constitutional monarchy - European countries are a - Which European countries are 5-gram: - countries are a constitutional monarchy - European countries are a constitutional - Which European countries are a query: "PREFIX onto: \nPREFIX yago: \nPREFIX rdf: \nPREFIX rdfs: \nPREFIX res: \nSELECT DISTINCT ?uri ?string\nWHERE \n{\n\t?uri rdf:type yago:EuropeanCountries .\n ?uri onto:governmentType res:Constitutional_monarchy .\n OPTIONAL {?uri rdfs:label ?string. FILTER (lang(?string) = 'en') }\n}" query_parts: o: http://dbpedia.org/class/yago/EuropeanCountries: 1 http://dbpedia.org/resource/Constitutional_monarchy: 1 p: http://dbpedia.org/ontology/governmentType: 1 po: http://dbpedia.org/ontology/governmentType: http://dbpedia.org/resource/Constitutional_monarchy: 1 s: {} sp: {} question: Which European countries are a constitutional monarchy? question_ID: 20 source: QALD-1/dbpedia-test.xml 23: patterns: 1-gram: - three - United - presidents - States - children 2-gram: - Which presidents - the United - States had - presidents of - than three - three children - United States 3-gram: - States had more - presidents of the - than three children - United States had - Which presidents of - of the United - the United States - more than three 4-gram: - States had more than - of the United States - more than three children - presidents of the United - United States had more - the United States had - had more than three - Which presidents of the 5-gram: - of the United States had - the United States had more - Which presidents of the United - United States had more than - presidents of the United States - had more than three children - States had more than three query: "PREFIX rdf: \nPREFIX rdfs: \nPREFIX onto: \nPREFIX yago: \nSELECT DISTINCT ?uri ?string\nWHERE \n{\n\t?uri rdf:type yago:PresidentsOfTheUnitedStates .\n ?uri onto:child ?child .\n OPTIONAL {?uri rdfs:label ?string. FILTER (lang(?string) = 'en') }\n} HAVING (count(?child) > 3)" query_parts: o: http://dbpedia.org/class/yago/PresidentsOfTheUnitedStates: 1 p: http://dbpedia.org/ontology/child: 1 po: {} s: {} sp: {} question: Which presidents of the United States had more than three children? question_ID: 23 source: QALD-1/dbpedia-test.xml 24: patterns: 1-gram: - Germany - mountain - highest 2-gram: - highest mountain - in Germany - mountain in - the highest 3-gram: - the highest mountain - highest mountain in - mountain in Germany - is the highest 4-gram: - the highest mountain in - highest mountain in Germany - is the highest mountain - What is the highest 5-gram: - the highest mountain in Germany - What is the highest mountain - is the highest mountain in query: "PREFIX rdf: \nPREFIX rdfs: \nPREFIX onto: \nSELECT ?uri ?string\nWHERE \n{\n\t?uri rdf:type onto:Mountain .\n ?uri onto:elevation ?elevation .\n ?uri onto:locatedInArea ?area .\n FILTER (regex(?area,'Germany')) .\n OPTIONAL {?uri rdfs:label ?string. FILTER (lang(?string) = 'en') }\n} ORDER BY DESC(?elevation) LIMIT 1" query_parts: o: http://dbpedia.org/ontology/Mountain: 1 p: http://dbpedia.org/ontology/elevation: 1 http://dbpedia.org/ontology/locatedInArea: 1 po: {} s: {} sp: {} question: What is the highest mountain in Germany? question_ID: 24 source: QALD-1/dbpedia-test.xml 27: patterns: 1-gram: - revenue 2-gram: - revenue of - of IBM - the revenue 3-gram: - is the revenue - revenue of IBM - the revenue of 4-gram: - is the revenue of - What is the revenue - the revenue of IBM 5-gram: - What is the revenue of - is the revenue of IBM query: "PREFIX onto: \nPREFIX res: \nSELECT ?number\nWHERE \n{\n\tres:IBM onto:revenue ?number .\n}" query_parts: o: {} p: http://dbpedia.org/ontology/revenue: 1 po: {} s: http://dbpedia.org/resource/IBM: 1 sp: http://dbpedia.org/resource/IBM: http://dbpedia.org/ontology/revenue: 1 question: What is the revenue of IBM? question_ID: 27 source: QALD-1/dbpedia-test.xml 3: patterns: 1-gram: - Charmed - television - show - websites - actors - Give - official 2-gram: - television show - official websites - Give me - the official - of actors - websites of - the television - actors of - show Charmed 3-gram: - the television show - websites of actors - television show Charmed - actors of the - official websites of - of actors of - of the television - Give me the - the official websites - me the official 4-gram: - of actors of the - official websites of actors - the television show Charmed - of the television show - websites of actors of - Give me the official - actors of the television - me the official websites - the official websites of 5-gram: - of the television show Charmed - websites of actors of the - the official websites of actors - official websites of actors of - of actors of the television - me the official websites of - actors of the television show - Give me the official websites query: "PREFIX rdfs: \nPREFIX rdf: \nPREFIX foaf: \nPREFIX onto: \nSELECT DISTINCT ?uri\nWHERE\n{ \n\t?film rdf:type onto:TelevisionShow .\n ?film rdfs:label 'Charmed'@en .\n ?film onto:starring ?actors .\n ?actors foaf:homepage ?uri .\n}" query_parts: o: http://dbpedia.org/ontology/TelevisionShow: 1 p: http://dbpedia.org/ontology/starring: 1 http://xmlns.com/foaf/0.1/homepage: 1 po: {} s: {} sp: {} question: Give me the official websites of actors of the television show Charmed. question_ID: 3 source: QALD-1/dbpedia-test.xml 38: patterns: 1-gram: - states - border - Utah 2-gram: - states border - border Utah - Which states 3-gram: - Which states border - states border Utah 4-gram: - Which states border Utah 5-gram: [] query: "PREFIX res: \nPREFIX dbpedia2: \nPREFIX yago: \nSELECT DISTINCT ?uri ?string\nWHERE \n{\n {res:Kansas dbpedia2:north ?string.}\n UNION\n {res:Kansas dbpedia2:northeast ?string.}\n UNION\n {res:Kansas dbpedia2:south ?string.}\n UNION\n {res:Kansas dbpedia2:southeast ?string.}\n UNION\n {res:Kansas dbpedia2:east ?string.}\n UNION\n {res:Kansas dbpedia2:west ?string.}\n OPTIONAL { ?uri rdf:type yago:StatesOfTheUnitedStates .\n ?uri dbpedia2:name ?string . }\n}" query_parts: o: http://dbpedia.org/class/yago/StatesOfTheUnitedStates: 1 p: http://dbpedia.org/property/east: 1 http://dbpedia.org/property/name: 1 http://dbpedia.org/property/north: 1 http://dbpedia.org/property/northeast: 1 http://dbpedia.org/property/south: 1 http://dbpedia.org/property/southeast: 1 http://dbpedia.org/property/west: 1 po: {} s: http://dbpedia.org/resource/Kansas: 1 sp: http://dbpedia.org/resource/Kansas: http://dbpedia.org/property/east: 1 http://dbpedia.org/property/north: 1 http://dbpedia.org/property/northeast: 1 http://dbpedia.org/property/south: 1 http://dbpedia.org/property/southeast: 1 http://dbpedia.org/property/west: 1 question: Which states border Utah? question_ID: 38 source: QALD-1/dbpedia-test.xml 4: patterns: 1-gram: - Give - states - capitals 2-gram: - Give me - capitals of - all U.S - U.S states - the capitals 3-gram: - the capitals of - capitals of all - Give me the - of all U.S - all U.S states - me the capitals 4-gram: - capitals of all U.S - the capitals of all - me the capitals of - of all U.S states - Give me the capitals 5-gram: - Give me the capitals of - capitals of all U.S states - me the capitals of all - the capitals of all U.S query: "PREFIX onto: \nPREFIX rdf: \nPREFIX rdfs: \nPREFIX yago: \nSELECT DISTINCT ?uri ?string\nWHERE\n{ \n\t?states rdf:type yago:StatesOfTheUnitedStates .\n ?states onto:capital ?uri .\n OPTIONAL {?uri rdfs:label ?string. FILTER (lang(?string) = 'en') }\n}" query_parts: o: http://dbpedia.org/class/yago/StatesOfTheUnitedStates: 1 p: http://dbpedia.org/ontology/capital: 1 po: {} s: {} sp: {} question: Give me the capitals of all U.S. states. question_ID: 4 source: QALD-1/dbpedia-test.xml 40: patterns: 1-gram: - WikiLeaks - author 2-gram: - of WikiLeaks - author of - the author 3-gram: - the author of - author of WikiLeaks - is the author 4-gram: - is the author of - the author of WikiLeaks - Who is the author 5-gram: - Who is the author of - is the author of WikiLeaks query: "PREFIX res: \nPREFIX rdfs: \nPREFIX onto: \nSELECT ?uri ?string\nWHERE \n{\n res:WikiLeaks onto:author ?uri .\n OPTIONAL {?uri rdfs:label ?string. FILTER (lang(?string) = 'en') }\n}" query_parts: o: {} p: http://dbpedia.org/ontology/author: 1 po: {} s: http://dbpedia.org/resource/WikiLeaks: 1 sp: http://dbpedia.org/resource/WikiLeaks: http://dbpedia.org/ontology/author: 1 question: Who is the author of WikiLeaks? question_ID: 40 source: QALD-1/dbpedia-test.xml 44: patterns: 1-gram: - caves - locations 2-gram: - than two - Which locations - two caves - locations have 3-gram: - Which locations have - locations have more - more than two - than two caves 4-gram: - more than two caves - locations have more than - have more than two - Which locations have more 5-gram: - have more than two caves - Which locations have more than - locations have more than two query: "PREFIX onto: \nPREFIX rdf: \nPREFIX rdfs: \nSELECT DISTINCT ?uri ?string\nWHERE \n{ \n ?cave rdf:type onto:Cave . \n ?cave onto:location ?uri .\n OPTIONAL {?uri rdfs:label ?string. FILTER (lang(?string) = 'en') }\n} HAVING (count(?cave) > 2)" query_parts: o: http://dbpedia.org/ontology/Cave: 1 p: http://dbpedia.org/ontology/location: 1 po: {} s: {} sp: {} question: Which locations have more than two caves? question_ID: 44 source: QALD-1/dbpedia-test.xml 48: patterns: 1-gram: - Germany - join 2-gram: - join the - the EU - did Germany - Germany join 3-gram: - When did Germany - did Germany join - join the EU - Germany join the 4-gram: - Germany join the EU - When did Germany join - did Germany join the 5-gram: - did Germany join the EU - When did Germany join the query: "PREFIX res: \nPREFIX dbpedia2: \nSELECT ?date\nWHERE \n{ \n res:Germany dbpedia2:accessioneudate ?date . \n}" query_parts: o: {} p: http://dbpedia.org/property/accessioneudate: 1 po: {} s: http://dbpedia.org/resource/Germany: 1 sp: http://dbpedia.org/resource/Germany: http://dbpedia.org/property/accessioneudate: 1 question: When did Germany join the EU? question_ID: 48 source: QALD-1/dbpedia-test.xml QALD-1/dbpedia-train.xml: 1: patterns: 1-gram: - presidents - States - United 2-gram: - United States - the presidents - the United - presidents of 3-gram: - are the presidents - of the United - the presidents of - the United States - presidents of the 4-gram: - presidents of the United - are the presidents of - Who are the presidents - of the United States - the presidents of the 5-gram: - the presidents of the United - presidents of the United States - are the presidents of the - Who are the presidents of query: "PREFIX rdf: \nPREFIX yago: \nPREFIX onto: \nPREFIX res: \nPREFIX rdfs: \nPREFIX prop: \nSELECT DISTINCT ?uri ?string\nWHERE \n{\n {\n ?uri rdf:type yago:PresidentsOfTheUnitedStates. \n }\n UNION\n { \n ?uri rdf:type onto:President.\n ?uri prop:title res:President_of_the_United_States.\n }\n OPTIONAL {?uri rdfs:label ?string. FILTER (lang(?string) = 'en') }\n}" query_parts: o: http://dbpedia.org/class/yago/PresidentsOfTheUnitedStates: 1 http://dbpedia.org/ontology/President: 1 http://dbpedia.org/resource/President_of_the_United_States: 1 p: http://dbpedia.org/property/title: 1 po: http://dbpedia.org/property/title: http://dbpedia.org/resource/President_of_the_United_States: 1 s: {} sp: {} question: Who are the presidents of the United States? question_ID: 1 source: QALD-1/dbpedia-train.xml 10: patterns: 1-gram: - Lincoln - wife - President 2-gram: - the wife - President Lincoln - of President - wife of 3-gram: - of President Lincoln - was the wife - wife of President - the wife of 4-gram: - wife of President Lincoln - Who was the wife - was the wife of - the wife of President 5-gram: - was the wife of President - Who was the wife of - the wife of President Lincoln query: "PREFIX rdfs: \nPREFIX rdf: \nPREFIX foaf: \nPREFIX onto: \nSELECT ?uri ?string\nWHERE \n{\n\t?person rdf:type onto:President .\n\t?person foaf:surname 'Lincoln'@en .\n\t?person onto:spouse ?uri.\n OPTIONAL {?uri rdfs:label ?string . FILTER (lang(?string) = 'en') }\n}" query_parts: o: http://dbpedia.org/ontology/President: 1 p: http://dbpedia.org/ontology/spouse: 1 http://xmlns.com/foaf/0.1/surname: 1 po: http://xmlns.com/foaf/0.1/surname: "\"Lincoln\"@en": 1 s: {} sp: {} question: Who was the wife of President Lincoln? question_ID: 10 source: QALD-1/dbpedia-train.xml 13: patterns: 1-gram: - million - inhabitants - cities 2-gram: - 2 million - million inhabitants - cities have - than 2 - Which cities 3-gram: - 2 million inhabitants - more than 2 - than 2 million - Which cities have - cities have more 4-gram: - more than 2 million - have more than 2 - Which cities have more - cities have more than - than 2 million inhabitants 5-gram: - have more than 2 million - cities have more than 2 - Which cities have more than - more than 2 million inhabitants query: "PREFIX rdfs: \nPREFIX rdf: \nPREFIX prop: \nPREFIX xsd: \nPREFIX onto: \nSELECT DISTINCT ?uri ?string\nWHERE \n{ \n\t?uri rdf:type onto:City.\n { ?uri prop:population ?population. } \n UNION \n { ?uri prop:populationUrban ?population. }\n\tFILTER (xsd:integer(?population) > 2000000) .\n\tOPTIONAL {?uri rdfs:label ?string . FILTER (lang(?string) = 'en') }\n}" query_parts: o: http://dbpedia.org/ontology/City: 1 p: http://dbpedia.org/property/population: 1 http://dbpedia.org/property/populationUrban: 1 po: {} s: {} sp: {} question: Which cities have more than 2 million inhabitants? question_ID: 13 source: QALD-1/dbpedia-train.xml 18: patterns: 1-gram: - Estonia - languages - spoken 2-gram: - What languages - languages are - spoken in - are spoken - in Estonia 3-gram: - What languages are - are spoken in - languages are spoken - spoken in Estonia 4-gram: - What languages are spoken - are spoken in Estonia - languages are spoken in 5-gram: - languages are spoken in Estonia - What languages are spoken in query: "PREFIX rdfs: \nPREFIX rdf: \nPREFIX onto: \nSELECT DISTINCT ?uri ?string\nWHERE \n{ \n ?country rdf:type onto:Country.\n { ?country onto:language ?uri . } \n UNION \n { ?uri onto:spokenIn ?country . }\n FILTER (regex(?country, 'Estonia')).\n OPTIONAL {?uri rdfs:label ?string . FILTER (lang(?string) = 'en') }\n}" query_parts: o: http://dbpedia.org/ontology/Country: 1 p: http://dbpedia.org/ontology/language: 1 http://dbpedia.org/ontology/spokenIn: 1 po: {} s: {} sp: {} question: What languages are spoken in Estonia? question_ID: 18 source: QALD-1/dbpedia-train.xml 19: patterns: 1-gram: - called - Dana 2-gram: - is called - called Dana 3-gram: - Who is called - is called Dana 4-gram: - Who is called Dana 5-gram: [] query: "PREFIX rdf: \nPREFIX rdfs: \nPREFIX foaf: \nPREFIX prop: \nSELECT DISTINCT ?uri ?string\nWHERE \n{\n { ?uri rdf:type foaf:Person. \n ?uri foaf:givenName 'Dana'@en. }\n UNION \n { ?uri prop:alias ?alias . \n FILTER regex(?alias,'Dana') . }\n OPTIONAL {?uri rdfs:label ?string . FILTER (lang(?string) = 'en') } \n}" query_parts: o: http://xmlns.com/foaf/0.1/Person: 1 p: http://dbpedia.org/property/alias: 1 http://xmlns.com/foaf/0.1/givenName: 1 po: http://xmlns.com/foaf/0.1/givenName: "\"Dana\"@en": 1 s: {} sp: {} question: Who is called Dana? question_ID: 19 source: QALD-1/dbpedia-train.xml 20: patterns: 1-gram: - come - Airedale - Terrier - country 2-gram: - country does - Terrier come - the Airedale - Which country - Airedale Terrier - come from 3-gram: - Airedale Terrier come - country does the - the Airedale Terrier - does the Airedale - Terrier come from - Which country does 4-gram: - the Airedale Terrier come - country does the Airedale - Airedale Terrier come from - does the Airedale Terrier - Which country does the 5-gram: - country does the Airedale Terrier - does the Airedale Terrier come - Which country does the Airedale - the Airedale Terrier come from query: "PREFIX rdfs: \nPREFIX prop: \nSELECT ?string\nWHERE \n{\n\t?dog rdfs:label 'Airedale Terrier'@en .\n ?dog prop:country ?string \n}" query_parts: o: {} p: http://dbpedia.org/property/country: 1 po: {} s: {} sp: {} question: Which country does the Airedale Terrier come from? question_ID: 20 source: QALD-1/dbpedia-train.xml 22: patterns: 1-gram: - States - United - birds 2-gram: - the United - United States - birds are - Which birds 3-gram: - birds are there - in the United - Which birds are - the United States 4-gram: - Which birds are there - in the United States - birds are there in - there in the United 5-gram: - Which birds are there in - are there in the United - there in the United States - birds are there in the query: "PREFIX yago: \nPREFIX rdfs: \nPREFIX rdf: \nSELECT DISTINCT ?uri ?string\nWHERE \n{\n\t?uri rdf:type yago:BirdsOfTheUnitedStates.\n OPTIONAL {?uri rdfs:label ?string . FILTER (lang(?string) = 'en') }\n}" query_parts: o: http://dbpedia.org/class/yago/BirdsOfTheUnitedStates: 1 p: {} po: {} s: {} sp: {} question: Which birds are there in the United States? question_ID: 22 source: QALD-1/dbpedia-train.xml 25: patterns: 1-gram: - belong - DBpedia - genre 2-gram: - DBpedia belong - does DBpedia - Which genre - genre does - belong to 3-gram: - does DBpedia belong - Which genre does - DBpedia belong to - genre does DBpedia 4-gram: - genre does DBpedia belong - does DBpedia belong to - Which genre does DBpedia 5-gram: - genre does DBpedia belong to - Which genre does DBpedia belong query: "PREFIX prop: \nPREFIX onto: \nPREFIX rdf: \nPREFIX rdfs: \nSELECT ?uri ?string\nWHERE \n{\n\t?dbpedia rdf:type onto:Software .\n ?dbpedia onto:genre ?uri .\n ?dbpedia rdfs:label 'DBpedia'@en .\n OPTIONAL {?uri rdfs:label ?string . FILTER (lang(?string) = 'en') } \n}" query_parts: o: http://dbpedia.org/ontology/Software: 1 p: http://dbpedia.org/ontology/genre: 1 po: {} s: {} sp: {} question: Which genre does DBpedia belong to? question_ID: 25 source: QALD-1/dbpedia-train.xml 26: patterns: 1-gram: - DBpedia - released 2-gram: - DBpedia released - was DBpedia 3-gram: - When was DBpedia - was DBpedia released 4-gram: - When was DBpedia released 5-gram: [] query: "PREFIX onto: \nPREFIX rdf: \nPREFIX rdfs: \nSELECT ?date\nWHERE \n{\n\t?website rdf:type onto:Software .\n ?website onto:releaseDate ?date .\n ?website rdfs:label 'DBpedia'@en \n}" query_parts: o: http://dbpedia.org/ontology/Software: 1 p: http://dbpedia.org/ontology/releaseDate: 1 po: {} s: {} sp: {} question: When was DBpedia released? question_ID: 26 source: QALD-1/dbpedia-train.xml 27: patterns: 1-gram: - Wikipedia - created - English 2-gram: - English Wikipedia - Who created - created English 3-gram: - created English Wikipedia - Who created English 4-gram: - Who created English Wikipedia 5-gram: [] query: "PREFIX onto: \nPREFIX rdf: \nPREFIX rdfs: \nSELECT ?uri ?string\nWHERE \n{\n\t?website rdf:type onto:Website .\n ?website onto:author ?uri .\n ?website rdfs:label 'English Wikipedia'@en .\n OPTIONAL {?uri rdfs:label ?string . FILTER (lang(?string) = 'en') }\n}" query_parts: o: http://dbpedia.org/ontology/Website: 1 p: http://dbpedia.org/ontology/author: 1 po: {} s: {} sp: {} question: Who created English Wikipedia? question_ID: 27 source: QALD-1/dbpedia-train.xml 28: patterns: 1-gram: - California - companies - located 2-gram: - in California - are located - California USA - located in - companies are - Which companies 3-gram: - are located in - located in California - in California USA - companies are located - Which companies are 4-gram: - Which companies are located - are located in California - located in California USA - companies are located in 5-gram: - are located in California USA - companies are located in California - Which companies are located in query: "PREFIX rdfs: \nPREFIX onto: \nPREFIX res: \nSELECT DISTINCT ?uri ?string\nWHERE\n{ \n\t?uri rdf:type onto:Organisation .\n ?uri onto:location res:California .\n OPTIONAL {?uri rdfs:label ?string . FILTER (lang(?string) = 'en') }\n}" query_parts: o: http://dbpedia.org/ontology/Organisation: 1 http://dbpedia.org/resource/California: 1 p: http://dbpedia.org/ontology/location: 1 po: http://dbpedia.org/ontology/location: http://dbpedia.org/resource/California: 1 s: {} sp: {} question: Which companies are located in California, USA? question_ID: 28 source: QALD-1/dbpedia-train.xml 29: patterns: 1-gram: - website - official - Hanks 2-gram: - official website - the official - of Tom - website of - Tom Hanks 3-gram: - official website of - is the official - the official website - website of Tom - of Tom Hanks 4-gram: - What is the official - is the official website - the official website of - website of Tom Hanks - official website of Tom 5-gram: - is the official website of - the official website of Tom - official website of Tom Hanks - What is the official website query: "PREFIX rdfs: \nPREFIX foaf: \nSELECT ?uri\nWHERE\n{ \n\t?subject rdfs:label 'Tom Hanks'@en .\n ?subject foaf:homepage ?uri\n}" query_parts: o: {} p: http://xmlns.com/foaf/0.1/homepage: 1 po: {} s: {} sp: {} question: What is the official website of Tom Hanks? question_ID: 29 source: QALD-1/dbpedia-train.xml 3: patterns: 1-gram: - Give - female - chancellors! - German 2-gram: - female German - all female - German chancellors! - Give me 3-gram: - me all female - Give me all - female German chancellors! - all female German 4-gram: - Give me all female - me all female German - all female German chancellors! 5-gram: - Give me all female German - me all female German chancellors! query: "PREFIX rdf: \nPREFIX rdfs: \nPREFIX yago: \nPREFIX prop: \nSELECT ?uri ?string\nWHERE \n{\n\t?uri rdf:type yago:FemaleHeadsOfGovernment.\n ?uri prop:office ?office .\n FILTER regex(?office, 'Chancellor of Germany'). \n OPTIONAL {?uri rdfs:label ?string . FILTER (lang(?string) = 'en') }\n}" query_parts: o: http://dbpedia.org/class/yago/FemaleHeadsOfGovernment: 1 p: http://dbpedia.org/property/office: 1 po: {} s: {} sp: {} question: Give me all female German chancellors! question_ID: 3 source: QALD-1/dbpedia-train.xml 36: patterns: 1-gram: - Give - Cruise! - movies 2-gram: - Give me - Tom Cruise! - with Tom - movies with - all movies 3-gram: - with Tom Cruise! - movies with Tom - me all movies - Give me all - all movies with 4-gram: - movies with Tom Cruise! - Give me all movies - all movies with Tom - me all movies with 5-gram: - all movies with Tom Cruise! - Give me all movies with - me all movies with Tom query: "PREFIX rdfs: \nPREFIX onto: \nPREFIX res: \nPREFIX rdf: \nPREFIX prop: \nSELECT DISTINCT ?uri ?string\nWHERE \n{\n\t?uri rdf:type onto:Film.\n\t{ ?uri prop:starring res:Tom_Cruise . }\n UNION\n { ?uri onto:starring res:Tom_Cruise . }\n\tOPTIONAL {?uri rdfs:label ?string . FILTER (lang(?string) = 'en') }\n}" query_parts: o: http://dbpedia.org/ontology/Film: 1 http://dbpedia.org/resource/Tom_Cruise: 1 p: http://dbpedia.org/ontology/starring: 1 http://dbpedia.org/property/starring: 1 po: http://dbpedia.org/ontology/starring: http://dbpedia.org/resource/Tom_Cruise: 1 http://dbpedia.org/property/starring: http://dbpedia.org/resource/Tom_Cruise: 1 s: {} sp: {} question: Give me all movies with Tom Cruise! question_ID: 36 source: QALD-1/dbpedia-train.xml 38: patterns: 1-gram: - Steel - written - Danielle - books 2-gram: - written by - were written - Danielle Steel - by Danielle - Which books - books were 3-gram: - by Danielle Steel - written by Danielle - books were written - Which books were - were written by 4-gram: - were written by Danielle - Which books were written - written by Danielle Steel - books were written by 5-gram: - books were written by Danielle - were written by Danielle Steel - Which books were written by query: "PREFIX rdfs: \nPREFIX rdf: \nPREFIX foaf: \nPREFIX onto: \nSELECT ?uri ?string\nWHERE \n{\n\t?uri rdf:type onto:Book .\n ?uri onto:author ?author .\n ?author foaf:name 'Danielle Steel'@en .\n\tOPTIONAL {?uri rdfs:label ?string . FILTER (lang(?string) = 'en') }\n}" query_parts: o: http://dbpedia.org/ontology/Book: 1 p: http://dbpedia.org/ontology/author: 1 http://xmlns.com/foaf/0.1/name: 1 po: http://xmlns.com/foaf/0.1/name: "\"Danielle Steel\"@en": 1 s: {} sp: {} question: Which books were written by Danielle Steel? question_ID: 38 source: QALD-1/dbpedia-train.xml 4: patterns: 1-gram: - married - Hanks 2-gram: - Hanks married - Tom Hanks - was Tom - married to 3-gram: - Who was Tom - Tom Hanks married - Hanks married to - was Tom Hanks 4-gram: - Tom Hanks married to - was Tom Hanks married - Who was Tom Hanks 5-gram: - was Tom Hanks married to - Who was Tom Hanks married query: "PREFIX rdfs: \nPREFIX prop: \nSELECT DISTINCT ?uri ?string\nWHERE \n{\n ?person rdfs:label 'Tom Hanks'@en .\n ?person prop:spouse ?string .\n OPTIONAL { ?uri rdfs:label ?string . }\n}" query_parts: o: {} p: http://dbpedia.org/property/spouse: 1 po: {} s: {} sp: {} question: Who was Tom Hanks married to? question_ID: 4 source: QALD-1/dbpedia-train.xml 42: patterns: 1-gram: - published - Hamster - Mean - Software - software 2-gram: - Mean Hamster - software has - published by - been published - Hamster Software - Which software - by Mean 3-gram: - by Mean Hamster - been published by - software has been - has been published - published by Mean - Which software has - Mean Hamster Software 4-gram: - Which software has been - by Mean Hamster Software - published by Mean Hamster - been published by Mean - software has been published - has been published by 5-gram: - published by Mean Hamster Software - Which software has been published - has been published by Mean - been published by Mean Hamster - software has been published by query: "PREFIX rdfs: \nPREFIX rdf: \nPREFIX onto: \nPREFIX prop: \nPREFIX res: \nSELECT DISTINCT ?uri ?string\nWHERE \n{\n\t?uri rdf:type onto:Software .\n { ?uri prop:publisher 'Mean Hamster Software'@en . }\n UNION \n { ?uri onto:publisher res:Mean_Hamster_Software . }\n\tOPTIONAL {?uri rdfs:label ?string . FILTER (lang(?string) = 'en') }\n}" query_parts: o: http://dbpedia.org/ontology/Software: 1 http://dbpedia.org/resource/Mean_Hamster_Software: 1 p: http://dbpedia.org/ontology/publisher: 1 http://dbpedia.org/property/publisher: 1 po: http://dbpedia.org/ontology/publisher: http://dbpedia.org/resource/Mean_Hamster_Software: 1 http://dbpedia.org/property/publisher: "\"Mean Hamster Software\"@en": 1 s: {} sp: {} question: Which software has been published by Mean Hamster Software? question_ID: 42 source: QALD-1/dbpedia-train.xml 46: patterns: 1-gram: - Capitals! - Give - European 2-gram: - all European - European Capitals! - Give me 3-gram: - Give me all - me all European - all European Capitals! 4-gram: - Give me all European - me all European Capitals! 5-gram: - Give me all European Capitals! query: "PREFIX yago: \nPREFIX rdfs: \nPREFIX rdf: \nSELECT ?uri ?string\nWHERE \n{ \n\t?uri rdf:type yago:CapitalsInEurope.\n\tOPTIONAL {?uri rdfs:label ?string . FILTER (lang(?string) = 'en') }\n}" query_parts: o: http://dbpedia.org/class/yago/CapitalsInEurope: 1 p: {} po: {} s: {} sp: {} question: Give me all European Capitals! question_ID: 46 source: QALD-1/dbpedia-train.xml 47: patterns: 1-gram: - Natalie - actress - Portman 2-gram: - Is Natalie - Portman an - an actress - Natalie Portman 3-gram: - Natalie Portman an - Is Natalie Portman - Portman an actress 4-gram: - Natalie Portman an actress - Is Natalie Portman an 5-gram: - Is Natalie Portman an actress query: "PREFIX rdfs: \nPREFIX rdf: \nPREFIX onto: \nASK\nWHERE \n{ \n\t?subject rdf:type onto:Actor.\n \t?subject rdfs:label 'Natalie Portman'@en.\n}" query_parts: o: http://dbpedia.org/ontology/Actor: 1 p: {} po: {} s: {} sp: {} question: Is Natalie Portman an actress? question_ID: 47 source: QALD-1/dbpedia-train.xml 8: patterns: 1-gram: - given - Jimmy - people - name 2-gram: - their given - name Jimmy - people have - given name - Which people 3-gram: - as their given - people have as - their given name - given name Jimmy - Which people have 4-gram: - as their given name - Which people have as - have as their given - people have as their - their given name Jimmy 5-gram: - Which people have as their - have as their given name - people have as their given - as their given name Jimmy query: "PREFIX rdfs: \nPREFIX rdf: \nPREFIX foaf: \nSELECT DISTINCT ?uri ?string\nWHERE \n{\n\t?uri rdf:type foaf:Person. \n ?uri foaf:givenName 'Jimmy'@en .\n OPTIONAL {?uri rdfs:label ?string . FILTER (lang(?string) = 'en') }\n}" query_parts: o: http://xmlns.com/foaf/0.1/Person: 1 p: http://xmlns.com/foaf/0.1/givenName: 1 po: http://xmlns.com/foaf/0.1/givenName: "\"Jimmy\"@en": 1 s: {} sp: {} question: Which people have as their given name Jimmy? question_ID: 8 source: QALD-1/dbpedia-train.xml QALD-2/dbpedia-test.xml: 22: patterns: 1-gram: - Texas - governor 2-gram: - governor of - the governor - of Texas 3-gram: - is the governor - the governor of - governor of Texas 4-gram: - the governor of Texas - is the governor of - Who is the governor 5-gram: - Who is the governor of - is the governor of Texas query: "PREFIX res: \nPREFIX dbp: \nPREFIX foaf: \nSELECT DISTINCT ?uri ?string WHERE \n{\n res:Texas dbp:governor ?string .\n ?uri foaf:name ?string.\n}" query_parts: o: {} p: http://dbpedia.org/property/governor: 1 http://xmlns.com/foaf/0.1/name: 1 po: {} s: http://dbpedia.org/resource/Texas: 1 sp: http://dbpedia.org/resource/Texas: http://dbpedia.org/property/governor: 1 question: Who is the governor of Texas? question_ID: 22 source: QALD-2/dbpedia-test.xml 23: patterns: 1-gram: - Princes - Harry - William - mother - Wales 2-gram: - Harry and - William Princes - Princes of - same mother - Do Harry - and William - Wales have - of Wales 3-gram: - Princes of Wales - the same mother - Do Harry and - and William Princes - of Wales have - Harry and William - William Princes of - Wales have the 4-gram: - Do Harry and William - Harry and William Princes - and William Princes of - Princes of Wales have - of Wales have the - William Princes of Wales - have the same mother - Wales have the same 5-gram: - of Wales have the same - and William Princes of Wales - Harry and William Princes of - Wales have the same mother - Do Harry and William Princes - William Princes of Wales have - Princes of Wales have the query: "PREFIX dbp: \nASK WHERE \n{ \n dbp:mother ?x . \n\t dbp:mother ?y . \n\tFILTER (?x = ?y)\n}" query_parts: o: {} p: http://dbpedia.org/property/mother: 1 po: {} s: http://dbpedia.org/resource/Prince_Harry_of_Wales: 1 http://dbpedia.org/resource/Prince_William,_Duke_of_Cambridge: 1 sp: http://dbpedia.org/resource/Prince_Harry_of_Wales: http://dbpedia.org/property/mother: 1 http://dbpedia.org/resource/Prince_William,_Duke_of_Cambridge: http://dbpedia.org/property/mother: 1 question: Do Harry and William, Princes of Wales, have the same mother? question_ID: 23 source: QALD-2/dbpedia-test.xml 91: patterns: 1-gram: - State - abbreviation 2-gram: - the abbreviation - State has - U.S State - Which U.S - abbreviation MN 3-gram: - U.S State has - has the abbreviation - Which U.S State - the abbreviation MN - State has the 4-gram: - U.S State has the - State has the abbreviation - Which U.S State has - has the abbreviation MN 5-gram: - State has the abbreviation MN - Which U.S State has the - U.S State has the abbreviation query: "PREFIX dbp: \nPREFIX res: \nPREFIX yago: \nPREFIX rdf: \nPREFIX rdfs: \nSELECT ?uri ?string WHERE \n{\n\t?uri rdf:type yago:StatesOfTheUnitedStates .\n ?uri dbp:postalabbreviation 'MN'@en .\n\tOPTIONAL { ?uri rdfs:label ?string. FILTER (lang(?string) = 'en') }\n}" query_parts: o: http://dbpedia.org/class/yago/StatesOfTheUnitedStates: 1 p: http://dbpedia.org/property/postalabbreviation: 1 po: http://dbpedia.org/property/postalabbreviation: "\"MN\"@en": 1 s: {} sp: {} question: Which U.S. State has the abbreviation MN? question_ID: 91 source: QALD-2/dbpedia-test.xml 93: patterns: 1-gram: - Army - Darkness - Raimi - direct - movies 2-gram: - Sam Raimi - of Darkness - Which movies - direct after - did Sam - Army of - Raimi direct - movies did - after Army 3-gram: - Sam Raimi direct - Army of Darkness - direct after Army - Raimi direct after - movies did Sam - Which movies did - after Army of - did Sam Raimi 4-gram: - Raimi direct after Army - did Sam Raimi direct - direct after Army of - Which movies did Sam - after Army of Darkness - Sam Raimi direct after - movies did Sam Raimi 5-gram: - direct after Army of Darkness - Sam Raimi direct after Army - Which movies did Sam Raimi - movies did Sam Raimi direct - Raimi direct after Army of - did Sam Raimi direct after query: "PREFIX dbo: \nPREFIX dbp: \nPREFIX res: \nPREFIX rdf: \nPREFIX rdfs: \nSELECT DISTINCT ?uri ?string WHERE\n{\n\t?uri rdf:type dbo:Film .\n\t?uri dbo:director res:Sam_Raimi .\n\t{ ?uri dbo:releaseDate ?x . } UNION { ?uri dbp:released ?x . }\n\tres:Army_of_Darkness dbo:releaseDate ?y .\n\tFILTER (?x > ?y)\n\tOPTIONAL { ?uri rdfs:label ?string. FILTER (lang(?string) = 'en') }\n}" query_parts: o: http://dbpedia.org/ontology/Film: 1 http://dbpedia.org/resource/Sam_Raimi: 1 p: http://dbpedia.org/ontology/director: 1 http://dbpedia.org/ontology/releaseDate: 1 http://dbpedia.org/property/released: 1 po: http://dbpedia.org/ontology/director: http://dbpedia.org/resource/Sam_Raimi: 1 s: http://dbpedia.org/resource/Army_of_Darkness: 1 sp: http://dbpedia.org/resource/Army_of_Darkness: http://dbpedia.org/ontology/releaseDate: 1 question: Which movies did Sam Raimi direct after Army of Darkness? question_ID: 93 source: QALD-2/dbpedia-test.xml QALD-2/dbpedia-train.xml: 13: patterns: 1-gram: - classis - belong - Millepede 2-gram: - the Millepede - classis does - Millepede belong - belong to - Which classis 3-gram: - the Millepede belong - Which classis does - does the Millepede - Millepede belong to - classis does the 4-gram: - the Millepede belong to - Which classis does the - does the Millepede belong - classis does the Millepede 5-gram: - does the Millepede belong to - classis does the Millepede belong - Which classis does the Millepede query: "PREFIX dbp: \nPREFIX res: \nPREFIX rdfs: \nSELECT DISTINCT ?uri ?string\nWHERE {\n res:Millipede dbp:classis ?string .\n ?uri rdfs:label ?string .\n}" query_parts: o: {} p: http://dbpedia.org/property/classis: 1 po: {} s: http://dbpedia.org/resource/Millipede: 1 sp: http://dbpedia.org/resource/Millipede: http://dbpedia.org/property/classis: 1 question: Which classis does the Millepede belong to? question_ID: 13 source: QALD-2/dbpedia-train.xml 3: patterns: 1-gram: - daughter - Bill - married - Clinton 2-gram: - married to - Bill Clinton - daughter of - Clinton married - the daughter - of Bill 3-gram: - Clinton married to - is the daughter - Bill Clinton married - of Bill Clinton - the daughter of - daughter of Bill 4-gram: - Bill Clinton married to - of Bill Clinton married - Who is the daughter - is the daughter of - daughter of Bill Clinton - the daughter of Bill 5-gram: - the daughter of Bill Clinton - of Bill Clinton married to - Who is the daughter of - is the daughter of Bill - daughter of Bill Clinton married query: "PREFIX dbo: \nPREFIX dbp: \nPREFIX res: \nPREFIX rdfs: \nSELECT DISTINCT ?uri ?string \nWHERE {\n res:Bill_Clinton dbo:child ?child .\n ?child dbp:spouse ?string .\n ?uri rdfs:label ?string .\n}" query_parts: o: {} p: http://dbpedia.org/ontology/child: 1 http://dbpedia.org/property/spouse: 1 po: {} s: http://dbpedia.org/resource/Bill_Clinton: 1 sp: http://dbpedia.org/resource/Bill_Clinton: http://dbpedia.org/ontology/child: 1 question: Who is the daughter of Bill Clinton married to? question_ID: 3 source: QALD-2/dbpedia-train.xml 37: patterns: 1-gram: - Finland - join 2-gram: - Finland join - did Finland - the EU - join the 3-gram: - When did Finland - join the EU - did Finland join - Finland join the 4-gram: - When did Finland join - did Finland join the - Finland join the EU 5-gram: - When did Finland join the - did Finland join the EU query: "PREFIX res: \nPREFIX dbp: \nSELECT DISTINCT ?date \nWHERE { \n res:Finland dbp:accessioneudate ?date . \n}" query_parts: o: {} p: http://dbpedia.org/property/accessioneudate: 1 po: {} s: http://dbpedia.org/resource/Finland: 1 sp: http://dbpedia.org/resource/Finland: http://dbpedia.org/property/accessioneudate: 1 question: When did Finland join the EU? question_ID: 37 source: QALD-2/dbpedia-train.xml 63: patterns: 1-gram: - actors - Batman - Begins - Give - starring 2-gram: - in Batman - all actors - Batman Begins - actors starring - Give me - starring in 3-gram: - me all actors - actors starring in - all actors starring - starring in Batman - Give me all - in Batman Begins 4-gram: - actors starring in Batman - all actors starring in - me all actors starring - Give me all actors - starring in Batman Begins 5-gram: - actors starring in Batman Begins - Give me all actors starring - me all actors starring in - all actors starring in Batman query: "PREFIX dbo: \nPREFIX res: \nPREFIX rdfs: \nSELECT DISTINCT ?uri ?string \nWHERE {\n\tres:Batman_Begins dbo:starring ?uri .\n\tOPTIONAL { ?uri rdfs:label ?string . FILTER (lang(?string) = 'en') } \n}" query_parts: o: {} p: http://dbpedia.org/ontology/starring: 1 po: {} s: http://dbpedia.org/resource/Batman_Begins: 1 sp: http://dbpedia.org/resource/Batman_Begins: http://dbpedia.org/ontology/starring: 1 question: Give me all actors starring in Batman Begins. question_ID: 63 source: QALD-2/dbpedia-train.xml QALD-3/dbpedia-test.xml: 12: patterns: 1-gram: - Give - sites - past - within - heritage - world - years - five - designated 2-gram: - heritage sites - five years - the past - within the - Give me - world heritage - all world - past five - designated within - sites designated 3-gram: - past five years - within the past - world heritage sites - all world heritage - the past five - me all world - Give me all - heritage sites designated - designated within the - sites designated within 4-gram: - all world heritage sites - Give me all world - designated within the past - sites designated within the - heritage sites designated within - world heritage sites designated - within the past five - me all world heritage - the past five years 5-gram: - all world heritage sites designated - within the past five years - Give me all world heritage - world heritage sites designated within - sites designated within the past - designated within the past five - heritage sites designated within the - me all world heritage sites query: "PREFIX dbo: \nPREFIX dbp: \nPREFIX rdf: \nSELECT DISTINCT ?uri \nWHERE {\n\t?uri rdf:type dbo:WorldHeritageSite .\n\t?uri dbp:year ?x .\n\tFILTER ( ?x >= \"2008\"^^xsd:integer)\n}" query_parts: o: http://dbpedia.org/ontology/WorldHeritageSite: 1 p: http://dbpedia.org/property/year: 1 po: {} s: {} sp: {} question: Give me all world heritage sites designated within the past five years. question_ID: 12 source: QALD-3/dbpedia-test.xml 26: patterns: 1-gram: - Seychelles - languages - spoken - many - official 2-gram: - spoken on - official languages - the Seychelles - many official - How many - languages are - are spoken 3-gram: - are spoken on - languages are spoken - How many official - official languages are - many official languages - on the Seychelles - spoken on the 4-gram: - many official languages are - How many official languages - official languages are spoken - are spoken on the - languages are spoken on - spoken on the Seychelles 5-gram: - many official languages are spoken - official languages are spoken on - How many official languages are - are spoken on the Seychelles - languages are spoken on the query: "PREFIX dbo: \nPREFIX res: \nSELECT COUNT(DISTINCT ?x) \nWHERE {\n res:Seychelles dbo:officialLanguage ?x .\n}" query_parts: o: {} p: http://dbpedia.org/ontology/officialLanguage: 1 po: {} s: http://dbpedia.org/resource/Seychelles: 1 sp: http://dbpedia.org/resource/Seychelles: http://dbpedia.org/ontology/officialLanguage: 1 question: How many official languages are spoken on the Seychelles? question_ID: 26 source: QALD-3/dbpedia-test.xml 31: patterns: 1-gram: - leaders - national - Give - Methodist - current 2-gram: - current Methodist - national leaders - all current - Methodist national - Give me 3-gram: - all current Methodist - Give me all - current Methodist national - me all current - Methodist national leaders 4-gram: - Give me all current - all current Methodist national - current Methodist national leaders - me all current Methodist 5-gram: - Give me all current Methodist - me all current Methodist national - all current Methodist national leaders query: "PREFIX dbp: \nPREFIX res: \nPREFIX yago: \nPREFIX rdf: \nSELECT DISTINCT ?uri \nWHERE {\n\t?uri rdf:type yago:CurrentNationalLeaders .\n\t?uri dbp:religion res:Methodism .\n}" query_parts: o: http://dbpedia.org/class/yago/CurrentNationalLeaders: 1 http://dbpedia.org/resource/Methodism: 1 p: http://dbpedia.org/property/religion: 1 po: http://dbpedia.org/property/religion: http://dbpedia.org/resource/Methodism: 1 s: {} sp: {} question: Give me all current Methodist national leaders. question_ID: 31 source: QALD-3/dbpedia-test.xml 32: patterns: 1-gram: - often - Nicole - marry - Kidman 2-gram: - How often - often did - Kidman marry - did Nicole - Nicole Kidman 3-gram: - How often did - did Nicole Kidman - often did Nicole - Nicole Kidman marry 4-gram: - How often did Nicole - often did Nicole Kidman - did Nicole Kidman marry 5-gram: - How often did Nicole Kidman - often did Nicole Kidman marry query: "PREFIX dbo: \nPREFIX res: \nSELECT COUNT(DISTINCT ?x) \nWHERE { \n res:Nicole_Kidman dbo:spouse ?x .\n}" query_parts: o: {} p: http://dbpedia.org/ontology/spouse: 1 po: {} s: http://dbpedia.org/resource/Nicole_Kidman: 1 sp: http://dbpedia.org/resource/Nicole_Kidman: http://dbpedia.org/ontology/spouse: 1 question: How often did Nicole Kidman marry? question_ID: 32 source: QALD-3/dbpedia-test.xml 51: patterns: 1-gram: - belong - Frisian - Give - Netherlands - islands 2-gram: - islands that - Give me - that belong - all Frisian - the Netherlands - belong to - Frisian islands 3-gram: - to the Netherlands - belong to the - that belong to - Frisian islands that - me all Frisian - islands that belong - all Frisian islands - Give me all 4-gram: - that belong to the - me all Frisian islands - Frisian islands that belong - all Frisian islands that - belong to the Netherlands - Give me all Frisian - islands that belong to 5-gram: - Frisian islands that belong to - that belong to the Netherlands - islands that belong to the - me all Frisian islands that - all Frisian islands that belong - Give me all Frisian islands query: "PREFIX dbo: \nPREFIX res: \nPREFIX yago: \nPREFIX rdf: \nSELECT DISTINCT ?uri \nWHERE {\n\t?uri rdf:type yago:FrisianIslands .\n ?uri dbo:country res:Netherlands .\n}" query_parts: o: http://dbpedia.org/class/yago/FrisianIslands: 1 http://dbpedia.org/resource/Netherlands: 1 p: http://dbpedia.org/ontology/country: 1 po: http://dbpedia.org/ontology/country: http://dbpedia.org/resource/Netherlands: 1 s: {} sp: {} question: Give me all Frisian islands that belong to the Netherlands. question_ID: 51 source: QALD-3/dbpedia-test.xml 63: patterns: 1-gram: - Argentine - films - Give 2-gram: - Argentine films - Give me - all Argentine 3-gram: - all Argentine films - me all Argentine - Give me all 4-gram: - Give me all Argentine - me all Argentine films 5-gram: - Give me all Argentine films query: "PREFIX dbo: \nPREFIX dbp: \nPREFIX res: \nPREFIX yago: \nPREFIX rdf: \nSELECT DISTINCT ?uri \nWHERE {\n { ?uri rdf:type yago:ArgentineFilms . }\n UNION\n\t{ ?uri rdf:type dbo:Film .\n\t{ ?uri dbo:country res:Argentina . } UNION { ?uri dbp:country 'Argentina'@en . } }\n}" query_parts: o: http://dbpedia.org/class/yago/ArgentineFilms: 1 http://dbpedia.org/ontology/Film: 1 http://dbpedia.org/resource/Argentina: 1 p: http://dbpedia.org/ontology/country: 1 http://dbpedia.org/property/country: 1 po: http://dbpedia.org/ontology/country: http://dbpedia.org/resource/Argentina: 1 http://dbpedia.org/property/country: "\"Argentina\"@en": 1 s: {} sp: {} question: Give me all Argentine films. question_ID: 63 source: QALD-3/dbpedia-test.xml 65: patterns: 1-gram: - instruments - Lennon - play - John 2-gram: - instruments did - Which instruments - Lennon play - John Lennon - did John 3-gram: - did John Lennon - instruments did John - Which instruments did - John Lennon play 4-gram: - did John Lennon play - instruments did John Lennon - Which instruments did John 5-gram: - instruments did John Lennon play - Which instruments did John Lennon query: "PREFIX dbo: \nPREFIX res: \nSELECT DISTINCT ?uri \nWHERE {\n res:John_Lennon dbo:instrument ?uri .\n}" query_parts: o: {} p: http://dbpedia.org/ontology/instrument: 1 po: {} s: http://dbpedia.org/resource/John_Lennon: 1 sp: http://dbpedia.org/resource/John_Lennon: http://dbpedia.org/ontology/instrument: 1 question: Which instruments did John Lennon play? question_ID: 65 source: QALD-3/dbpedia-test.xml 75: patterns: 1-gram: - born - daughters - British - place - earls - died 2-gram: - place they - Which daughters - born in - earls died - daughters of - British earls - same place - of British - died in - were born 3-gram: - British earls died - place they were - the same place - earls died in - of British earls - same place they - Which daughters of - daughters of British - died in the - they were born - were born in 4-gram: - earls died in the - of British earls died - place they were born - they were born in - daughters of British earls - in the same place - British earls died in - the same place they - Which daughters of British - same place they were - died in the same 5-gram: - the same place they were - earls died in the same - same place they were born - daughters of British earls died - place they were born in - of British earls died in - Which daughters of British earls - British earls died in the - died in the same place - in the same place they query: "PREFIX dbo: \nPREFIX yago: \nPREFIX rdf: \nSELECT DISTINCT ?uri \nWHERE {\n\t?uri rdf:type yago:DaughtersOfBritishEarls .\n\t?uri dbo:birthPlace ?x .\n\t?uri dbo:deathPlace ?y .\n\tFILTER (?x != ?y) .\n}" query_parts: o: http://dbpedia.org/class/yago/DaughtersOfBritishEarls: 1 p: http://dbpedia.org/ontology/birthPlace: 1 http://dbpedia.org/ontology/deathPlace: 1 po: {} s: {} sp: {} question: Which daughters of British earls died in the same place they were born in? question_ID: 75 source: QALD-3/dbpedia-test.xml 79: patterns: 1-gram: - Schultz - Dutch 2-gram: - Was Dutch - a jew - Dutch Schultz - Schultz a 3-gram: - Schultz a jew - Was Dutch Schultz - Dutch Schultz a 4-gram: - Was Dutch Schultz a - Dutch Schultz a jew 5-gram: - Was Dutch Schultz a jew query: "PREFIX dbp: \nPREFIX res: \nASK \nWHERE {\n\tres:Dutch_Schultz dbp:ethnicity 'Jewish'@en .\n}" query_parts: o: {} p: http://dbpedia.org/property/ethnicity: 1 po: http://dbpedia.org/property/ethnicity: "\"Jewish\"@en": 1 s: http://dbpedia.org/resource/Dutch_Schultz: 1 sp: http://dbpedia.org/resource/Dutch_Schultz: http://dbpedia.org/property/ethnicity: 1 question: Was Dutch Schultz a jew? question_ID: 79 source: QALD-3/dbpedia-test.xml 96: patterns: 1-gram: - Ramones - B-sides - Give 2-gram: - B-sides of - all B-sides - Give me - the Ramones 3-gram: - me all B-sides - of the Ramones - Give me all - B-sides of the - all B-sides of 4-gram: - me all B-sides of - Give me all B-sides - all B-sides of the - B-sides of the Ramones 5-gram: - me all B-sides of the - Give me all B-sides of - all B-sides of the Ramones query: "PREFIX dbo: \nPREFIX dbp: \nPREFIX res: \nSELECT DISTINCT ?string \nWHERE {\n\t?x dbo:musicalArtist res:Ramones .\n ?x dbp:bSide ?string . \n}" query_parts: o: http://dbpedia.org/resource/Ramones: 1 p: http://dbpedia.org/ontology/musicalArtist: 1 http://dbpedia.org/property/bSide: 1 po: http://dbpedia.org/ontology/musicalArtist: http://dbpedia.org/resource/Ramones: 1 s: {} sp: {} question: "Give me all B-sides of the Ramones. " question_ID: 96 source: QALD-3/dbpedia-test.xml QALD-3/dbpedia-train.xml: 1: patterns: 1-gram: - astronauts - Russian - female - Give 2-gram: - Give me - female Russian - all female - Russian astronauts 3-gram: - me all female - all female Russian - Give me all - female Russian astronauts 4-gram: - Give me all female - me all female Russian - all female Russian astronauts 5-gram: - Give me all female Russian - me all female Russian astronauts query: "PREFIX yago: \nPREFIX rdf: \nSELECT DISTINCT ?uri\nWHERE {\n\t?uri rdf:type yago:RussianCosmonauts .\n ?uri rdf:type yago:FemaleAstronauts .\n}" query_parts: o: http://dbpedia.org/class/yago/FemaleAstronauts: 1 http://dbpedia.org/class/yago/RussianCosmonauts: 1 p: {} po: {} s: {} sp: {} question: Give me all female Russian astronauts. question_ID: 1 source: QALD-3/dbpedia-train.xml 13: patterns: 1-gram: - belong - frogs - tree - classis 2-gram: - frogs belong - do tree - classis do - tree frogs - Which classis - belong to 3-gram: - do tree frogs - tree frogs belong - frogs belong to - classis do tree - Which classis do 4-gram: - tree frogs belong to - Which classis do tree - classis do tree frogs - do tree frogs belong 5-gram: - Which classis do tree frogs - classis do tree frogs belong - do tree frogs belong to query: "PREFIX dbp: \nPREFIX res: \nSELECT DISTINCT ?uri\nWHERE {\n res:Hylidae dbp:classis ?uri .\n}" query_parts: o: {} p: http://dbpedia.org/property/classis: 1 po: {} s: http://dbpedia.org/resource/Hylidae: 1 sp: http://dbpedia.org/resource/Hylidae: http://dbpedia.org/property/classis: 1 question: Which classis do tree frogs belong to? question_ID: 13 source: QALD-3/dbpedia-train.xml 28: patterns: 1-gram: - constitutional - European - monarchy - countries 2-gram: - constitutional monarchy - countries have - a constitutional - European countries - Which European 3-gram: - European countries have - Which European countries - have a constitutional - countries have a - a constitutional monarchy 4-gram: - countries have a constitutional - European countries have a - have a constitutional monarchy - Which European countries have 5-gram: - countries have a constitutional monarchy - Which European countries have a - European countries have a constitutional query: "PREFIX dbo: \nPREFIX res: \nPREFIX yago: \nPREFIX rdf: \nSELECT DISTINCT ?uri \nWHERE {\n\t?uri rdf:type yago:EuropeanCountries .\n ?uri dbo:governmentType res:Constitutional_monarchy .\n}" query_parts: o: http://dbpedia.org/class/yago/EuropeanCountries: 1 http://dbpedia.org/resource/Constitutional_monarchy: 1 p: http://dbpedia.org/ontology/governmentType: 1 po: http://dbpedia.org/ontology/governmentType: http://dbpedia.org/resource/Constitutional_monarchy: 1 s: {} sp: {} question: Which European countries have a constitutional monarchy? question_ID: 28 source: QALD-3/dbpedia-train.xml 32: patterns: 1-gram: - Union - adopted - Euro - European - countries 2-gram: - countries in - adopted the - the Euro - Union adopted - Which countries - European Union - the European 3-gram: - Which countries in - European Union adopted - Union adopted the - the European Union - countries in the - adopted the Euro - in the European 4-gram: - Which countries in the - countries in the European - European Union adopted the - the European Union adopted - Union adopted the Euro - in the European Union 5-gram: - in the European Union adopted - countries in the European Union - the European Union adopted the - Which countries in the European - European Union adopted the Euro query: "PREFIX dbp: \nPREFIX res: \nPREFIX yago: \nPREFIX rdf: \nSELECT DISTINCT ?uri\nWHERE {\n\t?uri rdf:type yago:EuropeanUnionMemberStates .\n { ?uri dbp:currency res:Euro . } \n UNION \n { ?uri dbp:currencyCode 'EUR'@en . }\n UNION \n { ?uri dbp:currencyCode 'Euro'@en . }\n}" query_parts: o: http://dbpedia.org/class/yago/EuropeanUnionMemberStates: 1 http://dbpedia.org/resource/Euro: 1 p: http://dbpedia.org/property/currency: 1 http://dbpedia.org/property/currencyCode: 1 po: http://dbpedia.org/property/currency: http://dbpedia.org/resource/Euro: 1 http://dbpedia.org/property/currencyCode: "\"EUR\"@en": 1 "\"Euro\"@en": 1 s: {} sp: {} question: Which countries in the European Union adopted the Euro? question_ID: 32 source: QALD-3/dbpedia-train.xml 38: patterns: 1-gram: - monarchs - German - United - Kingdom - married 2-gram: - a German - Which monarchs - monarchs of - were married - the United - Kingdom were - married to - United Kingdom 3-gram: - married to a - the United Kingdom - to a German - Which monarchs of - monarchs of the - United Kingdom were - of the United - Kingdom were married - were married to 4-gram: - Kingdom were married to - were married to a - monarchs of the United - of the United Kingdom - United Kingdom were married - Which monarchs of the - the United Kingdom were - married to a German 5-gram: - Which monarchs of the United - United Kingdom were married to - Kingdom were married to a - the United Kingdom were married - of the United Kingdom were - monarchs of the United Kingdom - were married to a German query: "PREFIX yago: \nPREFIX dbo: \nPREFIX res: \nPREFIX rdf: \nSELECT DISTINCT ?uri \nWHERE {\n ?uri rdf:type yago:MonarchsOfTheUnitedKingdom .\n ?uri dbo:spouse ?spouse .\n ?spouse dbo:birthPlace res:Germany.\n}" query_parts: o: http://dbpedia.org/class/yago/MonarchsOfTheUnitedKingdom: 1 http://dbpedia.org/resource/Germany: 1 p: http://dbpedia.org/ontology/birthPlace: 1 http://dbpedia.org/ontology/spouse: 1 po: http://dbpedia.org/ontology/birthPlace: http://dbpedia.org/resource/Germany: 1 s: {} sp: {} question: Which monarchs of the United Kingdom were married to a German? question_ID: 38 source: QALD-3/dbpedia-train.xml 47: patterns: 1-gram: - highest - Karakoram - place 2-gram: - highest place - of Karakoram - place of - the highest 3-gram: - the highest place - highest place of - place of Karakoram - is the highest 4-gram: - What is the highest - highest place of Karakoram - the highest place of - is the highest place 5-gram: - is the highest place of - the highest place of Karakoram - What is the highest place query: "PREFIX dbo: \nPREFIX res: \nSELECT DISTINCT ?uri\nWHERE { \n res:Karakoram dbo:highestPlace ?uri . \n}" query_parts: o: {} p: http://dbpedia.org/ontology/highestPlace: 1 po: {} s: http://dbpedia.org/resource/Karakoram: 1 sp: http://dbpedia.org/resource/Karakoram: http://dbpedia.org/ontology/highestPlace: 1 question: What is the highest place of Karakoram? question_ID: 47 source: QALD-3/dbpedia-train.xml 48: patterns: 1-gram: - homepage - Forbes - Give 2-gram: - homepage of - of Forbes - Give me - the homepage 3-gram: - the homepage of - homepage of Forbes - Give me the - me the homepage 4-gram: - Give me the homepage - me the homepage of - the homepage of Forbes 5-gram: - Give me the homepage of - me the homepage of Forbes query: "PREFIX res: \nPREFIX foaf: \nSELECT DISTINCT ?string \nWHERE {\n\tres:Forbes foaf:homepage ?string .\n}" query_parts: o: {} p: http://xmlns.com/foaf/0.1/homepage: 1 po: {} s: http://dbpedia.org/resource/Forbes: 1 sp: http://dbpedia.org/resource/Forbes: http://xmlns.com/foaf/0.1/homepage: 1 question: Give me the homepage of Forbes. question_ID: 48 source: QALD-3/dbpedia-train.xml 5: patterns: 1-gram: - monarchical - countries - many - Europe 2-gram: - many monarchical - How many - in Europe - monarchical countries - countries are 3-gram: - How many monarchical - many monarchical countries - there in Europe - countries are there - monarchical countries are 4-gram: - countries are there in - How many monarchical countries - are there in Europe - many monarchical countries are - monarchical countries are there 5-gram: - monarchical countries are there in - countries are there in Europe - How many monarchical countries are - many monarchical countries are there query: "PREFIX dbo: \nPREFIX yago: \nPREFIX rdf: \nSELECT COUNT(DISTINCT ?uri) \nWHERE {\n\t?uri rdf:type yago:EuropeanCountries .\n ?uri dbo:governmentType ?govern .\n FILTER regex(?govern,'monarchy') .\n}" query_parts: o: http://dbpedia.org/class/yago/EuropeanCountries: 1 p: http://dbpedia.org/ontology/governmentType: 1 po: {} s: {} sp: {} question: How many monarchical countries are there in Europe? question_ID: 5 source: QALD-3/dbpedia-train.xml 51: patterns: 1-gram: - Give - school - types 2-gram: - all school - Give me - school types 3-gram: - all school types - me all school - Give me all 4-gram: - Give me all school - me all school types 5-gram: - Give me all school types query: "PREFIX yago: \nPREFIX rdf: \nSELECT DISTINCT ?uri \nWHERE { \n\t?uri rdf:type yago:SchoolTypes .\n}" query_parts: o: http://dbpedia.org/class/yago/SchoolTypes: 1 p: {} po: {} s: {} sp: {} question: Give me all school types. question_ID: 51 source: QALD-3/dbpedia-train.xml 53: patterns: 1-gram: - presidents - States - Give - United 2-gram: - United States - the United - Give me - presidents of - all presidents 3-gram: - of the United - me all presidents - all presidents of - presidents of the - Give me all - the United States 4-gram: - presidents of the United - all presidents of the - Give me all presidents - of the United States - me all presidents of 5-gram: - all presidents of the United - presidents of the United States - me all presidents of the - Give me all presidents of query: "PREFIX yago: \nPREFIX dbo: \nPREFIX dbp: \nPREFIX res: \nPREFIX rdf: \nSELECT DISTINCT ?uri\nWHERE {\n ?uri rdf:type dbo:Person .\n { ?uri rdf:type yago:PresidentsOfTheUnitedStates. }\n UNION\n { ?uri rdf:type dbo:President.\n ?uri dbp:title res:President_of_the_United_States. }\n}" query_parts: o: http://dbpedia.org/class/yago/PresidentsOfTheUnitedStates: 1 http://dbpedia.org/ontology/Person: 1 http://dbpedia.org/ontology/President: 1 http://dbpedia.org/resource/President_of_the_United_States: 1 p: http://dbpedia.org/property/title: 1 po: http://dbpedia.org/property/title: http://dbpedia.org/resource/President_of_the_United_States: 1 s: {} sp: {} question: Give me all presidents of the United States. question_ID: 53 source: QALD-3/dbpedia-train.xml 65: patterns: 1-gram: - work - well - reactor - aerospace - nuclear - industry - companies - technology 2-gram: - the aerospace - companies work - aerospace industry - well as - reactor technology - Which companies - nuclear reactor - as well - industry as - on nuclear - work in 3-gram: - work in the - Which companies work - as on nuclear - the aerospace industry - as well as - well as on - nuclear reactor technology - industry as well - on nuclear reactor - in the aerospace - aerospace industry as - companies work in 4-gram: - on nuclear reactor technology - as on nuclear reactor - companies work in the - well as on nuclear - Which companies work in - industry as well as - in the aerospace industry - as well as on - aerospace industry as well - work in the aerospace - the aerospace industry as 5-gram: - as on nuclear reactor technology - industry as well as on - aerospace industry as well as - in the aerospace industry as - companies work in the aerospace - work in the aerospace industry - as well as on nuclear - Which companies work in the - the aerospace industry as well - well as on nuclear reactor query: "PREFIX dbo: \nPREFIX dbp: \nPREFIX res: \nPREFIX rdf: \nSELECT DISTINCT ?uri\nWHERE { \n\t?uri rdf:type dbo:Company .\n\t?uri dbp:industry res:Aerospace .\n ?uri dbp:industry res:Nuclear_reactor_technology .\n}" query_parts: o: http://dbpedia.org/ontology/Company: 1 http://dbpedia.org/resource/Aerospace: 1 http://dbpedia.org/resource/Nuclear_reactor_technology: 1 p: http://dbpedia.org/property/industry: 1 po: http://dbpedia.org/property/industry: http://dbpedia.org/resource/Aerospace: 1 http://dbpedia.org/resource/Nuclear_reactor_technology: 1 s: {} sp: {} question: Which companies work in the aerospace industry as well as on nuclear reactor technology? question_ID: 65 source: QALD-3/dbpedia-train.xml 73: patterns: 1-gram: - owns - Aldi 2-gram: - Who owns - owns Aldi 3-gram: - Who owns Aldi 4-gram: [] 5-gram: [] query: "PREFIX res: \nPREFIX dbo: \nSELECT DISTINCT ?uri\nWHERE {\n\tres:Aldi dbo:keyPerson ?uri .\n}" query_parts: o: {} p: http://dbpedia.org/ontology/keyPerson: 1 po: {} s: http://dbpedia.org/resource/Aldi: 1 sp: http://dbpedia.org/resource/Aldi: http://dbpedia.org/ontology/keyPerson: 1 question: Who owns Aldi? question_ID: 73 source: QALD-3/dbpedia-train.xml 75: patterns: 1-gram: - States - president - United - America 2-gram: - the United - the 5th - 5th president - States of - United States - president of - of America 3-gram: - the United States - 5th president of - president of the - States of America - of the United - been the 5th - United States of - the 5th president 4-gram: - 5th president of the - the 5th president of - United States of America - has been the 5th - been the 5th president - president of the United - of the United States - the United States of 5-gram: - Who has been the 5th - the United States of America - has been the 5th president - president of the United States - the 5th president of the - been the 5th president of - of the United States of - 5th president of the United query: "PREFIX dbo: \nSELECT DISTINCT ?uri \nWHERE {\n\t?uri dbo:orderInOffice '5th President of the United States'@en .\n}" query_parts: o: {} p: http://dbpedia.org/ontology/orderInOffice: 1 po: http://dbpedia.org/ontology/orderInOffice: "\"5th President of the United States\"@en": 1 s: {} sp: {} question: Who has been the 5th president of the United States of America? question_ID: 75 source: QALD-3/dbpedia-train.xml 86: patterns: 1-gram: - chancellors - Give - German - female 2-gram: - female German - all female - German chancellors - Give me 3-gram: - female German chancellors - all female German - Give me all - me all female 4-gram: - all female German chancellors - Give me all female - me all female German 5-gram: - Give me all female German - me all female German chancellors query: "PREFIX yago: \nPREFIX dbp: \nPREFIX res: \nPREFIX rdf: \nSELECT DISTINCT ?uri \nWHERE {\n\t?uri rdf:type yago:FemaleHeadsOfGovernment.\n ?uri dbp:office res:Chancellor_of_Germany .\n}" query_parts: o: http://dbpedia.org/class/yago/FemaleHeadsOfGovernment: 1 http://dbpedia.org/resource/Chancellor_of_Germany: 1 p: http://dbpedia.org/property/office: 1 po: http://dbpedia.org/property/office: http://dbpedia.org/resource/Chancellor_of_Germany: 1 s: {} sp: {} question: Give me all female German chancellors. question_ID: 86 source: QALD-3/dbpedia-train.xml QALD-4/qald-4_multilingual_test.xml: 14: patterns: 1-gram: - death - cause - frequent 2-gram: - most frequent - death cause - frequent death 3-gram: - most frequent death - the most frequent - frequent death cause 4-gram: - the most frequent death - most frequent death cause - is the most frequent 5-gram: - What is the most frequent - is the most frequent death - the most frequent death cause query: "PREFIX dbo: \nSELECT DISTINCT ?x\nWHERE {\n ?uri dbo:deathCause ?x . \n}\nORDER BY DESC(COUNT(DISTINCT ?uri)) \nOFFSET 0 LIMIT 1" query_parts: o: {} p: http://dbpedia.org/ontology/deathCause: 1 po: {} s: {} sp: {} question: What is the most frequent death cause? question_ID: 14 source: QALD-4/qald-4_multilingual_test.xml 48: patterns: 1-gram: - stand 2-gram: - stand for - does CPU - CPU stand 3-gram: - What does CPU - CPU stand for - does CPU stand 4-gram: - What does CPU stand - does CPU stand for 5-gram: - What does CPU stand for query: "PREFIX dbo: \nPREFIX res: \nSELECT DISTINCT ?uri\nWHERE {\n ?uri dbo:abbreviation \"CPU\"@en .\n} " query_parts: o: {} p: http://dbpedia.org/ontology/abbreviation: 1 po: http://dbpedia.org/ontology/abbreviation: "\"CPU\"@en": 1 s: {} sp: {} question: What does CPU stand for? question_ID: 48 source: QALD-4/qald-4_multilingual_test.xml QALD-4/qald-4_multilingual_train.xml: 123: patterns: 1-gram: - Harry - Prince - William - mother 2-gram: - same mother - Harry and - William have - Do Prince - Prince William - and Prince - Prince Harry 3-gram: - Harry and Prince - and Prince William - the same mother - Prince Harry and - Do Prince Harry - Prince William have - William have the 4-gram: - and Prince William have - Prince Harry and Prince - Do Prince Harry and - Harry and Prince William - have the same mother - Prince William have the - William have the same 5-gram: - and Prince William have the - Prince Harry and Prince William - Prince William have the same - Harry and Prince William have - Do Prince Harry and Prince - William have the same mother query: "PREFIX dbp: \nASK \nWHERE { \n dbp:mother ?x . \n dbp:mother ?y . \n FILTER (?x = ?y) \n} " query_parts: o: {} p: http://dbpedia.org/property/mother: 1 po: {} s: http://dbpedia.org/resource/Prince_Harry_of_Wales: 1 http://dbpedia.org/resource/Prince_William,_Duke_of_Cambridge: 1 sp: http://dbpedia.org/resource/Prince_Harry_of_Wales: http://dbpedia.org/property/mother: 1 http://dbpedia.org/resource/Prince_William,_Duke_of_Cambridge: http://dbpedia.org/property/mother: 1 question: Do Prince Harry and Prince William have the same mother? question_ID: 123 source: QALD-4/qald-4_multilingual_train.xml 161: patterns: 1-gram: - missions - many - space 2-gram: - missions have - many space - space missions - How many 3-gram: - How many space - space missions have - many space missions - missions have there 4-gram: - many space missions have - missions have there been - space missions have there - How many space missions 5-gram: - many space missions have there - space missions have there been - How many space missions have query: "PREFIX dbo: \nPREFIX rdf: \nSELECT COUNT(DISTINCT ?uri) \nWHERE { \n ?uri rdf:type dbo:SpaceMission . \n} " query_parts: o: http://dbpedia.org/ontology/SpaceMission: 1 p: {} po: {} s: {} sp: {} question: How many space missions have there been? question_ID: 161 source: QALD-4/qald-4_multilingual_train.xml 177: patterns: 1-gram: - Scarface - called 2-gram: - called Scarface - was called 3-gram: - Who was called - was called Scarface 4-gram: - Who was called Scarface 5-gram: [] query: "PREFIX dbp: \nPREFIX res: \nSELECT DISTINCT ?uri \nWHERE { \n ?uri dbp:nickname res:Scarface . \n} " query_parts: o: http://dbpedia.org/resource/Scarface: 1 p: http://dbpedia.org/property/nickname: 1 po: http://dbpedia.org/property/nickname: http://dbpedia.org/resource/Scarface: 1 s: {} sp: {} question: Who was called Scarface? question_ID: 177 source: QALD-4/qald-4_multilingual_train.xml 193: patterns: 1-gram: - Kurosawa - movies - direct - Rashomon 2-gram: - Kurosawa direct - Which movies - movies did - direct after - did Kurosawa - after Rashomon 3-gram: - movies did Kurosawa - Which movies did - Kurosawa direct after - direct after Rashomon - did Kurosawa direct 4-gram: - did Kurosawa direct after - Which movies did Kurosawa - Kurosawa direct after Rashomon - movies did Kurosawa direct 5-gram: - movies did Kurosawa direct after - did Kurosawa direct after Rashomon - Which movies did Kurosawa direct query: "PREFIX dbo: \nPREFIX dbp: \nPREFIX res: \nPREFIX rdf: \nSELECT DISTINCT ?uri\nWHERE {\n ?uri rdf:type dbo:Film .\n ?uri dbo:director res:Akira_Kurosawa .\n { ?uri dbo:releaseDate ?x . } \n UNION \n { ?uri dbp:released ?x . }\n res:Rashomon dbo:releaseDate ?y .\n FILTER (?y > ?x)\n}" query_parts: o: http://dbpedia.org/ontology/Film: 1 http://dbpedia.org/resource/Akira_Kurosawa: 1 p: http://dbpedia.org/ontology/director: 1 http://dbpedia.org/ontology/releaseDate: 1 http://dbpedia.org/property/released: 1 po: http://dbpedia.org/ontology/director: http://dbpedia.org/resource/Akira_Kurosawa: 1 s: http://dbpedia.org/resource/Rashomon: 1 sp: http://dbpedia.org/resource/Rashomon: http://dbpedia.org/ontology/releaseDate: 1 question: Which movies did Kurosawa direct after Rashomon? question_ID: 193 source: QALD-4/qald-4_multilingual_train.xml 29: patterns: 1-gram: - WikiLeaks - awards 2-gram: - awards did - WikiLeaks win - did WikiLeaks - Which awards 3-gram: - awards did WikiLeaks - Which awards did - did WikiLeaks win 4-gram: - awards did WikiLeaks win - Which awards did WikiLeaks 5-gram: - Which awards did WikiLeaks win query: "PREFIX res: \nPREFIX dbp: \nSELECT DISTINCT ?uri\nWHERE {\n res:WikiLeaks dbp:awards ?uri .\n}" query_parts: o: {} p: http://dbpedia.org/property/awards: 1 po: {} s: http://dbpedia.org/resource/WikiLeaks: 1 sp: http://dbpedia.org/resource/WikiLeaks: http://dbpedia.org/property/awards: 1 question: Which awards did WikiLeaks win? question_ID: 29 source: QALD-4/qald-4_multilingual_train.xml 75: patterns: 1-gram: - United - president - first - States 2-gram: - the United - United States - the first - president of - first president 3-gram: - of the United - the first president - was the first - the United States - first president of - president of the 4-gram: - the first president of - first president of the - Who was the first - president of the United - of the United States - was the first president 5-gram: - president of the United States - first president of the United - the first president of the - Who was the first president - was the first president of query: "PREFIX dbo: \nPREFIX rdf: \nSELECT DISTINCT ?uri\nWHERE {\n ?uri rdf:type dbo:Person .\n ?uri dbo:office '1st President of the United States'@en .\n}" query_parts: o: http://dbpedia.org/ontology/Person: 1 p: http://dbpedia.org/ontology/office: 1 po: http://dbpedia.org/ontology/office: "\"1st President of the United States\"@en": 1 s: {} sp: {} question: Who was the first president of the United States? question_ID: 75 source: QALD-4/qald-4_multilingual_train.xml QALD-5/qald-5_train.xml: 103: patterns: 1-gram: - mayor - Berlin 2-gram: - the mayor - of Berlin - mayor of 3-gram: - mayor of Berlin - is the mayor - the mayor of 4-gram: - Who is the mayor - the mayor of Berlin - is the mayor of 5-gram: - Who is the mayor of - is the mayor of Berlin query: "PREFIX dbo: \nPREFIX res: \nSELECT DISTINCT ?uri \nWHERE { \n res:Berlin dbo:leader ?uri . \n} " query_parts: o: {} p: http://dbpedia.org/ontology/leader: 1 po: {} s: http://dbpedia.org/resource/Berlin: 1 sp: http://dbpedia.org/resource/Berlin: http://dbpedia.org/ontology/leader: 1 question: Who is the mayor of Berlin? question_ID: 103 source: QALD-5/qald-5_train.xml 127: patterns: 1-gram: - Parnell - state - governor - Sean 2-gram: - governor of - U.S state - Parnell is - the governor - Sean Parnell - which U.S 3-gram: - of which U.S - governor of which - Parnell is the - the governor of - Sean Parnell is - is the governor - which U.S state 4-gram: - governor of which U.S - of which U.S state - Parnell is the governor - Sean Parnell is the - the governor of which - is the governor of 5-gram: - is the governor of which - Sean Parnell is the governor - the governor of which U.S - governor of which U.S state - Parnell is the governor of query: "PREFIX yago: \nPREFIX dbp: \nPREFIX res: \nPREFIX rdf: \nSELECT DISTINCT ?uri \nWHERE { \n ?uri rdf:type yago:StatesOfTheUnitedStates . \n ?uri dbp:governor res:Sean_Parnell . \n} " query_parts: o: http://dbpedia.org/class/yago/StatesOfTheUnitedStates: 1 http://dbpedia.org/resource/Sean_Parnell: 1 p: http://dbpedia.org/property/governor: 1 po: http://dbpedia.org/property/governor: http://dbpedia.org/resource/Sean_Parnell: 1 s: {} sp: {} question: Sean Parnell is the governor of which U.S. state? question_ID: 127 source: QALD-5/qald-5_train.xml 206: patterns: 1-gram: - Carlo - Giuliani - shot 2-gram: - Giuliani shot - was Carlo - Carlo Giuliani 3-gram: - When was Carlo - was Carlo Giuliani - Carlo Giuliani shot 4-gram: - When was Carlo Giuliani - was Carlo Giuliani shot 5-gram: - When was Carlo Giuliani shot query: "PREFIX dbp: \nPREFIX res: \nSELECT DISTINCT ?date\nWHERE {\n res:Death_of_Carlo_Giuliani dbp:dateOfDeath ?date .\n}" query_parts: o: {} p: http://dbpedia.org/property/dateOfDeath: 1 po: {} s: http://dbpedia.org/resource/Death_of_Carlo_Giuliani: 1 sp: http://dbpedia.org/resource/Death_of_Carlo_Giuliani: http://dbpedia.org/property/dateOfDeath: 1 question: When was Carlo Giuliani shot? question_ID: 206 source: QALD-5/qald-5_train.xml 90: patterns: 1-gram: - founded - Capcom 2-gram: - Capcom founded - was Capcom 3-gram: - was Capcom founded - When was Capcom 4-gram: - When was Capcom founded 5-gram: [] query: "PREFIX dbo: \nPREFIX res: \nSELECT DISTINCT ?date \nWHERE {\n res:Capcom dbo:foundingDate ?date .\n}" query_parts: o: {} p: http://dbpedia.org/ontology/foundingDate: 1 po: {} s: http://dbpedia.org/resource/Capcom: 1 sp: http://dbpedia.org/resource/Capcom: http://dbpedia.org/ontology/foundingDate: 1 question: When was Capcom founded? question_ID: 90 source: QALD-5/qald-5_train.xml QALD-6/qald-6-test-multilingual.json: 1: patterns: 1-gram: - Einstein - supervisor - Albert - doctoral 2-gram: - doctoral supervisor - supervisor of - the doctoral - Albert Einstein - of Albert 3-gram: - doctoral supervisor of - was the doctoral - supervisor of Albert - the doctoral supervisor - of Albert Einstein 4-gram: - the doctoral supervisor of - was the doctoral supervisor - doctoral supervisor of Albert - supervisor of Albert Einstein - Who was the doctoral 5-gram: - the doctoral supervisor of Albert - doctoral supervisor of Albert Einstein - Who was the doctoral supervisor - was the doctoral supervisor of query: SELECT DISTINCT ?uri WHERE { ?uri . } query_parts: o: {} p: http://dbpedia.org/ontology/doctoralAdvisor: 1 po: {} s: http://dbpedia.org/resource/Albert_Einstein: 1 sp: http://dbpedia.org/resource/Albert_Einstein: http://dbpedia.org/ontology/doctoralAdvisor: 1 question: Who was the doctoral supervisor of Albert Einstein? question_ID: 1 source: QALD-6/qald-6-test-multilingual.json 10: patterns: 1-gram: - company - employees - Indian 2-gram: - most employees - Which Indian - company has - Indian company 3-gram: - the most employees - Which Indian company - company has the - Indian company has 4-gram: - Which Indian company has - has the most employees - company has the most - Indian company has the 5-gram: - Indian company has the most - Which Indian company has the - company has the most employees query: SELECT DISTINCT ?uri WHERE { ?uri a . ?uri . ?uri ?n . } ORDER BY DESC(?n) OFFSET 0 LIMIT 1 query_parts: o: http://dbpedia.org/ontology/Company: 1 http://dbpedia.org/resource/India: 1 p: http://dbpedia.org/ontology/location: 1 http://dbpedia.org/ontology/numberOfEmployees: 1 po: http://dbpedia.org/ontology/location: http://dbpedia.org/resource/India: 1 s: {} sp: {} question: Which Indian company has the most employees? question_ID: 10 source: QALD-6/qald-6-test-multilingual.json 100: patterns: 1-gram: - name - real - Batman's 2-gram: - real name - is Batman's - Batman's real 3-gram: - What is Batman's - Batman's real name - is Batman's real 4-gram: - What is Batman's real - is Batman's real name 5-gram: - What is Batman's real name query: SELECT DISTINCT ?s WHERE { ?s . } query_parts: o: {} p: http://dbpedia.org/property/alterEgo: 1 po: {} s: http://dbpedia.org/resource/Batman: 1 sp: http://dbpedia.org/resource/Batman: http://dbpedia.org/property/alterEgo: 1 question: What is Batman's real name? question_ID: 100 source: QALD-6/qald-6-test-multilingual.json 11: patterns: 1-gram: - school - Obama's - name - wife - studied 2-gram: - the school - Obama's wife - school where - wife studied - where Obama's - name of - the name 3-gram: - Obama's wife studied - of the school - school where Obama's - where Obama's wife - name of the - the name of - the school where - is the name 4-gram: - What is the name - name of the school - school where Obama's wife - is the name of - the school where Obama's - where Obama's wife studied - of the school where - the name of the 5-gram: - of the school where Obama's - What is the name of - the name of the school - name of the school where - school where Obama's wife studied - the school where Obama's wife - is the name of the query: "SELECT DISTINCT ?s WHERE { ?x . ?x ?s . } " query_parts: o: {} p: http://dbpedia.org/property/almaMater: 1 http://dbpedia.org/property/spouse: 1 po: {} s: http://dbpedia.org/resource/Barack_Obama: 1 sp: http://dbpedia.org/resource/Barack_Obama: http://dbpedia.org/property/spouse: 1 question: What is the name of the school where Obama's wife studied? question_ID: 11 source: QALD-6/qald-6-test-multilingual.json 12: patterns: 1-gram: - start - Piccadilly 2-gram: - does Piccadilly - Piccadilly start 3-gram: - Where does Piccadilly - does Piccadilly start 4-gram: - Where does Piccadilly start 5-gram: [] query: "SELECT DISTINCT ?uri WHERE { ?uri . } " query_parts: o: http://dbpedia.org/resource/Piccadilly: 1 p: http://dbpedia.org/ontology/routeStart: 1 po: http://dbpedia.org/ontology/routeStart: http://dbpedia.org/resource/Piccadilly: 1 s: {} sp: {} question: Where does Piccadilly start? question_ID: 12 source: QALD-6/qald-6-test-multilingual.json 13: patterns: 1-gram: - Cameroon - capital 2-gram: - capital of - of Cameroon - the capital 3-gram: - the capital of - is the capital - capital of Cameroon 4-gram: - What is the capital - the capital of Cameroon - is the capital of 5-gram: - is the capital of Cameroon - What is the capital of query: "SELECT DISTINCT ?uri WHERE { ?uri. } " query_parts: o: {} p: http://dbpedia.org/ontology/capital: 1 po: {} s: http://dbpedia.org/resource/Cameroon: 1 sp: http://dbpedia.org/resource/Cameroon: http://dbpedia.org/ontology/capital: 1 question: What is the capital of Cameroon? question_ID: 13 source: QALD-6/qald-6-test-multilingual.json 14: patterns: 1-gram: - place - Boston - Party - take 2-gram: - take place - Boston Tea - Tea Party - Party take - the Boston 3-gram: - did the Boston - Tea Party take - the Boston Tea - Party take place - Boston Tea Party 4-gram: - Boston Tea Party take - When did the Boston - did the Boston Tea - the Boston Tea Party - Tea Party take place 5-gram: - the Boston Tea Party take - Boston Tea Party take place - did the Boston Tea Party - When did the Boston Tea query: "SELECT DISTINCT ?d WHERE { ?d . } " query_parts: o: {} p: http://dbpedia.org/property/date: 1 po: {} s: http://dbpedia.org/resource/Boston_Tea_Party: 1 sp: http://dbpedia.org/resource/Boston_Tea_Party: http://dbpedia.org/property/date: 1 question: When did the Boston Tea Party take place? question_ID: 14 source: QALD-6/qald-6-test-multilingual.json 15: patterns: 1-gram: - played - Fring - Breaking 2-gram: - in Breaking - Fring in - Who played - Gus Fring - Breaking Bad - played Gus 3-gram: - played Gus Fring - Fring in Breaking - Gus Fring in - in Breaking Bad - Who played Gus 4-gram: - Fring in Breaking Bad - played Gus Fring in - Gus Fring in Breaking - Who played Gus Fring 5-gram: - played Gus Fring in Breaking - Who played Gus Fring in - Gus Fring in Breaking Bad query: SELECT DISTINCT ?uri WHERE { ?uri . } query_parts: o: {} p: http://dbpedia.org/ontology/portrayer: 1 po: {} s: http://dbpedia.org/resource/Gus_Fring: 1 sp: http://dbpedia.org/resource/Gus_Fring: http://dbpedia.org/ontology/portrayer: 1 question: Who played Gus Fring in Breaking Bad? question_ID: 15 source: QALD-6/qald-6-test-multilingual.json 16: patterns: 1-gram: - Harry - wrote - Potter 2-gram: - Harry Potter - wrote Harry - Who wrote 3-gram: - wrote Harry Potter - Who wrote Harry 4-gram: - Who wrote Harry Potter 5-gram: [] query: "SELECT DISTINCT ?uri WHERE { ?uri . } " query_parts: o: {} p: http://dbpedia.org/property/author: 1 po: {} s: http://dbpedia.org/resource/Harry_Potter: 1 sp: http://dbpedia.org/resource/Harry_Potter: http://dbpedia.org/property/author: 1 question: Who wrote Harry Potter? question_ID: 16 source: QALD-6/qald-6-test-multilingual.json 17: patterns: 1-gram: - actors - play - Theory - Bang 2-gram: - actors play - Bang Theory - Big Bang - play in - in Big - Which actors 3-gram: - play in Big - in Big Bang - actors play in - Which actors play - Big Bang Theory 4-gram: - play in Big Bang - in Big Bang Theory - Which actors play in - actors play in Big 5-gram: - Which actors play in Big - play in Big Bang Theory - actors play in Big Bang query: "SELECT DISTINCT ?uri WHERE { ?uri . } " query_parts: o: {} p: http://dbpedia.org/ontology/starring: 1 po: {} s: http://dbpedia.org/resource/The_Big_Bang_Theory: 1 sp: http://dbpedia.org/resource/The_Big_Bang_Theory: http://dbpedia.org/ontology/starring: 1 question: Which actors play in Big Bang Theory? question_ID: 17 source: QALD-6/qald-6-test-multilingual.json 18: patterns: 1-gram: - world - country - largest 2-gram: - the largest - largest country - the world - country in 3-gram: - country in the - the largest country - in the world - largest country in - is the largest 4-gram: - largest country in the - What is the largest - is the largest country - country in the world - the largest country in 5-gram: - largest country in the world - is the largest country in - What is the largest country - the largest country in the query: SELECT DISTINCT ?uri WHERE { ?uri a . ?uri ?n . } ORDER BY DESC(?n) OFFSET 0 LIMIT 1 query_parts: o: http://dbpedia.org/ontology/Country: 1 p: http://dbpedia.org/ontology/areaTotal: 1 po: {} s: {} sp: {} question: What is the largest country in the world? question_ID: 18 source: QALD-6/qald-6-test-multilingual.json 2: patterns: 1-gram: - Prix - Cannes - ever - Kaurismäki - Grand 2-gram: - Kaurismäki ever - the Grand - Did Kaurismäki - ever win - Prix at - win the - Grand Prix - at Cannes 3-gram: - Grand Prix at - Prix at Cannes - win the Grand - the Grand Prix - Did Kaurismäki ever - ever win the - Kaurismäki ever win 4-gram: - Grand Prix at Cannes - Did Kaurismäki ever win - win the Grand Prix - Kaurismäki ever win the - the Grand Prix at - ever win the Grand 5-gram: - Did Kaurismäki ever win the - the Grand Prix at Cannes - Kaurismäki ever win the Grand - win the Grand Prix at - ever win the Grand Prix query: ASK WHERE { . } query_parts: o: http://dbpedia.org/resource/Grand_Prix_(Cannes_Film_Festival): 1 p: http://dbpedia.org/ontology/award: 1 po: http://dbpedia.org/ontology/award: http://dbpedia.org/resource/Grand_Prix_(Cannes_Film_Festival): 1 s: http://dbpedia.org/resource/Aki_Kaurism\u00C3\u00A4ki: 1 sp: http://dbpedia.org/resource/Aki_Kaurism\u00C3\u00A4ki: http://dbpedia.org/ontology/award: 1 question: Did Kaurismäki ever win the Grand Prix at Cannes? question_ID: 2 source: QALD-6/qald-6-test-multilingual.json 21: patterns: 1-gram: - president - Eritrea 2-gram: - president of - of Eritrea - the president 3-gram: - the president of - is the president - president of Eritrea 4-gram: - Who is the president - the president of Eritrea - is the president of 5-gram: - Who is the president of - is the president of Eritrea query: "SELECT DISTINCT ?uri WHERE { ?uri . 'President'@en . } " query_parts: o: {} p: http://dbpedia.org/ontology/leader: 1 http://dbpedia.org/ontology/leaderTitle: 1 po: http://dbpedia.org/ontology/leaderTitle: "\"President\"@en": 1 s: http://dbpedia.org/resource/Eritrea: 1 sp: http://dbpedia.org/resource/Eritrea: http://dbpedia.org/ontology/leader: 1 http://dbpedia.org/ontology/leaderTitle: 1 question: Who is the president of Eritrea? question_ID: 21 source: QALD-6/qald-6-test-multilingual.json 22: patterns: 1-gram: - computer - scientist - oscar 2-gram: - Which computer - scientist won - won an - an oscar - computer scientist 3-gram: - scientist won an - won an oscar - computer scientist won - Which computer scientist 4-gram: - scientist won an oscar - Which computer scientist won - computer scientist won an 5-gram: - computer scientist won an oscar - Which computer scientist won an query: "SELECT DISTINCT ?uri WHERE { { ?uri . } UNION { ?uri ?s . FILTER regex(?s,'computer scientist','i') } ?uri . } " query_parts: o: http://dbpedia.org/resource/Academy_Awards: 1 http://dbpedia.org/resource/Computer_science: 1 p: http://dbpedia.org/ontology/award: 1 http://dbpedia.org/ontology/field: 1 http://purl.org/dc/elements/1.1/description: 1 po: http://dbpedia.org/ontology/award: http://dbpedia.org/resource/Academy_Awards: 1 http://dbpedia.org/ontology/field: http://dbpedia.org/resource/Computer_science: 1 s: {} sp: {} question: Which computer scientist won an oscar? question_ID: 22 source: QALD-6/qald-6-test-multilingual.json 23: patterns: 1-gram: - Family - created 2-gram: - created Family - Who created - Family Guy 3-gram: - Who created Family - created Family Guy 4-gram: - Who created Family Guy 5-gram: [] query: "SELECT DISTINCT ?uri WHERE { ?uri . } " query_parts: o: {} p: http://dbpedia.org/ontology/creator: 1 po: {} s: http://dbpedia.org/resource/Family_Guy: 1 sp: http://dbpedia.org/resource/Family_Guy: http://dbpedia.org/ontology/creator: 1 question: Who created Family Guy? question_ID: 23 source: QALD-6/qald-6-test-multilingual.json 24: patterns: 1-gram: - many - live - Poland - people 2-gram: - live in - in Poland - How many - people live - many people 3-gram: - How many people - many people live - people live in - live in Poland 4-gram: - many people live in - How many people live - people live in Poland 5-gram: - How many people live in - many people live in Poland query: "SELECT DISTINCT ?uri WHERE { ?uri . } " query_parts: o: {} p: http://dbpedia.org/ontology/populationTotal: 1 po: {} s: http://dbpedia.org/resource/Poland: 1 sp: http://dbpedia.org/resource/Poland: http://dbpedia.org/ontology/populationTotal: 1 question: How many people live in Poland? question_ID: 24 source: QALD-6/qald-6-test-multilingual.json 25: patterns: 1-gram: - belong - mayor - party - Paris 2-gram: - which party - party does - of Paris - the mayor - Paris belong - mayor of 3-gram: - party does the - To which party - mayor of Paris - does the mayor - the mayor of - of Paris belong - which party does 4-gram: - To which party does - the mayor of Paris - does the mayor of - which party does the - party does the mayor - mayor of Paris belong 5-gram: - party does the mayor of - the mayor of Paris belong - To which party does the - does the mayor of Paris - which party does the mayor query: SELECT DISTINCT ?uri WHERE { ?x . ?x ?uri . } query_parts: o: {} p: http://dbpedia.org/ontology/mayor: 1 http://dbpedia.org/ontology/party: 1 po: {} s: http://dbpedia.org/resource/Paris: 1 sp: http://dbpedia.org/resource/Paris: http://dbpedia.org/ontology/mayor: 1 question: To which party does the mayor of Paris belong? question_ID: 25 source: QALD-6/qald-6-test-multilingual.json 26: patterns: 1-gram: - voice - Simpson - Bart 2-gram: - voice of - of Bart - Bart Simpson - the voice 3-gram: - does the voice - voice of Bart - the voice of - of Bart Simpson 4-gram: - the voice of Bart - Who does the voice - voice of Bart Simpson - does the voice of 5-gram: - the voice of Bart Simpson - Who does the voice of - does the voice of Bart query: SELECT DISTINCT ?uri WHERE { ?uri . } query_parts: o: {} p: http://dbpedia.org/property/voiceactor: 1 po: {} s: http://dbpedia.org/resource/Bart_Simpson: 1 sp: http://dbpedia.org/resource/Bart_Simpson: http://dbpedia.org/property/voiceactor: 1 question: Who does the voice of Bart Simpson? question_ID: 26 source: QALD-6/qald-6-test-multilingual.json 27: patterns: 1-gram: - composed - soundtrack - Cameron's - Titanic 2-gram: - Who composed - Cameron's Titanic - the soundtrack - for Cameron's - composed the - soundtrack for 3-gram: - soundtrack for Cameron's - the soundtrack for - for Cameron's Titanic - composed the soundtrack - Who composed the 4-gram: - the soundtrack for Cameron's - composed the soundtrack for - soundtrack for Cameron's Titanic - Who composed the soundtrack 5-gram: - composed the soundtrack for Cameron's - the soundtrack for Cameron's Titanic - Who composed the soundtrack for query: "SELECT DISTINCT ?uri WHERE { ?uri . } " query_parts: o: {} p: http://dbpedia.org/ontology/musicComposer: 1 po: {} s: http://dbpedia.org/resource/Titanic_(1997_film): 1 sp: http://dbpedia.org/resource/Titanic_(1997_film): http://dbpedia.org/ontology/musicComposer: 1 question: Who composed the soundtrack for Cameron's Titanic? question_ID: 27 source: QALD-6/qald-6-test-multilingual.json 28: patterns: 1-gram: - Becker - career - Boris - active 2-gram: - active career - Becker end - his active - did Boris - end his - Boris Becker 3-gram: - Boris Becker end - his active career - When did Boris - end his active - Becker end his - did Boris Becker 4-gram: - Becker end his active - Boris Becker end his - When did Boris Becker - end his active career - did Boris Becker end 5-gram: - Boris Becker end his active - Becker end his active career - When did Boris Becker end - did Boris Becker end his query: "SELECT DISTINCT ?d WHERE { ?d . } " query_parts: o: {} p: http://dbpedia.org/ontology/activeYearsEndDate: 1 po: {} s: http://dbpedia.org/resource/Boris_Becker: 1 sp: http://dbpedia.org/resource/Boris_Becker: http://dbpedia.org/ontology/activeYearsEndDate: 1 question: When did Boris Becker end his active career? question_ID: 28 source: QALD-6/qald-6-test-multilingual.json 29: patterns: 1-gram: - Show - higher - players - basketball - meters 2-gram: - 2 meters - basketball players - Show me - are higher - all basketball - higher than - than 2 - players that 3-gram: - basketball players that - higher than 2 - are higher than - that are higher - all basketball players - Show me all - than 2 meters - me all basketball - players that are 4-gram: - me all basketball players - that are higher than - players that are higher - all basketball players that - are higher than 2 - Show me all basketball - basketball players that are - higher than 2 meters 5-gram: - me all basketball players that - Show me all basketball players - basketball players that are higher - are higher than 2 meters - all basketball players that are - that are higher than 2 - players that are higher than query: SELECT DISTINCT ?uri WHERE { ?uri a . ?uri ?n . FILTER (?n > 2.0) } query_parts: o: http://dbpedia.org/ontology/BasketballPlayer: 1 p: http://dbpedia.org/ontology/height: 1 po: {} s: {} sp: {} question: Show me all basketball players that are higher than 2 meters. question_ID: 29 source: QALD-6/qald-6-test-multilingual.json 3: patterns: 1-gram: - song - California - Hotel - wrote 2-gram: - song Hotel - wrote the - Hotel California - the song - Who wrote 3-gram: - wrote the song - song Hotel California - Who wrote the - the song Hotel 4-gram: - wrote the song Hotel - the song Hotel California - Who wrote the song 5-gram: - wrote the song Hotel California - Who wrote the song Hotel query: SELECT DISTINCT ?uri WHERE { ?uri . } query_parts: o: {} p: http://dbpedia.org/ontology/writer: 1 po: {} s: http://dbpedia.org/resource/Hotel_California: 1 sp: http://dbpedia.org/resource/Hotel_California: http://dbpedia.org/ontology/writer: 1 question: Who wrote the song Hotel California? question_ID: 3 source: QALD-6/qald-6-test-multilingual.json 30: patterns: 1-gram: - country - Sitecore 2-gram: - Sitecore from - What country - is Sitecore - country is 3-gram: - country is Sitecore - What country is - is Sitecore from 4-gram: - What country is Sitecore - country is Sitecore from 5-gram: - What country is Sitecore from query: SELECT DISTINCT ?uri WHERE { ?uri . } query_parts: o: {} p: http://dbpedia.org/ontology/foundationPlace: 1 po: {} s: http://dbpedia.org/resource/Sitecore: 1 sp: http://dbpedia.org/resource/Sitecore: http://dbpedia.org/ontology/foundationPlace: 1 question: What country is Sitecore from? question_ID: 30 source: QALD-6/qald-6-test-multilingual.json 31: patterns: 1-gram: - Gates - Bill - country - born 2-gram: - born in - Bill Gates - Which country - country was - Gates born - was Bill 3-gram: - Gates born in - was Bill Gates - Bill Gates born - Which country was - country was Bill 4-gram: - country was Bill Gates - Bill Gates born in - Which country was Bill - was Bill Gates born 5-gram: - Which country was Bill Gates - was Bill Gates born in - country was Bill Gates born query: SELECT DISTINCT ?uri WHERE { ?x . ?x ?uri . } query_parts: o: {} p: http://dbpedia.org/ontology/birthPlace: 1 http://dbpedia.org/ontology/country: 1 po: {} s: http://dbpedia.org/resource/Bill_Gates: 1 sp: http://dbpedia.org/resource/Bill_Gates: http://dbpedia.org/ontology/birthPlace: 1 question: Which country was Bill Gates born in? question_ID: 31 source: QALD-6/qald-6-test-multilingual.json 32: patterns: 1-gram: - developed - Slack 2-gram: - Who developed - developed Slack 3-gram: - Who developed Slack 4-gram: [] 5-gram: [] query: SELECT DISTINCT ?uri WHERE { ?uri . } query_parts: o: http://dbpedia.org/resource/Slack_(software): 1 p: http://dbpedia.org/ontology/product: 1 po: http://dbpedia.org/ontology/product: http://dbpedia.org/resource/Slack_(software): 1 s: {} sp: {} question: Who developed Slack? question_ID: 32 source: QALD-6/qald-6-test-multilingual.json 33: patterns: 1-gram: - city - Nikos - Kazantzakis 2-gram: - did Nikos - Kazantzakis die - Nikos Kazantzakis - which city - city did 3-gram: - Nikos Kazantzakis die - In which city - did Nikos Kazantzakis - which city did - city did Nikos 4-gram: - city did Nikos Kazantzakis - which city did Nikos - In which city did - did Nikos Kazantzakis die 5-gram: - In which city did Nikos - which city did Nikos Kazantzakis - city did Nikos Kazantzakis die query: SELECT DISTINCT ?uri WHERE { ?uri . ?uri a . } query_parts: o: http://dbpedia.org/ontology/Town: 1 p: http://dbpedia.org/ontology/deathPlace: 1 po: {} s: http://dbpedia.org/resource/Nikos_Kazantzakis: 1 sp: http://dbpedia.org/resource/Nikos_Kazantzakis: http://dbpedia.org/ontology/deathPlace: 1 question: In which city did Nikos Kazantzakis die? question_ID: 33 source: QALD-6/qald-6-test-multilingual.json 34: patterns: 1-gram: - many - grand-children - Cousteau - Jacques 2-gram: - Jacques Cousteau - did Jacques - How many - many grand-children - grand-children did - Cousteau have 3-gram: - grand-children did Jacques - Jacques Cousteau have - How many grand-children - did Jacques Cousteau - many grand-children did 4-gram: - grand-children did Jacques Cousteau - many grand-children did Jacques - did Jacques Cousteau have - How many grand-children did 5-gram: - How many grand-children did Jacques - many grand-children did Jacques Cousteau - grand-children did Jacques Cousteau have query: SELECT COUNT(DISTINCT ?y) WHERE { ?x . ?x ?y . } query_parts: o: {} p: http://dbpedia.org/ontology/child: 1 po: {} s: http://dbpedia.org/resource/Jacques_Cousteau: 1 sp: http://dbpedia.org/resource/Jacques_Cousteau: http://dbpedia.org/ontology/child: 1 question: How many grand-children did Jacques Cousteau have? question_ID: 34 source: QALD-6/qald-6-test-multilingual.json 35: patterns: 1-gram: - direct - Kubrick - films - Stanley 2-gram: - Stanley Kubrick - did Stanley - films did - Which films - Kubrick direct 3-gram: - Which films did - did Stanley Kubrick - films did Stanley - Stanley Kubrick direct 4-gram: - did Stanley Kubrick direct - Which films did Stanley - films did Stanley Kubrick 5-gram: - films did Stanley Kubrick direct - Which films did Stanley Kubrick query: SELECT DISTINCT ?uri WHERE { ?uri . } query_parts: o: http://dbpedia.org/resource/Stanley_Kubrick: 1 p: http://dbpedia.org/ontology/director: 1 po: http://dbpedia.org/ontology/director: http://dbpedia.org/resource/Stanley_Kubrick: 1 s: {} sp: {} question: Which films did Stanley Kubrick direct? question_ID: 35 source: QALD-6/qald-6-test-multilingual.json 36: patterns: 1-gram: - play - Real - Neymar - Madrid 2-gram: - Real Madrid - Neymar play - for Real - Does Neymar - play for 3-gram: - play for Real - for Real Madrid - Neymar play for - Does Neymar play 4-gram: - Does Neymar play for - play for Real Madrid - Neymar play for Real 5-gram: - Does Neymar play for Real - Neymar play for Real Madrid query: ASK WHERE { . } query_parts: o: http://dbpedia.org/resource/Real_Madrid_C.F.: 1 p: http://dbpedia.org/ontology/team: 1 po: http://dbpedia.org/ontology/team: http://dbpedia.org/resource/Real_Madrid_C.F.: 1 s: http://dbpedia.org/resource/Neymar: 1 sp: http://dbpedia.org/resource/Neymar: http://dbpedia.org/ontology/team: 1 question: Does Neymar play for Real Madrid? question_ID: 36 source: QALD-6/qald-6-test-multilingual.json 37: patterns: 1-gram: - home - Porto - seats - stadium - many 2-gram: - seats does - Porto have - FC Porto - How many - the home - many seats - stadium of - home stadium - of FC 3-gram: - the home stadium - How many seats - does the home - many seats does - seats does the - home stadium of - FC Porto have - stadium of FC - of FC Porto 4-gram: - How many seats does - does the home stadium - seats does the home - many seats does the - of FC Porto have - stadium of FC Porto - the home stadium of - home stadium of FC 5-gram: - home stadium of FC Porto - the home stadium of FC - does the home stadium of - How many seats does the - stadium of FC Porto have - many seats does the home - seats does the home stadium query: "SELECT DISTINCT ?n WHERE { ?x . ?x ?n . } " query_parts: o: {} p: http://dbpedia.org/ontology/ground: 1 http://dbpedia.org/ontology/seatingCapacity: 1 po: {} s: http://dbpedia.org/resource/FC_Porto: 1 sp: http://dbpedia.org/resource/FC_Porto: http://dbpedia.org/ontology/ground: 1 question: How many seats does the home stadium of FC Porto have? question_ID: 37 source: QALD-6/qald-6-test-multilingual.json 38: patterns: 1-gram: - Show - Asimov's - books - Foundation - series 2-gram: - Show me - Asimov's Foundation - books in - Foundation series - all books - in Asimov's 3-gram: - books in Asimov's - Asimov's Foundation series - all books in - Show me all - in Asimov's Foundation - me all books 4-gram: - all books in Asimov's - books in Asimov's Foundation - Show me all books - in Asimov's Foundation series - me all books in 5-gram: - books in Asimov's Foundation series - all books in Asimov's Foundation - Show me all books in - me all books in Asimov's query: "SELECT DISTINCT ?uri WHERE { ?uri . } " query_parts: o: http://dbpedia.org/resource/Foundation_series: 1 p: http://dbpedia.org/ontology/series: 1 po: http://dbpedia.org/ontology/series: http://dbpedia.org/resource/Foundation_series: 1 s: {} sp: {} question: Show me all books in Asimov's Foundation series. question_ID: 38 source: QALD-6/qald-6-test-multilingual.json 39: patterns: 1-gram: - Burton - movies - star - Taylor - Richard 2-gram: - Which movies - both Liz - and Richard - Richard Burton - Taylor and - Liz Taylor - movies star - star both 3-gram: - Taylor and Richard - and Richard Burton - Liz Taylor and - Which movies star - star both Liz - movies star both - both Liz Taylor 4-gram: - both Liz Taylor and - star both Liz Taylor - Taylor and Richard Burton - Liz Taylor and Richard - Which movies star both - movies star both Liz 5-gram: - star both Liz Taylor and - movies star both Liz Taylor - both Liz Taylor and Richard - Liz Taylor and Richard Burton - Which movies star both Liz query: "SELECT DISTINCT ?uri WHERE { ?uri . ?uri . } " query_parts: o: http://dbpedia.org/resource/Elizabeth_Taylor: 1 http://dbpedia.org/resource/Richard_Burton: 1 p: http://dbpedia.org/ontology/starring: 1 po: http://dbpedia.org/ontology/starring: http://dbpedia.org/resource/Elizabeth_Taylor: 1 http://dbpedia.org/resource/Richard_Burton: 1 s: {} sp: {} question: Which movies star both Liz Taylor and Richard Burton? question_ID: 39 source: QALD-6/qald-6-test-multilingual.json 4: patterns: 1-gram: - mission - Apollo 2-gram: - Apollo 11 - 11 mission - the Apollo 3-gram: - Apollo 11 mission - on the Apollo - the Apollo 11 4-gram: - was on the Apollo - the Apollo 11 mission - on the Apollo 11 5-gram: - Who was on the Apollo - on the Apollo 11 mission - was on the Apollo 11 query: SELECT DISTINCT ?uri WHERE { ?uri . } query_parts: o: {} p: http://dbpedia.org/property/crewMembers: 1 po: {} s: http://dbpedia.org/resource/Apollo_11: 1 sp: http://dbpedia.org/resource/Apollo_11: http://dbpedia.org/property/crewMembers: 1 question: Who was on the Apollo 11 mission? question_ID: 4 source: QALD-6/qald-6-test-multilingual.json 40: patterns: 1-gram: - headquarters - Nations - city - United 2-gram: - the United - the headquarters - which city - headquarters of - city are - United Nations 3-gram: - city are the - headquarters of the - which city are - In which city - are the headquarters - of the United - the United Nations - the headquarters of 4-gram: - In which city are - of the United Nations - are the headquarters of - city are the headquarters - which city are the - headquarters of the United - the headquarters of the 5-gram: - city are the headquarters of - are the headquarters of the - In which city are the - which city are the headquarters - headquarters of the United Nations - the headquarters of the United query: "SELECT DISTINCT ?uri WHERE { ?uri . ?uri a . } " query_parts: o: http://dbpedia.org/ontology/City: 1 p: http://dbpedia.org/ontology/location: 1 po: {} s: http://dbpedia.org/resource/Headquarters_of_the_United_Nations: 1 sp: http://dbpedia.org/resource/Headquarters_of_the_United_Nations: http://dbpedia.org/ontology/location: 1 question: In which city are the headquarters of the United Nations? question_ID: 40 source: QALD-6/qald-6-test-multilingual.json 41: patterns: 1-gram: - Montenegro - city - president - born 2-gram: - Montenegro born - city was - the president - president of - of Montenegro - which city 3-gram: - In which city - city was the - the president of - was the president - of Montenegro born - which city was - president of Montenegro 4-gram: - the president of Montenegro - was the president of - which city was the - In which city was - president of Montenegro born - city was the president 5-gram: - city was the president of - the president of Montenegro born - was the president of Montenegro - which city was the president - In which city was the query: "SELECT DISTINCT ?uri WHERE { ?x . ?x ?uri . ?uri a . } " query_parts: o: http://dbpedia.org/ontology/City: 1 http://dbpedia.org/resource/President_of_Montenegro: 1 p: http://dbpedia.org/ontology/birthPlace: 1 http://dbpedia.org/property/office: 1 po: http://dbpedia.org/property/office: http://dbpedia.org/resource/President_of_Montenegro: 1 s: {} sp: {} question: In which city was the president of Montenegro born? question_ID: 41 source: QALD-6/qald-6-test-multilingual.json 42: patterns: 1-gram: - Istanbul - studied - writers 2-gram: - writers studied - studied in - Which writers - in Istanbul 3-gram: - writers studied in - Which writers studied - studied in Istanbul 4-gram: - Which writers studied in - writers studied in Istanbul 5-gram: - Which writers studied in Istanbul query: "SELECT DISTINCT ?uri WHERE { ?uri a . { ?uri ?x . } UNION { ?uri ?x . } { ?x . } UNION { ?x . } } " query_parts: o: http://dbpedia.org/ontology/Writer: 1 http://dbpedia.org/resource/Istanbul: 1 p: http://dbpedia.org/ontology/almaMater: 1 http://dbpedia.org/ontology/city: 1 http://dbpedia.org/ontology/education: 1 http://dbpedia.org/property/city: 1 po: http://dbpedia.org/ontology/city: http://dbpedia.org/resource/Istanbul: 1 http://dbpedia.org/property/city: http://dbpedia.org/resource/Istanbul: 1 s: {} sp: {} question: Which writers studied in Istanbul? question_ID: 42 source: QALD-6/qald-6-test-multilingual.json 43: patterns: 1-gram: - Paris - mayor 2-gram: - mayor of - of Paris - the mayor 3-gram: - mayor of Paris - the mayor of - is the mayor 4-gram: - is the mayor of - the mayor of Paris - Who is the mayor 5-gram: - Who is the mayor of - is the mayor of Paris query: SELECT DISTINCT ?uri WHERE { ?uri . } query_parts: o: {} p: http://dbpedia.org/ontology/mayor: 1 po: {} s: http://dbpedia.org/resource/Paris: 1 sp: http://dbpedia.org/resource/Paris: http://dbpedia.org/ontology/mayor: 1 question: Who is the mayor of Paris? question_ID: 43 source: QALD-6/qald-6-test-multilingual.json 44: patterns: 1-gram: - full - Charles - Prince - name 2-gram: - name of - the full - Prince Charles - full name - of Prince 3-gram: - is the full - name of Prince - the full name - of Prince Charles - full name of 4-gram: - the full name of - is the full name - name of Prince Charles - What is the full - full name of Prince 5-gram: - What is the full name - the full name of Prince - is the full name of - full name of Prince Charles query: "SELECT DISTINCT ?s WHERE { ?s . } " query_parts: o: {} p: http://dbpedia.org/ontology/alias: 1 po: {} s: http://dbpedia.org/resource/Charles,_Prince_of_Wales: 1 sp: http://dbpedia.org/resource/Charles,_Prince_of_Wales: http://dbpedia.org/ontology/alias: 1 question: What is the full name of Prince Charles? question_ID: 44 source: QALD-6/qald-6-test-multilingual.json 45: patterns: 1-gram: - China - river - longest 2-gram: - longest river - in China - the longest - river in 3-gram: - is the longest - the longest river - longest river in - river in China 4-gram: - What is the longest - longest river in China - the longest river in - is the longest river 5-gram: - the longest river in China - What is the longest river - is the longest river in query: SELECT DISTINCT ?uri WHERE { ?uri a . ?uri . ?uri ?l . } ORDER BY DESC(?l) OFFSET 0 LIMIT 1 query_parts: o: http://dbpedia.org/ontology/River: 1 http://dbpedia.org/resource/China: 1 p: http://dbpedia.org/ontology/country: 1 http://dbpedia.org/property/length: 1 po: http://dbpedia.org/ontology/country: http://dbpedia.org/resource/China: 1 s: {} sp: {} question: What is the longest river in China? question_ID: 45 source: QALD-6/qald-6-test-multilingual.json 46: patterns: 1-gram: - discovered - Ceres 2-gram: - discovered Ceres - Who discovered 3-gram: - Who discovered Ceres 4-gram: [] 5-gram: [] query: SELECT DISTINCT ?uri WHERE { ?uri . } query_parts: o: {} p: http://dbpedia.org/ontology/discoverer: 1 po: {} s: http://dbpedia.org/resource/Ceres_(dwarf_planet): 1 sp: http://dbpedia.org/resource/Ceres_(dwarf_planet): http://dbpedia.org/ontology/discoverer: 1 question: Who discovered Ceres? question_ID: 46 source: QALD-6/qald-6-test-multilingual.json 47: patterns: 1-gram: - princess - Diana 2-gram: - Diana die - did princess - princess Diana 3-gram: - princess Diana die - did princess Diana - When did princess 4-gram: - did princess Diana die - When did princess Diana 5-gram: - When did princess Diana die query: SELECT DISTINCT ?d WHERE { ?d . } query_parts: o: {} p: http://dbpedia.org/ontology/deathDate: 1 po: {} s: http://dbpedia.org/resource/Diana,_Princess_of_Wales: 1 sp: http://dbpedia.org/resource/Diana,_Princess_of_Wales: http://dbpedia.org/ontology/deathDate: 1 question: When did princess Diana die? question_ID: 47 source: QALD-6/qald-6-test-multilingual.json 49: patterns: 1-gram: - host - Specials - Wildlife 2-gram: - the host - BBC Wildlife - host of - Wildlife Specials - the BBC 3-gram: - the BBC Wildlife - host of the - is the host - the host of - BBC Wildlife Specials - of the BBC 4-gram: - the host of the - host of the BBC - of the BBC Wildlife - the BBC Wildlife Specials - Who is the host - is the host of 5-gram: - host of the BBC Wildlife - is the host of the - Who is the host of - the host of the BBC - of the BBC Wildlife Specials query: SELECT DISTINCT ?uri WHERE { ?uri . } query_parts: o: {} p: http://dbpedia.org/ontology/presenter: 1 po: {} s: http://dbpedia.org/resource/BBC_Wildlife_Specials: 1 sp: http://dbpedia.org/resource/BBC_Wildlife_Specials: http://dbpedia.org/ontology/presenter: 1 question: Who is the host of the BBC Wildlife Specials? question_ID: 49 source: QALD-6/qald-6-test-multilingual.json 5: patterns: 1-gram: - founded - electronics - Beijing - companies 2-gram: - Which electronics - founded in - in Beijing - companies were - were founded - electronics companies 3-gram: - Which electronics companies - electronics companies were - were founded in - companies were founded - founded in Beijing 4-gram: - electronics companies were founded - companies were founded in - were founded in Beijing - Which electronics companies were 5-gram: - Which electronics companies were founded - electronics companies were founded in - companies were founded in Beijing query: SELECT DISTINCT ?uri WHERE { ?uri a . ?uri . ?uri . } query_parts: o: http://dbpedia.org/ontology/Company: 1 http://dbpedia.org/resource/Beijing: 1 http://dbpedia.org/resource/Electronics: 1 p: http://dbpedia.org/ontology/foundationPlace: 1 http://dbpedia.org/ontology/industry: 1 po: http://dbpedia.org/ontology/foundationPlace: http://dbpedia.org/resource/Beijing: 1 http://dbpedia.org/ontology/industry: http://dbpedia.org/resource/Electronics: 1 s: {} sp: {} question: Which electronics companies were founded in Beijing? question_ID: 5 source: QALD-6/qald-6-test-multilingual.json 50: patterns: 1-gram: - Mars - many - moons 2-gram: - Mars have - many moons - moons does - does Mars - How many 3-gram: - How many moons - moons does Mars - does Mars have - many moons does 4-gram: - many moons does Mars - How many moons does - moons does Mars have 5-gram: - many moons does Mars have - How many moons does Mars query: "SELECT DISTINCT ?n WHERE { ?n . } " query_parts: o: {} p: http://dbpedia.org/property/satellites: 1 po: {} s: http://dbpedia.org/resource/Mars: 1 sp: http://dbpedia.org/resource/Mars: http://dbpedia.org/property/satellites: 1 question: How many moons does Mars have? question_ID: 50 source: QALD-6/qald-6-test-multilingual.json 51: patterns: 1-gram: - Queen - album - first 2-gram: - first Queen - the first - Queen album 3-gram: - first Queen album - the first Queen - was the first 4-gram: - What was the first - the first Queen album - was the first Queen 5-gram: - was the first Queen album - What was the first Queen query: SELECT DISTINCT ?uri WHERE { ?uri a . ?uri . ?uri ?d . } ORDER BY ASC(?d) OFFSET 0 LIMIT 1 query_parts: o: http://dbpedia.org/ontology/Album: 1 http://dbpedia.org/resource/Queen_(band): 1 p: http://dbpedia.org/ontology/artist: 1 http://dbpedia.org/ontology/releaseDate: 1 po: http://dbpedia.org/ontology/artist: http://dbpedia.org/resource/Queen_(band): 1 s: {} sp: {} question: What was the first Queen album? question_ID: 51 source: QALD-6/qald-6-test-multilingual.json 52: patterns: 1-gram: - Presley - Elvis - children 2-gram: - have children - Presley have - Did Elvis - Elvis Presley 3-gram: - Did Elvis Presley - Elvis Presley have - Presley have children 4-gram: - Elvis Presley have children - Did Elvis Presley have 5-gram: - Did Elvis Presley have children query: "ASK WHERE { ?uri . } " query_parts: o: {} p: http://dbpedia.org/ontology/child: 1 po: {} s: http://dbpedia.org/resource/Elvis_Presley: 1 sp: http://dbpedia.org/resource/Elvis_Presley: http://dbpedia.org/ontology/child: 1 question: Did Elvis Presley have children? question_ID: 52 source: QALD-6/qald-6-test-multilingual.json 53: patterns: 1-gram: - Give - Canadians - reside - list 2-gram: - reside in - that reside - the U.S - all Canadians - a list - Canadians that - Give me - list of 3-gram: - a list of - all Canadians that - Canadians that reside - Give me a - reside in the - in the U.S - of all Canadians - me a list - list of all - that reside in 4-gram: - list of all Canadians - me a list of - all Canadians that reside - a list of all - Give me a list - of all Canadians that - that reside in the - Canadians that reside in - reside in the U.S 5-gram: - Canadians that reside in the - me a list of all - all Canadians that reside in - of all Canadians that reside - Give me a list of - a list of all Canadians - that reside in the U.S - list of all Canadians that query: "SELECT DISTINCT ?uri WHERE { ?uri . ?uri . } " query_parts: o: http://dbpedia.org/resource/Canada: 1 http://dbpedia.org/resource/United_States: 1 p: http://dbpedia.org/ontology/birthPlace: 1 http://dbpedia.org/ontology/residence: 1 po: http://dbpedia.org/ontology/birthPlace: http://dbpedia.org/resource/Canada: 1 http://dbpedia.org/ontology/residence: http://dbpedia.org/resource/United_States: 1 s: {} sp: {} question: Give me a list of all Canadians that reside in the U.S. question_ID: 53 source: QALD-6/qald-6-test-multilingual.json 54: patterns: 1-gram: - buried - Rhee - Syngman 2-gram: - is Syngman - Rhee buried - Syngman Rhee 3-gram: - Syngman Rhee buried - Where is Syngman - is Syngman Rhee 4-gram: - is Syngman Rhee buried - Where is Syngman Rhee 5-gram: - Where is Syngman Rhee buried query: "SELECT DISTINCT ?uri WHERE { ?uri . } " query_parts: o: {} p: http://dbpedia.org/ontology/restingPlace: 1 po: {} s: http://dbpedia.org/resource/Syngman_Rhee: 1 sp: http://dbpedia.org/resource/Syngman_Rhee: http://dbpedia.org/ontology/restingPlace: 1 question: Where is Syngman Rhee buried? question_ID: 54 source: QALD-6/qald-6-test-multilingual.json 55: patterns: 1-gram: - people - speak - countries - Japanese 2-gram: - people speak - do people - countries do - which countries - speak Japanese 3-gram: - countries do people - people speak Japanese - In which countries - which countries do - do people speak 4-gram: - In which countries do - countries do people speak - which countries do people - do people speak Japanese 5-gram: - which countries do people speak - In which countries do people - countries do people speak Japanese query: "SELECT DISTINCT ?uri WHERE { ?uri a . ?uri . } " query_parts: o: http://dbpedia.org/ontology/Country: 1 http://dbpedia.org/resource/Japanese_language: 1 p: http://dbpedia.org/ontology/language: 1 po: http://dbpedia.org/ontology/language: http://dbpedia.org/resource/Japanese_language: 1 s: {} sp: {} question: In which countries do people speak Japanese? question_ID: 55 source: QALD-6/qald-6-test-multilingual.json 56: patterns: 1-gram: - king - Netherlands 2-gram: - king of - the king - the Netherlands 3-gram: - the king of - of the Netherlands - king of the - is the king 4-gram: - Who is the king - the king of the - king of the Netherlands - is the king of 5-gram: - is the king of the - Who is the king of - the king of the Netherlands query: "SELECT DISTINCT ?uri WHERE { ?uri . ?uri a . } " query_parts: o: http://dbpedia.org/ontology/Royalty: 1 p: http://dbpedia.org/ontology/leader: 1 po: {} s: http://dbpedia.org/resource/Netherlands: 1 sp: http://dbpedia.org/resource/Netherlands: http://dbpedia.org/ontology/leader: 1 question: Who is the king of the Netherlands? question_ID: 56 source: QALD-6/qald-6-test-multilingual.json 57: patterns: 1-gram: - become - Dodo - extinct 2-gram: - the Dodo - Dodo become - become extinct 3-gram: - Dodo become extinct - the Dodo become - did the Dodo 4-gram: - the Dodo become extinct - When did the Dodo - did the Dodo become 5-gram: - When did the Dodo become - did the Dodo become extinct query: "SELECT DISTINCT ?s WHERE { ?s . } " query_parts: o: {} p: http://dbpedia.org/property/extinct: 1 po: {} s: http://dbpedia.org/resource/Dodo: 1 sp: http://dbpedia.org/resource/Dodo: http://dbpedia.org/property/extinct: 1 question: When did the Dodo become extinct? question_ID: 57 source: QALD-6/qald-6-test-multilingual.json 58: patterns: 1-gram: - movies - Show - Czech 2-gram: - Show me - all Czech - Czech movies 3-gram: - all Czech movies - Show me all - me all Czech 4-gram: - me all Czech movies - Show me all Czech 5-gram: - Show me all Czech movies query: "SELECT DISTINCT ?uri WHERE { ?uri a . ?uri . } " query_parts: o: http://dbpedia.org/ontology/Film: 1 http://dbpedia.org/resource/Czech_Republic: 1 p: http://dbpedia.org/ontology/country: 1 po: http://dbpedia.org/ontology/country: http://dbpedia.org/resource/Czech_Republic: 1 s: {} sp: {} question: Show me all Czech movies. question_ID: 58 source: QALD-6/qald-6-test-multilingual.json 59: patterns: 1-gram: - rivers - flow - North 2-gram: - flow into - North Sea - Which rivers - rivers flow - the North 3-gram: - Which rivers flow - the North Sea - flow into the - rivers flow into - into the North 4-gram: - into the North Sea - flow into the North - Which rivers flow into - rivers flow into the 5-gram: - Which rivers flow into the - flow into the North Sea - rivers flow into the North query: "SELECT DISTINCT ?uri WHERE { ?uri a . ?uri . } " query_parts: o: http://dbpedia.org/ontology/River: 1 http://dbpedia.org/resource/North_Sea: 1 p: http://dbpedia.org/ontology/riverMouth: 1 po: http://dbpedia.org/ontology/riverMouth: http://dbpedia.org/resource/North_Sea: 1 s: {} sp: {} question: Which rivers flow into the North Sea? question_ID: 59 source: QALD-6/qald-6-test-multilingual.json 6: patterns: 1-gram: - cookie - chip - chocolate 2-gram: - chocolate chip - chip cookie - a chocolate 3-gram: - in a chocolate - a chocolate chip - chocolate chip cookie 4-gram: - in a chocolate chip - is in a chocolate - a chocolate chip cookie 5-gram: - is in a chocolate chip - in a chocolate chip cookie - What is in a chocolate query: SELECT DISTINCT ?uri WHERE { ?uri . } query_parts: o: {} p: http://dbpedia.org/ontology/ingredient: 1 po: {} s: http://dbpedia.org/resource/Chocolate_chip_cookie: 1 sp: http://dbpedia.org/resource/Chocolate_chip_cookie: http://dbpedia.org/ontology/ingredient: 1 question: What is in a chocolate chip cookie? question_ID: 6 source: QALD-6/qald-6-test-multilingual.json 60: patterns: 1-gram: - commence - Operation - Overlord 2-gram: - Overlord commence - did Operation - Operation Overlord 3-gram: - did Operation Overlord - When did Operation - Operation Overlord commence 4-gram: - When did Operation Overlord - did Operation Overlord commence 5-gram: - When did Operation Overlord commence query: "SELECT DISTINCT ?d WHERE { ?d . } " query_parts: o: {} p: http://dbpedia.org/ontology/date: 1 po: {} s: http://dbpedia.org/resource/Operation_Overlord: 1 sp: http://dbpedia.org/resource/Operation_Overlord: http://dbpedia.org/ontology/date: 1 question: When did Operation Overlord commence? question_ID: 60 source: QALD-6/qald-6-test-multilingual.json 61: patterns: 1-gram: - play 2-gram: - the Red - Red Sox - Sox play 3-gram: - Red Sox play - the Red Sox - do the Red 4-gram: - do the Red Sox - Where do the Red - the Red Sox play 5-gram: - do the Red Sox play - Where do the Red Sox query: "SELECT DISTINCT ?uri WHERE { ?uri . } " query_parts: o: {} p: http://dbpedia.org/property/ballpark: 1 po: {} s: http://dbpedia.org/resource/Boston_Red_Sox: 1 sp: http://dbpedia.org/resource/Boston_Red_Sox: http://dbpedia.org/property/ballpark: 1 question: Where do the Red Sox play? question_ID: 61 source: QALD-6/qald-6-test-multilingual.json 62: patterns: 1-gram: - time - Rome - zone 2-gram: - time zone - which time - is Rome - zone is 3-gram: - which time zone - zone is Rome - In which time - time zone is 4-gram: - In which time zone - time zone is Rome - which time zone is 5-gram: - which time zone is Rome - In which time zone is query: "SELECT DISTINCT ?uri WHERE { ?uri . } " query_parts: o: {} p: http://dbpedia.org/ontology/timeZone: 1 po: {} s: http://dbpedia.org/resource/Rome: 1 sp: http://dbpedia.org/resource/Rome: http://dbpedia.org/ontology/timeZone: 1 question: In which time zone is Rome? question_ID: 62 source: QALD-6/qald-6-test-multilingual.json 63: patterns: 1-gram: - endangered - Give - birds - critically - list 2-gram: - all critically - critically endangered - Give me - endangered birds - a list - list of 3-gram: - critically endangered birds - all critically endangered - list of all - of all critically - a list of - me a list - Give me a 4-gram: - of all critically endangered - Give me a list - all critically endangered birds - me a list of - a list of all - list of all critically 5-gram: - me a list of all - list of all critically endangered - of all critically endangered birds - Give me a list of - a list of all critically query: SELECT DISTINCT ?uri ?p WHERE { ?uri a . { ?uri 'CR'^^ . } UNION { ?uri . } } query_parts: o: http://dbpedia.org/ontology/Bird: 1 http://dbpedia.org/resource/Category:Critically_endangered_animals: 1 p: http://dbpedia.org/ontology/conservationStatus: 1 http://purl.org/dc/terms/subject: 1 po: http://purl.org/dc/terms/subject: http://dbpedia.org/resource/Category:Critically_endangered_animals: 1 s: {} sp: {} question: Give me a list of all critically endangered birds. question_ID: 63 source: QALD-6/qald-6-test-multilingual.json 64: patterns: 1-gram: - Movie - Lego - much - cost 2-gram: - How much - much did - the Lego - Movie cost - Lego Movie 3-gram: - much did the - did the Lego - How much did - Lego Movie cost - the Lego Movie 4-gram: - did the Lego Movie - the Lego Movie cost - How much did the - much did the Lego 5-gram: - much did the Lego Movie - How much did the Lego - did the Lego Movie cost query: "SELECT DISTINCT ?n WHERE { ?n . } " query_parts: o: {} p: http://dbpedia.org/ontology/budget: 1 po: {} s: http://dbpedia.org/resource/The_Lego_Movie: 1 sp: http://dbpedia.org/resource/The_Lego_Movie: http://dbpedia.org/ontology/budget: 1 question: How much did the Lego Movie cost? question_ID: 64 source: QALD-6/qald-6-test-multilingual.json 65: patterns: 1-gram: - occupation - Lego - original - inventor 2-gram: - inventor of - of Lego - the original - occupation of - original occupation - the inventor 3-gram: - was the original - original occupation of - the inventor of - the original occupation - occupation of the - inventor of Lego - of the inventor 4-gram: - the inventor of Lego - occupation of the inventor - the original occupation of - was the original occupation - of the inventor of - What was the original - original occupation of the 5-gram: - original occupation of the inventor - the original occupation of the - What was the original occupation - was the original occupation of - occupation of the inventor of - of the inventor of Lego query: "SELECT DISTINCT ?uri WHERE { ?x . ?x ?uri . } " query_parts: o: {} p: http://dbpedia.org/property/inventor: 1 http://dbpedia.org/property/occupation: 1 po: {} s: http://dbpedia.org/resource/Lego: 1 sp: http://dbpedia.org/resource/Lego: http://dbpedia.org/property/inventor: 1 question: What was the original occupation of the inventor of Lego? question_ID: 65 source: QALD-6/qald-6-test-multilingual.json 66: patterns: 1-gram: - volcanoes - countries 2-gram: - than ten - Which countries - ten volcanoes - countries have 3-gram: - than ten volcanoes - Which countries have - more than ten - countries have more 4-gram: - countries have more than - Which countries have more - have more than ten - more than ten volcanoes 5-gram: - countries have more than ten - have more than ten volcanoes - Which countries have more than query: "SELECT DISTINCT ?uri WHERE { ?x a . ?x ?uri . ?uri a . } GROUP BY ?uri HAVING (COUNT(?x) > 10) " query_parts: o: http://dbpedia.org/ontology/Country: 1 http://dbpedia.org/ontology/Volcano: 1 p: http://dbpedia.org/ontology/locatedInArea: 1 po: {} s: {} sp: {} question: Which countries have more than ten volcanoes? question_ID: 66 source: QALD-6/qald-6-test-multilingual.json 67: patterns: 1-gram: - states - Show 2-gram: - Show me - all U.S - U.S states 3-gram: - all U.S states - me all U.S - Show me all 4-gram: - Show me all U.S - me all U.S states 5-gram: - Show me all U.S states query: "SELECT DISTINCT ?uri WHERE { ?uri a . } " query_parts: o: http://dbpedia.org/class/yago/StatesOfTheUnitedStates: 1 p: {} po: {} s: {} sp: {} question: Show me all U.S. states. question_ID: 67 source: QALD-6/qald-6-test-multilingual.json 68: patterns: 1-gram: - wrote - Thrones - Game - theme 2-gram: - wrote the - of Thrones - the Game - Who wrote - Thrones theme - Game of 3-gram: - of Thrones theme - the Game of - Game of Thrones - wrote the Game - Who wrote the 4-gram: - Game of Thrones theme - the Game of Thrones - wrote the Game of - Who wrote the Game 5-gram: - wrote the Game of Thrones - the Game of Thrones theme - Who wrote the Game of query: SELECT DISTINCT ?uri WHERE { ?uri. } query_parts: o: {} p: http://dbpedia.org/ontology/composer: 1 po: {} s: http://dbpedia.org/resource/Game_of_Thrones: 1 sp: http://dbpedia.org/resource/Game_of_Thrones: http://dbpedia.org/ontology/composer: 1 question: Who wrote the Game of Thrones theme? question_ID: 68 source: QALD-6/qald-6-test-multilingual.json 69: patterns: 1-gram: - baguette - calories - many 2-gram: - How many - a baguette - many calories - baguette have - calories does 3-gram: - many calories does - calories does a - How many calories - a baguette have - does a baguette 4-gram: - calories does a baguette - How many calories does - many calories does a - does a baguette have 5-gram: - calories does a baguette have - How many calories does a - many calories does a baguette query: SELECT DISTINCT ?n WHERE { ?n. } query_parts: o: {} p: http://dbpedia.org/ontology/approximateCalories: 1 po: {} s: http://dbpedia.org/resource/Baguette: 1 sp: http://dbpedia.org/resource/Baguette: http://dbpedia.org/ontology/approximateCalories: 1 question: How many calories does a baguette have? question_ID: 69 source: QALD-6/qald-6-test-multilingual.json 7: patterns: 1-gram: - composed - Moon - atmosphere 2-gram: - the atmosphere - Moon composed - composed of - the Moon - atmosphere of 3-gram: - the Moon composed - atmosphere of the - Moon composed of - the atmosphere of - is the atmosphere - of the Moon 4-gram: - the Moon composed of - atmosphere of the Moon - is the atmosphere of - the atmosphere of the - What is the atmosphere - of the Moon composed 5-gram: - of the Moon composed of - is the atmosphere of the - the atmosphere of the Moon - What is the atmosphere of - atmosphere of the Moon composed query: SELECT DISTINCT ?uri WHERE { ?uri . } query_parts: o: {} p: http://dbpedia.org/property/atmosphereComposition: 1 po: {} s: http://dbpedia.org/resource/Moon: 1 sp: http://dbpedia.org/resource/Moon: http://dbpedia.org/property/atmosphereComposition: 1 question: What is the atmosphere of the Moon composed of? question_ID: 7 source: QALD-6/qald-6-test-multilingual.json 71: patterns: 1-gram: - produce - hovercrafts - companies 2-gram: - companies produce - Which companies - produce hovercrafts 3-gram: - companies produce hovercrafts - Which companies produce 4-gram: - Which companies produce hovercrafts 5-gram: [] query: SELECT DISTINCT ?uri WHERE { ?uri a . ?uri . } query_parts: o: http://dbpedia.org/ontology/Company: 1 http://dbpedia.org/resource/Hovercraft: 1 p: http://dbpedia.org/ontology/product: 1 po: http://dbpedia.org/ontology/product: http://dbpedia.org/resource/Hovercraft: 1 s: {} sp: {} question: Which companies produce hovercrafts? question_ID: 71 source: QALD-6/qald-6-test-multilingual.json 72: patterns: 1-gram: - China - many - emperors 2-gram: - many emperors - emperors did - did China - China have - How many 3-gram: - emperors did China - How many emperors - did China have - many emperors did 4-gram: - many emperors did China - emperors did China have - How many emperors did 5-gram: - How many emperors did China - many emperors did China have query: SELECT COUNT(DISTINCT ?uri) WHERE { ?uri . } query_parts: o: http://dbpedia.org/resource/Emperor_of_China: 1 p: http://dbpedia.org/property/title: 1 po: http://dbpedia.org/property/title: http://dbpedia.org/resource/Emperor_of_China: 1 s: {} sp: {} question: How many emperors did China have? question_ID: 72 source: QALD-6/qald-6-test-multilingual.json 74: patterns: 1-gram: - could - beans - empire - cocoa - ancient 2-gram: - you pay - could you - cocoa beans - which ancient - ancient empire - with cocoa - empire could - pay with 3-gram: - which ancient empire - you pay with - ancient empire could - empire could you - pay with cocoa - with cocoa beans - In which ancient - could you pay 4-gram: - which ancient empire could - you pay with cocoa - ancient empire could you - empire could you pay - could you pay with - pay with cocoa beans - In which ancient empire 5-gram: - ancient empire could you pay - you pay with cocoa beans - empire could you pay with - which ancient empire could you - could you pay with cocoa - In which ancient empire could query: SELECT DISTINCT ?uri WHERE { ?uri . } query_parts: o: http://dbpedia.org/resource/Cocoa_bean: 1 p: http://dbpedia.org/ontology/currency: 1 po: http://dbpedia.org/ontology/currency: http://dbpedia.org/resource/Cocoa_bean: 1 s: {} sp: {} question: In which ancient empire could you pay with cocoa beans? question_ID: 74 source: QALD-6/qald-6-test-multilingual.json 75: patterns: 1-gram: - Michael - Jackson 2-gram: - Jackson die - did Michael - Michael Jackson 3-gram: - How did Michael - Michael Jackson die - did Michael Jackson 4-gram: - How did Michael Jackson - did Michael Jackson die 5-gram: - How did Michael Jackson die query: SELECT DISTINCT ?s WHERE { ?s . } query_parts: o: {} p: http://dbpedia.org/property/deathCause: 1 po: {} s: http://dbpedia.org/resource/Michael_Jackson: 1 sp: http://dbpedia.org/resource/Michael_Jackson: http://dbpedia.org/property/deathCause: 1 question: How did Michael Jackson die? question_ID: 75 source: QALD-6/qald-6-test-multilingual.json 76: patterns: 1-gram: - sent - probes - space - orbit - around 2-gram: - Which space - space probes - the sun - probes were - orbit around - around the - were sent - sent into - into orbit 3-gram: - into orbit around - around the sun - Which space probes - sent into orbit - probes were sent - orbit around the - were sent into - space probes were 4-gram: - into orbit around the - probes were sent into - Which space probes were - sent into orbit around - space probes were sent - were sent into orbit - orbit around the sun 5-gram: - probes were sent into orbit - Which space probes were sent - sent into orbit around the - space probes were sent into - were sent into orbit around - into orbit around the sun query: SELECT DISTINCT ?uri WHERE { ?uri . } query_parts: o: http://dbpedia.org/resource/Sun: 1 p: http://dbpedia.org/property/satelliteOf: 1 po: http://dbpedia.org/property/satelliteOf: http://dbpedia.org/resource/Sun: 1 s: {} sp: {} question: Which space probes were sent into orbit around the sun? question_ID: 76 source: QALD-6/qald-6-test-multilingual.json 77: patterns: 1-gram: - invented - Cola - Coca 2-gram: - Coca Cola - Cola invented - was Coca 3-gram: - was Coca Cola - When was Coca - Coca Cola invented 4-gram: - When was Coca Cola - was Coca Cola invented 5-gram: - When was Coca Cola invented query: "SELECT DISTINCT ?n WHERE { ?n . } " query_parts: o: {} p: http://dbpedia.org/property/introduced: 1 po: {} s: http://dbpedia.org/resource/Coca-Cola: 1 sp: http://dbpedia.org/resource/Coca-Cola: http://dbpedia.org/property/introduced: 1 question: When was Coca Cola invented? question_ID: 77 source: QALD-6/qald-6-test-multilingual.json 78: patterns: 1-gram: - Spain - stadium - biggest 2-gram: - in Spain - biggest stadium - the biggest - stadium in 3-gram: - stadium in Spain - biggest stadium in - the biggest stadium - is the biggest 4-gram: - What is the biggest - is the biggest stadium - biggest stadium in Spain - the biggest stadium in 5-gram: - What is the biggest stadium - the biggest stadium in Spain - is the biggest stadium in query: SELECT DISTINCT ?uri WHERE { ?uri a . ?uri . ?uri ?n . } ORDER BY DESC(?n) OFFSET 0 LIMIT 1 query_parts: o: http://dbpedia.org/ontology/Stadium: 1 http://dbpedia.org/resource/Spain: 1 p: http://dbpedia.org/ontology/location: 1 http://dbpedia.org/ontology/seatingCapacity: 1 po: http://dbpedia.org/ontology/location: http://dbpedia.org/resource/Spain: 1 s: {} sp: {} question: What is the biggest stadium in Spain? question_ID: 78 source: QALD-6/qald-6-test-multilingual.json 79: patterns: 1-gram: - Columbus 2-gram: - which day - day is - is Columbus - Columbus Day 3-gram: - day is Columbus - which day is - is Columbus Day - On which day 4-gram: - day is Columbus Day - which day is Columbus - On which day is 5-gram: - which day is Columbus Day - On which day is Columbus query: "SELECT DISTINCT ?d WHERE { ?d . } " query_parts: o: {} p: http://dbpedia.org/property/date: 1 po: {} s: http://dbpedia.org/resource/Columbus_Day: 1 sp: http://dbpedia.org/resource/Columbus_Day: http://dbpedia.org/property/date: 1 question: On which day is Columbus Day? question_ID: 79 source: QALD-6/qald-6-test-multilingual.json 8: patterns: 1-gram: - Chan-wook - direct - Park - movies - many 2-gram: - Chan-wook direct - How many - Park Chan-wook - many movies - movies did - did Park 3-gram: - movies did Park - Park Chan-wook direct - How many movies - many movies did - did Park Chan-wook 4-gram: - did Park Chan-wook direct - How many movies did - many movies did Park - movies did Park Chan-wook 5-gram: - How many movies did Park - many movies did Park Chan-wook - movies did Park Chan-wook direct query: SELECT COUNT(DISTINCT ?uri) WHERE { ?uri . } query_parts: o: http://dbpedia.org/resource/Park_Chan-wook: 1 p: http://dbpedia.org/ontology/director: 1 po: http://dbpedia.org/ontology/director: http://dbpedia.org/resource/Park_Chan-wook: 1 s: {} sp: {} question: How many movies did Park Chan-wook direct? question_ID: 8 source: QALD-6/qald-6-test-multilingual.json 81: patterns: 1-gram: - marry - Lance - Bass 2-gram: - did Lance - Bass marry - Lance Bass 3-gram: - did Lance Bass - Lance Bass marry - Whom did Lance 4-gram: - did Lance Bass marry - Whom did Lance Bass 5-gram: - Whom did Lance Bass marry query: "SELECT DISTINCT ?uri WHERE { ?uri . } " query_parts: o: http://dbpedia.org/resource/Lance_Bass: 1 p: http://dbpedia.org/ontology/spouse: 1 po: http://dbpedia.org/ontology/spouse: http://dbpedia.org/resource/Lance_Bass: 1 s: {} sp: {} question: Whom did Lance Bass marry? question_ID: 81 source: QALD-6/qald-6-test-multilingual.json 82: patterns: 1-gram: - government - form - Russia 2-gram: - Russia have - government does - does Russia - of government - form of - What form 3-gram: - does Russia have - government does Russia - form of government - What form of - of government does 4-gram: - form of government does - government does Russia have - of government does Russia - What form of government 5-gram: - What form of government does - of government does Russia have - form of government does Russia query: "SELECT DISTINCT ?uri WHERE { ?uri . } " query_parts: o: {} p: http://dbpedia.org/ontology/governmentType: 1 po: {} s: http://dbpedia.org/resource/Russia: 1 sp: http://dbpedia.org/resource/Russia: http://dbpedia.org/ontology/governmentType: 1 question: What form of government does Russia have? question_ID: 82 source: QALD-6/qald-6-test-multilingual.json 83: patterns: 1-gram: - Eisenberg - Jesse - movies - play 2-gram: - What movies - play in - Eisenberg play - Jesse Eisenberg - movies does - does Jesse 3-gram: - What movies does - Jesse Eisenberg play - does Jesse Eisenberg - Eisenberg play in - movies does Jesse 4-gram: - Jesse Eisenberg play in - does Jesse Eisenberg play - What movies does Jesse - movies does Jesse Eisenberg 5-gram: - does Jesse Eisenberg play in - What movies does Jesse Eisenberg - movies does Jesse Eisenberg play query: SELECT DISTINCT ?uri WHERE { ?uri a . ?uri . } query_parts: o: http://dbpedia.org/ontology/Film: 1 http://dbpedia.org/resource/Jesse_Eisenberg: 1 p: http://dbpedia.org/ontology/starring: 1 po: http://dbpedia.org/ontology/starring: http://dbpedia.org/resource/Jesse_Eisenberg: 1 s: {} sp: {} question: What movies does Jesse Eisenberg play in? question_ID: 83 source: QALD-6/qald-6-test-multilingual.json 84: patterns: 1-gram: - loyalty - expresses - color 2-gram: - expresses loyalty - What color - color expresses 3-gram: - What color expresses - color expresses loyalty 4-gram: - What color expresses loyalty 5-gram: [] query: SELECT DISTINCT ?uri WHERE { ?uri . } query_parts: o: http://dbpedia.org/resource/Loyalty: 1 p: http://dbpedia.org/ontology/connotation: 1 po: http://dbpedia.org/ontology/connotation: http://dbpedia.org/resource/Loyalty: 1 s: {} sp: {} question: What color expresses loyalty? question_ID: 84 source: QALD-6/qald-6-test-multilingual.json 85: patterns: 1-gram: - museums - Show - London 2-gram: - all museums - museums in - in London - Show me 3-gram: - Show me all - me all museums - museums in London - all museums in 4-gram: - me all museums in - Show me all museums - all museums in London 5-gram: - Show me all museums in - me all museums in London query: SELECT DISTINCT ?uri WHERE { ?uri a . ?uri . } query_parts: o: http://dbpedia.org/ontology/Museum: 1 http://dbpedia.org/resource/London: 1 p: http://dbpedia.org/ontology/location: 1 po: http://dbpedia.org/ontology/location: http://dbpedia.org/resource/London: 1 s: {} sp: {} question: Show me all museums in London. question_ID: 85 source: QALD-6/qald-6-test-multilingual.json 86: patterns: 1-gram: - American - Give - countries - South 2-gram: - all South - American countries - Give me - South American 3-gram: - all South American - South American countries - Give me all - me all South 4-gram: - Give me all South - all South American countries - me all South American 5-gram: - Give me all South American - me all South American countries query: SELECT DISTINCT ?uri WHERE { ?uri a . } query_parts: o: http://dbpedia.org/class/yago/SouthAmericanCountries: 1 p: {} po: {} s: {} sp: {} question: Give me all South American countries. question_ID: 86 source: QALD-6/qald-6-test-multilingual.json 87: patterns: 1-gram: - team - Ankara's - hockey - coach 2-gram: - of Ankara's - ice hockey - Ankara's ice - coach of - hockey team - the coach 3-gram: - coach of Ankara's - the coach of - ice hockey team - is the coach - of Ankara's ice - Ankara's ice hockey 4-gram: - Ankara's ice hockey team - is the coach of - the coach of Ankara's - of Ankara's ice hockey - Who is the coach - coach of Ankara's ice 5-gram: - Who is the coach of - coach of Ankara's ice hockey - of Ankara's ice hockey team - is the coach of Ankara's - the coach of Ankara's ice query: SELECT DISTINCT ?uri WHERE { ?x . ?x . ?x ?uri . } query_parts: o: http://dbpedia.org/resource/Ankara: 1 http://dbpedia.org/resource/Turkish_Ice_Hockey_First_League: 1 p: http://dbpedia.org/ontology/city: 1 http://dbpedia.org/ontology/coach: 1 http://dbpedia.org/ontology/league: 1 po: http://dbpedia.org/ontology/city: http://dbpedia.org/resource/Ankara: 1 http://dbpedia.org/ontology/league: http://dbpedia.org/resource/Turkish_Ice_Hockey_First_League: 1 s: {} sp: {} question: Who is the coach of Ankara's ice hockey team? question_ID: 87 source: QALD-6/qald-6-test-multilingual.json 88: patterns: 1-gram: - Sonny - Cher 2-gram: - the son - and Cher - son of - of Sonny - Sonny and 3-gram: - son of Sonny - is the son - of Sonny and - Sonny and Cher - the son of 4-gram: - the son of Sonny - of Sonny and Cher - Who is the son - is the son of - son of Sonny and 5-gram: - son of Sonny and Cher - is the son of Sonny - Who is the son of - the son of Sonny and query: SELECT DISTINCT ?uri WHERE { ?uri . ?uri . } query_parts: o: http://dbpedia.org/resource/Cher: 1 http://dbpedia.org/resource/Sonny_Bono: 1 p: http://dbpedia.org/ontology/parent: 1 po: http://dbpedia.org/ontology/parent: http://dbpedia.org/resource/Cher: 1 http://dbpedia.org/resource/Sonny_Bono: 1 s: {} sp: {} question: Who is the son of Sonny and Cher? question_ID: 88 source: QALD-6/qald-6-test-multilingual.json 89: patterns: 1-gram: - boroughs - five - York 2-gram: - boroughs of - New York - five boroughs - the five - of New 3-gram: - five boroughs of - of New York - the five boroughs - are the five - boroughs of New 4-gram: - the five boroughs of - boroughs of New York - five boroughs of New - What are the five - are the five boroughs 5-gram: - are the five boroughs of - What are the five boroughs - the five boroughs of New - five boroughs of New York query: SELECT DISTINCT ?uri WHERE { ?uri . } query_parts: o: http://dbpedia.org/resource/Borough_(New_York_City): 1 p: http://dbpedia.org/ontology/governmentType: 1 po: http://dbpedia.org/ontology/governmentType: http://dbpedia.org/resource/Borough_(New_York_City): 1 s: {} sp: {} question: What are the five boroughs of New York? question_ID: 89 source: QALD-6/qald-6-test-multilingual.json 9: patterns: 1-gram: - DBpedia - developers 2-gram: - developers of - the developers - of DBpedia 3-gram: - developers of DBpedia - are the developers - the developers of 4-gram: - Who are the developers - are the developers of - the developers of DBpedia 5-gram: - Who are the developers of - are the developers of DBpedia query: SELECT DISTINCT ?uri WHERE { ?uri . } query_parts: o: {} p: http://dbpedia.org/ontology/developer: 1 po: {} s: http://dbpedia.org/resource/DBpedia: 1 sp: http://dbpedia.org/resource/DBpedia: http://dbpedia.org/ontology/developer: 1 question: Who are the developers of DBpedia? question_ID: 9 source: QALD-6/qald-6-test-multilingual.json 90: patterns: 1-gram: - Show - autobiography - Hemingway's 2-gram: - Hemingway's autobiography - me Hemingway's - Show me 3-gram: - Show me Hemingway's - me Hemingway's autobiography 4-gram: - Show me Hemingway's autobiography 5-gram: [] query: SELECT DISTINCT ?uri WHERE { ?uri . ?uri . } query_parts: o: http://dbpedia.org/resource/Autobiography: 1 http://dbpedia.org/resource/Ernest_Hemingway: 1 p: http://dbpedia.org/ontology/author: 1 http://dbpedia.org/ontology/literaryGenre: 1 po: http://dbpedia.org/ontology/author: http://dbpedia.org/resource/Ernest_Hemingway: 1 http://dbpedia.org/ontology/literaryGenre: http://dbpedia.org/resource/Autobiography: 1 s: {} sp: {} question: Show me Hemingway's autobiography. question_ID: 90 source: QALD-6/qald-6-test-multilingual.json 91: patterns: 1-gram: - kind - Reed - music - play 2-gram: - did Lou - Lou Reed - Reed play - What kind - music did - kind of - of music 3-gram: - Lou Reed play - kind of music - music did Lou - did Lou Reed - of music did - What kind of 4-gram: - music did Lou Reed - of music did Lou - kind of music did - did Lou Reed play - What kind of music 5-gram: - kind of music did Lou - of music did Lou Reed - What kind of music did - music did Lou Reed play query: SELECT DISTINCT ?uri WHERE { ?uri . } query_parts: o: {} p: http://dbpedia.org/ontology/genre: 1 po: {} s: http://dbpedia.org/resource/Lou_Reed: 1 sp: http://dbpedia.org/resource/Lou_Reed: http://dbpedia.org/ontology/genre: 1 question: What kind of music did Lou Reed play? question_ID: 91 source: QALD-6/qald-6-test-multilingual.json 92: patterns: 1-gram: - city - live - Stallone - Sylvester 2-gram: - Stallone live - which city - city does - does Sylvester - Sylvester Stallone 3-gram: - city does Sylvester - does Sylvester Stallone - which city does - In which city - Sylvester Stallone live 4-gram: - In which city does - which city does Sylvester - does Sylvester Stallone live - city does Sylvester Stallone 5-gram: - In which city does Sylvester - which city does Sylvester Stallone - city does Sylvester Stallone live query: SELECT DISTINCT ?uri WHERE { ?uri a . ?uri . } query_parts: o: http://dbpedia.org/ontology/City: 1 p: http://dbpedia.org/ontology/residence: 1 po: {} s: http://dbpedia.org/resource/Sylvester_Stallone: 1 sp: http://dbpedia.org/resource/Sylvester_Stallone: http://dbpedia.org/ontology/residence: 1 question: In which city does Sylvester Stallone live? question_ID: 92 source: QALD-6/qald-6-test-multilingual.json 93: patterns: 1-gram: - Vincent - inspired - Gogh 2-gram: - Gogh inspired - inspired by - was Vincent - van Gogh - Vincent van 3-gram: - Gogh inspired by - Who was Vincent - Vincent van Gogh - was Vincent van - van Gogh inspired 4-gram: - was Vincent van Gogh - van Gogh inspired by - Who was Vincent van - Vincent van Gogh inspired 5-gram: - Vincent van Gogh inspired by - Who was Vincent van Gogh - was Vincent van Gogh inspired query: SELECT DISTINCT ?uri WHERE { ?uri . } query_parts: o: http://dbpedia.org/resource/Vincent_van_Gogh: 1 p: http://dbpedia.org/ontology/influenced: 1 po: http://dbpedia.org/ontology/influenced: http://dbpedia.org/resource/Vincent_van_Gogh: 1 s: {} sp: {} question: Who was Vincent van Gogh inspired by? question_ID: 93 source: QALD-6/qald-6-test-multilingual.json 94: patterns: 1-gram: - names - Mutant - Teenage - Turtles - Ninja 2-gram: - Teenage Mutant - the names - names of - the Teenage - Mutant Ninja - Ninja Turtles 3-gram: - names of the - of the Teenage - the names of - the Teenage Mutant - are the names - Teenage Mutant Ninja - Mutant Ninja Turtles 4-gram: - the Teenage Mutant Ninja - the names of the - Teenage Mutant Ninja Turtles - of the Teenage Mutant - What are the names - names of the Teenage - are the names of 5-gram: - names of the Teenage Mutant - of the Teenage Mutant Ninja - What are the names of - are the names of the - the Teenage Mutant Ninja Turtles - the names of the Teenage query: SELECT DISTINCT ?s WHERE { ?x . ?x ?s . } query_parts: o: {} p: http://dbpedia.org/property/characterName: 1 http://dbpedia.org/property/members: 1 po: {} s: http://dbpedia.org/resource/Teenage_Mutant_Ninja_Turtles: 1 sp: http://dbpedia.org/resource/Teenage_Mutant_Ninja_Turtles: http://dbpedia.org/property/members: 1 question: What are the names of the Teenage Mutant Ninja Turtles? question_ID: 94 source: QALD-6/qald-6-test-multilingual.json 95: patterns: 1-gram: - signs - zodiac 2-gram: - zodiac signs - the zodiac 3-gram: - the zodiac signs - are the zodiac 4-gram: - What are the zodiac - are the zodiac signs 5-gram: - What are the zodiac signs query: SELECT DISTINCT ?uri WHERE { ?uri . } query_parts: o: http://dbpedia.org/resource/Astrological_sign: 1 p: http://dbpedia.org/property/element: 1 po: http://dbpedia.org/property/element: http://dbpedia.org/resource/Astrological_sign: 1 s: {} sp: {} question: What are the zodiac signs? question_ID: 95 source: QALD-6/qald-6-test-multilingual.json 96: patterns: 1-gram: - Pakistan - speak - languages 2-gram: - in Pakistan - they speak - languages do - What languages - speak in 3-gram: - languages do they - What languages do - do they speak - they speak in - speak in Pakistan 4-gram: - they speak in Pakistan - languages do they speak - do they speak in - What languages do they 5-gram: - What languages do they speak - do they speak in Pakistan - languages do they speak in query: SELECT DISTINCT ?uri WHERE { ?uri . } query_parts: o: {} p: http://dbpedia.org/ontology/language: 1 po: {} s: http://dbpedia.org/resource/Pakistan: 1 sp: http://dbpedia.org/resource/Pakistan: http://dbpedia.org/ontology/language: 1 question: What languages do they speak in Pakistan? question_ID: 96 source: QALD-6/qald-6-test-multilingual.json 97: patterns: 1-gram: - president - died - became 2-gram: - Who became - JFK died - after JFK - president after - became president 3-gram: - after JFK died - became president after - Who became president - president after JFK 4-gram: - became president after JFK - president after JFK died - Who became president after 5-gram: - became president after JFK died - Who became president after JFK query: SELECT DISTINCT ?uri WHERE { ?x . ?uri ?x . } query_parts: o: {} p: http://dbpedia.org/property/presidentEnd: 1 http://dbpedia.org/property/presidentStart: 1 po: {} s: http://dbpedia.org/resource/John_F._Kennedy: 1 sp: http://dbpedia.org/resource/John_F._Kennedy: http://dbpedia.org/property/presidentEnd: 1 question: Who became president after JFK died? question_ID: 97 source: QALD-6/qald-6-test-multilingual.json 98: patterns: 1-gram: - Heineken - brewery - city 2-gram: - what city - Heineken brewery - city is - the Heineken 3-gram: - In what city - is the Heineken - what city is - the Heineken brewery - city is the 4-gram: - In what city is - is the Heineken brewery - what city is the - city is the Heineken 5-gram: - city is the Heineken brewery - what city is the Heineken - In what city is the query: SELECT DISTINCT ?uri WHERE { ?x . ?x ?uri . } query_parts: o: {} p: http://dbpedia.org/ontology/locationCity: 1 http://dbpedia.org/ontology/manufacturer: 1 po: {} s: http://dbpedia.org/resource/Heineken: 1 sp: http://dbpedia.org/resource/Heineken: http://dbpedia.org/ontology/manufacturer: 1 question: In what city is the Heineken brewery? question_ID: 98 source: QALD-6/qald-6-test-multilingual.json 99: patterns: 1-gram: - Elon - famous - Musk 2-gram: - famous for - Musk famous - Elon Musk - is Elon 3-gram: - is Elon Musk - Elon Musk famous - What is Elon - Musk famous for 4-gram: - Elon Musk famous for - What is Elon Musk - is Elon Musk famous 5-gram: - is Elon Musk famous for - What is Elon Musk famous query: SELECT DISTINCT ?uri WHERE { ?uri . } query_parts: o: {} p: http://dbpedia.org/ontology/knownFor: 1 po: {} s: http://dbpedia.org/resource/Elon_Musk: 1 sp: http://dbpedia.org/resource/Elon_Musk: http://dbpedia.org/ontology/knownFor: 1 question: What is Elon Musk famous for? question_ID: 99 source: QALD-6/qald-6-test-multilingual.json QALD-6/qald-6-train-multilingual.json: 1: patterns: 1-gram: - cosmonauts - Give 2-gram: - Give me - all cosmonauts 3-gram: - me all cosmonauts - Give me all 4-gram: - Give me all cosmonauts 5-gram: [] query: "SELECT DISTINCT ?uri WHERE { ?uri . { ?uri . } UNION { ?uri . } } " query_parts: o: http://dbpedia.org/ontology/Astronaut: 1 http://dbpedia.org/resource/Russia: 1 http://dbpedia.org/resource/Soviet_Union: 1 p: http://dbpedia.org/ontology/nationality: 1 po: http://dbpedia.org/ontology/nationality: http://dbpedia.org/resource/Russia: 1 http://dbpedia.org/resource/Soviet_Union: 1 s: {} sp: {} question: Give me all cosmonauts. question_ID: 1 source: QALD-6/qald-6-train-multilingual.json 10: patterns: 1-gram: - start - Ganges - country 2-gram: - Ganges start - country does - which country - the Ganges 3-gram: - In which country - which country does - country does the - does the Ganges - the Ganges start 4-gram: - does the Ganges start - country does the Ganges - In which country does - which country does the 5-gram: - which country does the Ganges - country does the Ganges start - In which country does the query: SELECT DISTINCT ?uri WHERE { ?l . ?uri ?l . ?uri rdf:type . } query_parts: o: http://dbpedia.org/ontology/Country: 1 p: http://dbpedia.org/property/sourceCountry: 1 po: {} s: http://dbpedia.org/resource/Ganges: 1 sp: http://dbpedia.org/resource/Ganges: http://dbpedia.org/property/sourceCountry: 1 question: In which country does the Ganges start? question_ID: 10 source: QALD-6/qald-6-train-multilingual.json 101: patterns: 1-gram: - inhabitants - German - cities - 250000 2-gram: - 250000 inhabitants - cities have - German cities - than 250000 - Which German 3-gram: - German cities have - cities have more - more than 250000 - than 250000 inhabitants - Which German cities 4-gram: - Which German cities have - more than 250000 inhabitants - German cities have more - have more than 250000 - cities have more than 5-gram: - cities have more than 250000 - have more than 250000 inhabitants - German cities have more than - Which German cities have more query: "SELECT DISTINCT ?uri WHERE { { ?uri . } UNION { ?uri . } ?uri . ?uri ?population . FILTER ( ?population > 250000 ) } " query_parts: o: http://dbpedia.org/ontology/City: 1 http://dbpedia.org/ontology/Town: 1 http://dbpedia.org/resource/Germany: 1 p: http://dbpedia.org/ontology/country: 1 http://dbpedia.org/ontology/populationTotal: 1 po: http://dbpedia.org/ontology/country: http://dbpedia.org/resource/Germany: 1 s: {} sp: {} question: Which German cities have more than 250000 inhabitants? question_ID: 101 source: QALD-6/qald-6-train-multilingual.json 102: patterns: 1-gram: - president - vice - John - Kennedy's 2-gram: - Kennedy's vice - was John - John F - vice president - F Kennedy's 3-gram: - was John F - Who was John - F Kennedy's vice - Kennedy's vice president - John F Kennedy's 4-gram: - Who was John F - was John F Kennedy's - John F Kennedy's vice - F Kennedy's vice president 5-gram: - was John F Kennedy's vice - John F Kennedy's vice president - Who was John F Kennedy's query: "SELECT DISTINCT ?uri WHERE { ?uri . } " query_parts: o: {} p: http://dbpedia.org/ontology/vicePresident: 1 po: {} s: http://dbpedia.org/resource/John_F._Kennedy: 1 sp: http://dbpedia.org/resource/John_F._Kennedy: http://dbpedia.org/ontology/vicePresident: 1 question: Who was John F. Kennedy's vice president? question_ID: 102 source: QALD-6/qald-6-train-multilingual.json 104: patterns: 1-gram: - Amsterdam - students - Free - many - University 2-gram: - in Amsterdam - many students - How many - the Free - Free University - University in - students does - Amsterdam have 3-gram: - the Free University - in Amsterdam have - How many students - students does the - University in Amsterdam - many students does - does the Free - Free University in 4-gram: - many students does the - does the Free University - University in Amsterdam have - Free University in Amsterdam - How many students does - students does the Free - the Free University in 5-gram: - students does the Free University - How many students does the - does the Free University in - Free University in Amsterdam have - many students does the Free - the Free University in Amsterdam query: "SELECT DISTINCT ?num WHERE { ?num . } " query_parts: o: {} p: http://dbpedia.org/ontology/numberOfStudents: 1 po: {} s: http://dbpedia.org/resource/VU_University_Amsterdam: 1 sp: http://dbpedia.org/resource/VU_University_Amsterdam: http://dbpedia.org/ontology/numberOfStudents: 1 question: How many students does the Free University in Amsterdam have? question_ID: 104 source: QALD-6/qald-6-train-multilingual.json 105: patterns: 1-gram: - highest - Earth - mountain - second 2-gram: - the second - highest mountain - on Earth - mountain on - second highest 3-gram: - highest mountain on - is the second - the second highest - second highest mountain - mountain on Earth 4-gram: - What is the second - is the second highest - second highest mountain on - the second highest mountain - highest mountain on Earth 5-gram: - is the second highest mountain - the second highest mountain on - second highest mountain on Earth - What is the second highest query: "SELECT DISTINCT ?uri WHERE { ?uri . ?uri ?elevation . } ORDER BY DESC(?elevation) OFFSET 1 LIMIT 1 " query_parts: o: http://dbpedia.org/ontology/Mountain: 1 p: http://dbpedia.org/ontology/elevation: 1 po: {} s: {} sp: {} question: What is the second highest mountain on Earth? question_ID: 105 source: QALD-6/qald-6-train-multilingual.json 106: patterns: 1-gram: - skateboarders - professional - Give - Sweden 2-gram: - professional skateboarders - skateboarders from - all professional - from Sweden - Give me 3-gram: - me all professional - skateboarders from Sweden - all professional skateboarders - professional skateboarders from - Give me all 4-gram: - all professional skateboarders from - me all professional skateboarders - professional skateboarders from Sweden - Give me all professional 5-gram: - all professional skateboarders from Sweden - Give me all professional skateboarders - me all professional skateboarders from query: "SELECT DISTINCT ?uri WHERE { ?uri . { ?uri . } UNION { ?uri ?place . ?place . } } " query_parts: o: http://dbpedia.org/resource/Skateboarding: 1 http://dbpedia.org/resource/Sweden: 1 p: http://dbpedia.org/ontology/birthPlace: 1 http://dbpedia.org/ontology/country: 1 http://dbpedia.org/ontology/occupation: 1 po: http://dbpedia.org/ontology/birthPlace: http://dbpedia.org/resource/Sweden: 1 http://dbpedia.org/ontology/country: http://dbpedia.org/resource/Sweden: 1 http://dbpedia.org/ontology/occupation: http://dbpedia.org/resource/Skateboarding: 1 s: {} sp: {} question: Give me all professional skateboarders from Sweden. question_ID: 106 source: QALD-6/qald-6-train-multilingual.json 107: patterns: 1-gram: - admitted - province - Alberta 2-gram: - as province - was Alberta - Alberta admitted - admitted as 3-gram: - When was Alberta - Alberta admitted as - was Alberta admitted - admitted as province 4-gram: - Alberta admitted as province - When was Alberta admitted - was Alberta admitted as 5-gram: - When was Alberta admitted as - was Alberta admitted as province query: "SELECT DISTINCT ?date WHERE { ?date . } " query_parts: o: {} p: http://dbpedia.org/property/admittancedate: 1 po: {} s: http://dbpedia.org/resource/Alberta: 1 sp: http://dbpedia.org/resource/Alberta: http://dbpedia.org/property/admittancedate: 1 question: When was Alberta admitted as province? question_ID: 107 source: QALD-6/qald-6-train-multilingual.json 108: patterns: 1-gram: - mountain - system - Himalayan - countries - extend 2-gram: - system extend - mountain system - which countries - Himalayan mountain - the Himalayan - countries does 3-gram: - To which countries - does the Himalayan - which countries does - countries does the - Himalayan mountain system - mountain system extend - the Himalayan mountain 4-gram: - Himalayan mountain system extend - the Himalayan mountain system - To which countries does - countries does the Himalayan - does the Himalayan mountain - which countries does the 5-gram: - which countries does the Himalayan - does the Himalayan mountain system - the Himalayan mountain system extend - To which countries does the - countries does the Himalayan mountain query: "SELECT DISTINCT ?uri WHERE { ?uri . } " query_parts: o: {} p: http://dbpedia.org/property/country: 1 po: {} s: http://dbpedia.org/resource/Himalayas: 1 sp: http://dbpedia.org/resource/Himalayas: http://dbpedia.org/property/country: 1 question: To which countries does the Himalayan mountain system extend? question_ID: 108 source: QALD-6/qald-6-train-multilingual.json 109: patterns: 1-gram: - bandleaders - list - play - trumpet - Give 2-gram: - bandleaders that - play trumpet - Give me - that play - list of - all bandleaders - a list 3-gram: - me a list - Give me a - of all bandleaders - list of all - that play trumpet - all bandleaders that - bandleaders that play - a list of 4-gram: - a list of all - all bandleaders that play - bandleaders that play trumpet - of all bandleaders that - Give me a list - list of all bandleaders - me a list of 5-gram: - all bandleaders that play trumpet - of all bandleaders that play - Give me a list of - a list of all bandleaders - me a list of all - list of all bandleaders that query: "SELECT DISTINCT ?uri WHERE { ?uri . ?uri . } " query_parts: o: http://dbpedia.org/resource/Bandleader: 1 http://dbpedia.org/resource/Trumpet: 1 p: http://dbpedia.org/ontology/instrument: 1 http://dbpedia.org/ontology/occupation: 1 po: http://dbpedia.org/ontology/instrument: http://dbpedia.org/resource/Trumpet: 1 http://dbpedia.org/ontology/occupation: http://dbpedia.org/resource/Bandleader: 1 s: {} sp: {} question: Give me a list of all bandleaders that play trumpet. question_ID: 109 source: QALD-6/qald-6-train-multilingual.json 11: patterns: 1-gram: - caves - countries 2-gram: - than ten - ten caves - countries have - Which countries 3-gram: - than ten caves - Which countries have - countries have more - more than ten 4-gram: - countries have more than - Which countries have more - more than ten caves - have more than ten 5-gram: - countries have more than ten - have more than ten caves - Which countries have more than query: "SELECT DISTINCT ?uri WHERE { ?uri . ?cave . { ?cave ?uri . } UNION { ?cave ?loc . ?loc ?uri . } } GROUP BY ?uri HAVING(COUNT(?cave) > 10) " query_parts: o: http://dbpedia.org/ontology/Cave: 1 http://dbpedia.org/ontology/Country: 1 p: http://dbpedia.org/ontology/country: 1 http://dbpedia.org/ontology/location: 1 po: {} s: {} sp: {} question: Which countries have more than ten caves? question_ID: 11 source: QALD-6/qald-6-train-multilingual.json 110: patterns: 1-gram: - serving - women - amount - total - FDNY 2-gram: - total amount - of men - women serving - men and - serving in - the FDNY - the total - amount of - and women 3-gram: - and women serving - serving in the - amount of men - of men and - men and women - women serving in - the total amount - in the FDNY - total amount of - is the total 4-gram: - total amount of men - What is the total - is the total amount - and women serving in - the total amount of - amount of men and - men and women serving - of men and women - serving in the FDNY - women serving in the 5-gram: - men and women serving in - of men and women serving - the total amount of men - What is the total amount - and women serving in the - amount of men and women - total amount of men and - women serving in the FDNY - is the total amount of query: "SELECT DISTINCT ?num WHERE { ?num . } " query_parts: o: {} p: http://dbpedia.org/property/employees: 1 po: {} s: http://dbpedia.org/resource/New_York_City_Fire_Department: 1 sp: http://dbpedia.org/resource/New_York_City_Fire_Department: http://dbpedia.org/property/employees: 1 question: What is the total amount of men and women serving in the FDNY? question_ID: 110 source: QALD-6/qald-6-train-multilingual.json 111: patterns: 1-gram: - driver - race - Formula - races 2-gram: - race driver - most races - driver with - the Formula - Formula 1 - 1 race 3-gram: - the most races - is the Formula - the Formula 1 - Formula 1 race - 1 race driver - race driver with - driver with the 4-gram: - 1 race driver with - Formula 1 race driver - Who is the Formula - driver with the most - race driver with the - is the Formula 1 - with the most races - the Formula 1 race 5-gram: - Who is the Formula 1 - the Formula 1 race driver - race driver with the most - Formula 1 race driver with - 1 race driver with the - driver with the most races - is the Formula 1 race query: "SELECT DISTINCT ?uri WHERE { ?uri . ?uri ?x . } ORDER BY DESC(?x) OFFSET 0 LIMIT 1 " query_parts: o: http://dbpedia.org/ontology/FormulaOneRacer: 1 p: http://dbpedia.org/ontology/races: 1 po: {} s: {} sp: {} question: Who is the Formula 1 race driver with the most races? question_ID: 111 source: QALD-6/qald-6-train-multilingual.json 112: patterns: 1-gram: - Give - sites - past - within - world - heritage - years - designated 2-gram: - all world - designated within - sites designated - the past - heritage sites - two years - world heritage - past two - Give me - within the 3-gram: - Give me all - within the past - world heritage sites - all world heritage - me all world - the past two - past two years - heritage sites designated - designated within the - sites designated within 4-gram: - within the past two - all world heritage sites - me all world heritage - world heritage sites designated - heritage sites designated within - sites designated within the - Give me all world - designated within the past - the past two years 5-gram: - me all world heritage sites - designated within the past two - heritage sites designated within the - within the past two years - world heritage sites designated within - all world heritage sites designated - Give me all world heritage - sites designated within the past query: "SELECT DISTINCT ?uri WHERE { ?uri . { ?uri '2013'^^xsd:integer . } UNION { ?uri '2014'^^xsd:integer . } } " query_parts: o: http://dbpedia.org/ontology/WorldHeritageSite: 1 p: http://dbpedia.org/property/year: 1 po: {} s: {} sp: {} question: Give me all world heritage sites designated within the past two years. question_ID: 112 source: QALD-6/qald-6-train-multilingual.json 113: patterns: 1-gram: - Premier - player - League - youngest 2-gram: - player in - the youngest - the Premier - youngest player - Premier League 3-gram: - is the youngest - youngest player in - player in the - the youngest player - in the Premier - the Premier League 4-gram: - Who is the youngest - the youngest player in - in the Premier League - is the youngest player - youngest player in the - player in the Premier 5-gram: - Who is the youngest player - player in the Premier League - the youngest player in the - youngest player in the Premier - is the youngest player in query: "SELECT DISTINCT ?uri WHERE { ?uri ?x . ?x . ?uri ?y . } ORDER BY DESC(?y) OFFSET 0 LIMIT 1 " query_parts: o: http://dbpedia.org/resource/Premier_League: 1 p: http://dbpedia.org/ontology/birthDate: 1 http://dbpedia.org/ontology/league: 1 http://dbpedia.org/ontology/team: 1 po: http://dbpedia.org/ontology/league: http://dbpedia.org/resource/Premier_League: 1 s: {} sp: {} question: Who is the youngest player in the Premier League? question_ID: 113 source: QALD-6/qald-6-train-multilingual.json 114: patterns: 1-gram: - Prodigy - members - Give 2-gram: - members of - Give me - of Prodigy - all members 3-gram: - Give me all - all members of - me all members - members of Prodigy 4-gram: - all members of Prodigy - Give me all members - me all members of 5-gram: - Give me all members of - me all members of Prodigy query: "SELECT DISTINCT ?uri WHERE { ?uri . } " query_parts: o: {} p: http://dbpedia.org/ontology/bandMember: 1 po: {} s: http://dbpedia.org/resource/The_Prodigy: 1 sp: http://dbpedia.org/resource/The_Prodigy: http://dbpedia.org/ontology/bandMember: 1 question: Give me all members of Prodigy. question_ID: 114 source: QALD-6/qald-6-train-multilingual.json 115: patterns: 1-gram: - river - longest 2-gram: - longest river - the longest 3-gram: - the longest river - is the longest 4-gram: - What is the longest - is the longest river 5-gram: - What is the longest river query: "SELECT DISTINCT ?uri WHERE { ?uri . { ?uri ?l . } UNION { ?uri ?l . } } ORDER BY DESC(?l) OFFSET 0 LIMIT 1 " query_parts: o: http://dbpedia.org/ontology/River: 1 p: http://dbpedia.org/ontology/length: 1 http://dbpedia.org/property/length: 1 po: {} s: {} sp: {} question: What is the longest river? question_ID: 115 source: QALD-6/qald-6-train-multilingual.json 116: patterns: 1-gram: - Game - Thrones - Breaking - episodes 2-gram: - Game of - of Thrones - episodes than - Breaking Bad - Bad have - Does Breaking - more episodes - than Game 3-gram: - have more episodes - episodes than Game - more episodes than - Does Breaking Bad - than Game of - Bad have more - Breaking Bad have - Game of Thrones 4-gram: - more episodes than Game - than Game of Thrones - Breaking Bad have more - have more episodes than - Does Breaking Bad have - Bad have more episodes - episodes than Game of 5-gram: - more episodes than Game of - Bad have more episodes than - Does Breaking Bad have more - episodes than Game of Thrones - have more episodes than Game - Breaking Bad have more episodes query: "ASK WHERE { ?x . ?y . FILTER (?x > ?y) } " query_parts: o: {} p: http://dbpedia.org/ontology/numberOfEpisodes: 1 po: {} s: http://dbpedia.org/resource/Breaking_Bad: 1 http://dbpedia.org/resource/Game_of_Thrones: 1 sp: http://dbpedia.org/resource/Breaking_Bad: http://dbpedia.org/ontology/numberOfEpisodes: 1 http://dbpedia.org/resource/Game_of_Thrones: http://dbpedia.org/ontology/numberOfEpisodes: 1 question: Does Breaking Bad have more episodes than Game of Thrones? question_ID: 116 source: QALD-6/qald-6-train-multilingual.json 117: patterns: 1-gram: - cars - produced - Germany - Give 2-gram: - are produced - in Germany - all cars - Give me - produced in - cars that 3-gram: - that are produced - me all cars - produced in Germany - Give me all - all cars that - are produced in - cars that are 4-gram: - cars that are produced - all cars that are - me all cars that - that are produced in - are produced in Germany - Give me all cars 5-gram: - all cars that are produced - me all cars that are - that are produced in Germany - cars that are produced in - Give me all cars that query: "SELECT DISTINCT ?uri WHERE { ?uri . { ?uri . } UNION { ?uri . } UNION { { ?uri ?x . } UNION { ?uri ?x . } { ?x . } UNION { ?x . } } } " query_parts: o: http://dbpedia.org/ontology/Automobile: 1 http://dbpedia.org/resource/Germany: 1 p: http://dbpedia.org/ontology/assembly: 1 http://dbpedia.org/ontology/location: 1 http://dbpedia.org/ontology/locationCountry: 1 http://dbpedia.org/ontology/manufacturer: 1 http://dbpedia.org/property/assembly: 1 http://dbpedia.org/property/manufacturer: 1 po: http://dbpedia.org/ontology/assembly: http://dbpedia.org/resource/Germany: 1 http://dbpedia.org/ontology/location: http://dbpedia.org/resource/Germany: 1 http://dbpedia.org/ontology/locationCountry: http://dbpedia.org/resource/Germany: 1 http://dbpedia.org/property/assembly: http://dbpedia.org/resource/Germany: 1 s: {} sp: {} question: Give me all cars that are produced in Germany. question_ID: 117 source: QALD-6/qald-6-train-multilingual.json 119: patterns: 1-gram: - people - born - Berlin - Vienna - Give - died 2-gram: - died in - were born - Vienna and - people that - in Berlin - in Vienna - born in - and died - all people - Give me 3-gram: - all people that - people that were - and died in - Give me all - born in Vienna - died in Berlin - Vienna and died - in Vienna and - me all people - were born in - that were born 4-gram: - me all people that - Give me all people - in Vienna and died - that were born in - people that were born - Vienna and died in - born in Vienna and - were born in Vienna - all people that were - and died in Berlin 5-gram: - Vienna and died in Berlin - born in Vienna and died - that were born in Vienna - Give me all people that - people that were born in - in Vienna and died in - were born in Vienna and - me all people that were - all people that were born query: "SELECT DISTINCT ?uri WHERE { ?uri . ?uri . } " query_parts: o: http://dbpedia.org/resource/Berlin: 1 http://dbpedia.org/resource/Vienna: 1 p: http://dbpedia.org/ontology/birthPlace: 1 http://dbpedia.org/ontology/deathPlace: 1 po: http://dbpedia.org/ontology/birthPlace: http://dbpedia.org/resource/Vienna: 1 http://dbpedia.org/ontology/deathPlace: http://dbpedia.org/resource/Berlin: 1 s: {} sp: {} question: Give me all people that were born in Vienna and died in Berlin. question_ID: 119 source: QALD-6/qald-6-train-multilingual.json 12: patterns: 1-gram: - proinsulin - protein 2-gram: - proinsulin a - Is proinsulin - a protein 3-gram: - proinsulin a protein - Is proinsulin a 4-gram: - Is proinsulin a protein 5-gram: [] query: "ASK WHERE { . } " query_parts: o: http://dbpedia.org/ontology/Protein: 1 p: {} po: {} s: http://dbpedia.org/resource/Proinsulin: 1 sp: {} question: Is proinsulin a protein? question_ID: 12 source: QALD-6/qald-6-train-multilingual.json 120: patterns: 1-gram: - Michael - Jordan - tall 2-gram: - tall is - is Michael - How tall - Michael Jordan 3-gram: - is Michael Jordan - How tall is - tall is Michael 4-gram: - tall is Michael Jordan - How tall is Michael 5-gram: - How tall is Michael Jordan query: "SELECT DISTINCT ?num WHERE { ?num . } " query_parts: o: {} p: http://dbpedia.org/ontology/height: 1 po: {} s: http://dbpedia.org/resource/Michael_Jordan: 1 sp: http://dbpedia.org/resource/Michael_Jordan: http://dbpedia.org/ontology/height: 1 question: How tall is Michael Jordan? question_ID: 120 source: QALD-6/qald-6-train-multilingual.json 121: patterns: 1-gram: - capital - Canada 2-gram: - the capital - of Canada - capital of 3-gram: - capital of Canada - is the capital - the capital of 4-gram: - the capital of Canada - is the capital of - What is the capital 5-gram: - What is the capital of - is the capital of Canada query: "SELECT DISTINCT ?uri WHERE { ?uri . } " query_parts: o: {} p: http://dbpedia.org/ontology/capital: 1 po: {} s: http://dbpedia.org/resource/Canada: 1 sp: http://dbpedia.org/resource/Canada: http://dbpedia.org/ontology/capital: 1 question: What is the capital of Canada? question_ID: 121 source: QALD-6/qald-6-train-multilingual.json 122: patterns: 1-gram: - governor - Wyoming 2-gram: - of Wyoming - governor of - the governor 3-gram: - is the governor - the governor of - governor of Wyoming 4-gram: - is the governor of - Who is the governor - the governor of Wyoming 5-gram: - Who is the governor of - is the governor of Wyoming query: "SELECT DISTINCT ?uri WHERE { ?uri . } " query_parts: o: {} p: http://dbpedia.org/property/governor: 1 po: {} s: http://dbpedia.org/resource/Wyoming: 1 sp: http://dbpedia.org/resource/Wyoming: http://dbpedia.org/property/governor: 1 question: Who is the governor of Wyoming? question_ID: 122 source: QALD-6/qald-6-train-multilingual.json 123: patterns: 1-gram: - Harry - Prince - William - parents 2-gram: - Do Prince - William have - Prince Harry - Prince William - and Prince - Harry and - same parents 3-gram: - Prince Harry and - Do Prince Harry - William have the - Prince William have - the same parents - and Prince William - Harry and Prince 4-gram: - Do Prince Harry and - Harry and Prince William - and Prince William have - Prince Harry and Prince - William have the same - Prince William have the - have the same parents 5-gram: - and Prince William have the - Prince William have the same - Harry and Prince William have - Prince Harry and Prince William - Do Prince Harry and Prince - William have the same parents query: "ASK WHERE { ?x . ?x . } " query_parts: o: {} p: http://dbpedia.org/ontology/parent: 1 po: {} s: http://dbpedia.org/resource/Prince_Harry: 1 http://dbpedia.org/resource/Prince_William,_Duke_of_Cambridge: 1 sp: http://dbpedia.org/resource/Prince_Harry: http://dbpedia.org/ontology/parent: 1 http://dbpedia.org/resource/Prince_William,_Duke_of_Cambridge: http://dbpedia.org/ontology/parent: 1 question: Do Prince Harry and Prince William have the same parents? question_ID: 123 source: QALD-6/qald-6-train-multilingual.json 124: patterns: 1-gram: - Queen - father - Elizabeth 2-gram: - Elizabeth II - of Queen - Queen Elizabeth - father of - the father 3-gram: - father of Queen - of Queen Elizabeth - the father of - Queen Elizabeth II - was the father 4-gram: - father of Queen Elizabeth - was the father of - of Queen Elizabeth II - Who was the father - the father of Queen 5-gram: - Who was the father of - was the father of Queen - the father of Queen Elizabeth - father of Queen Elizabeth II query: "SELECT DISTINCT ?uri WHERE { ?uri . } " query_parts: o: {} p: http://dbpedia.org/property/father: 1 po: {} s: http://dbpedia.org/resource/Elizabeth_II: 1 sp: http://dbpedia.org/resource/Elizabeth_II: http://dbpedia.org/property/father: 1 question: Who was the father of Queen Elizabeth II? question_ID: 124 source: QALD-6/qald-6-train-multilingual.json 125: patterns: 1-gram: - state - latest - admitted 2-gram: - Which U.S - state has - admitted latest - been admitted - U.S state 3-gram: - has been admitted - been admitted latest - state has been - U.S state has - Which U.S state 4-gram: - Which U.S state has - U.S state has been - state has been admitted - has been admitted latest 5-gram: - state has been admitted latest - Which U.S state has been - U.S state has been admitted query: "SELECT DISTINCT ?uri WHERE { ?uri . ?uri ?x . } ORDER BY DESC(?x) OFFSET 0 LIMIT 1 " query_parts: o: http://dbpedia.org/class/yago/StatesOfTheUnitedStates: 1 p: http://dbpedia.org/property/admittancedate: 1 po: {} s: {} sp: {} question: Which U.S. state has been admitted latest? question_ID: 125 source: QALD-6/qald-6-train-multilingual.json 126: patterns: 1-gram: - spoken - languages - Turkmenistan - many 2-gram: - How many - languages are - are spoken - in Turkmenistan - spoken in - many languages 3-gram: - How many languages - are spoken in - languages are spoken - many languages are - spoken in Turkmenistan 4-gram: - are spoken in Turkmenistan - languages are spoken in - How many languages are - many languages are spoken 5-gram: - How many languages are spoken - many languages are spoken in - languages are spoken in Turkmenistan query: "SELECT (COUNT(DISTINCT ?x) as ?c) WHERE { ?x . } " query_parts: o: {} p: http://dbpedia.org/ontology/language: 1 po: {} s: http://dbpedia.org/resource/Turkmenistan: 1 sp: http://dbpedia.org/resource/Turkmenistan: http://dbpedia.org/ontology/language: 1 question: How many languages are spoken in Turkmenistan? question_ID: 126 source: QALD-6/qald-6-train-multilingual.json 127: patterns: 1-gram: - Otter - governor - state - Butch 2-gram: - U.S state - the governor - governor of - Otter is - Butch Otter - which U.S 3-gram: - governor of which - of which U.S - Otter is the - is the governor - which U.S state - the governor of - Butch Otter is 4-gram: - the governor of which - Butch Otter is the - is the governor of - governor of which U.S - of which U.S state - Otter is the governor 5-gram: - Butch Otter is the governor - is the governor of which - governor of which U.S state - the governor of which U.S - Otter is the governor of query: SELECT DISTINCT ?uri WHERE { ?uri . ?uri . } query_parts: o: http://dbpedia.org/class/yago/StatesOfTheUnitedStates: 1 http://dbpedia.org/resource/Butch_Otter: 1 p: http://dbpedia.org/property/governor: 1 po: http://dbpedia.org/property/governor: http://dbpedia.org/resource/Butch_Otter: 1 s: {} sp: {} question: Butch Otter is the governor of which U.S. state? question_ID: 127 source: QALD-6/qald-6-train-multilingual.json 128: patterns: 1-gram: - Coppola - Give - movies - directed - Ford - Francis 2-gram: - Francis Ford - Give me - directed by - by Francis - Ford Coppola - movies directed - all movies 3-gram: - Francis Ford Coppola - all movies directed - by Francis Ford - movies directed by - directed by Francis - Give me all - me all movies 4-gram: - Give me all movies - by Francis Ford Coppola - movies directed by Francis - directed by Francis Ford - me all movies directed - all movies directed by 5-gram: - directed by Francis Ford Coppola - all movies directed by Francis - Give me all movies directed - movies directed by Francis Ford - me all movies directed by query: "SELECT DISTINCT ?uri WHERE { ?uri . ?uri . } " query_parts: o: http://dbpedia.org/ontology/Film: 1 http://dbpedia.org/resource/Francis_Ford_Coppola: 1 p: http://dbpedia.org/ontology/director: 1 po: http://dbpedia.org/ontology/director: http://dbpedia.org/resource/Francis_Ford_Coppola: 1 s: {} sp: {} question: Give me all movies directed by Francis Ford Coppola. question_ID: 128 source: QALD-6/qald-6-train-multilingual.json 129: patterns: 1-gram: - Give - movies - actors - directed - starring - Shatner - William 2-gram: - movies directed - actors starring - all actors - William Shatner - Give me - by William - starring in - in movies - directed by 3-gram: - all actors starring - movies directed by - by William Shatner - in movies directed - me all actors - directed by William - actors starring in - starring in movies - Give me all 4-gram: - all actors starring in - starring in movies directed - Give me all actors - movies directed by William - in movies directed by - directed by William Shatner - me all actors starring - actors starring in movies 5-gram: - starring in movies directed by - actors starring in movies directed - Give me all actors starring - me all actors starring in - movies directed by William Shatner - all actors starring in movies - in movies directed by William query: "SELECT DISTINCT ?uri WHERE { ?x . ?x ?uri . } " query_parts: o: http://dbpedia.org/resource/William_Shatner: 1 p: http://dbpedia.org/ontology/director: 1 http://dbpedia.org/ontology/starring: 1 po: http://dbpedia.org/ontology/director: http://dbpedia.org/resource/William_Shatner: 1 s: {} sp: {} question: Give me all actors starring in movies directed by William Shatner. question_ID: 129 source: QALD-6/qald-6-train-multilingual.json 13: patterns: 1-gram: - frogs - tree - type - amphibian 2-gram: - a type - tree frogs - frogs a - type of - Are tree - of amphibian 3-gram: - Are tree frogs - tree frogs a - frogs a type - type of amphibian - a type of 4-gram: - frogs a type of - a type of amphibian - Are tree frogs a - tree frogs a type 5-gram: - tree frogs a type of - Are tree frogs a type - frogs a type of amphibian query: "ASK WHERE { . } " query_parts: o: http://dbpedia.org/resource/Amphibian: 1 p: http://dbpedia.org/ontology/class: 1 po: http://dbpedia.org/ontology/class: http://dbpedia.org/resource/Amphibian: 1 s: http://dbpedia.org/resource/Hylidae: 1 sp: http://dbpedia.org/resource/Hylidae: http://dbpedia.org/ontology/class: 1 question: Are tree frogs a type of amphibian? question_ID: 13 source: QALD-6/qald-6-train-multilingual.json 130: patterns: 1-gram: - Merkel - birth - Angela - name 2-gram: - of Angela - the birth - name of - birth name - Angela Merkel 3-gram: - is the birth - the birth name - name of Angela - of Angela Merkel - birth name of 4-gram: - name of Angela Merkel - What is the birth - the birth name of - is the birth name - birth name of Angela 5-gram: - the birth name of Angela - birth name of Angela Merkel - What is the birth name - is the birth name of query: "SELECT DISTINCT ?string WHERE { ?string . } " query_parts: o: {} p: http://dbpedia.org/ontology/birthName: 1 po: {} s: http://dbpedia.org/resource/Angela_Merkel: 1 sp: http://dbpedia.org/resource/Angela_Merkel: http://dbpedia.org/ontology/birthName: 1 question: What is the birth name of Angela Merkel? question_ID: 130 source: QALD-6/qald-6-train-multilingual.json 131: patterns: 1-gram: - politicians - Give - Methodist 2-gram: - Methodist politicians - Give me - all Methodist 3-gram: - Give me all - all Methodist politicians - me all Methodist 4-gram: - Give me all Methodist - me all Methodist politicians 5-gram: - Give me all Methodist politicians query: "SELECT DISTINCT ?uri WHERE { ?uri . ?uri . } " query_parts: o: http://dbpedia.org/ontology/Politician: 1 http://dbpedia.org/resource/Methodism: 1 p: http://dbpedia.org/ontology/religion: 1 po: http://dbpedia.org/ontology/religion: http://dbpedia.org/resource/Methodism: 1 s: {} sp: {} question: Give me all Methodist politicians. question_ID: 131 source: QALD-6/qald-6-train-multilingual.json 132: patterns: 1-gram: - Fonda - marry - Jane - often 2-gram: - did Jane - How often - often did - Fonda marry - Jane Fonda 3-gram: - often did Jane - did Jane Fonda - Jane Fonda marry - How often did 4-gram: - did Jane Fonda marry - often did Jane Fonda - How often did Jane 5-gram: - How often did Jane Fonda - often did Jane Fonda marry query: "SELECT (COUNT(DISTINCT ?uri) as ?c) WHERE { ?uri . } " query_parts: o: {} p: http://dbpedia.org/ontology/spouse: 1 po: {} s: http://dbpedia.org/resource/Jane_Fonda: 1 sp: http://dbpedia.org/resource/Jane_Fonda: http://dbpedia.org/ontology/spouse: 1 question: How often did Jane Fonda marry? question_ID: 132 source: QALD-6/qald-6-train-multilingual.json 133: patterns: 1-gram: - organizations - Give - nonprofit - Australian 2-gram: - all Australian - Give me - Australian nonprofit - nonprofit organizations 3-gram: - Australian nonprofit organizations - me all Australian - all Australian nonprofit - Give me all 4-gram: - me all Australian nonprofit - all Australian nonprofit organizations - Give me all Australian 5-gram: - Give me all Australian nonprofit - me all Australian nonprofit organizations query: "SELECT DISTINCT ?uri WHERE { ?uri . { ?uri . } UNION { ?uri ?x . ?x . } } " query_parts: o: http://dbpedia.org/resource/Australia: 1 http://dbpedia.org/resource/Nonprofit_organization: 1 p: http://dbpedia.org/ontology/country: 1 http://dbpedia.org/ontology/location: 1 http://dbpedia.org/ontology/locationCountry: 1 http://dbpedia.org/ontology/type: 1 po: http://dbpedia.org/ontology/country: http://dbpedia.org/resource/Australia: 1 http://dbpedia.org/ontology/locationCountry: http://dbpedia.org/resource/Australia: 1 http://dbpedia.org/ontology/type: http://dbpedia.org/resource/Nonprofit_organization: 1 s: {} sp: {} question: Give me all Australian nonprofit organizations. question_ID: 133 source: QALD-6/qald-6-train-multilingual.json 134: patterns: 1-gram: - participate - Arabia - military - Lawrence - conflicts 2-gram: - conflicts did - which military - of Arabia - military conflicts - did Lawrence - Arabia participate - Lawrence of 3-gram: - military conflicts did - In which military - conflicts did Lawrence - of Arabia participate - which military conflicts - Lawrence of Arabia - did Lawrence of 4-gram: - military conflicts did Lawrence - conflicts did Lawrence of - In which military conflicts - Lawrence of Arabia participate - which military conflicts did - did Lawrence of Arabia 5-gram: - did Lawrence of Arabia participate - In which military conflicts did - military conflicts did Lawrence of - which military conflicts did Lawrence - conflicts did Lawrence of Arabia query: "SELECT DISTINCT ?uri WHERE { ?uri . } " query_parts: o: {} p: http://dbpedia.org/ontology/battle: 1 po: {} s: http://dbpedia.org/resource/T._E._Lawrence: 1 sp: http://dbpedia.org/resource/T._E._Lawrence: http://dbpedia.org/ontology/battle: 1 question: In which military conflicts did Lawrence of Arabia participate? question_ID: 134 source: QALD-6/qald-6-train-multilingual.json 135: patterns: 1-gram: - developed - Minecraft 2-gram: - developed Minecraft - Who developed 3-gram: - Who developed Minecraft 4-gram: [] 5-gram: [] query: "SELECT DISTINCT ?uri WHERE { ?uri . } " query_parts: o: {} p: http://dbpedia.org/ontology/developer: 1 po: {} s: http://dbpedia.org/resource/Minecraft: 1 sp: http://dbpedia.org/resource/Minecraft: http://dbpedia.org/ontology/developer: 1 question: Who developed Minecraft? question_ID: 135 source: QALD-6/qald-6-train-multilingual.json 138: patterns: 1-gram: - Maribor - many - inhabitants 2-gram: - does Maribor - inhabitants does - Maribor have - How many - many inhabitants 3-gram: - How many inhabitants - does Maribor have - inhabitants does Maribor - many inhabitants does 4-gram: - How many inhabitants does - inhabitants does Maribor have - many inhabitants does Maribor 5-gram: - How many inhabitants does Maribor - many inhabitants does Maribor have query: "SELECT DISTINCT ?num WHERE { ?num . } " query_parts: o: {} p: http://dbpedia.org/ontology/populationTotal: 1 po: {} s: http://dbpedia.org/resource/Maribor: 1 sp: http://dbpedia.org/resource/Maribor: http://dbpedia.org/ontology/populationTotal: 1 question: How many inhabitants does Maribor have? question_ID: 138 source: QALD-6/qald-6-train-multilingual.json 139: patterns: 1-gram: - Give - companies - Munich 2-gram: - companies in - in Munich - all companies - Give me 3-gram: - me all companies - companies in Munich - Give me all - all companies in 4-gram: - all companies in Munich - Give me all companies - me all companies in 5-gram: - Give me all companies in - me all companies in Munich query: "SELECT DISTINCT ?uri WHERE { ?uri . { ?uri . } UNION { ?uri . } UNION { ?uri . } } " query_parts: o: http://dbpedia.org/ontology/Company: 1 http://dbpedia.org/resource/Munich: 1 p: http://dbpedia.org/ontology/headquarter: 1 http://dbpedia.org/ontology/location: 1 http://dbpedia.org/ontology/locationCity: 1 po: http://dbpedia.org/ontology/headquarter: http://dbpedia.org/resource/Munich: 1 http://dbpedia.org/ontology/location: http://dbpedia.org/resource/Munich: 1 http://dbpedia.org/ontology/locationCity: http://dbpedia.org/resource/Munich: 1 s: {} sp: {} question: Give me all companies in Munich. question_ID: 139 source: QALD-6/qald-6-train-multilingual.json 14: patterns: 1-gram: - Amazon - tall 2-gram: - is Amazon - Amazon Eve - How tall - tall is 3-gram: - How tall is - is Amazon Eve - tall is Amazon 4-gram: - How tall is Amazon - tall is Amazon Eve 5-gram: - How tall is Amazon Eve query: "SELECT DISTINCT ?height WHERE { ?height . } " query_parts: o: {} p: http://dbpedia.org/ontology/height: 1 po: {} s: http://dbpedia.org/resource/Amazon_Eve: 1 sp: http://dbpedia.org/resource/Amazon_Eve: http://dbpedia.org/ontology/height: 1 question: How tall is Amazon Eve? question_ID: 14 source: QALD-6/qald-6-train-multilingual.json 140: patterns: 1-gram: - games - List 2-gram: - all games - games by - by GMT - List all 3-gram: - games by GMT - all games by - List all games 4-gram: - all games by GMT - List all games by 5-gram: - List all games by GMT query: "SELECT DISTINCT ?uri WHERE { ?uri . } " query_parts: o: http://dbpedia.org/resource/GMT_Games: 1 p: http://dbpedia.org/ontology/publisher: 1 po: http://dbpedia.org/ontology/publisher: http://dbpedia.org/resource/GMT_Games: 1 s: {} sp: {} question: List all games by GMT. question_ID: 140 source: QALD-6/qald-6-train-multilingual.json 141: patterns: 1-gram: - Intel - founded 2-gram: - Who founded - founded Intel 3-gram: - Who founded Intel 4-gram: [] 5-gram: [] query: "SELECT DISTINCT ?uri WHERE { ?uri . } " query_parts: o: {} p: http://dbpedia.org/ontology/foundedBy: 1 po: {} s: http://dbpedia.org/resource/Intel: 1 sp: http://dbpedia.org/resource/Intel: http://dbpedia.org/ontology/foundedBy: 1 question: Who founded Intel? question_ID: 141 source: QALD-6/qald-6-train-multilingual.json 142: patterns: 1-gram: - Palmer - Amanda - husband 2-gram: - of Amanda - the husband - Amanda Palmer - husband of 3-gram: - is the husband - of Amanda Palmer - husband of Amanda - the husband of 4-gram: - Who is the husband - husband of Amanda Palmer - the husband of Amanda - is the husband of 5-gram: - is the husband of Amanda - the husband of Amanda Palmer - Who is the husband of query: "SELECT DISTINCT ?uri WHERE { ?uri . } " query_parts: o: {} p: http://dbpedia.org/property/spouse: 1 po: {} s: http://dbpedia.org/resource/Amanda_Palmer: 1 sp: http://dbpedia.org/resource/Amanda_Palmer: http://dbpedia.org/property/spouse: 1 question: Who is the husband of Amanda Palmer? question_ID: 142 source: QALD-6/qald-6-train-multilingual.json 143: patterns: 1-gram: - Shepherd - breeds - Give - German 2-gram: - all breeds - breeds of - Shepherd dog - German Shepherd - Give me - the German 3-gram: - me all breeds - of the German - breeds of the - Give me all - the German Shepherd - German Shepherd dog - all breeds of 4-gram: - Give me all breeds - breeds of the German - of the German Shepherd - all breeds of the - me all breeds of - the German Shepherd dog 5-gram: - of the German Shepherd dog - breeds of the German Shepherd - all breeds of the German - me all breeds of the - Give me all breeds of query: "SELECT DISTINCT ?uri WHERE { ?uri . } " query_parts: o: http://dbpedia.org/resource/German_Shepherd: 1 p: http://dbpedia.org/property/breed: 1 po: http://dbpedia.org/property/breed: http://dbpedia.org/resource/German_Shepherd: 1 s: {} sp: {} question: Give me all breeds of the German Shepherd dog. question_ID: 143 source: QALD-6/qald-6-train-multilingual.json 144: patterns: 1-gram: - flow - Weser - cities 2-gram: - Which cities - Weser flow - the Weser - flow through - cities does 3-gram: - the Weser flow - cities does the - Weser flow through - does the Weser - Which cities does 4-gram: - does the Weser flow - Which cities does the - cities does the Weser - the Weser flow through 5-gram: - cities does the Weser flow - does the Weser flow through - Which cities does the Weser query: "SELECT DISTINCT ?uri WHERE { ?uri . } " query_parts: o: {} p: http://dbpedia.org/ontology/city: 1 po: {} s: http://dbpedia.org/resource/Weser: 1 sp: http://dbpedia.org/resource/Weser: http://dbpedia.org/ontology/city: 1 question: Which cities does the Weser flow through? question_ID: 144 source: QALD-6/qald-6-train-multilingual.json 145: patterns: 1-gram: - connected - Rhine - countries 2-gram: - the Rhine - Which countries - connected by - countries are - are connected 3-gram: - are connected by - Which countries are - by the Rhine - connected by the - countries are connected 4-gram: - are connected by the - countries are connected by - connected by the Rhine - Which countries are connected 5-gram: - countries are connected by the - are connected by the Rhine - Which countries are connected by query: "SELECT DISTINCT ?uri WHERE { ?string . ?uri . ?uri ?string . } " query_parts: o: http://dbpedia.org/ontology/Country: 1 p: http://dbpedia.org/property/country: 1 po: {} s: http://dbpedia.org/resource/Rhine: 1 sp: http://dbpedia.org/resource/Rhine: http://dbpedia.org/property/country: 1 question: Which countries are connected by the Rhine? question_ID: 145 source: QALD-6/qald-6-train-multilingual.json 146: patterns: 1-gram: - professional - born - surfers - Australia 2-gram: - in Australia - born in - Which professional - professional surfers - surfers were - were born 3-gram: - born in Australia - Which professional surfers - surfers were born - professional surfers were - were born in 4-gram: - professional surfers were born - were born in Australia - Which professional surfers were - surfers were born in 5-gram: - surfers were born in Australia - Which professional surfers were born - professional surfers were born in query: "SELECT DISTINCT ?uri WHERE { ?uri . { ?uri . } UNION { ?uri ?x . ?x . } } " query_parts: o: http://dbpedia.org/resource/Australia: 1 http://dbpedia.org/resource/Surfing: 1 p: http://dbpedia.org/ontology/birthPlace: 1 http://dbpedia.org/ontology/country: 1 http://dbpedia.org/ontology/occupation: 1 po: http://dbpedia.org/ontology/birthPlace: http://dbpedia.org/resource/Australia: 1 http://dbpedia.org/ontology/country: http://dbpedia.org/resource/Australia: 1 http://dbpedia.org/ontology/occupation: http://dbpedia.org/resource/Surfing: 1 s: {} sp: {} question: Which professional surfers were born in Australia? question_ID: 146 source: QALD-6/qald-6-train-multilingual.json 148: patterns: 1-gram: - headquarters - city 2-gram: - city are - headquarters of - UK city - the headquarters - the MI6 - which UK 3-gram: - are the headquarters - headquarters of the - city are the - which UK city - the headquarters of - of the MI6 - UK city are - In which UK 4-gram: - are the headquarters of - UK city are the - the headquarters of the - city are the headquarters - In which UK city - which UK city are - headquarters of the MI6 5-gram: - are the headquarters of the - which UK city are the - the headquarters of the MI6 - city are the headquarters of - In which UK city are - UK city are the headquarters query: "SELECT DISTINCT ?uri WHERE { ?uri . ?uri . } " query_parts: o: http://dbpedia.org/resource/United_Kingdom: 1 p: http://dbpedia.org/ontology/country: 1 http://dbpedia.org/ontology/headquarter: 1 po: http://dbpedia.org/ontology/country: http://dbpedia.org/resource/United_Kingdom: 1 s: http://dbpedia.org/resource/Secret_Intelligence_Service: 1 sp: http://dbpedia.org/resource/Secret_Intelligence_Service: http://dbpedia.org/ontology/headquarter: 1 question: In which UK city are the headquarters of the MI6? question_ID: 148 source: QALD-6/qald-6-train-multilingual.json 149: patterns: 1-gram: - Heckler - weapons - Koch - develop 2-gram: - weapons did - did Heckler - Koch develop - Heckler & - "& Koch" - Which weapons 3-gram: - "& Koch develop" - Which weapons did - did Heckler & - Heckler & Koch - weapons did Heckler 4-gram: - Heckler & Koch develop - weapons did Heckler & - did Heckler & Koch - Which weapons did Heckler 5-gram: - did Heckler & Koch develop - weapons did Heckler & Koch - Which weapons did Heckler & query: SELECT DISTINCT ?uri WHERE { ?uri . ?uri . } query_parts: o: http://dbpedia.org/ontology/Weapon: 1 http://dbpedia.org/resource/Heckler_&_Koch: 1 p: http://dbpedia.org/property/designer: 1 po: http://dbpedia.org/property/designer: http://dbpedia.org/resource/Heckler_&_Koch: 1 s: {} sp: {} question: Which weapons did Heckler & Koch develop? question_ID: 149 source: QALD-6/qald-6-train-multilingual.json 15: patterns: 1-gram: - created - Goofy 2-gram: - Who created - created Goofy 3-gram: - Who created Goofy 4-gram: [] 5-gram: [] query: "SELECT DISTINCT ?uri WHERE { ?uri . } " query_parts: o: {} p: http://dbpedia.org/ontology/creator: 1 po: {} s: http://dbpedia.org/resource/Goofy: 1 sp: http://dbpedia.org/resource/Goofy: http://dbpedia.org/ontology/creator: 1 question: Who created Goofy? question_ID: 15 source: QALD-6/qald-6-train-multilingual.json 150: patterns: 1-gram: - Crisis - earlier - Pigs - Cuban - Missile - Invasion 2-gram: - Cuban Missile - the Cuban - the Bay - earlier than - Pigs Invasion - Crisis earlier - Bay of - of Pigs - Missile Crisis 3-gram: - Missile Crisis earlier - than the Bay - Cuban Missile Crisis - Crisis earlier than - earlier than the - the Cuban Missile - the Bay of - Was the Cuban - of Pigs Invasion - Bay of Pigs 4-gram: - Missile Crisis earlier than - Cuban Missile Crisis earlier - earlier than the Bay - Crisis earlier than the - the Bay of Pigs - Was the Cuban Missile - the Cuban Missile Crisis - than the Bay of - Bay of Pigs Invasion 5-gram: - than the Bay of Pigs - earlier than the Bay of - Missile Crisis earlier than the - the Cuban Missile Crisis earlier - Was the Cuban Missile Crisis - the Bay of Pigs Invasion - Crisis earlier than the Bay - Cuban Missile Crisis earlier than query: "ASK WHERE { ?x . ?y . FILTER (?x < ?y) } " query_parts: o: {} p: http://dbpedia.org/ontology/date: 1 po: {} s: http://dbpedia.org/resource/Bay_of_Pigs_Invasion: 1 http://dbpedia.org/resource/Cuban_Missile_Crisis: 1 sp: http://dbpedia.org/resource/Bay_of_Pigs_Invasion: http://dbpedia.org/ontology/date: 1 http://dbpedia.org/resource/Cuban_Missile_Crisis: http://dbpedia.org/ontology/date: 1 question: Was the Cuban Missile Crisis earlier than the Bay of Pigs Invasion? question_ID: 150 source: QALD-6/qald-6-train-multilingual.json 151: patterns: 1-gram: - islands - Give - belong - Japan 2-gram: - islands that - Give me - that belong - belong to - to Japan - all islands 3-gram: - all islands that - that belong to - Give me all - islands that belong - me all islands - belong to Japan 4-gram: - Give me all islands - me all islands that - all islands that belong - that belong to Japan - islands that belong to 5-gram: - islands that belong to Japan - all islands that belong to - me all islands that belong - Give me all islands that query: "SELECT DISTINCT ?uri WHERE { ?uri . ?uri . } " query_parts: o: http://dbpedia.org/ontology/Island: 1 http://dbpedia.org/resource/Japan: 1 p: http://dbpedia.org/ontology/country: 1 po: http://dbpedia.org/ontology/country: http://dbpedia.org/resource/Japan: 1 s: {} sp: {} question: Give me all islands that belong to Japan. question_ID: 151 source: QALD-6/qald-6-train-multilingual.json 153: patterns: 1-gram: - Lisbon - ruling - party 2-gram: - ruling party - party in - the ruling - in Lisbon 3-gram: - is the ruling - ruling party in - the ruling party - party in Lisbon 4-gram: - ruling party in Lisbon - What is the ruling - is the ruling party - the ruling party in 5-gram: - What is the ruling party - is the ruling party in - the ruling party in Lisbon query: "SELECT DISTINCT ?uri WHERE { ?uri . } " query_parts: o: {} p: http://dbpedia.org/property/leaderParty: 1 po: {} s: http://dbpedia.org/resource/Lisbon: 1 sp: http://dbpedia.org/resource/Lisbon: http://dbpedia.org/property/leaderParty: 1 question: What is the ruling party in Lisbon? question_ID: 153 source: QALD-6/qald-6-train-multilingual.json 154: patterns: 1-gram: - Francisco - nicknames 2-gram: - of San - nicknames of - the nicknames - San Francisco 3-gram: - nicknames of San - of San Francisco - the nicknames of - are the nicknames 4-gram: - the nicknames of San - are the nicknames of - nicknames of San Francisco - What are the nicknames 5-gram: - the nicknames of San Francisco - are the nicknames of San - What are the nicknames of query: "SELECT DISTINCT ?string WHERE { ?string . } " query_parts: o: {} p: http://dbpedia.org/property/nickname: 1 po: {} s: http://dbpedia.org/resource/San_Francisco: 1 sp: http://dbpedia.org/resource/San_Francisco: http://dbpedia.org/property/nickname: 1 question: What are the nicknames of San Francisco? question_ID: 154 source: QALD-6/qald-6-train-multilingual.json 155: patterns: 1-gram: - Greek - Olympus - dwelt - Mount - goddesses 2-gram: - goddesses dwelt - on Mount - Which Greek - Mount Olympus - dwelt on - Greek goddesses 3-gram: - Which Greek goddesses - on Mount Olympus - goddesses dwelt on - dwelt on Mount - Greek goddesses dwelt 4-gram: - dwelt on Mount Olympus - goddesses dwelt on Mount - Greek goddesses dwelt on - Which Greek goddesses dwelt 5-gram: - Which Greek goddesses dwelt on - Greek goddesses dwelt on Mount - goddesses dwelt on Mount Olympus query: "SELECT DISTINCT ?uri WHERE { ?uri . ?uri . } " query_parts: o: http://dbpedia.org/class/yago/GreekGoddesses: 1 http://dbpedia.org/resource/Mount_Olympus: 1 p: http://dbpedia.org/property/abode: 1 po: http://dbpedia.org/property/abode: http://dbpedia.org/resource/Mount_Olympus: 1 s: {} sp: {} question: Which Greek goddesses dwelt on Mount Olympus? question_ID: 155 source: QALD-6/qald-6-train-multilingual.json 156: patterns: 1-gram: - Hells - Angels - founded 2-gram: - Hells Angels - the Hells - Angels founded 3-gram: - were the Hells - the Hells Angels - Hells Angels founded 4-gram: - the Hells Angels founded - When were the Hells - were the Hells Angels 5-gram: - were the Hells Angels founded - When were the Hells Angels query: "SELECT DISTINCT ?date WHERE { ?date . } " query_parts: o: {} p: http://dbpedia.org/property/founded: 1 po: {} s: http://dbpedia.org/resource/Hells_Angels: 1 sp: http://dbpedia.org/resource/Hells_Angels: http://dbpedia.org/property/founded: 1 question: When were the Hells Angels founded? question_ID: 156 source: QALD-6/qald-6-train-multilingual.json 157: patterns: 1-gram: - Apollo - astronauts - Give 2-gram: - all Apollo - Apollo 14 - Give me - 14 astronauts 3-gram: - me all Apollo - Give me all - all Apollo 14 - Apollo 14 astronauts 4-gram: - all Apollo 14 astronauts - me all Apollo 14 - Give me all Apollo 5-gram: - me all Apollo 14 astronauts - Give me all Apollo 14 query: "SELECT DISTINCT ?uri WHERE { ?uri . } " query_parts: o: http://dbpedia.org/resource/Apollo_14: 1 p: http://dbpedia.org/ontology/mission: 1 po: http://dbpedia.org/ontology/mission: http://dbpedia.org/resource/Apollo_14: 1 s: {} sp: {} question: Give me all Apollo 14 astronauts. question_ID: 157 source: QALD-6/qald-6-train-multilingual.json 158: patterns: 1-gram: - Salt - time - City - zone - Lake 2-gram: - Salt Lake - of Salt - time zone - the time - zone of - Lake City 3-gram: - time zone of - of Salt Lake - zone of Salt - the time zone - is the time - Salt Lake City 4-gram: - zone of Salt Lake - the time zone of - What is the time - is the time zone - time zone of Salt - of Salt Lake City 5-gram: - the time zone of Salt - time zone of Salt Lake - What is the time zone - is the time zone of - zone of Salt Lake City query: "SELECT DISTINCT ?uri WHERE { ?uri . } " query_parts: o: {} p: http://dbpedia.org/property/timezone: 1 po: {} s: http://dbpedia.org/resource/Salt_Lake_City: 1 sp: http://dbpedia.org/resource/Salt_Lake_City: http://dbpedia.org/property/timezone: 1 question: What is the time zone of Salt Lake City? question_ID: 158 source: QALD-6/qald-6-train-multilingual.json 159: patterns: 1-gram: - states - zone - time - Utah 2-gram: - states are - as Utah - time zone - same time - U.S states - Which U.S - zone as 3-gram: - U.S states are - time zone as - Which U.S states - states are in - the same time - same time zone - zone as Utah 4-gram: - U.S states are in - in the same time - time zone as Utah - same time zone as - Which U.S states are - the same time zone - states are in the 5-gram: - states are in the same - are in the same time - in the same time zone - Which U.S states are in - same time zone as Utah - the same time zone as - U.S states are in the query: "SELECT DISTINCT ?uri WHERE { ?x . ?uri . ?uri ?x . FILTER (?uri != ) } " query_parts: o: http://dbpedia.org/class/yago/StatesOfTheUnitedStates: 1 p: http://dbpedia.org/property/timezone: 1 po: {} s: http://dbpedia.org/resource/Utah: 1 sp: http://dbpedia.org/resource/Utah: http://dbpedia.org/property/timezone: 1 question: Which U.S. states are in the same time zone as Utah? question_ID: 159 source: QALD-6/qald-6-train-multilingual.json 16: patterns: 1-gram: - countries - Africa - capitals - Give 2-gram: - capitals of - Give me - all countries - the capitals - in Africa - countries in 3-gram: - me the capitals - capitals of all - countries in Africa - all countries in - the capitals of - of all countries - Give me the 4-gram: - of all countries in - capitals of all countries - me the capitals of - all countries in Africa - Give me the capitals - the capitals of all 5-gram: - me the capitals of all - Give me the capitals of - the capitals of all countries - capitals of all countries in - of all countries in Africa query: "SELECT DISTINCT ?uri WHERE { ?states . ?states ?uri . } " query_parts: o: http://dbpedia.org/class/yago/AfricanCountries: 1 p: http://dbpedia.org/ontology/capital: 1 po: {} s: {} sp: {} question: Give me the capitals of all countries in Africa. question_ID: 16 source: QALD-6/qald-6-train-multilingual.json 160: patterns: 1-gram: - Denmark - lakes - list - Give 2-gram: - Give me - in Denmark - lakes in - a list - all lakes - list of 3-gram: - Give me a - me a list - lakes in Denmark - all lakes in - a list of - list of all - of all lakes 4-gram: - list of all lakes - me a list of - Give me a list - a list of all - all lakes in Denmark - of all lakes in 5-gram: - of all lakes in Denmark - me a list of all - Give me a list of - a list of all lakes - list of all lakes in query: "SELECT DISTINCT ?uri WHERE { { ?uri . ?uri . } UNION { ?uri . } } " query_parts: o: http://dbpedia.org/class/yago/LakesOfDenmark: 1 http://dbpedia.org/ontology/Lake: 1 http://dbpedia.org/resource/Denmark: 1 p: http://dbpedia.org/ontology/country: 1 po: http://dbpedia.org/ontology/country: http://dbpedia.org/resource/Denmark: 1 s: {} sp: {} question: Give me a list of all lakes in Denmark. question_ID: 160 source: QALD-6/qald-6-train-multilingual.json 161: patterns: 1-gram: - many - missions - programme - Soyuz 2-gram: - How many - Soyuz programme - many missions - missions does - programme have - the Soyuz 3-gram: - How many missions - the Soyuz programme - does the Soyuz - missions does the - Soyuz programme have - many missions does 4-gram: - the Soyuz programme have - missions does the Soyuz - How many missions does - many missions does the - does the Soyuz programme 5-gram: - many missions does the Soyuz - How many missions does the - does the Soyuz programme have - missions does the Soyuz programme query: "SELECT (COUNT(DISTINCT ?uri) as ?c) WHERE { ?uri . } " query_parts: o: http://dbpedia.org/resource/Soyuz_programme: 1 p: http://dbpedia.org/property/programme: 1 po: http://dbpedia.org/property/programme: http://dbpedia.org/resource/Soyuz_programme: 1 s: {} sp: {} question: How many missions does the Soyuz programme have? question_ID: 161 source: QALD-6/qald-6-train-multilingual.json 162: patterns: 1-gram: - influence - Aristotle - Socrates 2-gram: - Did Socrates - Socrates influence - influence Aristotle 3-gram: - Socrates influence Aristotle - Did Socrates influence 4-gram: - Did Socrates influence Aristotle 5-gram: [] query: "ASK WHERE { . } " query_parts: o: http://dbpedia.org/resource/Aristotle: 1 p: http://dbpedia.org/ontology/influenced: 1 po: http://dbpedia.org/ontology/influenced: http://dbpedia.org/resource/Aristotle: 1 s: http://dbpedia.org/resource/Socrates: 1 sp: http://dbpedia.org/resource/Socrates: http://dbpedia.org/ontology/influenced: 1 question: Did Socrates influence Aristotle? question_ID: 162 source: QALD-6/qald-6-train-multilingual.json 163: patterns: 1-gram: - movies - Give - Danish 2-gram: - all Danish - Give me - Danish movies 3-gram: - me all Danish - all Danish movies - Give me all 4-gram: - me all Danish movies - Give me all Danish 5-gram: - Give me all Danish movies query: "SELECT DISTINCT ?uri WHERE { ?uri . ?uri . } " query_parts: o: http://dbpedia.org/ontology/Film: 1 http://dbpedia.org/resource/Denmark: 1 p: http://dbpedia.org/ontology/country: 1 po: http://dbpedia.org/ontology/country: http://dbpedia.org/resource/Denmark: 1 s: {} sp: {} question: Give me all Danish movies. question_ID: 163 source: QALD-6/qald-6-train-multilingual.json 164: patterns: 1-gram: - pads - operated - NASA - launch - Give 2-gram: - Give me - operated by - by NASA - pads operated - launch pads - all launch 3-gram: - all launch pads - launch pads operated - me all launch - operated by NASA - Give me all - pads operated by 4-gram: - me all launch pads - launch pads operated by - Give me all launch - all launch pads operated - pads operated by NASA 5-gram: - launch pads operated by NASA - all launch pads operated by - Give me all launch pads - me all launch pads operated query: "SELECT DISTINCT ?uri WHERE { ?uri . ?uri . } " query_parts: o: http://dbpedia.org/ontology/LaunchPad: 1 http://dbpedia.org/resource/NASA: 1 p: http://dbpedia.org/ontology/operator: 1 po: http://dbpedia.org/ontology/operator: http://dbpedia.org/resource/NASA: 1 s: {} sp: {} question: Give me all launch pads operated by NASA. question_ID: 164 source: QALD-6/qald-6-train-multilingual.json 165: patterns: 1-gram: - play - instruments - Stevens 2-gram: - Stevens play - Which instruments - Cat Stevens - instruments does - does Cat 3-gram: - Cat Stevens play - Which instruments does - does Cat Stevens - instruments does Cat 4-gram: - Which instruments does Cat - instruments does Cat Stevens - does Cat Stevens play 5-gram: - instruments does Cat Stevens play - Which instruments does Cat Stevens query: "SELECT DISTINCT ?uri WHERE { ?uri . } " query_parts: o: {} p: http://dbpedia.org/ontology/instrument: 1 po: {} s: http://dbpedia.org/resource/Cat_Stevens: 1 sp: http://dbpedia.org/resource/Cat_Stevens: http://dbpedia.org/ontology/instrument: 1 question: Which instruments does Cat Stevens play? question_ID: 165 source: QALD-6/qald-6-train-multilingual.json 166: patterns: 1-gram: - ships - Franklin - called - Benjamin 2-gram: - were called - after Benjamin - Which ships - ships were - called after - Benjamin Franklin 3-gram: - Which ships were - called after Benjamin - were called after - after Benjamin Franklin - ships were called 4-gram: - Which ships were called - ships were called after - were called after Benjamin - called after Benjamin Franklin 5-gram: - ships were called after Benjamin - Which ships were called after - were called after Benjamin Franklin query: "SELECT DISTINCT ?uri WHERE { ?uri . } " query_parts: o: http://dbpedia.org/resource/Benjamin_Franklin: 1 p: http://dbpedia.org/property/shipNamesake: 1 po: http://dbpedia.org/property/shipNamesake: http://dbpedia.org/resource/Benjamin_Franklin: 1 s: {} sp: {} question: Which ships were called after Benjamin Franklin? question_ID: 166 source: QALD-6/qald-6-train-multilingual.json 167: patterns: 1-gram: - parents - wife - Carlos - Juan 2-gram: - Carlos I - parents of - the parents - the wife - wife of - of Juan - Juan Carlos 3-gram: - wife of Juan - parents of the - are the parents - Juan Carlos I - the parents of - of Juan Carlos - of the wife - the wife of 4-gram: - Who are the parents - the wife of Juan - of the wife of - parents of the wife - the parents of the - wife of Juan Carlos - of Juan Carlos I - are the parents of 5-gram: - are the parents of the - wife of Juan Carlos I - the wife of Juan Carlos - Who are the parents of - parents of the wife of - the parents of the wife - of the wife of Juan query: "SELECT DISTINCT ?uri WHERE { ?x . ?x ?uri . } " query_parts: o: {} p: http://dbpedia.org/ontology/parent: 1 http://dbpedia.org/ontology/spouse: 1 po: {} s: http://dbpedia.org/resource/Juan_Carlos_I_of_Spain: 1 sp: http://dbpedia.org/resource/Juan_Carlos_I_of_Spain: http://dbpedia.org/ontology/spouse: 1 question: Who are the parents of the wife of Juan Carlos I? question_ID: 167 source: QALD-6/qald-6-train-multilingual.json 168: patterns: 1-gram: - employees - Google - many 2-gram: - many employees - Google have - employees does - How many - does Google 3-gram: - employees does Google - many employees does - How many employees - does Google have 4-gram: - many employees does Google - employees does Google have - How many employees does 5-gram: - many employees does Google have - How many employees does Google query: "SELECT DISTINCT ?num WHERE { ?num . } " query_parts: o: {} p: http://dbpedia.org/ontology/numberOfEmployees: 1 po: {} s: http://dbpedia.org/resource/Google: 1 sp: http://dbpedia.org/resource/Google: http://dbpedia.org/ontology/numberOfEmployees: 1 question: How many employees does Google have? question_ID: 168 source: QALD-6/qald-6-train-multilingual.json 169: patterns: 1-gram: - prize - physics - nobel - Tesla 2-gram: - Tesla win - a nobel - win a - Did Tesla - nobel prize - in physics - prize in 3-gram: - prize in physics - a nobel prize - Did Tesla win - nobel prize in - win a nobel - Tesla win a 4-gram: - win a nobel prize - Did Tesla win a - a nobel prize in - Tesla win a nobel - nobel prize in physics 5-gram: - a nobel prize in physics - win a nobel prize in - Did Tesla win a nobel - Tesla win a nobel prize query: "ASK WHERE { . } " query_parts: o: http://dbpedia.org/resource/Nobel_Prize_in_Physics: 1 p: http://dbpedia.org/ontology/award: 1 po: http://dbpedia.org/ontology/award: http://dbpedia.org/resource/Nobel_Prize_in_Physics: 1 s: http://dbpedia.org/resource/Nikola_Tesla: 1 sp: http://dbpedia.org/resource/Nikola_Tesla: http://dbpedia.org/ontology/award: 1 question: Did Tesla win a nobel prize in physics? question_ID: 169 source: QALD-6/qald-6-train-multilingual.json 17: patterns: 1-gram: - Give - Jersey - inhabitants - cities - 100000 2-gram: - New Jersey - in New - Jersey with - all cities - cities in - than 100000 - 100000 inhabitants - Give me 3-gram: - cities in New - more than 100000 - Give me all - New Jersey with - than 100000 inhabitants - Jersey with more - in New Jersey - all cities in - me all cities 4-gram: - cities in New Jersey - with more than 100000 - all cities in New - in New Jersey with - Jersey with more than - New Jersey with more - me all cities in - Give me all cities - more than 100000 inhabitants 5-gram: - all cities in New Jersey - me all cities in New - cities in New Jersey with - Give me all cities in - in New Jersey with more - with more than 100000 inhabitants - New Jersey with more than - Jersey with more than 100000 query: "SELECT DISTINCT ?uri WHERE { ?uri . ?uri . ?uri ?inhabitants . FILTER (?inhabitants > 100000) . } " query_parts: o: http://dbpedia.org/ontology/City: 1 http://dbpedia.org/resource/New_Jersey: 1 p: http://dbpedia.org/ontology/isPartOf: 1 http://dbpedia.org/ontology/populationTotal: 1 po: http://dbpedia.org/ontology/isPartOf: http://dbpedia.org/resource/New_Jersey: 1 s: {} sp: {} question: Give me all cities in New Jersey with more than 100000 inhabitants. question_ID: 17 source: QALD-6/qald-6-train-multilingual.json 170: patterns: 1-gram: - Hanks - wife - Rita - Wilson 2-gram: - Wilson the - Rita Wilson - Is Rita - wife of - of Tom - the wife - Tom Hanks 3-gram: - wife of Tom - of Tom Hanks - the wife of - Wilson the wife - Rita Wilson the - Is Rita Wilson 4-gram: - wife of Tom Hanks - Rita Wilson the wife - the wife of Tom - Wilson the wife of - Is Rita Wilson the 5-gram: - the wife of Tom Hanks - Rita Wilson the wife of - Wilson the wife of Tom - Is Rita Wilson the wife query: "ASK WHERE { . } " query_parts: o: http://dbpedia.org/resource/Rita_Wilson: 1 p: http://dbpedia.org/ontology/spouse: 1 po: http://dbpedia.org/ontology/spouse: http://dbpedia.org/resource/Rita_Wilson: 1 s: http://dbpedia.org/resource/Tom_Hanks: 1 sp: http://dbpedia.org/resource/Tom_Hanks: http://dbpedia.org/ontology/spouse: 1 question: Is Rita Wilson the wife of Tom Hanks? question_ID: 170 source: QALD-6/qald-6-train-multilingual.json 171: patterns: 1-gram: - built - Statue - Liberty 2-gram: - Statue of - the Statue - Liberty built - of Liberty 3-gram: - of Liberty built - was the Statue - Statue of Liberty - the Statue of 4-gram: - When was the Statue - was the Statue of - Statue of Liberty built - the Statue of Liberty 5-gram: - When was the Statue of - was the Statue of Liberty - the Statue of Liberty built query: "SELECT DISTINCT ?date WHERE { ?date . } " query_parts: o: {} p: http://dbpedia.org/property/beginningDate: 1 po: {} s: http://dbpedia.org/resource/Statue_of_Liberty: 1 sp: http://dbpedia.org/resource/Statue_of_Liberty: http://dbpedia.org/property/beginningDate: 1 question: When was the Statue of Liberty built? question_ID: 171 source: QALD-6/qald-6-train-multilingual.json 172: patterns: 1-gram: - Fort - located - Knox 2-gram: - Knox located - is Fort - Fort Knox 3-gram: - Fort Knox located - is Fort Knox - Where is Fort 4-gram: - is Fort Knox located - Where is Fort Knox 5-gram: - Where is Fort Knox located query: SELECT DISTINCT ?uri WHERE { ?uri . } query_parts: o: {} p: http://dbpedia.org/property/location: 1 po: {} s: http://dbpedia.org/resource/Fort_Knox: 1 sp: http://dbpedia.org/resource/Fort_Knox: http://dbpedia.org/property/location: 1 question: Where is Fort Knox located? question_ID: 172 source: QALD-6/qald-6-train-multilingual.json 173: patterns: 1-gram: - many - children - Benjamin - Franklin 2-gram: - Franklin have - did Benjamin - children did - How many - Benjamin Franklin - many children 3-gram: - many children did - Benjamin Franklin have - did Benjamin Franklin - children did Benjamin - How many children 4-gram: - did Benjamin Franklin have - many children did Benjamin - children did Benjamin Franklin - How many children did 5-gram: - children did Benjamin Franklin have - How many children did Benjamin - many children did Benjamin Franklin query: "SELECT (COUNT(DISTINCT ?uri) as ?c) WHERE { ?uri . } " query_parts: o: {} p: http://dbpedia.org/ontology/child: 1 po: {} s: http://dbpedia.org/resource/Benjamin_Franklin: 1 sp: http://dbpedia.org/resource/Benjamin_Franklin: http://dbpedia.org/ontology/child: 1 question: How many children did Benjamin Franklin have? question_ID: 173 source: QALD-6/qald-6-train-multilingual.json 174: patterns: 1-gram: - Michael - Jackson 2-gram: - Jackson die - Michael Jackson - did Michael 3-gram: - Michael Jackson die - When did Michael - did Michael Jackson 4-gram: - When did Michael Jackson - did Michael Jackson die 5-gram: - When did Michael Jackson die query: "SELECT DISTINCT ?date WHERE { ?date . } " query_parts: o: {} p: http://dbpedia.org/ontology/deathDate: 1 po: {} s: http://dbpedia.org/resource/Michael_Jackson: 1 sp: http://dbpedia.org/resource/Michael_Jackson: http://dbpedia.org/ontology/deathDate: 1 question: When did Michael Jackson die? question_ID: 174 source: QALD-6/qald-6-train-multilingual.json 175: patterns: 1-gram: - players - born - died - Chess - place 2-gram: - were born - died in - Chess players - same place - players died - born in - Which Chess - place they 3-gram: - Which Chess players - died in the - they were born - were born in - players died in - the same place - place they were - same place they - Chess players died 4-gram: - place they were born - they were born in - in the same place - Which Chess players died - the same place they - same place they were - Chess players died in - died in the same - players died in the 5-gram: - Which Chess players died in - players died in the same - died in the same place - in the same place they - Chess players died in the - same place they were born - the same place they were - place they were born in query: "SELECT DISTINCT ?uri WHERE { ?uri . ?uri ?x . ?uri ?y . FILTER (?x = ?y) . } " query_parts: o: http://dbpedia.org/ontology/ChessPlayer: 1 p: http://dbpedia.org/ontology/birthPlace: 1 http://dbpedia.org/ontology/deathPlace: 1 po: {} s: {} sp: {} question: Which Chess players died in the same place they were born in? question_ID: 175 source: QALD-6/qald-6-train-multilingual.json 176: patterns: 1-gram: - Margaret - Thatcher - List - children 2-gram: - of Margaret - List the - children of - the children - Margaret Thatcher 3-gram: - List the children - of Margaret Thatcher - the children of - children of Margaret 4-gram: - children of Margaret Thatcher - List the children of - the children of Margaret 5-gram: - List the children of Margaret - the children of Margaret Thatcher query: "SELECT DISTINCT ?uri WHERE { ?uri . } " query_parts: o: {} p: http://dbpedia.org/ontology/child: 1 po: {} s: http://dbpedia.org/resource/Margaret_Thatcher: 1 sp: http://dbpedia.org/resource/Margaret_Thatcher: http://dbpedia.org/ontology/child: 1 question: List the children of Margaret Thatcher. question_ID: 176 source: QALD-6/qald-6-train-multilingual.json 177: patterns: 1-gram: - Tank - called - Frank 2-gram: - Frank The - called Frank - The Tank - was called 3-gram: - Frank The Tank - called Frank The - Who was called - was called Frank 4-gram: - called Frank The Tank - was called Frank The - Who was called Frank 5-gram: - Who was called Frank The - was called Frank The Tank query: "SELECT DISTINCT ?uri WHERE { ?uri 'Frank The Tank'@en . } " query_parts: o: {} p: http://dbpedia.org/property/nickname: 1 po: http://dbpedia.org/property/nickname: "\"Frank The Tank\"@en": 1 s: {} sp: {} question: Who was called Frank The Tank? question_ID: 177 source: QALD-6/qald-6-train-multilingual.json 178: patterns: 1-gram: - chemist - Margaret - Thatcher 2-gram: - Was Margaret - Margaret Thatcher - Thatcher a - a chemist 3-gram: - Was Margaret Thatcher - Thatcher a chemist - Margaret Thatcher a 4-gram: - Margaret Thatcher a chemist - Was Margaret Thatcher a 5-gram: - Was Margaret Thatcher a chemist query: "ASK WHERE { . } " query_parts: o: http://dbpedia.org/resource/Chemist: 1 p: http://dbpedia.org/ontology/profession: 1 po: http://dbpedia.org/ontology/profession: http://dbpedia.org/resource/Chemist: 1 s: http://dbpedia.org/resource/Margaret_Thatcher: 1 sp: http://dbpedia.org/resource/Margaret_Thatcher: http://dbpedia.org/ontology/profession: 1 question: Was Margaret Thatcher a chemist? question_ID: 178 source: QALD-6/qald-6-train-multilingual.json 179: patterns: 1-gram: - Chagall - Marc 2-gram: - Chagall a - Marc Chagall - Was Marc - a jew 3-gram: - Chagall a jew - Was Marc Chagall - Marc Chagall a 4-gram: - Marc Chagall a jew - Was Marc Chagall a 5-gram: - Was Marc Chagall a jew query: "ASK WHERE { 'Jewish'@en . } " query_parts: o: {} p: http://dbpedia.org/property/ethnicity: 1 po: http://dbpedia.org/property/ethnicity: "\"Jewish\"@en": 1 s: http://dbpedia.org/resource/Marc_Chagall: 1 sp: http://dbpedia.org/resource/Marc_Chagall: http://dbpedia.org/property/ethnicity: 1 question: Was Marc Chagall a jew? question_ID: 179 source: QALD-6/qald-6-train-multilingual.json 18: patterns: 1-gram: - exhibits - Munch - museum - Scream 2-gram: - The Scream - museum exhibits - Scream by - by Munch - exhibits The - Which museum 3-gram: - Which museum exhibits - The Scream by - museum exhibits The - Scream by Munch - exhibits The Scream 4-gram: - Which museum exhibits The - The Scream by Munch - exhibits The Scream by - museum exhibits The Scream 5-gram: - exhibits The Scream by Munch - Which museum exhibits The Scream - museum exhibits The Scream by query: "SELECT DISTINCT ?uri WHERE { ?uri . } " query_parts: o: {} p: http://dbpedia.org/ontology/museum: 1 po: {} s: http://dbpedia.org/resource/The_Scream: 1 sp: http://dbpedia.org/resource/The_Scream: http://dbpedia.org/ontology/museum: 1 question: Which museum exhibits The Scream by Munch? question_ID: 18 source: QALD-6/qald-6-train-multilingual.json 180: patterns: 1-gram: - pages - William - books - Goldman - Give 2-gram: - all books - than 300 - books by - Goldman with - 300 pages - Give me - William Goldman - by William 3-gram: - William Goldman with - all books by - more than 300 - by William Goldman - me all books - Give me all - than 300 pages - books by William - Goldman with more 4-gram: - Goldman with more than - more than 300 pages - William Goldman with more - all books by William - books by William Goldman - Give me all books - me all books by - by William Goldman with - with more than 300 5-gram: - all books by William Goldman - by William Goldman with more - Give me all books by - books by William Goldman with - William Goldman with more than - with more than 300 pages - Goldman with more than 300 - me all books by William query: "SELECT DISTINCT ?uri WHERE { ?uri . ?uri . ?uri ?x . FILTER (?x > 300) } " query_parts: o: http://dbpedia.org/ontology/Book: 1 http://dbpedia.org/resource/William_Goldman: 1 p: http://dbpedia.org/ontology/author: 1 http://dbpedia.org/ontology/numberOfPages: 1 po: http://dbpedia.org/ontology/author: http://dbpedia.org/resource/William_Goldman: 1 s: {} sp: {} question: Give me all books by William Goldman with more than 300 pages. question_ID: 180 source: QALD-6/qald-6-train-multilingual.json 181: patterns: 1-gram: - books - published - Kerouac - Press - Viking 2-gram: - Viking Press - Kerouac were - were published - by Kerouac - books by - Which books - by Viking - published by 3-gram: - by Kerouac were - Which books by - by Viking Press - books by Kerouac - published by Viking - Kerouac were published - were published by 4-gram: - by Kerouac were published - were published by Viking - books by Kerouac were - Kerouac were published by - published by Viking Press - Which books by Kerouac 5-gram: - Kerouac were published by Viking - Which books by Kerouac were - books by Kerouac were published - were published by Viking Press - by Kerouac were published by query: "SELECT DISTINCT ?uri WHERE { ?uri . ?uri . ?uri . } " query_parts: o: http://dbpedia.org/ontology/Book: 1 http://dbpedia.org/resource/Jack_Kerouac: 1 http://dbpedia.org/resource/Viking_Press: 1 p: http://dbpedia.org/ontology/author: 1 http://dbpedia.org/ontology/publisher: 1 po: http://dbpedia.org/ontology/author: http://dbpedia.org/resource/Jack_Kerouac: 1 http://dbpedia.org/ontology/publisher: http://dbpedia.org/resource/Viking_Press: 1 s: {} sp: {} question: Which books by Kerouac were published by Viking Press? question_ID: 181 source: QALD-6/qald-6-train-multilingual.json 182: patterns: 1-gram: - inventions - Give - American - list 2-gram: - Give me - American inventions - a list - all American - list of 3-gram: - me a list - Give me a - of all American - a list of - list of all - all American inventions 4-gram: - a list of all - of all American inventions - Give me a list - list of all American - me a list of 5-gram: - me a list of all - list of all American inventions - Give me a list of - a list of all American query: "SELECT DISTINCT ?uri WHERE { ?uri . } " query_parts: o: http://dbpedia.org/class/yago/AmericanInventions: 1 p: {} po: {} s: {} sp: {} question: Give me a list of all American inventions. question_ID: 182 source: QALD-6/qald-6-train-multilingual.json 183: patterns: 1-gram: - Mount - high - Everest 2-gram: - the Mount - Mount Everest - high is - How high 3-gram: - high is the - How high is - the Mount Everest - is the Mount 4-gram: - How high is the - is the Mount Everest - high is the Mount 5-gram: - How high is the Mount - high is the Mount Everest query: "SELECT DISTINCT ?num WHERE { ?num. } " query_parts: o: {} p: http://dbpedia.org/ontology/elevation: 1 po: {} s: http://dbpedia.org/resource/Mount_Everest: 1 sp: http://dbpedia.org/resource/Mount_Everest: http://dbpedia.org/ontology/elevation: 1 question: How high is the Mount Everest? question_ID: 183 source: QALD-6/qald-6-train-multilingual.json 184: patterns: 1-gram: - created - Batman 2-gram: - created Batman - Who created 3-gram: - Who created Batman 4-gram: [] 5-gram: [] query: "SELECT DISTINCT ?uri WHERE { ?uri . } " query_parts: o: {} p: http://dbpedia.org/ontology/creator: 1 po: {} s: http://dbpedia.org/resource/Batman: 1 sp: http://dbpedia.org/resource/Batman: http://dbpedia.org/ontology/creator: 1 question: Who created Batman? question_ID: 184 source: QALD-6/qald-6-train-multilingual.json 185: patterns: 1-gram: - capital - people - live - many - Australia 2-gram: - the capital - How many - live in - of Australia - capital of - many people - people live 3-gram: - in the capital - live in the - the capital of - capital of Australia - How many people - many people live - people live in 4-gram: - people live in the - How many people live - in the capital of - the capital of Australia - many people live in - live in the capital 5-gram: - many people live in the - people live in the capital - in the capital of Australia - How many people live in - live in the capital of query: "SELECT DISTINCT ?num WHERE { ?x . ?x ?num . } " query_parts: o: {} p: http://dbpedia.org/ontology/capital: 1 http://dbpedia.org/ontology/populationTotal: 1 po: {} s: http://dbpedia.org/resource/Australia: 1 sp: http://dbpedia.org/resource/Australia: http://dbpedia.org/ontology/capital: 1 question: How many people live in the capital of Australia? question_ID: 185 source: QALD-6/qald-6-train-multilingual.json 186: patterns: 1-gram: - Australia - largest - city 2-gram: - in Australia - city in - largest city - the largest 3-gram: - city in Australia - is the largest - largest city in - the largest city 4-gram: - the largest city in - largest city in Australia - What is the largest - is the largest city 5-gram: - is the largest city in - What is the largest city - the largest city in Australia query: "SELECT DISTINCT ?uri WHERE { ?uri . } " query_parts: o: {} p: http://dbpedia.org/ontology/largestCity: 1 po: {} s: http://dbpedia.org/resource/Australia: 1 sp: http://dbpedia.org/resource/Australia: http://dbpedia.org/ontology/largestCity: 1 question: What is the largest city in Australia? question_ID: 186 source: QALD-6/qald-6-train-multilingual.json 187: patterns: 1-gram: - music - composed - Maude - Harold 2-gram: - Harold and - for Harold - Who composed - and Maude - composed the - music for - the music 3-gram: - Who composed the - composed the music - for Harold and - music for Harold - Harold and Maude - the music for 4-gram: - the music for Harold - composed the music for - for Harold and Maude - music for Harold and - Who composed the music 5-gram: - Who composed the music for - music for Harold and Maude - the music for Harold and - composed the music for Harold query: "SELECT DISTINCT ?uri WHERE { ?uri . } " query_parts: o: {} p: http://dbpedia.org/ontology/musicComposer: 1 po: {} s: http://dbpedia.org/resource/Harold_and_Maude: 1 sp: http://dbpedia.org/resource/Harold_and_Maude: http://dbpedia.org/ontology/musicComposer: 1 question: Who composed the music for Harold and Maude? question_ID: 187 source: QALD-6/qald-6-train-multilingual.json 188: patterns: 1-gram: - films - Clint - direct - Eastwood - starring 2-gram: - Eastwood did - Which films - he direct - starring Clint - Clint Eastwood - films starring - direct himself 3-gram: - Which films starring - starring Clint Eastwood - he direct himself - Clint Eastwood did - Eastwood did he - films starring Clint - did he direct 4-gram: - starring Clint Eastwood did - Eastwood did he direct - Which films starring Clint - did he direct himself - films starring Clint Eastwood - Clint Eastwood did he 5-gram: - Clint Eastwood did he direct - Which films starring Clint Eastwood - Eastwood did he direct himself - films starring Clint Eastwood did - starring Clint Eastwood did he query: "SELECT DISTINCT ?uri WHERE { ?uri . ?uri . } " query_parts: o: http://dbpedia.org/resource/Clint_Eastwood: 1 p: http://dbpedia.org/ontology/director: 1 http://dbpedia.org/ontology/starring: 1 po: http://dbpedia.org/ontology/director: http://dbpedia.org/resource/Clint_Eastwood: 1 http://dbpedia.org/ontology/starring: http://dbpedia.org/resource/Clint_Eastwood: 1 s: {} sp: {} question: Which films starring Clint Eastwood did he direct himself? question_ID: 188 source: QALD-6/qald-6-train-multilingual.json 189: patterns: 1-gram: - city - Dutch - Juliana - queen - buried - former 2-gram: - Juliana buried - which city - the former - Dutch queen - former Dutch - city was - queen Juliana 3-gram: - Dutch queen Juliana - was the former - In which city - queen Juliana buried - former Dutch queen - which city was - the former Dutch - city was the 4-gram: - Dutch queen Juliana buried - the former Dutch queen - city was the former - former Dutch queen Juliana - was the former Dutch - In which city was - which city was the 5-gram: - city was the former Dutch - the former Dutch queen Juliana - which city was the former - was the former Dutch queen - former Dutch queen Juliana buried - In which city was the query: "SELECT DISTINCT ?uri WHERE { ?uri. ?uri . } " query_parts: o: http://dbpedia.org/ontology/Settlement: 1 p: http://dbpedia.org/ontology/restingPlace: 1 po: {} s: http://dbpedia.org/resource/Juliana_of_the_Netherlands: 1 sp: http://dbpedia.org/resource/Juliana_of_the_Netherlands: http://dbpedia.org/ontology/restingPlace: 1 question: In which city was the former Dutch queen Juliana buried? question_ID: 189 source: QALD-6/qald-6-train-multilingual.json 19: patterns: 1-gram: - city - largest - Egypts - also - capital 2-gram: - city also - its capital - Is Egypts - largest city - also its - Egypts largest 3-gram: - Egypts largest city - Is Egypts largest - city also its - also its capital - largest city also 4-gram: - largest city also its - Egypts largest city also - city also its capital - Is Egypts largest city 5-gram: - Egypts largest city also its - largest city also its capital - Is Egypts largest city also query: "ASK WHERE { ?large . ?capital . FILTER (?large = ?capital) } " query_parts: o: {} p: http://dbpedia.org/ontology/capital: 1 http://dbpedia.org/ontology/largestCity: 1 po: {} s: http://dbpedia.org/resource/Egypt: 1 sp: http://dbpedia.org/resource/Egypt: http://dbpedia.org/ontology/capital: 1 http://dbpedia.org/ontology/largestCity: 1 question: Is Egypts largest city also its capital? question_ID: 19 source: QALD-6/qald-6-train-multilingual.json 190: patterns: 1-gram: - minister - prime - residence - Spain 2-gram: - residence of - the prime - prime minister - minister of - of Spain - the residence 3-gram: - prime minister of - the residence of - the prime minister - is the residence - minister of Spain - of the prime - residence of the 4-gram: - the residence of the - is the residence of - residence of the prime - the prime minister of - Where is the residence - of the prime minister - prime minister of Spain 5-gram: - the prime minister of Spain - Where is the residence of - of the prime minister of - residence of the prime minister - the residence of the prime - is the residence of the query: "SELECT DISTINCT ?uri WHERE { ?uri . } " query_parts: o: {} p: http://dbpedia.org/property/residence: 1 po: {} s: http://dbpedia.org/resource/Prime_Minister_of_Spain: 1 sp: http://dbpedia.org/resource/Prime_Minister_of_Spain: http://dbpedia.org/property/residence: 1 question: Where is the residence of the prime minister of Spain? question_ID: 190 source: QALD-6/qald-6-train-multilingual.json 191: patterns: 1-gram: - abbreviation - state 2-gram: - state has - abbreviation MN - the abbreviation - Which U.S - U.S state 3-gram: - has the abbreviation - Which U.S state - U.S state has - the abbreviation MN - state has the 4-gram: - U.S state has the - has the abbreviation MN - Which U.S state has - state has the abbreviation 5-gram: - state has the abbreviation MN - U.S state has the abbreviation - Which U.S state has the query: "SELECT DISTINCT ?uri WHERE { ?uri . ?uri 'MN'@en . } " query_parts: o: http://dbpedia.org/class/yago/StatesOfTheUnitedStates: 1 p: http://dbpedia.org/property/postalabbreviation: 1 po: http://dbpedia.org/property/postalabbreviation: "\"MN\"@en": 1 s: {} sp: {} question: Which U.S. state has the abbreviation MN? question_ID: 191 source: QALD-6/qald-6-train-multilingual.json 192: patterns: 1-gram: - songs - Springsteen - released - 1990 - Show - Bruce - 1980 2-gram: - Springsteen released - released between - from Bruce - 1980 and - Show me - songs from - between 1980 - Bruce Springsteen - all songs - and 1990 3-gram: - from Bruce Springsteen - songs from Bruce - 1980 and 1990 - Bruce Springsteen released - Show me all - me all songs - between 1980 and - all songs from - Springsteen released between - released between 1980 4-gram: - Springsteen released between 1980 - all songs from Bruce - me all songs from - songs from Bruce Springsteen - between 1980 and 1990 - Bruce Springsteen released between - from Bruce Springsteen released - released between 1980 and - Show me all songs 5-gram: - released between 1980 and 1990 - Springsteen released between 1980 and - all songs from Bruce Springsteen - songs from Bruce Springsteen released - Show me all songs from - from Bruce Springsteen released between - Bruce Springsteen released between 1980 - me all songs from Bruce query: "SELECT DISTINCT ?uri WHERE { ?uri . ?uri . ?uri ?date . FILTER (?date >= '1980-01-01'^^xsd:date && ?date <= '1990-12-31'^^xsd:date) } " query_parts: o: http://dbpedia.org/ontology/Song: 1 http://dbpedia.org/resource/Bruce_Springsteen: 1 p: http://dbpedia.org/ontology/artist: 1 http://dbpedia.org/ontology/releaseDate: 1 po: http://dbpedia.org/ontology/artist: http://dbpedia.org/resource/Bruce_Springsteen: 1 s: {} sp: {} question: Show me all songs from Bruce Springsteen released between 1980 and 1990. question_ID: 192 source: QALD-6/qald-6-train-multilingual.json 193: patterns: 1-gram: - direct - Kurosawa - movies 2-gram: - did Kurosawa - Kurosawa direct - movies did - Which movies 3-gram: - did Kurosawa direct - Which movies did - movies did Kurosawa 4-gram: - Which movies did Kurosawa - movies did Kurosawa direct 5-gram: - Which movies did Kurosawa direct query: "SELECT DISTINCT ?uri WHERE { ?uri . ?uri . } " query_parts: o: http://dbpedia.org/ontology/Film: 1 http://dbpedia.org/resource/Akira_Kurosawa: 1 p: http://dbpedia.org/ontology/director: 1 po: http://dbpedia.org/ontology/director: http://dbpedia.org/resource/Akira_Kurosawa: 1 s: {} sp: {} question: Which movies did Kurosawa direct? question_ID: 193 source: QALD-6/qald-6-train-multilingual.json 194: patterns: 1-gram: - Urquell - founding - brewery - Pilsner - produces - year 2-gram: - the founding - that produces - the brewery - year of - founding year - brewery that - Pilsner Urquell - produces Pilsner 3-gram: - is the founding - that produces Pilsner - the founding year - the brewery that - of the brewery - year of the - brewery that produces - produces Pilsner Urquell - founding year of 4-gram: - What is the founding - of the brewery that - that produces Pilsner Urquell - is the founding year - year of the brewery - the founding year of - brewery that produces Pilsner - founding year of the - the brewery that produces 5-gram: - is the founding year of - What is the founding year - of the brewery that produces - brewery that produces Pilsner Urquell - founding year of the brewery - the brewery that produces Pilsner - the founding year of the - year of the brewery that query: "SELECT DISTINCT ?num WHERE { ?uri . ?uri ?num . } " query_parts: o: {} p: http://dbpedia.org/property/brewery: 1 http://dbpedia.org/property/foundation: 1 po: {} s: http://dbpedia.org/resource/Pilsner_Urquell: 1 sp: http://dbpedia.org/resource/Pilsner_Urquell: http://dbpedia.org/property/brewery: 1 question: What is the founding year of the brewery that produces Pilsner Urquell? question_ID: 194 source: QALD-6/qald-6-train-multilingual.json 195: patterns: 1-gram: - anthem - lyrics - Polish - wrote - national 2-gram: - Who wrote - lyrics for - the Polish - the lyrics - wrote the - national anthem - Polish national 3-gram: - wrote the lyrics - the lyrics for - lyrics for the - the Polish national - for the Polish - Who wrote the - Polish national anthem 4-gram: - the Polish national anthem - wrote the lyrics for - for the Polish national - lyrics for the Polish - Who wrote the lyrics - the lyrics for the 5-gram: - lyrics for the Polish national - wrote the lyrics for the - Who wrote the lyrics for - the lyrics for the Polish - for the Polish national anthem query: "SELECT DISTINCT ?uri WHERE { ?x . ?x ?uri . } " query_parts: o: {} p: http://dbpedia.org/ontology/anthem: 1 http://dbpedia.org/property/author: 1 po: {} s: http://dbpedia.org/resource/Poland: 1 sp: http://dbpedia.org/resource/Poland: http://dbpedia.org/ontology/anthem: 1 question: Who wrote the lyrics for the Polish national anthem? question_ID: 195 source: QALD-6/qald-6-train-multilingual.json 196: patterns: 1-gram: - Give - B-sides - Ramones 2-gram: - B-sides of - all B-sides - Give me - the Ramones 3-gram: - Give me all - B-sides of the - all B-sides of - me all B-sides - of the Ramones 4-gram: - B-sides of the Ramones - me all B-sides of - Give me all B-sides - all B-sides of the 5-gram: - me all B-sides of the - all B-sides of the Ramones - Give me all B-sides of query: "SELECT DISTINCT ?string WHERE { ?x . ?x ?string . } " query_parts: o: http://dbpedia.org/resource/Ramones: 1 p: http://dbpedia.org/ontology/bSide: 1 http://dbpedia.org/ontology/musicalArtist: 1 po: http://dbpedia.org/ontology/musicalArtist: http://dbpedia.org/resource/Ramones: 1 s: {} sp: {} question: Give me all B-sides of the Ramones. question_ID: 196 source: QALD-6/qald-6-train-multilingual.json 197: patterns: 1-gram: - painted - Galilee - Storm 2-gram: - Sea of - Who painted - painted The - the Sea - The Storm - of Galilee - Storm on 3-gram: - The Storm on - Sea of Galilee - the Sea of - painted The Storm - on the Sea - Who painted The - Storm on the 4-gram: - painted The Storm on - The Storm on the - on the Sea of - Storm on the Sea - the Sea of Galilee - Who painted The Storm 5-gram: - Storm on the Sea of - The Storm on the Sea - on the Sea of Galilee - Who painted The Storm on - painted The Storm on the query: "SELECT DISTINCT ?uri WHERE { ?uri . } " query_parts: o: {} p: http://dbpedia.org/property/artist: 1 po: {} s: http://dbpedia.org/resource/The_Storm_on_the_Sea_of_Galilee: 1 sp: http://dbpedia.org/resource/The_Storm_on_the_Sea_of_Galilee: http://dbpedia.org/property/artist: 1 question: Who painted The Storm on the Sea of Galilee? question_ID: 197 source: QALD-6/qald-6-train-multilingual.json 198: patterns: 1-gram: - creator - country - Miffy - come 2-gram: - country does - of Miffy - Miffy come - Which country - creator of - the creator - come from 3-gram: - does the creator - Which country does - Miffy come from - country does the - the creator of - creator of Miffy - of Miffy come 4-gram: - country does the creator - does the creator of - creator of Miffy come - of Miffy come from - Which country does the - the creator of Miffy 5-gram: - Which country does the creator - creator of Miffy come from - does the creator of Miffy - country does the creator of - the creator of Miffy come query: "SELECT DISTINCT ?uri WHERE { ?x . ?x ?uri . } " query_parts: o: {} p: http://dbpedia.org/ontology/creator: 1 http://dbpedia.org/ontology/nationality: 1 po: {} s: http://dbpedia.org/resource/Miffy: 1 sp: http://dbpedia.org/resource/Miffy: http://dbpedia.org/ontology/creator: 1 question: Which country does the creator of Miffy come from? question_ID: 198 source: QALD-6/qald-6-train-multilingual.json 199: patterns: 1-gram: - label - record - album - Elvis - first 2-gram: - label did - Elvis record - his first - record his - first album - did Elvis - which label 3-gram: - his first album - record his first - which label did - Elvis record his - did Elvis record - For which label - label did Elvis 4-gram: - record his first album - label did Elvis record - Elvis record his first - For which label did - did Elvis record his - which label did Elvis 5-gram: - label did Elvis record his - did Elvis record his first - For which label did Elvis - which label did Elvis record - Elvis record his first album query: "SELECT DISTINCT ?uri WHERE { ?x . ?x . ?x ?y . ?x ?uri . } ORDER BY ASC(?y) OFFSET 0 LIMIT 1 " query_parts: o: http://dbpedia.org/ontology/Album: 1 http://dbpedia.org/resource/Elvis_Presley: 1 p: http://dbpedia.org/ontology/artist: 1 http://dbpedia.org/ontology/recordLabel: 1 http://dbpedia.org/ontology/releaseDate: 1 po: http://dbpedia.org/ontology/artist: http://dbpedia.org/resource/Elvis_Presley: 1 s: {} sp: {} question: For which label did Elvis record his first album? question_ID: 199 source: QALD-6/qald-6-train-multilingual.json 2: patterns: 1-gram: - actors - show - television - Give - birthdays - Charmed 2-gram: - birthdays of - Give me - television show - all actors - the birthdays - show Charmed - actors of - the television 3-gram: - actors of the - the birthdays of - all actors of - television show Charmed - the television show - birthdays of all - Give me the - of the television - of all actors - me the birthdays 4-gram: - all actors of the - Give me the birthdays - the television show Charmed - of the television show - the birthdays of all - me the birthdays of - of all actors of - actors of the television - birthdays of all actors 5-gram: - all actors of the television - actors of the television show - birthdays of all actors of - of all actors of the - Give me the birthdays of - the birthdays of all actors - me the birthdays of all - of the television show Charmed query: "SELECT DISTINCT ?date WHERE { ?actor . ?actor ?date . } " query_parts: o: {} p: http://dbpedia.org/ontology/birthDate: 1 http://dbpedia.org/ontology/starring: 1 po: {} s: http://dbpedia.org/resource/Charmed: 1 sp: http://dbpedia.org/resource/Charmed: http://dbpedia.org/ontology/starring: 1 question: Give me the birthdays of all actors of the television show Charmed. question_ID: 2 source: QALD-6/qald-6-train-multilingual.json 20: patterns: 1-gram: - many - employees 2-gram: - many employees - employees does - How many - does IBM - IBM have 3-gram: - many employees does - employees does IBM - How many employees - does IBM have 4-gram: - many employees does IBM - How many employees does - employees does IBM have 5-gram: - many employees does IBM have - How many employees does IBM query: "SELECT DISTINCT ?number WHERE { ?number . } " query_parts: o: {} p: http://dbpedia.org/ontology/numberOfEmployees: 1 po: {} s: http://dbpedia.org/resource/IBM: 1 sp: http://dbpedia.org/resource/IBM: http://dbpedia.org/ontology/numberOfEmployees: 1 question: How many employees does IBM have? question_ID: 20 source: QALD-6/qald-6-train-multilingual.json 200: patterns: 1-gram: - produces - Orangina 2-gram: - Who produces - produces Orangina 3-gram: - Who produces Orangina 4-gram: [] 5-gram: [] query: "SELECT DISTINCT ?uri WHERE { ?uri . } " query_parts: o: http://dbpedia.org/resource/Orangina: 1 p: http://dbpedia.org/ontology/product: 1 po: http://dbpedia.org/ontology/product: http://dbpedia.org/resource/Orangina: 1 s: {} sp: {} question: Who produces Orangina? question_ID: 200 source: QALD-6/qald-6-train-multilingual.json 201: patterns: 1-gram: - taikonauts - Give 2-gram: - Give me - all taikonauts 3-gram: - me all taikonauts - Give me all 4-gram: - Give me all taikonauts 5-gram: [] query: "SELECT DISTINCT ?uri WHERE { ?uri . ?uri . } " query_parts: o: http://dbpedia.org/ontology/Astronaut: 1 http://dbpedia.org/resource/China: 1 p: http://dbpedia.org/ontology/nationality: 1 po: http://dbpedia.org/ontology/nationality: http://dbpedia.org/resource/China: 1 s: {} sp: {} question: Give me all taikonauts. question_ID: 201 source: QALD-6/qald-6-train-multilingual.json 202: patterns: 1-gram: - many - Colombia - languages - spoken 2-gram: - spoken in - are spoken - languages are - How many - many languages - in Colombia 3-gram: - many languages are - How many languages - spoken in Colombia - are spoken in - languages are spoken 4-gram: - How many languages are - languages are spoken in - many languages are spoken - are spoken in Colombia 5-gram: - many languages are spoken in - languages are spoken in Colombia - How many languages are spoken query: "SELECT (COUNT(DISTINCT ?uri) as ?c) WHERE { ?uri . ?uri . } " query_parts: o: http://dbpedia.org/ontology/Language: 1 p: http://dbpedia.org/ontology/language: 1 po: {} s: http://dbpedia.org/resource/Colombia: 1 sp: http://dbpedia.org/resource/Colombia: http://dbpedia.org/ontology/language: 1 question: How many languages are spoken in Colombia? question_ID: 202 source: QALD-6/qald-6-train-multilingual.json 203: patterns: 1-gram: - books - wrote - poet 2-gram: - most books - wrote the - poet wrote - Which poet 3-gram: - poet wrote the - the most books - Which poet wrote - wrote the most 4-gram: - Which poet wrote the - wrote the most books - poet wrote the most 5-gram: - Which poet wrote the most - poet wrote the most books query: "SELECT DISTINCT ?uri WHERE { ?uri . ?x ?uri . ?x . } ORDER BY DESC(COUNT(?x)) OFFSET 0 LIMIT 1 " query_parts: o: http://dbpedia.org/ontology/Book: 1 http://dbpedia.org/resource/Poet: 1 p: http://dbpedia.org/ontology/author: 1 http://dbpedia.org/ontology/occupation: 1 po: http://dbpedia.org/ontology/occupation: http://dbpedia.org/resource/Poet: 1 s: {} sp: {} question: Which poet wrote the most books? question_ID: 203 source: QALD-6/qald-6-train-multilingual.json 204: patterns: 1-gram: - languages - many - programming 2-gram: - programming languages - many programming - languages are - How many 3-gram: - programming languages are - many programming languages - How many programming - languages are there 4-gram: - programming languages are there - many programming languages are - How many programming languages 5-gram: - many programming languages are there - How many programming languages are query: "SELECT (COUNT(DISTINCT ?uri) as ?c) WHERE { ?uri . } " query_parts: o: http://dbpedia.org/ontology/ProgrammingLanguage: 1 p: {} po: {} s: {} sp: {} question: How many programming languages are there? question_ID: 204 source: QALD-6/qald-6-train-multilingual.json 205: patterns: 1-gram: - Give - Dutch - parties 2-gram: - Give me - Dutch parties - all Dutch 3-gram: - Give me all - me all Dutch - all Dutch parties 4-gram: - me all Dutch parties - Give me all Dutch 5-gram: - Give me all Dutch parties query: "SELECT DISTINCT ?uri WHERE { ?uri . ?uri . } " query_parts: o: http://dbpedia.org/ontology/PoliticalParty: 1 http://dbpedia.org/resource/Netherlands: 1 p: http://dbpedia.org/ontology/country: 1 po: http://dbpedia.org/ontology/country: http://dbpedia.org/resource/Netherlands: 1 s: {} sp: {} question: Give me all Dutch parties. question_ID: 205 source: QALD-6/qald-6-train-multilingual.json 206: patterns: 1-gram: - shot - Palme - Olof 2-gram: - Olof Palme - Palme shot - was Olof 3-gram: - When was Olof - was Olof Palme - Olof Palme shot 4-gram: - was Olof Palme shot - When was Olof Palme 5-gram: - When was Olof Palme shot query: "SELECT DISTINCT ?date WHERE { ?date . } " query_parts: o: {} p: http://dbpedia.org/ontology/deathDate: 1 po: {} s: http://dbpedia.org/resource/Olof_Palme: 1 sp: http://dbpedia.org/resource/Olof_Palme: http://dbpedia.org/ontology/deathDate: 1 question: When was Olof Palme shot? question_ID: 206 source: QALD-6/qald-6-train-multilingual.json 207: patterns: 1-gram: - Isar - flow - lake 2-gram: - the Isar - Isar flow - a lake - flow into 3-gram: - the Isar flow - Does the Isar - flow into a - into a lake - Isar flow into 4-gram: - the Isar flow into - Does the Isar flow - flow into a lake - Isar flow into a 5-gram: - Does the Isar flow into - the Isar flow into a - Isar flow into a lake query: "ASK WHERE { ?x . ?x . } " query_parts: o: http://dbpedia.org/ontology/Lake: 1 http://dbpedia.org/resource/Isar: 1 p: http://dbpedia.org/ontology/inflow: 1 po: http://dbpedia.org/ontology/inflow: http://dbpedia.org/resource/Isar: 1 s: {} sp: {} question: Does the Isar flow into a lake? question_ID: 207 source: QALD-6/qald-6-train-multilingual.json 208: patterns: 1-gram: - flow - German - rivers - lake 2-gram: - flow into - Which rivers - rivers flow - German lake - a German 3-gram: - rivers flow into - into a German - Which rivers flow - a German lake - flow into a 4-gram: - into a German lake - Which rivers flow into - rivers flow into a - flow into a German 5-gram: - flow into a German lake - Which rivers flow into a - rivers flow into a German query: "SELECT DISTINCT ?uri WHERE { ?uri . ?x ?uri . ?x . ?x . } " query_parts: o: http://dbpedia.org/ontology/Lake: 1 http://dbpedia.org/ontology/River: 1 http://dbpedia.org/resource/Germany: 1 p: http://dbpedia.org/ontology/country: 1 http://dbpedia.org/ontology/inflow: 1 po: http://dbpedia.org/ontology/country: http://dbpedia.org/resource/Germany: 1 s: {} sp: {} question: Which rivers flow into a German lake? question_ID: 208 source: QALD-6/qald-6-train-multilingual.json 209: patterns: 1-gram: - lightest - Jupiter's - moon - heavy 2-gram: - heavy is - How heavy - Jupiter's lightest - is Jupiter's - lightest moon 3-gram: - How heavy is - is Jupiter's lightest - heavy is Jupiter's - Jupiter's lightest moon 4-gram: - How heavy is Jupiter's - is Jupiter's lightest moon - heavy is Jupiter's lightest 5-gram: - How heavy is Jupiter's lightest - heavy is Jupiter's lightest moon query: "SELECT DISTINCT ?n WHERE { ?uri . ?uri ?n . } ORDER BY ASC(?n) OFFSET 0 LIMIT 1 " query_parts: o: http://dbpedia.org/resource/Jupiter: 1 p: http://dbpedia.org/ontology/mass: 1 http://dbpedia.org/property/satelliteOf: 1 po: http://dbpedia.org/property/satelliteOf: http://dbpedia.org/resource/Jupiter: 1 s: {} sp: {} question: How heavy is Jupiter's lightest moon? question_ID: 209 source: QALD-6/qald-6-train-multilingual.json 21: patterns: 1-gram: - Illinois - border - states 2-gram: - Which states - border Illinois - states border 3-gram: - states border Illinois - Which states border 4-gram: - Which states border Illinois 5-gram: [] query: "SELECT DISTINCT ?uri WHERE { ?uri . } " query_parts: o: {} p: http://dbpedia.org/property/borderingstates: 1 po: {} s: http://dbpedia.org/resource/Illinois: 1 sp: http://dbpedia.org/resource/Illinois: http://dbpedia.org/property/borderingstates: 1 question: Which states border Illinois? question_ID: 21 source: QALD-6/qald-6-train-multilingual.json 210: patterns: 1-gram: - Darts - youngest - player 2-gram: - the youngest - Darts player - youngest Darts 3-gram: - is the youngest - the youngest Darts - youngest Darts player 4-gram: - the youngest Darts player - Who is the youngest - is the youngest Darts 5-gram: - Who is the youngest Darts - is the youngest Darts player query: "SELECT DISTINCT ?uri WHERE { ?uri . ?uri ?date . } ORDER BY DESC(?date) OFFSET 0 LIMIT 1 " query_parts: o: http://dbpedia.org/ontology/DartsPlayer: 1 p: http://dbpedia.org/ontology/birthDate: 1 po: {} s: {} sp: {} question: Who is the youngest Darts player? question_ID: 210 source: QALD-6/qald-6-train-multilingual.json 211: patterns: 1-gram: - animals - Give - extinct 2-gram: - Give me - are extinct - all animals - animals that 3-gram: - that are extinct - me all animals - Give me all - all animals that - animals that are 4-gram: - me all animals that - all animals that are - Give me all animals - animals that are extinct 5-gram: - me all animals that are - all animals that are extinct - Give me all animals that query: SELECT DISTINCT ?uri WHERE { ?uri . ?uri 'EX'^^ . } query_parts: o: http://dbpedia.org/ontology/Animal: 1 p: http://dbpedia.org/ontology/conservationStatus: 1 po: {} s: {} sp: {} question: Give me all animals that are extinct. question_ID: 211 source: QALD-6/qald-6-train-multilingual.json 212: patterns: 1-gram: - Peace - many - pages 2-gram: - Peace have - and Peace - many pages - pages does - How many - does War - War and 3-gram: - does War and - War and Peace - How many pages - and Peace have - pages does War - many pages does 4-gram: - How many pages does - many pages does War - does War and Peace - War and Peace have - pages does War and 5-gram: - pages does War and Peace - many pages does War and - does War and Peace have - How many pages does War query: "SELECT DISTINCT ?n WHERE { ?n . } " query_parts: o: {} p: http://dbpedia.org/ontology/numberOfPages: 1 po: {} s: http://dbpedia.org/resource/War_and_Peace: 1 sp: http://dbpedia.org/resource/War_and_Peace: http://dbpedia.org/ontology/numberOfPages: 1 question: How many pages does War and Peace have? question_ID: 212 source: QALD-6/qald-6-train-multilingual.json 213: patterns: 1-gram: - cake - ingredients - need - carrot 2-gram: - I need - ingredients do - for carrot - need for - Which ingredients - carrot cake 3-gram: - for carrot cake - ingredients do I - I need for - need for carrot - Which ingredients do - do I need 4-gram: - ingredients do I need - need for carrot cake - Which ingredients do I - do I need for - I need for carrot 5-gram: - Which ingredients do I need - I need for carrot cake - ingredients do I need for - do I need for carrot query: "SELECT DISTINCT ?uri WHERE { ?uri . } " query_parts: o: {} p: http://dbpedia.org/ontology/ingredient: 1 po: {} s: http://dbpedia.org/resource/Carrot_cake: 1 sp: http://dbpedia.org/resource/Carrot_cake: http://dbpedia.org/ontology/ingredient: 1 question: Which ingredients do I need for carrot cake? question_ID: 213 source: QALD-6/qald-6-train-multilingual.json 214: patterns: 1-gram: - death - frequent - cause 2-gram: - most frequent - of death - frequent cause - cause of 3-gram: - cause of death - most frequent cause - the most frequent - frequent cause of 4-gram: - frequent cause of death - most frequent cause of - the most frequent cause - is the most frequent 5-gram: - What is the most frequent - is the most frequent cause - most frequent cause of death - the most frequent cause of query: "SELECT DISTINCT ?x WHERE { ?uri ?x . } ORDER BY DESC(COUNT(DISTINCT ?uri)) OFFSET 0 LIMIT 1 " query_parts: o: {} p: http://dbpedia.org/ontology/deathCause: 1 po: {} s: {} sp: {} question: What is the most frequent cause of death? question_ID: 214 source: QALD-6/qald-6-train-multilingual.json 215: patterns: 1-gram: - Cruise - married 2-gram: - been married - Cruise been - has Tom - married to - Tom Cruise 3-gram: - has Tom Cruise - Tom Cruise been - Who has Tom - been married to - Cruise been married 4-gram: - Cruise been married to - Who has Tom Cruise - has Tom Cruise been - Tom Cruise been married 5-gram: - Tom Cruise been married to - has Tom Cruise been married - Who has Tom Cruise been query: "SELECT DISTINCT ?uri WHERE { ?uri . } " query_parts: o: http://dbpedia.org/resource/Tom_Cruise: 1 p: http://dbpedia.org/ontology/spouse: 1 po: http://dbpedia.org/ontology/spouse: http://dbpedia.org/resource/Tom_Cruise: 1 s: {} sp: {} question: Who has Tom Cruise been married to? question_ID: 215 source: QALD-6/qald-6-train-multilingual.json 216: patterns: 1-gram: - Atlanta - tallest - player - Falcons 2-gram: - the tallest - Atlanta Falcons - player of - the Atlanta - tallest player 3-gram: - the Atlanta Falcons - player of the - is the tallest - the tallest player - of the Atlanta - tallest player of 4-gram: - is the tallest player - Who is the tallest - tallest player of the - the tallest player of - player of the Atlanta - of the Atlanta Falcons 5-gram: - the tallest player of the - Who is the tallest player - player of the Atlanta Falcons - tallest player of the Atlanta - is the tallest player of query: "SELECT DISTINCT ?uri WHERE { ?uri . ?uri ?h . } ORDER BY DESC(?h) OFFSET 0 LIMIT 1 " query_parts: o: http://dbpedia.org/resource/Atlanta_Falcons: 1 p: http://dbpedia.org/ontology/height: 1 http://dbpedia.org/ontology/team: 1 po: http://dbpedia.org/ontology/team: http://dbpedia.org/resource/Atlanta_Falcons: 1 s: {} sp: {} question: Who is the tallest player of the Atlanta Falcons? question_ID: 216 source: QALD-6/qald-6-train-multilingual.json 217: patterns: 1-gram: - bridge - longest - span 2-gram: - longest span - bridge with - the longest - the bridge 3-gram: - the longest span - the bridge with - bridge with the - is the bridge - with the longest 4-gram: - is the bridge with - the bridge with the - What is the bridge - with the longest span - bridge with the longest 5-gram: - is the bridge with the - bridge with the longest span - What is the bridge with - the bridge with the longest query: "SELECT DISTINCT ?uri WHERE { ?uri . ?uri ?s . } ORDER BY DESC(?s) OFFSET 0 LIMIT 1 " query_parts: o: http://dbpedia.org/ontology/Bridge: 1 p: http://dbpedia.org/ontology/mainspan: 1 po: {} s: {} sp: {} question: What is the bridge with the longest span? question_ID: 217 source: QALD-6/qald-6-train-multilingual.json 218: patterns: 1-gram: - least - budget - Give - Steven - million - produced - films - Spielberg 2-gram: - by Steven - least $80 - at least - produced by - budget of - Spielberg with - a budget - $80 million - all films - films produced - Give me - Steven Spielberg 3-gram: - films produced by - Spielberg with a - me all films - Give me all - with a budget - a budget of - all films produced - budget of at - Steven Spielberg with - of at least - at least $80 - by Steven Spielberg - least $80 million - produced by Steven 4-gram: - by Steven Spielberg with - a budget of at - Give me all films - produced by Steven Spielberg - of at least $80 - budget of at least - with a budget of - me all films produced - Spielberg with a budget - films produced by Steven - Steven Spielberg with a - at least $80 million - all films produced by 5-gram: - by Steven Spielberg with a - with a budget of at - films produced by Steven Spielberg - Give me all films produced - me all films produced by - produced by Steven Spielberg with - all films produced by Steven - a budget of at least - of at least $80 million - budget of at least $80 - Steven Spielberg with a budget - Spielberg with a budget of query: "SELECT DISTINCT ?uri WHERE { ?uri . ?uri . ?uri ?b . FILTER( xsd:double(?b) >= 8.0E7 ) } " query_parts: o: http://dbpedia.org/ontology/Film: 1 http://dbpedia.org/resource/Steven_Spielberg: 1 p: http://dbpedia.org/ontology/budget: 1 http://dbpedia.org/ontology/director: 1 po: http://dbpedia.org/ontology/director: http://dbpedia.org/resource/Steven_Spielberg: 1 s: {} sp: {} question: Give me all films produced by Steven Spielberg with a budget of at least $80 million. question_ID: 218 source: QALD-6/qald-6-train-multilingual.json 219: patterns: 1-gram: - Cola - beverage 2-gram: - Cola a - Is Cola - a beverage 3-gram: - Cola a beverage - Is Cola a 4-gram: - Is Cola a beverage 5-gram: [] query: "ASK WHERE { . } " query_parts: o: http://dbpedia.org/ontology/Beverage: 1 p: {} po: {} s: http://dbpedia.org/resource/Cola: 1 sp: {} question: Is Cola a beverage? question_ID: 219 source: QALD-6/qald-6-train-multilingual.json 22: patterns: 1-gram: - country - Limerick - Lake 2-gram: - the Limerick - country is - Limerick Lake - which country 3-gram: - is the Limerick - In which country - the Limerick Lake - country is the - which country is 4-gram: - which country is the - country is the Limerick - is the Limerick Lake - In which country is 5-gram: - which country is the Limerick - country is the Limerick Lake - In which country is the query: "SELECT DISTINCT ?uri WHERE { ?uri . } " query_parts: o: {} p: http://dbpedia.org/ontology/country: 1 po: {} s: http://dbpedia.org/resource/Limerick_Lake: 1 sp: http://dbpedia.org/resource/Limerick_Lake: http://dbpedia.org/ontology/country: 1 question: In which country is the Limerick Lake? question_ID: 22 source: QALD-6/qald-6-train-multilingual.json 220: patterns: 1-gram: - casted - actor - movies 2-gram: - Which actor - casted in - was casted - actor was - most movies 3-gram: - actor was casted - was casted in - the most movies - casted in the - Which actor was 4-gram: - in the most movies - was casted in the - casted in the most - actor was casted in - Which actor was casted 5-gram: - was casted in the most - Which actor was casted in - actor was casted in the - casted in the most movies query: "SELECT DISTINCT ?uri WHERE { ?uri . ?f . ?f ?uri . } ORDER BY DESC(COUNT(DISTINCT(?f))) OFFSET 0 LIMIT 1 " query_parts: o: http://dbpedia.org/ontology/Actor: 1 http://dbpedia.org/ontology/Film: 1 p: http://dbpedia.org/ontology/starring: 1 po: {} s: {} sp: {} question: Which actor was casted in the most movies? question_ID: 220 source: QALD-6/qald-6-train-multilingual.json 221: patterns: 1-gram: - born - Bach 2-gram: - Bach born - was Bach 3-gram: - was Bach born - Where was Bach 4-gram: - Where was Bach born 5-gram: [] query: "SELECT DISTINCT ?uri WHERE { ?uri . } " query_parts: o: {} p: http://dbpedia.org/ontology/birthPlace: 1 po: {} s: http://dbpedia.org/resource/Johann_Sebastian_Bach: 1 sp: http://dbpedia.org/resource/Johann_Sebastian_Bach: http://dbpedia.org/ontology/birthPlace: 1 question: Where was Bach born? question_ID: 221 source: QALD-6/qald-6-train-multilingual.json 222: patterns: 1-gram: - films - budget - Burton's - highest 2-gram: - the highest - Tim Burton's - films had - highest budget - Burton's films - of Tim 3-gram: - Which of Tim - Tim Burton's films - the highest budget - had the highest - of Tim Burton's - films had the - Burton's films had 4-gram: - of Tim Burton's films - films had the highest - Which of Tim Burton's - Tim Burton's films had - Burton's films had the - had the highest budget 5-gram: - films had the highest budget - Tim Burton's films had the - of Tim Burton's films had - Burton's films had the highest - Which of Tim Burton's films query: "SELECT DISTINCT ?uri WHERE { ?uri . ?uri ?b . } ORDER BY ?b OFFSET 0 LIMIT 1 " query_parts: o: http://dbpedia.org/resource/Tim_Burton: 1 p: http://dbpedia.org/ontology/budget: 1 http://dbpedia.org/ontology/director: 1 po: http://dbpedia.org/ontology/director: http://dbpedia.org/resource/Tim_Burton: 1 s: {} sp: {} question: Which of Tim Burton's films had the highest budget? question_ID: 222 source: QALD-6/qald-6-train-multilingual.json 223: patterns: 1-gram: - Lincoln's - death - place - Abraham - website 2-gram: - death place - Does Abraham - a website - Lincoln's death - Abraham Lincoln's - place have 3-gram: - Abraham Lincoln's death - Does Abraham Lincoln's - death place have - Lincoln's death place - have a website - place have a 4-gram: - death place have a - Lincoln's death place have - Does Abraham Lincoln's death - Abraham Lincoln's death place - place have a website 5-gram: - Abraham Lincoln's death place have - death place have a website - Lincoln's death place have a - Does Abraham Lincoln's death place query: "ASK WHERE { ?p . ?p ?w . } " query_parts: o: {} p: http://dbpedia.org/ontology/deathPlace: 1 http://dbpedia.org/property/website: 1 po: {} s: http://dbpedia.org/resource/Abraham_Lincoln: 1 sp: http://dbpedia.org/resource/Abraham_Lincoln: http://dbpedia.org/ontology/deathPlace: 1 question: Does Abraham Lincoln's death place have a website? question_ID: 223 source: QALD-6/qald-6-train-multilingual.json 224: patterns: 1-gram: - four - basketball - players - youngest 2-gram: - MVP basketball - four youngest - basketball players - the four - youngest MVP 3-gram: - are the four - youngest MVP basketball - the four youngest - four youngest MVP - MVP basketball players 4-gram: - the four youngest MVP - are the four youngest - four youngest MVP basketball - youngest MVP basketball players - Who are the four 5-gram: - the four youngest MVP basketball - Who are the four youngest - four youngest MVP basketball players - are the four youngest MVP query: "SELECT DISTINCT ?uri WHERE { ?uri . ?uri ?date. ?uri ?h . FILTER regex(?h,'MVP') } ORDER BY DESC(?date) OFFSET 0 LIMIT 4 " query_parts: o: http://dbpedia.org/ontology/BasketballPlayer: 1 p: http://dbpedia.org/ontology/birthDate: 1 http://dbpedia.org/property/highlights: 1 po: {} s: {} sp: {} question: Who are the four youngest MVP basketball players? question_ID: 224 source: QALD-6/qald-6-train-multilingual.json 225: patterns: 1-gram: - top-10 - video - action - according - games - role-playing 2-gram: - according to - games according - action role-playing - to IGN - the top-10 - video games - role-playing video - top-10 action 3-gram: - top-10 action role-playing - the top-10 action - are the top-10 - video games according - action role-playing video - according to IGN - games according to - role-playing video games 4-gram: - What are the top-10 - are the top-10 action - action role-playing video games - the top-10 action role-playing - top-10 action role-playing video - video games according to - role-playing video games according - games according to IGN 5-gram: - top-10 action role-playing video games - action role-playing video games according - role-playing video games according to - are the top-10 action role-playing - What are the top-10 action - video games according to IGN - the top-10 action role-playing video query: "SELECT DISTINCT ?uri WHERE { ?uri . ?uri ?score . } ORDER BY DESC(?score) LIMIT 10 " query_parts: o: http://dbpedia.org/resource/Category:Action_role-playing_video_games: 1 p: http://dbpedia.org/property/ign: 1 http://purl.org/dc/terms/subject: 1 po: http://purl.org/dc/terms/subject: http://dbpedia.org/resource/Category:Action_role-playing_video_games: 1 s: {} sp: {} question: What are the top-10 action role-playing video games according to IGN? question_ID: 225 source: QALD-6/qald-6-train-multilingual.json 226: patterns: 1-gram: - born - actors - Berlin - Give 2-gram: - actors who - Give me - in Berlin - were born - all actors - born in 3-gram: - born in Berlin - me all actors - who were born - Give me all - actors who were - were born in - all actors who 4-gram: - were born in Berlin - all actors who were - who were born in - me all actors who - Give me all actors - actors who were born 5-gram: - Give me all actors who - actors who were born in - me all actors who were - who were born in Berlin - all actors who were born query: "SELECT DISTINCT ?uri WHERE { ?uri . ?uri . } " query_parts: o: http://dbpedia.org/ontology/Actor: 1 http://dbpedia.org/resource/Berlin: 1 p: http://dbpedia.org/ontology/birthPlace: 1 po: http://dbpedia.org/ontology/birthPlace: http://dbpedia.org/resource/Berlin: 1 s: {} sp: {} question: Give me all actors who were born in Berlin. question_ID: 226 source: QALD-6/qald-6-train-multilingual.json 227: patterns: 1-gram: - Paris - actors - Give - 1950 - born 2-gram: - Paris after - born in - all actors - actors who - Give me - in Paris - after 1950 - were born 3-gram: - were born in - Give me all - Paris after 1950 - all actors who - actors who were - born in Paris - in Paris after - who were born - me all actors 4-gram: - born in Paris after - who were born in - were born in Paris - in Paris after 1950 - Give me all actors - actors who were born - all actors who were - me all actors who 5-gram: - me all actors who were - actors who were born in - who were born in Paris - Give me all actors who - all actors who were born - were born in Paris after - born in Paris after 1950 query: "SELECT DISTINCT ?uri WHERE { ?uri . ?uri . ?uri ?date . FILTER ( ?date >= xsd:dateTime('1950-12-31T00:00:00Z')) } " query_parts: o: http://dbpedia.org/ontology/Actor: 1 http://dbpedia.org/resource/Paris: 1 p: http://dbpedia.org/ontology/birthDate: 1 http://dbpedia.org/ontology/birthPlace: 1 po: http://dbpedia.org/ontology/birthPlace: http://dbpedia.org/resource/Paris: 1 s: {} sp: {} question: Give me all actors who were born in Paris after 1950. question_ID: 227 source: QALD-6/qald-6-train-multilingual.json 228: patterns: 1-gram: - lowest - Brazil's - rank - FIFA - World - Ranking 2-gram: - the FIFA - FIFA World - was Brazil's - Brazil's lowest - rank in - lowest rank - World Ranking 3-gram: - in the FIFA - rank in the - lowest rank in - was Brazil's lowest - What was Brazil's - Brazil's lowest rank - the FIFA World - FIFA World Ranking 4-gram: - rank in the FIFA - the FIFA World Ranking - lowest rank in the - Brazil's lowest rank in - in the FIFA World - was Brazil's lowest rank - What was Brazil's lowest 5-gram: - was Brazil's lowest rank in - What was Brazil's lowest rank - lowest rank in the FIFA - in the FIFA World Ranking - Brazil's lowest rank in the - rank in the FIFA World query: "SELECT DISTINCT ?n WHERE { ?n . } " query_parts: o: {} p: http://dbpedia.org/property/fifaMin: 1 po: {} s: http://dbpedia.org/resource/Brazil_national_football_team: 1 sp: http://dbpedia.org/resource/Brazil_national_football_team: http://dbpedia.org/property/fifaMin: 1 question: What was Brazil's lowest rank in the FIFA World Ranking? question_ID: 228 source: QALD-6/qald-6-train-multilingual.json 229: patterns: 1-gram: - bands - metalcore - Give - Australian 2-gram: - Australian metalcore - all Australian - Give me - metalcore bands 3-gram: - Australian metalcore bands - all Australian metalcore - Give me all - me all Australian 4-gram: - me all Australian metalcore - all Australian metalcore bands - Give me all Australian 5-gram: - Give me all Australian metalcore - me all Australian metalcore bands query: "SELECT DISTINCT ?uri WHERE { ?uri . ?uri . { ?uri . } UNION { ?uri ?h . ?h . } } " query_parts: o: http://dbpedia.org/ontology/Band: 1 http://dbpedia.org/resource/Australia: 1 http://dbpedia.org/resource/Metalcore: 1 p: http://dbpedia.org/ontology/country: 1 http://dbpedia.org/ontology/genre: 1 http://dbpedia.org/ontology/hometown: 1 po: http://dbpedia.org/ontology/country: http://dbpedia.org/resource/Australia: 1 http://dbpedia.org/ontology/genre: http://dbpedia.org/resource/Metalcore: 1 http://dbpedia.org/ontology/hometown: http://dbpedia.org/resource/Australia: 1 s: {} sp: {} question: Give me all Australian metalcore bands. question_ID: 229 source: QALD-6/qald-6-train-multilingual.json 23: patterns: 1-gram: - John - television - shows - created - Cleese 2-gram: - Which television - created by - shows were - by John - John Cleese - were created - television shows 3-gram: - by John Cleese - Which television shows - were created by - created by John - television shows were - shows were created 4-gram: - Which television shows were - television shows were created - shows were created by - created by John Cleese - were created by John 5-gram: - were created by John Cleese - Which television shows were created - shows were created by John - television shows were created by query: "SELECT DISTINCT ?uri WHERE { ?uri . ?uri . } " query_parts: o: http://dbpedia.org/ontology/TelevisionShow: 1 http://dbpedia.org/resource/John_Cleese: 1 p: http://dbpedia.org/ontology/creator: 1 po: http://dbpedia.org/ontology/creator: http://dbpedia.org/resource/John_Cleese: 1 s: {} sp: {} question: Which television shows were created by John Cleese? question_ID: 23 source: QALD-6/qald-6-train-multilingual.json 230: patterns: 1-gram: - Halloween 2-gram: - is Halloween 3-gram: - When is Halloween 4-gram: [] 5-gram: [] query: "SELECT DISTINCT ?date WHERE { ?date . } " query_parts: o: {} p: http://dbpedia.org/property/date: 1 po: {} s: http://dbpedia.org/resource/Halloween: 1 sp: http://dbpedia.org/resource/Halloween: http://dbpedia.org/property/date: 1 question: When is Halloween? question_ID: 230 source: QALD-6/qald-6-train-multilingual.json 231: patterns: 1-gram: - many - Canada - inhabitants - city - largest 2-gram: - in Canada - many inhabitants - Canada have - inhabitants does - city in - largest city - the largest - How many 3-gram: - many inhabitants does - largest city in - the largest city - in Canada have - inhabitants does the - city in Canada - How many inhabitants - does the largest 4-gram: - does the largest city - largest city in Canada - How many inhabitants does - the largest city in - inhabitants does the largest - many inhabitants does the - city in Canada have 5-gram: - the largest city in Canada - largest city in Canada have - many inhabitants does the largest - How many inhabitants does the - inhabitants does the largest city - does the largest city in query: "SELECT DISTINCT ?num WHERE { ?city . ?city ?num . } " query_parts: o: {} p: http://dbpedia.org/ontology/largestCity: 1 http://dbpedia.org/ontology/populationTotal: 1 po: {} s: http://dbpedia.org/resource/Canada: 1 sp: http://dbpedia.org/resource/Canada: http://dbpedia.org/ontology/largestCity: 1 question: How many inhabitants does the largest city in Canada have? question_ID: 231 source: QALD-6/qald-6-train-multilingual.json 232: patterns: 1-gram: - franc - using - countries - African - West 2-gram: - countries can - the West - West African - using the - which countries - you pay - CFA franc - pay using - African CFA 3-gram: - West African CFA - countries can you - African CFA franc - using the West - the West African - you pay using - which countries can - pay using the - can you pay - In which countries 4-gram: - countries can you pay - pay using the West - West African CFA franc - the West African CFA - using the West African - can you pay using - which countries can you - In which countries can - you pay using the 5-gram: - can you pay using the - the West African CFA franc - In which countries can you - pay using the West African - countries can you pay using - which countries can you pay - you pay using the West - using the West African CFA query: "SELECT DISTINCT ?uri WHERE { ?uri . } " query_parts: o: http://dbpedia.org/resource/West_African_CFA_franc: 1 p: http://dbpedia.org/ontology/currency: 1 po: http://dbpedia.org/ontology/currency: http://dbpedia.org/resource/West_African_CFA_franc: 1 s: {} sp: {} question: In which countries can you pay using the West African CFA franc? question_ID: 232 source: QALD-6/qald-6-train-multilingual.json 233: patterns: 1-gram: - capitals - Give - countries - Himalayas 2-gram: - Himalayas run - the Himalayas - the capitals - countries that - capitals of - Give me - all countries - run through 3-gram: - me the capitals - the Himalayas run - of all countries - capitals of all - countries that the - that the Himalayas - all countries that - Himalayas run through - Give me the - the capitals of 4-gram: - Give me the capitals - the Himalayas run through - of all countries that - all countries that the - that the Himalayas run - capitals of all countries - me the capitals of - the capitals of all - countries that the Himalayas 5-gram: - that the Himalayas run through - all countries that the Himalayas - the capitals of all countries - capitals of all countries that - me the capitals of all - Give me the capitals of - countries that the Himalayas run - of all countries that the query: "SELECT DISTINCT ?uri WHERE { ?country . ?country ?uri . } " query_parts: o: {} p: http://dbpedia.org/ontology/capital: 1 http://dbpedia.org/property/country: 1 po: {} s: http://dbpedia.org/resource/Himalayas: 1 sp: http://dbpedia.org/resource/Himalayas: http://dbpedia.org/property/country: 1 question: Give me the capitals of all countries that the Himalayas run through. question_ID: 233 source: QALD-6/qald-6-train-multilingual.json 234: patterns: 1-gram: - Mount - first - Everest - climb 2-gram: - to climb - Mount Everest - first to - climb Mount - the first 3-gram: - was the first - first to climb - climb Mount Everest - the first to - to climb Mount 4-gram: - to climb Mount Everest - first to climb Mount - was the first to - Who was the first - the first to climb 5-gram: - Who was the first to - the first to climb Mount - first to climb Mount Everest - was the first to climb query: "SELECT DISTINCT ?uri WHERE { ?uri . } " query_parts: o: {} p: http://dbpedia.org/ontology/firstAscentPerson: 1 po: {} s: http://dbpedia.org/resource/Mount_Everest: 1 sp: http://dbpedia.org/resource/Mount_Everest: http://dbpedia.org/ontology/firstAscentPerson: 1 question: Who was the first to climb Mount Everest? question_ID: 234 source: QALD-6/qald-6-train-multilingual.json 235: patterns: 1-gram: - artistic - Three - movement - painter - belong - Dancers 2-gram: - which artistic - movement did - The Three - painter of - the painter - Dancers belong - Three Dancers - artistic movement 3-gram: - did the painter - To which artistic - which artistic movement - painter of The - of The Three - movement did the - artistic movement did - The Three Dancers - the painter of - Three Dancers belong 4-gram: - which artistic movement did - painter of The Three - did the painter of - The Three Dancers belong - the painter of The - artistic movement did the - To which artistic movement - movement did the painter - of The Three Dancers 5-gram: - To which artistic movement did - painter of The Three Dancers - did the painter of The - of The Three Dancers belong - the painter of The Three - artistic movement did the painter - movement did the painter of - which artistic movement did the query: "SELECT DISTINCT ?uri WHERE { ?person . ?person ?uri . } " query_parts: o: {} p: http://dbpedia.org/ontology/author: 1 http://dbpedia.org/ontology/movement: 1 po: {} s: http://dbpedia.org/resource/The_Three_Dancers: 1 sp: http://dbpedia.org/resource/The_Three_Dancers: http://dbpedia.org/ontology/author: 1 question: To which artistic movement did the painter of The Three Dancers belong? question_ID: 235 source: QALD-6/qald-6-train-multilingual.json 236: patterns: 1-gram: - Paul - succeeded - pope - John 2-gram: - John Paul - pope succeeded - succeeded John - Paul II - Which pope 3-gram: - pope succeeded John - Which pope succeeded - succeeded John Paul - John Paul II 4-gram: - succeeded John Paul II - pope succeeded John Paul - Which pope succeeded John 5-gram: - Which pope succeeded John Paul - pope succeeded John Paul II query: "SELECT DISTINCT ?uri WHERE { ?uri . } " query_parts: o: {} p: http://dbpedia.org/property/successor: 1 po: {} s: http://dbpedia.org/resource/Pope_John_Paul_II: 1 sp: http://dbpedia.org/resource/Pope_John_Paul_II: http://dbpedia.org/property/successor: 1 question: Which pope succeeded John Paul II? question_ID: 236 source: QALD-6/qald-6-train-multilingual.json 237: patterns: 1-gram: - movie - last - Alec - Guinness 2-gram: - Alec Guinness - movie with - the last - with Alec - last movie 3-gram: - the last movie - movie with Alec - was the last - last movie with - with Alec Guinness 4-gram: - What was the last - the last movie with - movie with Alec Guinness - was the last movie - last movie with Alec 5-gram: - last movie with Alec Guinness - What was the last movie - was the last movie with - the last movie with Alec query: "SELECT DISTINCT ?uri WHERE { ?uri . ?uri . ?uri ?date . } ORDER BY DESC(?date) LIMIT 1 " query_parts: o: http://dbpedia.org/ontology/Film: 1 http://dbpedia.org/resource/Alec_Guinness: 1 p: http://dbpedia.org/ontology/releaseDate: 1 http://dbpedia.org/ontology/starring: 1 po: http://dbpedia.org/ontology/starring: http://dbpedia.org/resource/Alec_Guinness: 1 s: {} sp: {} question: What was the last movie with Alec Guinness? question_ID: 237 source: QALD-6/qald-6-train-multilingual.json 238: patterns: 1-gram: - movies - Bond - James - many 2-gram: - Bond movies - James Bond - How many - many James - movies are 3-gram: - many James Bond - Bond movies are - How many James - movies are there - James Bond movies 4-gram: - How many James Bond - many James Bond movies - James Bond movies are - Bond movies are there 5-gram: - How many James Bond movies - many James Bond movies are - James Bond movies are there query: "SELECT (COUNT(DISTINCT ?uri) as ?c) WHERE { ?uri . } " query_parts: o: http://dbpedia.org/class/yago/JamesBondFilms: 1 p: {} po: {} s: {} sp: {} question: How many James Bond movies are there? question_ID: 238 source: QALD-6/qald-6-train-multilingual.json 239: patterns: 1-gram: - played - actor - Chewbacca 2-gram: - Which actor - played Chewbacca - actor played 3-gram: - Which actor played - actor played Chewbacca 4-gram: - Which actor played Chewbacca 5-gram: [] query: "SELECT DISTINCT ?uri WHERE { ?uri . } " query_parts: o: {} p: http://dbpedia.org/property/portrayer: 1 po: {} s: http://dbpedia.org/resource/Chewbacca: 1 sp: http://dbpedia.org/resource/Chewbacca: http://dbpedia.org/property/portrayer: 1 question: Which actor played Chewbacca? question_ID: 239 source: QALD-6/qald-6-train-multilingual.json 24: patterns: 1-gram: - Annapurna - mountain - highest 2-gram: - mountain is - the Annapurna - the highest - highest after - Which mountain 3-gram: - is the highest - the highest after - after the Annapurna - Which mountain is - highest after the - mountain is the 4-gram: - is the highest after - mountain is the highest - Which mountain is the - the highest after the - highest after the Annapurna 5-gram: - Which mountain is the highest - mountain is the highest after - is the highest after the - the highest after the Annapurna query: "SELECT DISTINCT ?uri WHERE { ?elevation . ?uri . ?uri ?otherelevation . FILTER (?otherelevation < ?elevation) . } ORDER BY DESC(?otherelevation) OFFSET 0 LIMIT 1 " query_parts: o: http://dbpedia.org/ontology/Mountain: 1 p: http://dbpedia.org/ontology/elevation: 1 po: {} s: http://dbpedia.org/resource/Annapurna: 1 sp: http://dbpedia.org/resource/Annapurna: http://dbpedia.org/ontology/elevation: 1 question: Which mountain is the highest after the Annapurna? question_ID: 24 source: QALD-6/qald-6-train-multilingual.json 240: patterns: 1-gram: - Give - grandchildren - Presley - Elvis 2-gram: - grandchildren of - the grandchildren - Give me - of Elvis - Elvis Presley 3-gram: - of Elvis Presley - Give me the - grandchildren of Elvis - the grandchildren of - me the grandchildren 4-gram: - Give me the grandchildren - me the grandchildren of - the grandchildren of Elvis - grandchildren of Elvis Presley 5-gram: - me the grandchildren of Elvis - Give me the grandchildren of - the grandchildren of Elvis Presley query: SELECT DISTINCT ?uri WHERE { ?child . ?child ?uri . } query_parts: o: {} p: http://dbpedia.org/ontology/child: 1 po: {} s: http://dbpedia.org/resource/Elvis_Presley: 1 sp: http://dbpedia.org/resource/Elvis_Presley: http://dbpedia.org/ontology/child: 1 question: Give me the grandchildren of Elvis Presley. question_ID: 240 source: QALD-6/qald-6-train-multilingual.json 241: patterns: 1-gram: - Give - Nobel - writers - literature - Prize 2-gram: - that won - all writers - the Nobel - in literature - won the - Give me - Nobel Prize - Prize in - writers that 3-gram: - all writers that - Nobel Prize in - Prize in literature - writers that won - Give me all - that won the - me all writers - won the Nobel - the Nobel Prize 4-gram: - Nobel Prize in literature - all writers that won - writers that won the - won the Nobel Prize - the Nobel Prize in - Give me all writers - that won the Nobel - me all writers that 5-gram: - that won the Nobel Prize - won the Nobel Prize in - Give me all writers that - writers that won the Nobel - the Nobel Prize in literature - all writers that won the - me all writers that won query: "SELECT DISTINCT ?uri WHERE { ?uri . ?uri . } " query_parts: o: http://dbpedia.org/ontology/Writer: 1 http://dbpedia.org/resource/Nobel_Prize_in_Literature: 1 p: http://dbpedia.org/ontology/award: 1 po: http://dbpedia.org/ontology/award: http://dbpedia.org/resource/Nobel_Prize_in_Literature: 1 s: {} sp: {} question: Give me all writers that won the Nobel Prize in literature. question_ID: 241 source: QALD-6/qald-6-train-multilingual.json 242: patterns: 1-gram: - Oxford - University - color - official 2-gram: - official color - the University - the official - of Oxford - University of - color of 3-gram: - University of Oxford - official color of - of the University - color of the - the official color - the University of - is the official 4-gram: - What is the official - of the University of - color of the University - the official color of - the University of Oxford - official color of the - is the official color 5-gram: - color of the University of - of the University of Oxford - the official color of the - What is the official color - is the official color of - official color of the University query: "SELECT DISTINCT ?string WHERE { ?string . } " query_parts: o: {} p: http://dbpedia.org/ontology/officialSchoolColour: 1 po: {} s: http://dbpedia.org/resource/University_of_Oxford: 1 sp: http://dbpedia.org/resource/University_of_Oxford: http://dbpedia.org/ontology/officialSchoolColour: 1 question: What is the official color of the University of Oxford? question_ID: 242 source: QALD-6/qald-6-train-multilingual.json 243: patterns: 1-gram: - Swedish - oceanographers - Give 2-gram: - Give me - Swedish oceanographers - all Swedish 3-gram: - all Swedish oceanographers - me all Swedish - Give me all 4-gram: - me all Swedish oceanographers - Give me all Swedish 5-gram: - Give me all Swedish oceanographers query: "SELECT DISTINCT ?uri WHERE { ?uri . ?uri . } " query_parts: o: http://dbpedia.org/resource/Oceanography: 1 http://dbpedia.org/resource/Sweden: 1 p: http://dbpedia.org/ontology/birthPlace: 1 http://dbpedia.org/ontology/field: 1 po: http://dbpedia.org/ontology/birthPlace: http://dbpedia.org/resource/Sweden: 1 http://dbpedia.org/ontology/field: http://dbpedia.org/resource/Oceanography: 1 s: {} sp: {} question: Give me all Swedish oceanographers. question_ID: 243 source: QALD-6/qald-6-train-multilingual.json 244: patterns: 1-gram: - Chiemsee - deep - Lake 2-gram: - How deep - deep is - Lake Chiemsee - is Lake 3-gram: - deep is Lake - is Lake Chiemsee - How deep is 4-gram: - How deep is Lake - deep is Lake Chiemsee 5-gram: - How deep is Lake Chiemsee query: "SELECT DISTINCT ?n WHERE { ?n . } " query_parts: o: {} p: http://dbpedia.org/ontology/depth: 1 po: {} s: http://dbpedia.org/resource/Chiemsee: 1 sp: http://dbpedia.org/resource/Chiemsee: http://dbpedia.org/ontology/depth: 1 question: How deep is Lake Chiemsee? question_ID: 244 source: QALD-6/qald-6-train-multilingual.json 245: patterns: 1-gram: - married - Bond - James 2-gram: - James Bond - Is James - Bond married 3-gram: - Is James Bond - James Bond married 4-gram: - Is James Bond married 5-gram: [] query: "ASK WHERE { ?uri . } " query_parts: o: {} p: http://dbpedia.org/ontology/spouse: 1 po: {} s: http://dbpedia.org/resource/James_Bond: 1 sp: http://dbpedia.org/resource/James_Bond: http://dbpedia.org/ontology/spouse: 1 question: Is James Bond married? question_ID: 245 source: QALD-6/qald-6-train-multilingual.json 246: patterns: 1-gram: - launched - rockets - Baikonur 2-gram: - rockets were - were launched - from Baikonur - launched from - Which rockets 3-gram: - were launched from - Which rockets were - rockets were launched - launched from Baikonur 4-gram: - Which rockets were launched - were launched from Baikonur - rockets were launched from 5-gram: - Which rockets were launched from - rockets were launched from Baikonur query: "SELECT DISTINCT ?uri WHERE { ?uri . ?uri . } " query_parts: o: http://dbpedia.org/ontology/Rocket: 1 http://dbpedia.org/resource/Baikonur_Cosmodrome: 1 p: http://dbpedia.org/ontology/launchSite: 1 po: http://dbpedia.org/ontology/launchSite: http://dbpedia.org/resource/Baikonur_Cosmodrome: 1 s: {} sp: {} question: Which rockets were launched from Baikonur? question_ID: 246 source: QALD-6/qald-6-train-multilingual.json 247: patterns: 1-gram: - Give - actors - Baldwin - called 2-gram: - Give me - all actors - called Baldwin - actors called 3-gram: - all actors called - actors called Baldwin - Give me all - me all actors 4-gram: - me all actors called - all actors called Baldwin - Give me all actors 5-gram: - me all actors called Baldwin - Give me all actors called query: "SELECT DISTINCT ?uri WHERE { ?uri foaf:surname 'Baldwin'@en . { ?uri . } UNION { ?uri . } } " query_parts: o: http://dbpedia.org/ontology/Actor: 1 http://dbpedia.org/resource/Actor: 1 p: http://dbpedia.org/ontology/occupation: 1 http://xmlns.com/foaf/0.1/surname: 1 po: http://dbpedia.org/ontology/occupation: http://dbpedia.org/resource/Actor: 1 http://xmlns.com/foaf/0.1/surname: "\"Baldwin\"@en": 1 s: {} sp: {} question: Give me all actors called Baldwin. question_ID: 247 source: QALD-6/qald-6-train-multilingual.json 248: patterns: 1-gram: - stand - ICRO 2-gram: - does ICRO - stand for - ICRO stand 3-gram: - What does ICRO - ICRO stand for - does ICRO stand 4-gram: - What does ICRO stand - does ICRO stand for 5-gram: - What does ICRO stand for query: "SELECT DISTINCT ?uri WHERE { ?uri 'ICRO'^^ . } " query_parts: o: {} p: http://dbpedia.org/ontology/abbreviation: 1 po: {} s: {} sp: {} question: What does ICRO stand for? question_ID: 248 source: QALD-6/qald-6-train-multilingual.json 25: patterns: 1-gram: - Garry - directed - films - Roberts - Julia - Marshall - starring 2-gram: - Roberts starring - Marshall was - Julia Roberts - which films - directed by - by Garry - was Julia - Garry Marshall - films directed 3-gram: - films directed by - Marshall was Julia - Garry Marshall was - Julia Roberts starring - was Julia Roberts - which films directed - by Garry Marshall - directed by Garry - In which films 4-gram: - Garry Marshall was Julia - In which films directed - Marshall was Julia Roberts - by Garry Marshall was - directed by Garry Marshall - which films directed by - was Julia Roberts starring - films directed by Garry 5-gram: - Garry Marshall was Julia Roberts - Marshall was Julia Roberts starring - by Garry Marshall was Julia - In which films directed by - directed by Garry Marshall was - which films directed by Garry - films directed by Garry Marshall query: "SELECT DISTINCT ?uri WHERE { ?uri . ?uri . ?uri . } " query_parts: o: http://dbpedia.org/ontology/Film: 1 http://dbpedia.org/resource/Garry_Marshall: 1 http://dbpedia.org/resource/Julia_Roberts: 1 p: http://dbpedia.org/ontology/director: 1 http://dbpedia.org/ontology/starring: 1 po: http://dbpedia.org/ontology/director: http://dbpedia.org/resource/Garry_Marshall: 1 http://dbpedia.org/ontology/starring: http://dbpedia.org/resource/Julia_Roberts: 1 s: {} sp: {} question: In which films directed by Garry Marshall was Julia Roberts starring? question_ID: 25 source: QALD-6/qald-6-train-multilingual.json 251: patterns: 1-gram: - employees - million - companies 2-gram: - than 1 - 1 million - million employees - companies have - Which companies 3-gram: - more than 1 - Which companies have - companies have more - 1 million employees - than 1 million 4-gram: - companies have more than - than 1 million employees - Which companies have more - more than 1 million - have more than 1 5-gram: - have more than 1 million - more than 1 million employees - companies have more than 1 - Which companies have more than query: "SELECT DISTINCT ?uri WHERE { ?uri . { ?uri ?n . } UNION { ?uri ?n . } FILTER ( ?n > 1000000 ) } " query_parts: o: http://dbpedia.org/ontology/Company: 1 p: http://dbpedia.org/ontology/numberOfEmployees: 1 http://dbpedia.org/property/numEmployees: 1 po: {} s: {} sp: {} question: Which companies have more than 1 million employees? question_ID: 251 source: QALD-6/qald-6-train-multilingual.json 252: patterns: 1-gram: - swimmers - Give - Moscow - born 2-gram: - all swimmers - swimmers that - Give all - were born - in Moscow - born in 3-gram: - were born in - born in Moscow - that were born - all swimmers that - Give all swimmers - swimmers that were 4-gram: - all swimmers that were - were born in Moscow - that were born in - Give all swimmers that - swimmers that were born 5-gram: - all swimmers that were born - swimmers that were born in - Give all swimmers that were - that were born in Moscow query: "SELECT DISTINCT ?uri WHERE { ?uri . ?uri . } " query_parts: o: http://dbpedia.org/ontology/Swimmer: 1 http://dbpedia.org/resource/Moscow: 1 p: http://dbpedia.org/ontology/birthPlace: 1 po: http://dbpedia.org/ontology/birthPlace: http://dbpedia.org/resource/Moscow: 1 s: {} sp: {} question: Give all swimmers that were born in Moscow. question_ID: 252 source: QALD-6/qald-6-train-multilingual.json 253: patterns: 1-gram: - called - Rodzilla 2-gram: - called Rodzilla - was called 3-gram: - Who was called - was called Rodzilla 4-gram: - Who was called Rodzilla 5-gram: [] query: "SELECT DISTINCT ?uri WHERE { ?uri \"Rodzilla\"@en . } " query_parts: o: {} p: http://dbpedia.org/property/nickname: 1 po: http://dbpedia.org/property/nickname: "\"Rodzilla\"@en": 1 s: {} sp: {} question: Who was called Rodzilla? question_ID: 253 source: QALD-6/qald-6-train-multilingual.json 254: patterns: 1-gram: - book - wrote - Muhammad - Show 2-gram: - book that - the book - Muhammad Ali - Ali wrote - that Muhammad - Show me 3-gram: - me the book - that Muhammad Ali - book that Muhammad - Show me the - the book that - Muhammad Ali wrote 4-gram: - me the book that - book that Muhammad Ali - the book that Muhammad - Show me the book - that Muhammad Ali wrote 5-gram: - Show me the book that - book that Muhammad Ali wrote - the book that Muhammad Ali - me the book that Muhammad query: "SELECT DISTINCT ?uri WHERE { ?uri . ?uri . } " query_parts: o: http://dbpedia.org/ontology/Book: 1 http://dbpedia.org/resource/Muhammad_Ali: 1 p: http://dbpedia.org/ontology/author: 1 po: http://dbpedia.org/ontology/author: http://dbpedia.org/resource/Muhammad_Ali: 1 s: {} sp: {} question: Show me the book that Muhammad Ali wrote. question_ID: 254 source: QALD-6/qald-6-train-multilingual.json 255: patterns: 1-gram: - museums - Paris - many 2-gram: - does Paris - Paris have - many museums - museums does - How many 3-gram: - museums does Paris - many museums does - How many museums - does Paris have 4-gram: - How many museums does - many museums does Paris - museums does Paris have 5-gram: - many museums does Paris have - How many museums does Paris query: "SELECT DISTINCT ?uri WHERE { ?uri . ?uri . } " query_parts: o: http://dbpedia.org/ontology/Museum: 1 http://dbpedia.org/resource/Paris: 1 p: http://dbpedia.org/ontology/location: 1 po: http://dbpedia.org/ontology/location: http://dbpedia.org/resource/Paris: 1 s: {} sp: {} question: How many museums does Paris have? question_ID: 255 source: QALD-6/qald-6-train-multilingual.json 256: patterns: 1-gram: - city - inhabitants 2-gram: - most inhabitants - Which city - city has 3-gram: - city has the - Which city has - the most inhabitants 4-gram: - city has the most - has the most inhabitants - Which city has the 5-gram: - city has the most inhabitants - Which city has the most query: "SELECT DISTINCT ?uri WHERE { ?uri . ?uri ?pop . } ORDER BY DESC(?pop) OFFSET 0 LIMIT 1 " query_parts: o: http://dbpedia.org/ontology/City: 1 p: http://dbpedia.org/ontology/populationTotal: 1 po: {} s: {} sp: {} question: Which city has the most inhabitants? question_ID: 256 source: QALD-6/qald-6-train-multilingual.json 257: patterns: 1-gram: - inhabitants - city - least 2-gram: - city has - least inhabitants - the least - Which city 3-gram: - the least inhabitants - has the least - city has the - Which city has 4-gram: - city has the least - Which city has the - has the least inhabitants 5-gram: - Which city has the least - city has the least inhabitants query: "SELECT DISTINCT ?uri WHERE { ?uri . ?uri ?pop . } ORDER BY ASC(?pop) OFFSET 0 LIMIT 1 " query_parts: o: http://dbpedia.org/ontology/City: 1 p: http://dbpedia.org/ontology/populationTotal: 1 po: {} s: {} sp: {} question: Which city has the least inhabitants? question_ID: 257 source: QALD-6/qald-6-train-multilingual.json 258: patterns: 1-gram: - Harris - Patrick - Give - shows - Neil 2-gram: - shows with - TV shows - Neil Patrick - Give me - the TV - Patrick Harris - with Neil 3-gram: - shows with Neil - the TV shows - all the TV - Neil Patrick Harris - Give me all - TV shows with - with Neil Patrick 4-gram: - Give me all the - the TV shows with - me all the TV - shows with Neil Patrick - with Neil Patrick Harris - TV shows with Neil - all the TV shows 5-gram: - all the TV shows with - TV shows with Neil Patrick - Give me all the TV - the TV shows with Neil - me all the TV shows - shows with Neil Patrick Harris query: "SELECT DISTINCT ?uri WHERE { ?uri . ?uri . } " query_parts: o: http://dbpedia.org/ontology/TelevisionShow: 1 http://dbpedia.org/resource/Neil_Patrick_Harris: 1 p: http://dbpedia.org/ontology/starring: 1 po: http://dbpedia.org/ontology/starring: http://dbpedia.org/resource/Neil_Patrick_Harris: 1 s: {} sp: {} question: Give me all the TV shows with Neil Patrick Harris. question_ID: 258 source: QALD-6/qald-6-train-multilingual.json 259: patterns: 1-gram: - Hunger - Games - wrote 2-gram: - Who wrote - wrote The - Hunger Games - The Hunger 3-gram: - wrote The Hunger - The Hunger Games - Who wrote The 4-gram: - wrote The Hunger Games - Who wrote The Hunger 5-gram: - Who wrote The Hunger Games query: "SELECT DISTINCT ?uri WHERE { ?uri . } " query_parts: o: {} p: http://dbpedia.org/property/creator: 1 po: {} s: http://dbpedia.org/resource/The_Hunger_Games: 1 sp: http://dbpedia.org/resource/The_Hunger_Games: http://dbpedia.org/property/creator: 1 question: Who wrote The Hunger Games? question_ID: 259 source: QALD-6/qald-6-train-multilingual.json 26: patterns: 1-gram: - Manhattan - bridges - Bridge - type 2-gram: - the Manhattan - Which bridges - Manhattan Bridge - bridges are - same type - type as 3-gram: - Which bridges are - type as the - as the Manhattan - the same type - bridges are of - the Manhattan Bridge - same type as 4-gram: - same type as the - bridges are of the - of the same type - the same type as - type as the Manhattan - Which bridges are of - as the Manhattan Bridge 5-gram: - the same type as the - of the same type as - same type as the Manhattan - Which bridges are of the - bridges are of the same - are of the same type - type as the Manhattan Bridge query: "SELECT DISTINCT ?uri WHERE { ?uri . ?uri ?design . ?mdesign . FILTER (?design = ?mdesign && ?uri != ) .} " query_parts: o: http://dbpedia.org/ontology/Bridge: 1 p: http://dbpedia.org/property/design: 1 po: {} s: http://dbpedia.org/resource/Manhattan_Bridge: 1 sp: http://dbpedia.org/resource/Manhattan_Bridge: http://dbpedia.org/property/design: 1 question: Which bridges are of the same type as the Manhattan Bridge? question_ID: 26 source: QALD-6/qald-6-train-multilingual.json 260: patterns: 1-gram: - Bundesliga - play - soccer - clubs - list - Show 2-gram: - clubs that - that play - the Bundesliga - a list - Show a - of soccer - list of - soccer clubs - play in 3-gram: - of soccer clubs - play in the - soccer clubs that - clubs that play - a list of - in the Bundesliga - Show a list - that play in - list of soccer 4-gram: - that play in the - play in the Bundesliga - list of soccer clubs - clubs that play in - a list of soccer - Show a list of - soccer clubs that play - of soccer clubs that 5-gram: - clubs that play in the - list of soccer clubs that - of soccer clubs that play - soccer clubs that play in - that play in the Bundesliga - a list of soccer clubs - Show a list of soccer query: "SELECT DISTINCT ?uri WHERE { ?uri . ?uri . } " query_parts: o: http://dbpedia.org/ontology/SoccerClub: 1 http://dbpedia.org/resource/Bundesliga: 1 p: http://dbpedia.org/ontology/league: 1 po: http://dbpedia.org/ontology/league: http://dbpedia.org/resource/Bundesliga: 1 s: {} sp: {} question: Show a list of soccer clubs that play in the Bundesliga. question_ID: 260 source: QALD-6/qald-6-train-multilingual.json 261: patterns: 1-gram: - Mount - country - Everest 2-gram: - Everest in - What country - is Mount - Mount Everest - country is 3-gram: - is Mount Everest - What country is - country is Mount - Mount Everest in 4-gram: - is Mount Everest in - What country is Mount - country is Mount Everest 5-gram: - What country is Mount Everest - country is Mount Everest in query: "SELECT DISTINCT ?uri WHERE { ?uri . ?uri . } " query_parts: o: http://dbpedia.org/ontology/Country: 1 p: http://dbpedia.org/ontology/locatedInArea: 1 po: {} s: http://dbpedia.org/resource/Mount_Everest: 1 sp: http://dbpedia.org/resource/Mount_Everest: http://dbpedia.org/ontology/locatedInArea: 1 question: What country is Mount Everest in? question_ID: 261 source: QALD-6/qald-6-train-multilingual.json 262: patterns: 1-gram: - Penguin - Books - founder 2-gram: - the founder - of Penguin - founder of - Penguin Books 3-gram: - is the founder - founder of Penguin - the founder of - of Penguin Books 4-gram: - founder of Penguin Books - Who is the founder - the founder of Penguin - is the founder of 5-gram: - the founder of Penguin Books - Who is the founder of - is the founder of Penguin query: "SELECT DISTINCT ?uri WHERE { ?uri . } " query_parts: o: {} p: http://dbpedia.org/ontology/founder: 1 po: {} s: http://dbpedia.org/resource/Penguin_Books: 1 sp: http://dbpedia.org/resource/Penguin_Books: http://dbpedia.org/ontology/founder: 1 question: Who is the founder of Penguin Books? question_ID: 262 source: QALD-6/qald-6-train-multilingual.json 263: patterns: 1-gram: - programming - influenced - languages - Javascript 2-gram: - Which programming - influenced Javascript - languages influenced - programming languages 3-gram: - programming languages influenced - languages influenced Javascript - Which programming languages 4-gram: - Which programming languages influenced - programming languages influenced Javascript 5-gram: - Which programming languages influenced Javascript query: "SELECT DISTINCT ?uri WHERE { ?uri . ?uri . } " query_parts: o: http://dbpedia.org/ontology/ProgrammingLanguage: 1 http://dbpedia.org/resource/JavaScript: 1 p: http://dbpedia.org/ontology/influenced: 1 po: http://dbpedia.org/ontology/influenced: http://dbpedia.org/resource/JavaScript: 1 s: {} sp: {} question: Which programming languages influenced Javascript? question_ID: 263 source: QALD-6/qald-6-train-multilingual.json 264: patterns: 1-gram: - children - Guevara 2-gram: - have children - Guevara have - Che Guevara - Did Che 3-gram: - Guevara have children - Did Che Guevara - Che Guevara have 4-gram: - Did Che Guevara have - Che Guevara have children 5-gram: - Did Che Guevara have children query: "ASK WHERE { ?uri . } " query_parts: o: {} p: http://dbpedia.org/ontology/child: 1 po: {} s: http://dbpedia.org/resource/Che_Guevara: 1 sp: http://dbpedia.org/resource/Che_Guevara: http://dbpedia.org/ontology/child: 1 question: Did Che Guevara have children? question_ID: 264 source: QALD-6/qald-6-train-multilingual.json 265: patterns: 1-gram: - music - musicals - Leonard - Bernstein - List 2-gram: - by Leonard - Leonard Bernstein - the musicals - with music - music by - musicals with - List all 3-gram: - music by Leonard - all the musicals - musicals with music - with music by - List all the - by Leonard Bernstein - the musicals with 4-gram: - with music by Leonard - musicals with music by - the musicals with music - List all the musicals - music by Leonard Bernstein - all the musicals with 5-gram: - the musicals with music by - all the musicals with music - musicals with music by Leonard - List all the musicals with - with music by Leonard Bernstein query: "SELECT DISTINCT ?uri WHERE { ?uri . ?uri . } " query_parts: o: http://dbpedia.org/ontology/Musical: 1 http://dbpedia.org/resource/Leonard_Bernstein: 1 p: http://dbpedia.org/ontology/musicBy: 1 po: http://dbpedia.org/ontology/musicBy: http://dbpedia.org/resource/Leonard_Bernstein: 1 s: {} sp: {} question: List all the musicals with music by Leonard Bernstein. question_ID: 265 source: QALD-6/qald-6-train-multilingual.json 266: patterns: 1-gram: - Australia - Show - breweries 2-gram: - Show me - in Australia - breweries in - the breweries 3-gram: - the breweries in - all the breweries - breweries in Australia - Show me all 4-gram: - me all the breweries - the breweries in Australia - all the breweries in - Show me all the 5-gram: - me all the breweries in - Show me all the breweries - all the breweries in Australia query: "SELECT DISTINCT ?uri ?x WHERE { ?uri . { ?uri . } UNION { ?uri ?x . ?x . } } " query_parts: o: http://dbpedia.org/ontology/Brewery: 1 http://dbpedia.org/resource/Australia: 1 p: http://dbpedia.org/ontology/country: 1 http://dbpedia.org/ontology/location: 1 po: http://dbpedia.org/ontology/country: http://dbpedia.org/resource/Australia: 1 http://dbpedia.org/ontology/location: http://dbpedia.org/resource/Australia: 1 s: {} sp: {} question: Show me all the breweries in Australia. question_ID: 266 source: QALD-6/qald-6-train-multilingual.json 267: patterns: 1-gram: - completed - Titanic 2-gram: - Titanic completed - the Titanic 3-gram: - was the Titanic - the Titanic completed 4-gram: - was the Titanic completed - When was the Titanic 5-gram: - When was the Titanic completed query: "SELECT DISTINCT ?date WHERE { ?date . } " query_parts: o: {} p: http://dbpedia.org/ontology/completionDate: 1 po: {} s: http://dbpedia.org/resource/RMS_Titanic: 1 sp: http://dbpedia.org/resource/RMS_Titanic: http://dbpedia.org/ontology/completionDate: 1 question: When was the Titanic completed? question_ID: 267 source: QALD-6/qald-6-train-multilingual.json 268: patterns: 1-gram: - Fiction - cost - much - Pulp 2-gram: - Pulp Fiction - did Pulp - much did - How much - Fiction cost 3-gram: - did Pulp Fiction - much did Pulp - How much did - Pulp Fiction cost 4-gram: - How much did Pulp - much did Pulp Fiction - did Pulp Fiction cost 5-gram: - How much did Pulp Fiction - much did Pulp Fiction cost query: "SELECT DISTINCT ?n WHERE { ?n . } " query_parts: o: {} p: http://dbpedia.org/ontology/budget: 1 po: {} s: http://dbpedia.org/resource/Pulp_Fiction: 1 sp: http://dbpedia.org/resource/Pulp_Fiction: http://dbpedia.org/ontology/budget: 1 question: How much did Pulp Fiction cost? question_ID: 268 source: QALD-6/qald-6-train-multilingual.json 269: patterns: 1-gram: - many - airlines 2-gram: - many airlines - How many - airlines are 3-gram: - many airlines are - airlines are there - How many airlines 4-gram: - How many airlines are - many airlines are there 5-gram: - How many airlines are there query: "SELECT (COUNT(DISTINCT ?uri) as ?c) WHERE { ?uri . } " query_parts: o: http://dbpedia.org/ontology/Airline: 1 p: {} po: {} s: {} sp: {} question: How many airlines are there? question_ID: 269 source: QALD-6/qald-6-train-multilingual.json 27: patterns: 1-gram: - president - involved - Jackson 2-gram: - Was U.S - involved in - president Jackson - a war - Jackson involved - U.S president 3-gram: - involved in a - U.S president Jackson - president Jackson involved - in a war - Jackson involved in - Was U.S president 4-gram: - Was U.S president Jackson - Jackson involved in a - president Jackson involved in - U.S president Jackson involved - involved in a war 5-gram: - Jackson involved in a war - Was U.S president Jackson involved - U.S president Jackson involved in - president Jackson involved in a query: "ASK WHERE { ?battle . } " query_parts: o: {} p: http://dbpedia.org/ontology/battle: 1 po: {} s: http://dbpedia.org/resource/Andrew_Jackson: 1 sp: http://dbpedia.org/resource/Andrew_Jackson: http://dbpedia.org/ontology/battle: 1 question: Was U.S. president Jackson involved in a war? question_ID: 27 source: QALD-6/qald-6-train-multilingual.json 270: patterns: 1-gram: - Matrix - Smith - Agent - played 2-gram: - Who played - Agent Smith - Smith in - played Agent - in Matrix 3-gram: - Smith in Matrix - Who played Agent - played Agent Smith - Agent Smith in 4-gram: - Who played Agent Smith - Agent Smith in Matrix - played Agent Smith in 5-gram: - played Agent Smith in Matrix - Who played Agent Smith in query: "SELECT DISTINCT ?uri WHERE { ?uri . } " query_parts: o: {} p: http://dbpedia.org/property/portrayer: 1 po: {} s: http://dbpedia.org/resource/Agent_Smith: 1 sp: http://dbpedia.org/resource/Agent_Smith: http://dbpedia.org/property/portrayer: 1 question: Who played Agent Smith in Matrix? question_ID: 270 source: QALD-6/qald-6-train-multilingual.json 271: patterns: 1-gram: - butter - carbs - much - peanut 2-gram: - much carbs - peanut butter - does peanut - butter have - carbs does - How much 3-gram: - does peanut butter - How much carbs - much carbs does - peanut butter have - carbs does peanut 4-gram: - carbs does peanut butter - does peanut butter have - much carbs does peanut - How much carbs does 5-gram: - carbs does peanut butter have - much carbs does peanut butter - How much carbs does peanut query: "SELECT DISTINCT ?carbs WHERE { ?carbs . } " query_parts: o: {} p: http://dbpedia.org/property/carbs: 1 po: {} s: http://dbpedia.org/resource/Peanut_butter: 1 sp: http://dbpedia.org/resource/Peanut_butter: http://dbpedia.org/property/carbs: 1 question: How much carbs does peanut butter have? question_ID: 271 source: QALD-6/qald-6-train-multilingual.json 272: patterns: 1-gram: - book - pages 2-gram: - most pages - Which book - book has 3-gram: - Which book has - the most pages - book has the 4-gram: - book has the most - Which book has the - has the most pages 5-gram: - book has the most pages - Which book has the most query: "SELECT DISTINCT ?uri WHERE { ?uri . ?uri ?n . } ORDER BY DESC(?n) OFFSET 0 LIMIT 1 " query_parts: o: http://dbpedia.org/ontology/Book: 1 p: http://dbpedia.org/ontology/numberOfPages: 1 po: {} s: {} sp: {} question: Which book has the most pages? question_ID: 272 source: QALD-6/qald-6-train-multilingual.json 273: patterns: 1-gram: - bridges - cross - Seine 2-gram: - the Seine - cross the - bridges cross - Which bridges 3-gram: - bridges cross the - Which bridges cross - cross the Seine 4-gram: - bridges cross the Seine - Which bridges cross the 5-gram: - Which bridges cross the Seine query: "SELECT DISTINCT ?uri WHERE { ?uri . ?uri . } " query_parts: o: http://dbpedia.org/ontology/Bridge: 1 http://dbpedia.org/resource/Seine: 1 p: http://dbpedia.org/ontology/crosses: 1 po: http://dbpedia.org/ontology/crosses: http://dbpedia.org/resource/Seine: 1 s: {} sp: {} question: Which bridges cross the Seine? question_ID: 273 source: QALD-6/qald-6-train-multilingual.json 274: patterns: 1-gram: - Polynesia - mayor - capital - French 2-gram: - the capital - mayor of - French Polynesia - the mayor - of French - capital of 3-gram: - capital of French - mayor of the - of French Polynesia - the capital of - the mayor of - is the mayor - of the capital 4-gram: - mayor of the capital - the capital of French - Who is the mayor - is the mayor of - the mayor of the - of the capital of - capital of French Polynesia 5-gram: - of the capital of French - the mayor of the capital - is the mayor of the - mayor of the capital of - the capital of French Polynesia - Who is the mayor of query: "SELECT DISTINCT ?uri WHERE { ?x . ?x ?uri . } " query_parts: o: {} p: http://dbpedia.org/ontology/capital: 1 http://dbpedia.org/ontology/mayor: 1 po: {} s: http://dbpedia.org/resource/French_Polynesia: 1 sp: http://dbpedia.org/resource/French_Polynesia: http://dbpedia.org/ontology/capital: 1 question: Who is the mayor of the capital of French Polynesia? question_ID: 274 source: QALD-6/qald-6-train-multilingual.json 275: patterns: 1-gram: - Dracula's - creator 2-gram: - did Dracula's - creator die - Dracula's creator 3-gram: - When did Dracula's - Dracula's creator die - did Dracula's creator 4-gram: - did Dracula's creator die - When did Dracula's creator 5-gram: - When did Dracula's creator die query: "SELECT DISTINCT ?date WHERE { ?x . ?x ?date . } " query_parts: o: {} p: http://dbpedia.org/ontology/creator: 1 http://dbpedia.org/ontology/deathDate: 1 po: {} s: http://dbpedia.org/resource/Count_Dracula: 1 sp: http://dbpedia.org/resource/Count_Dracula: http://dbpedia.org/ontology/creator: 1 question: When did Dracula's creator die? question_ID: 275 source: QALD-6/qald-6-train-multilingual.json 276: patterns: 1-gram: - Houses - location - Parliament 2-gram: - Houses of - location of - of Parliament - the Houses - the location 3-gram: - Houses of Parliament - the location of - of the Houses - location of the - is the location - the Houses of 4-gram: - the Houses of Parliament - is the location of - of the Houses of - location of the Houses - the location of the - What is the location 5-gram: - What is the location of - location of the Houses of - is the location of the - of the Houses of Parliament - the location of the Houses query: "SELECT ?uri WHERE { ?uri . } " query_parts: o: {} p: http://dbpedia.org/ontology/location: 1 po: {} s: http://dbpedia.org/resource/Palace_of_Westminster: 1 sp: http://dbpedia.org/resource/Palace_of_Westminster: http://dbpedia.org/ontology/location: 1 question: What is the location of the Houses of Parliament? question_ID: 276 source: QALD-6/qald-6-train-multilingual.json 277: patterns: 1-gram: - Show - Gothic - Kent - buildings - English 2-gram: - Gothic buildings - buildings in - English Gothic - all English - in Kent - Show me 3-gram: - all English Gothic - Show me all - buildings in Kent - English Gothic buildings - me all English - Gothic buildings in 4-gram: - all English Gothic buildings - English Gothic buildings in - me all English Gothic - Show me all English - Gothic buildings in Kent 5-gram: - Show me all English Gothic - all English Gothic buildings in - English Gothic buildings in Kent - me all English Gothic buildings query: "SELECT ?uri WHERE { ?uri . ?uri . ?uri . } " query_parts: o: http://dbpedia.org/ontology/Building: 1 http://dbpedia.org/resource/English_Gothic_architecture: 1 http://dbpedia.org/resource/Kent: 1 p: http://dbpedia.org/ontology/architecturalStyle: 1 http://dbpedia.org/ontology/location: 1 po: http://dbpedia.org/ontology/architecturalStyle: http://dbpedia.org/resource/English_Gothic_architecture: 1 http://dbpedia.org/ontology/location: http://dbpedia.org/resource/Kent: 1 s: {} sp: {} question: Show me all English Gothic buildings in Kent. question_ID: 277 source: QALD-6/qald-6-train-multilingual.json 278: patterns: 1-gram: - Vatican - pope - founded - Television 2-gram: - Vatican Television - founded the - the pope - pope that - the Vatican - that founded 3-gram: - founded the Vatican - pope that founded - the Vatican Television - that founded the - was the pope - the pope that 4-gram: - Who was the pope - the pope that founded - that founded the Vatican - was the pope that - founded the Vatican Television - pope that founded the 5-gram: - that founded the Vatican Television - the pope that founded the - was the pope that founded - pope that founded the Vatican - Who was the pope that query: "SELECT ?uri WHERE { ?uri . ?uri . } " query_parts: o: http://dbpedia.org/ontology/Pope: 1 p: http://dbpedia.org/ontology/foundedBy: 1 po: {} s: http://dbpedia.org/resource/Vatican_Television_Center: 1 sp: http://dbpedia.org/resource/Vatican_Television_Center: http://dbpedia.org/ontology/foundedBy: 1 question: Who was the pope that founded the Vatican Television? question_ID: 278 source: QALD-6/qald-6-train-multilingual.json 279: patterns: 1-gram: - alliance - SkyTeam - part - airlines 2-gram: - the SkyTeam - SkyTeam alliance - are part - part of - What airlines - airlines are 3-gram: - the SkyTeam alliance - part of the - of the SkyTeam - airlines are part - What airlines are - are part of 4-gram: - of the SkyTeam alliance - What airlines are part - part of the SkyTeam - airlines are part of - are part of the 5-gram: - are part of the SkyTeam - part of the SkyTeam alliance - airlines are part of the - What airlines are part of query: "SELECT DISTINCT ?uri WHERE { ?uri . { ?uri . } UNION { ?uri . } } " query_parts: o: http://dbpedia.org/ontology/Airline: 1 http://dbpedia.org/resource/SkyTeam: 1 p: http://dbpedia.org/ontology/Alliance: 1 http://dbpedia.org/property/alliance: 1 po: http://dbpedia.org/ontology/Alliance: http://dbpedia.org/resource/SkyTeam: 1 http://dbpedia.org/property/alliance: http://dbpedia.org/resource/SkyTeam: 1 s: {} sp: {} question: What airlines are part of the SkyTeam alliance? question_ID: 279 source: QALD-6/qald-6-train-multilingual.json 28: patterns: 1-gram: - communist - Give - countries 2-gram: - all communist - Give me - communist countries 3-gram: - Give me all - me all communist - all communist countries 4-gram: - me all communist countries - Give me all communist 5-gram: - Give me all communist countries query: SELECT DISTINCT ?uri WHERE { ?uri . ?uri . } query_parts: o: http://dbpedia.org/ontology/Country: 1 http://dbpedia.org/resource/Communism: 1 p: http://dbpedia.org/property/ideology: 1 po: http://dbpedia.org/property/ideology: http://dbpedia.org/resource/Communism: 1 s: {} sp: {} question: Give me all communist countries. question_ID: 28 source: QALD-6/qald-6-train-multilingual.json 280: patterns: 1-gram: - total - population - Florida - Melbourne 2-gram: - population of - of Melbourne - Melbourne Florida - the total - total population 3-gram: - population of Melbourne - of Melbourne Florida - is the total - the total population - total population of 4-gram: - What is the total - total population of Melbourne - is the total population - the total population of - population of Melbourne Florida 5-gram: - What is the total population - the total population of Melbourne - is the total population of - total population of Melbourne Florida query: "SELECT ?uri WHERE { ?uri . } " query_parts: o: {} p: http://dbpedia.org/ontology/populationTotal: 1 po: {} s: http://dbpedia.org/resource/Melbourne,_Florida: 1 sp: http://dbpedia.org/resource/Melbourne,_Florida: http://dbpedia.org/ontology/populationTotal: 1 question: What is the total population of Melbourne, Florida? question_ID: 280 source: QALD-6/qald-6-train-multilingual.json 281: patterns: 1-gram: - Airlines - airports - serve - Yeti 2-gram: - does Yeti - Airlines serve - Which airports - airports does - Yeti Airlines 3-gram: - Yeti Airlines serve - does Yeti Airlines - Which airports does - airports does Yeti 4-gram: - does Yeti Airlines serve - airports does Yeti Airlines - Which airports does Yeti 5-gram: - airports does Yeti Airlines serve - Which airports does Yeti Airlines query: SELECT DISTINCT ?uri WHERE { ?uri . } query_parts: o: {} p: http://dbpedia.org/ontology/targetAirport: 1 po: {} s: http://dbpedia.org/resource/Yeti_Airlines: 1 sp: http://dbpedia.org/resource/Yeti_Airlines: http://dbpedia.org/ontology/targetAirport: 1 question: Which airports does Yeti Airlines serve? question_ID: 281 source: QALD-6/qald-6-train-multilingual.json 282: patterns: 1-gram: - year - Stevens - born - Rachel 2-gram: - Rachel Stevens - year was - which year - was Rachel - Stevens born 3-gram: - year was Rachel - Rachel Stevens born - was Rachel Stevens - In which year - which year was 4-gram: - In which year was - year was Rachel Stevens - which year was Rachel - was Rachel Stevens born 5-gram: - In which year was Rachel - which year was Rachel Stevens - year was Rachel Stevens born query: "SELECT DISTINCT ?uri WHERE { ?uri . } " query_parts: o: {} p: http://dbpedia.org/ontology/birthYear: 1 po: {} s: http://dbpedia.org/resource/Rachel_Stevens: 1 sp: http://dbpedia.org/resource/Rachel_Stevens: http://dbpedia.org/ontology/birthYear: 1 question: In which year was Rachel Stevens born? question_ID: 282 source: QALD-6/qald-6-train-multilingual.json 283: patterns: 1-gram: - assassinated 2-gram: - JFK assassinated - was JFK 3-gram: - was JFK assassinated - Where was JFK 4-gram: - Where was JFK assassinated 5-gram: [] query: "SELECT DISTINCT ?uri WHERE { ?uri . } " query_parts: o: {} p: http://dbpedia.org/ontology/deathPlace: 1 po: {} s: http://dbpedia.org/resource/John_F._Kennedy: 1 sp: http://dbpedia.org/resource/John_F._Kennedy: http://dbpedia.org/ontology/deathPlace: 1 question: Where was JFK assassinated? question_ID: 283 source: QALD-6/qald-6-train-multilingual.json 284: patterns: 1-gram: - Columbia - University - graduated - many - politicians 2-gram: - How many - graduated from - politicians graduated - Columbia University - from Columbia - many politicians 3-gram: - politicians graduated from - many politicians graduated - How many politicians - from Columbia University - graduated from Columbia 4-gram: - How many politicians graduated - politicians graduated from Columbia - many politicians graduated from - graduated from Columbia University 5-gram: - How many politicians graduated from - many politicians graduated from Columbia - politicians graduated from Columbia University query: "SELECT (COUNT(DISTINCT ?uri) as ?c) WHERE { ?uri . ?uri . } " query_parts: o: http://dbpedia.org/resource/Columbia_University: 1 http://dbpedia.org/resource/Politician: 1 p: http://dbpedia.org/ontology/almaMater: 1 http://dbpedia.org/ontology/profession: 1 po: http://dbpedia.org/ontology/almaMater: http://dbpedia.org/resource/Columbia_University: 1 http://dbpedia.org/ontology/profession: http://dbpedia.org/resource/Politician: 1 s: {} sp: {} question: How many politicians graduated from Columbia University? question_ID: 284 source: QALD-6/qald-6-train-multilingual.json 285: patterns: 1-gram: - scientist - Peace - Prize - Nobel - Manhattan - known - Project 2-gram: - Project and - Nobel Peace - the Nobel - known for - Peace Prize - the Manhattan - is known - Manhattan Project - scientist is - Which scientist 3-gram: - the Manhattan Project - Project and the - known for the - for the Manhattan - scientist is known - the Nobel Peace - Which scientist is - is known for - Manhattan Project and - Nobel Peace Prize - and the Nobel 4-gram: - is known for the - scientist is known for - Project and the Nobel - the Manhattan Project and - known for the Manhattan - Manhattan Project and the - the Nobel Peace Prize - Which scientist is known - for the Manhattan Project - and the Nobel Peace 5-gram: - is known for the Manhattan - and the Nobel Peace Prize - scientist is known for the - known for the Manhattan Project - for the Manhattan Project and - Manhattan Project and the Nobel - the Manhattan Project and the - Which scientist is known for - Project and the Nobel Peace query: "SELECT DISTINCT ?uri WHERE { ?uri . ?uri . ?uri . } " query_parts: o: http://dbpedia.org/ontology/Scientist: 1 http://dbpedia.org/resource/Manhattan_Project: 1 http://dbpedia.org/resource/Nobel_Peace_Prize: 1 p: http://dbpedia.org/ontology/knownFor: 1 po: http://dbpedia.org/ontology/knownFor: http://dbpedia.org/resource/Manhattan_Project: 1 http://dbpedia.org/resource/Nobel_Peace_Prize: 1 s: {} sp: {} question: Which scientist is known for the Manhattan Project and the Nobel Peace Prize? question_ID: 285 source: QALD-6/qald-6-train-multilingual.json 286: patterns: 1-gram: - highest - Africa - volcano 2-gram: - in Africa - highest volcano - the highest - volcano in 3-gram: - highest volcano in - volcano in Africa - is the highest - the highest volcano 4-gram: - is the highest volcano - the highest volcano in - highest volcano in Africa - What is the highest 5-gram: - is the highest volcano in - the highest volcano in Africa - What is the highest volcano query: "SELECT DISTINCT ?uri WHERE { ?uri . ?uri ?area . ?area . ?uri ?elevation . } ORDER BY DESC(?elevation) OFFSET 0 LIMIT 1 " query_parts: o: http://dbpedia.org/class/yago/AfricanCountries: 1 http://dbpedia.org/ontology/Volcano: 1 p: http://dbpedia.org/ontology/elevation: 1 http://dbpedia.org/ontology/locatedInArea: 1 po: {} s: {} sp: {} question: What is the highest volcano in Africa? question_ID: 286 source: QALD-6/qald-6-train-multilingual.json 287: patterns: 1-gram: - beer - originated - Ireland 2-gram: - beer originated - originated in - in Ireland - Which beer 3-gram: - originated in Ireland - beer originated in - Which beer originated 4-gram: - Which beer originated in - beer originated in Ireland 5-gram: - Which beer originated in Ireland query: "SELECT DISTINCT ?uri WHERE { ?uri . ?uri \"Ireland\"@en . } " query_parts: o: http://dbpedia.org/resource/Beer: 1 p: http://dbpedia.org/property/origin: 1 http://dbpedia.org/property/type: 1 po: http://dbpedia.org/property/origin: "\"Ireland\"@en": 1 http://dbpedia.org/property/type: http://dbpedia.org/resource/Beer: 1 s: {} sp: {} question: Which beer originated in Ireland? question_ID: 287 source: QALD-6/qald-6-train-multilingual.json 288: patterns: 1-gram: - specialities - Health - Care 2-gram: - UNC Health - the specialities - the UNC - Health Care - specialities of 3-gram: - specialities of the - of the UNC - are the specialities - UNC Health Care - the UNC Health - the specialities of 4-gram: - What are the specialities - specialities of the UNC - the specialities of the - the UNC Health Care - of the UNC Health - are the specialities of 5-gram: - What are the specialities of - are the specialities of the - specialities of the UNC Health - the specialities of the UNC - of the UNC Health Care query: "SELECT DISTINCT ?uri WHERE { ?uri . } " query_parts: o: {} p: http://dbpedia.org/property/speciality: 1 po: {} s: http://dbpedia.org/resource/UNC_Health_Care: 1 sp: http://dbpedia.org/resource/UNC_Health_Care: http://dbpedia.org/property/speciality: 1 question: What are the specialities of the UNC Health Care? question_ID: 288 source: QALD-6/qald-6-train-multilingual.json 289: patterns: 1-gram: - Facebook - owner 2-gram: - of Facebook - the owner - owner of 3-gram: - owner of Facebook - is the owner - the owner of 4-gram: - is the owner of - Who is the owner - the owner of Facebook 5-gram: - is the owner of Facebook - Who is the owner of query: "SELECT DISTINCT ?uri WHERE { ?uri . } " query_parts: o: {} p: http://dbpedia.org/ontology/foundedBy: 1 po: {} s: http://dbpedia.org/resource/Facebook: 1 sp: http://dbpedia.org/resource/Facebook: http://dbpedia.org/ontology/foundedBy: 1 question: Who is the owner of Facebook? question_ID: 289 source: QALD-6/qald-6-train-multilingual.json 29: patterns: 1-gram: - Hofstadter - awards - Douglas 2-gram: - Douglas Hofstadter - Hofstadter win - awards did - did Douglas - Which awards 3-gram: - Which awards did - Douglas Hofstadter win - did Douglas Hofstadter - awards did Douglas 4-gram: - awards did Douglas Hofstadter - Which awards did Douglas - did Douglas Hofstadter win 5-gram: - Which awards did Douglas Hofstadter - awards did Douglas Hofstadter win query: "SELECT DISTINCT ?uri WHERE { ?uri . } " query_parts: o: {} p: http://dbpedia.org/ontology/award: 1 po: {} s: http://dbpedia.org/resource/Douglas_Hofstadter: 1 sp: http://dbpedia.org/resource/Douglas_Hofstadter: http://dbpedia.org/ontology/award: 1 question: Which awards did Douglas Hofstadter win? question_ID: 29 source: QALD-6/qald-6-train-multilingual.json 290: patterns: 1-gram: - region - Bourgogne - Melon 2-gram: - which region - the Melon - region is - Melon de - de Bourgogne 3-gram: - From which region - which region is - Melon de Bourgogne - the Melon de - region is the - is the Melon 4-gram: - which region is the - region is the Melon - the Melon de Bourgogne - From which region is - is the Melon de 5-gram: - From which region is the - which region is the Melon - region is the Melon de - is the Melon de Bourgogne query: "SELECT DISTINCT ?uri WHERE { ?uri . } " query_parts: o: {} p: http://dbpedia.org/ontology/wineRegion: 1 po: {} s: http://dbpedia.org/resource/Melon_de_Bourgogne: 1 sp: http://dbpedia.org/resource/Melon_de_Bourgogne: http://dbpedia.org/ontology/wineRegion: 1 question: From which region is the Melon de Bourgogne? question_ID: 290 source: QALD-6/qald-6-train-multilingual.json 291: patterns: 1-gram: - Socrates - influenced 2-gram: - by Socrates - was influenced - influenced by 3-gram: - was influenced by - influenced by Socrates - Who was influenced 4-gram: - Who was influenced by - was influenced by Socrates 5-gram: - Who was influenced by Socrates query: "SELECT DISTINCT ?uri WHERE { ?uri . } " query_parts: o: http://dbpedia.org/resource/Socrates: 1 p: http://dbpedia.org/ontology/influencedBy: 1 po: http://dbpedia.org/ontology/influencedBy: http://dbpedia.org/resource/Socrates: 1 s: {} sp: {} question: Who was influenced by Socrates? question_ID: 291 source: QALD-6/qald-6-train-multilingual.json 292: patterns: 1-gram: - Pakistan - president - 1978 2-gram: - in 1978 - president of - of Pakistan - was president - Pakistan in 3-gram: - president of Pakistan - of Pakistan in - was president of - Who was president - Pakistan in 1978 4-gram: - of Pakistan in 1978 - president of Pakistan in - Who was president of - was president of Pakistan 5-gram: - Who was president of Pakistan - president of Pakistan in 1978 - was president of Pakistan in query: "SELECT DISTINCT ?uri WHERE { ?uri . ?uri 1978 . } " query_parts: o: http://dbpedia.org/resource/President_of_Pakistan: 1 p: http://dbpedia.org/property/title: 1 http://dbpedia.org/property/years: 1 po: http://dbpedia.org/property/title: http://dbpedia.org/resource/President_of_Pakistan: 1 s: {} sp: {} question: Who was president of Pakistan in 1978? question_ID: 292 source: QALD-6/qald-6-train-multilingual.json 293: patterns: 1-gram: - starring - Give - actors - English - Lovesick 2-gram: - starring in - in Lovesick - Give me - English actors - actors starring - me English 3-gram: - me English actors - starring in Lovesick - actors starring in - English actors starring - Give me English 4-gram: - actors starring in Lovesick - me English actors starring - Give me English actors - English actors starring in 5-gram: - Give me English actors starring - English actors starring in Lovesick - me English actors starring in query: "SELECT DISTINCT ?uri WHERE { ?uri . { ?uri . } UNION { ?uri . } } " query_parts: o: http://dbpedia.org/class/yago/EnglishFilmActors: 1 http://dbpedia.org/resource/England: 1 p: http://dbpedia.org/ontology/birthPlace: 1 http://dbpedia.org/ontology/starring: 1 po: http://dbpedia.org/ontology/birthPlace: http://dbpedia.org/resource/England: 1 s: http://dbpedia.org/resource/Lovesick: 1 sp: http://dbpedia.org/resource/Lovesick: http://dbpedia.org/ontology/starring: 1 question: Give me English actors starring in Lovesick. question_ID: 293 source: QALD-6/qald-6-train-multilingual.json 294: patterns: 1-gram: - Give - types - eating - disorders 2-gram: - all types - eating disorders - Give me - of eating - types of 3-gram: - types of eating - me all types - Give me all - of eating disorders - all types of 4-gram: - me all types of - Give me all types - types of eating disorders - all types of eating 5-gram: - Give me all types of - all types of eating disorders - me all types of eating query: "SELECT DISTINCT ?uri WHERE { ?uri . } " query_parts: o: http://dbpedia.org/class/yago/EatingDisorders: 1 p: {} po: {} s: {} sp: {} question: Give me all types of eating disorders. question_ID: 294 source: QALD-6/qald-6-train-multilingual.json 295: patterns: 1-gram: - president - married - Chirac 2-gram: - to president - president Chirac - married to - was married 3-gram: - Who was married - was married to - to president Chirac - married to president 4-gram: - was married to president - Who was married to - married to president Chirac 5-gram: - was married to president Chirac - Who was married to president query: "SELECT DISTINCT ?uri WHERE { ?uri . } " query_parts: o: {} p: http://dbpedia.org/ontology/spouse: 1 po: {} s: http://dbpedia.org/resource/Jacques_Chirac: 1 sp: http://dbpedia.org/resource/Jacques_Chirac: http://dbpedia.org/ontology/spouse: 1 question: Who was married to president Chirac? question_ID: 295 source: QALD-6/qald-6-train-multilingual.json 296: patterns: 1-gram: - largest - state - Washington - area - metropolitan 2-gram: - the largest - Washington state - largest metropolitan - in Washington - area in - metropolitan area 3-gram: - in Washington state - area in Washington - the largest metropolitan - is the largest - largest metropolitan area - metropolitan area in 4-gram: - area in Washington state - the largest metropolitan area - is the largest metropolitan - largest metropolitan area in - What is the largest - metropolitan area in Washington 5-gram: - What is the largest metropolitan - is the largest metropolitan area - the largest metropolitan area in - largest metropolitan area in Washington - metropolitan area in Washington state query: "SELECT DISTINCT ?uri WHERE { ?uri . } " query_parts: o: {} p: http://dbpedia.org/property/largestmetro: 1 po: {} s: http://dbpedia.org/resource/Washington_(state): 1 sp: http://dbpedia.org/resource/Washington_(state): http://dbpedia.org/property/largestmetro: 1 question: What is the largest metropolitan area in Washington state? question_ID: 296 source: QALD-6/qald-6-train-multilingual.json 297: patterns: 1-gram: - sparkling - wine - France - produced 2-gram: - in France - sparkling wine - wine produced - is sparkling - France is 3-gram: - sparkling wine produced - Where in France - is sparkling wine - in France is - France is sparkling 4-gram: - France is sparkling wine - is sparkling wine produced - in France is sparkling - Where in France is 5-gram: - Where in France is sparkling - France is sparkling wine produced - in France is sparkling wine query: "SELECT DISTINCT ?uri WHERE { ?uri . ?uri . } " query_parts: o: http://dbpedia.org/resource/France: 1 http://dbpedia.org/resource/Sparkling_wine: 1 p: http://dbpedia.org/ontology/location: 1 http://dbpedia.org/ontology/wineProduced: 1 po: http://dbpedia.org/ontology/location: http://dbpedia.org/resource/France: 1 http://dbpedia.org/ontology/wineProduced: http://dbpedia.org/resource/Sparkling_wine: 1 s: {} sp: {} question: Where in France is sparkling wine produced? question_ID: 297 source: QALD-6/qald-6-train-multilingual.json 298: patterns: 1-gram: - Slovak - Hillel 2-gram: - did Hillel - Slovak die - Hillel Slovak 3-gram: - did Hillel Slovak - Hillel Slovak die - Where did Hillel 4-gram: - Where did Hillel Slovak - did Hillel Slovak die 5-gram: - Where did Hillel Slovak die query: "SELECT DISTINCT ?uri WHERE { ?uri . } " query_parts: o: {} p: http://dbpedia.org/ontology/deathPlace: 1 po: {} s: http://dbpedia.org/resource/Hillel_Slovak: 1 sp: http://dbpedia.org/resource/Hillel_Slovak: http://dbpedia.org/ontology/deathPlace: 1 question: Where did Hillel Slovak die? question_ID: 298 source: QALD-6/qald-6-train-multilingual.json 299: patterns: 1-gram: - timezone - Pedro - Atacama 2-gram: - Pedro de - timezone in - San Pedro - the timezone - de Atacama - in San 3-gram: - the timezone in - timezone in San - San Pedro de - in San Pedro - Pedro de Atacama - is the timezone 4-gram: - the timezone in San - is the timezone in - San Pedro de Atacama - What is the timezone - timezone in San Pedro - in San Pedro de 5-gram: - in San Pedro de Atacama - timezone in San Pedro de - What is the timezone in - the timezone in San Pedro - is the timezone in San query: "SELECT DISTINCT ?uri WHERE { ?uri . } " query_parts: o: {} p: http://dbpedia.org/ontology/timeZone: 1 po: {} s: http://dbpedia.org/resource/San_Pedro_de_Atacama: 1 sp: http://dbpedia.org/resource/San_Pedro_de_Atacama: http://dbpedia.org/ontology/timeZone: 1 question: What is the timezone in San Pedro de Atacama? question_ID: 299 source: QALD-6/qald-6-train-multilingual.json 3: patterns: 1-gram: - married - daughter - Kennedy - Robert 2-gram: - daughter of - the daughter - of Robert - Kennedy married - Robert Kennedy - married to 3-gram: - Kennedy married to - Robert Kennedy married - of Robert Kennedy - is the daughter - daughter of Robert - the daughter of 4-gram: - of Robert Kennedy married - daughter of Robert Kennedy - is the daughter of - Robert Kennedy married to - Who is the daughter - the daughter of Robert 5-gram: - of Robert Kennedy married to - Who is the daughter of - is the daughter of Robert - the daughter of Robert Kennedy - daughter of Robert Kennedy married query: "SELECT DISTINCT ?uri WHERE { ?child . ?child ?uri . } " query_parts: o: {} p: http://dbpedia.org/ontology/child: 1 http://dbpedia.org/ontology/spouse: 1 po: {} s: http://dbpedia.org/resource/Robert_F._Kennedy: 1 sp: http://dbpedia.org/resource/Robert_F._Kennedy: http://dbpedia.org/ontology/child: 1 question: Who is the daughter of Robert Kennedy married to? question_ID: 3 source: QALD-6/qald-6-train-multilingual.json 30: patterns: 1-gram: - density - population - state - highest 2-gram: - state has - the highest - Which U.S - population density - U.S state - highest population 3-gram: - the highest population - state has the - has the highest - highest population density - Which U.S state - U.S state has 4-gram: - state has the highest - has the highest population - U.S state has the - the highest population density - Which U.S state has 5-gram: - has the highest population density - Which U.S state has the - state has the highest population - U.S state has the highest query: "SELECT DISTINCT ?uri WHERE { ?uri . ?uri ?rank . } ORDER BY ASC(?rank) OFFSET 0 LIMIT 1 " query_parts: o: http://dbpedia.org/class/yago/StatesOfTheUnitedStates: 1 p: http://dbpedia.org/property/densityrank: 1 po: {} s: {} sp: {} question: Which U.S. state has the highest population density? question_ID: 30 source: QALD-6/qald-6-train-multilingual.json 300: patterns: 1-gram: - Chile - city - Route 2-gram: - Chile Route - city does - 68 end - which city - the Chile - Route 68 3-gram: - Route 68 end - which city does - does the Chile - Chile Route 68 - the Chile Route - In which city - city does the 4-gram: - Chile Route 68 end - In which city does - the Chile Route 68 - city does the Chile - which city does the - does the Chile Route 5-gram: - city does the Chile Route - does the Chile Route 68 - In which city does the - the Chile Route 68 end - which city does the Chile query: "SELECT DISTINCT ?uri WHERE { ?uri . } " query_parts: o: {} p: http://dbpedia.org/ontology/routeEnd: 1 po: {} s: http://dbpedia.org/resource/Chile_Route_68: 1 sp: http://dbpedia.org/resource/Chile_Route_68: http://dbpedia.org/ontology/routeEnd: 1 question: In which city does the Chile Route 68 end? question_ID: 300 source: QALD-6/qald-6-train-multilingual.json 301: patterns: 1-gram: - Give - astronauts 2-gram: - ESA astronauts - Give me - all ESA 3-gram: - me all ESA - all ESA astronauts - Give me all 4-gram: - me all ESA astronauts - Give me all ESA 5-gram: - Give me all ESA astronauts query: "SELECT DISTINCT ?uri WHERE { ?uri . ?uri . } " query_parts: o: http://dbpedia.org/ontology/Astronaut: 1 http://dbpedia.org/resource/European_Space_Agency: 1 p: http://dbpedia.org/ontology/type: 1 po: http://dbpedia.org/ontology/type: http://dbpedia.org/resource/European_Space_Agency: 1 s: {} sp: {} question: Give me all ESA astronauts. question_ID: 301 source: QALD-6/qald-6-train-multilingual.json 302: patterns: 1-gram: - Swedish - Give - holidays 2-gram: - Give me - all Swedish - Swedish holidays 3-gram: - me all Swedish - all Swedish holidays - Give me all 4-gram: - me all Swedish holidays - Give me all Swedish 5-gram: - Give me all Swedish holidays query: "SELECT DISTINCT ?uri WHERE { ?uri . ?uri . } " query_parts: o: http://dbpedia.org/ontology/Holiday: 1 http://dbpedia.org/resource/Sweden: 1 p: http://dbpedia.org/ontology/country: 1 po: http://dbpedia.org/ontology/country: http://dbpedia.org/resource/Sweden: 1 s: {} sp: {} question: Give me all Swedish holidays. question_ID: 302 source: QALD-6/qald-6-train-multilingual.json 303: patterns: 1-gram: - Prize - Pulitzer - youngest - winner 2-gram: - the youngest - Pulitzer Prize - youngest Pulitzer - Prize winner 3-gram: - Pulitzer Prize winner - is the youngest - the youngest Pulitzer - youngest Pulitzer Prize 4-gram: - Who is the youngest - youngest Pulitzer Prize winner - the youngest Pulitzer Prize - is the youngest Pulitzer 5-gram: - the youngest Pulitzer Prize winner - is the youngest Pulitzer Prize - Who is the youngest Pulitzer query: "SELECT DISTINCT ?uri WHERE { ?uri . ?uri ?d . } ORDER BY DESC(?d) OFFSET 0 LIMIT 1 " query_parts: o: http://dbpedia.org/resource/Pulitzer_Prize: 1 p: http://dbpedia.org/ontology/award: 1 http://dbpedia.org/ontology/birthDate: 1 po: http://dbpedia.org/ontology/award: http://dbpedia.org/resource/Pulitzer_Prize: 1 s: {} sp: {} question: Who is the youngest Pulitzer Prize winner? question_ID: 303 source: QALD-6/qald-6-train-multilingual.json 304: patterns: 1-gram: - critically - endangered - animals 2-gram: - Which animals - are critically - animals are - critically endangered 3-gram: - Which animals are - animals are critically - are critically endangered 4-gram: - animals are critically endangered - Which animals are critically 5-gram: - Which animals are critically endangered query: "SELECT DISTINCT ?uri WHERE { ?uri . ?uri 'CR'^^ . } " query_parts: o: http://dbpedia.org/ontology/Animal: 1 p: http://dbpedia.org/ontology/conservationStatus: 1 po: {} s: {} sp: {} question: Which animals are critically endangered? question_ID: 304 source: QALD-6/qald-6-train-multilingual.json 305: patterns: 1-gram: - Malta - born - players - soccer 2-gram: - soccer players - were born - players were - on Malta - Which soccer - born on 3-gram: - players were born - Which soccer players - were born on - born on Malta - soccer players were 4-gram: - were born on Malta - Which soccer players were - soccer players were born - players were born on 5-gram: - Which soccer players were born - soccer players were born on - players were born on Malta query: "SELECT DISTINCT ?uri WHERE { ?uri . ?uri . } " query_parts: o: http://dbpedia.org/ontology/SoccerPlayer: 1 http://dbpedia.org/resource/Malta: 1 p: http://dbpedia.org/ontology/birthPlace: 1 po: http://dbpedia.org/ontology/birthPlace: http://dbpedia.org/resource/Malta: 1 s: {} sp: {} question: Which soccer players were born on Malta? question_ID: 305 source: QALD-6/qald-6-train-multilingual.json 306: patterns: 1-gram: - Schwarzenegger - university - Arnold - attend 2-gram: - attend a - a university - Arnold Schwarzenegger - Schwarzenegger attend - Did Arnold 3-gram: - Did Arnold Schwarzenegger - Schwarzenegger attend a - Arnold Schwarzenegger attend - attend a university 4-gram: - Arnold Schwarzenegger attend a - Schwarzenegger attend a university - Did Arnold Schwarzenegger attend 5-gram: - Did Arnold Schwarzenegger attend a - Arnold Schwarzenegger attend a university query: "ASK WHERE { ?x . ?x . } " query_parts: o: http://dbpedia.org/ontology/University: 1 p: http://dbpedia.org/ontology/almaMater: 1 po: {} s: http://dbpedia.org/resource/Arnold_Schwarzenegger: 1 sp: http://dbpedia.org/resource/Arnold_Schwarzenegger: http://dbpedia.org/ontology/almaMater: 1 question: Did Arnold Schwarzenegger attend a university? question_ID: 306 source: QALD-6/qald-6-train-multilingual.json 307: patterns: 1-gram: - languages - influenced - Perl - programming 2-gram: - Which programming - by Perl - influenced by - were influenced - languages were - programming languages 3-gram: - languages were influenced - Which programming languages - influenced by Perl - programming languages were - were influenced by 4-gram: - were influenced by Perl - programming languages were influenced - languages were influenced by - Which programming languages were 5-gram: - programming languages were influenced by - languages were influenced by Perl - Which programming languages were influenced query: "SELECT DISTINCT ?uri WHERE { ?uri . { ?uri . } UNION { ?uri . } } " query_parts: o: http://dbpedia.org/ontology/ProgrammingLanguage: 1 http://dbpedia.org/resource/Perl: 1 p: http://dbpedia.org/ontology/influenced: 1 http://dbpedia.org/ontology/influencedBy: 1 po: http://dbpedia.org/ontology/influencedBy: http://dbpedia.org/resource/Perl: 1 s: http://dbpedia.org/resource/Perl: 1 sp: http://dbpedia.org/resource/Perl: http://dbpedia.org/ontology/influenced: 1 question: Which programming languages were influenced by Perl? question_ID: 307 source: QALD-6/qald-6-train-multilingual.json 308: patterns: 1-gram: - Barack - Obama - democrat 2-gram: - Is Barack - Barack Obama - a democrat - Obama a 3-gram: - Barack Obama a - Obama a democrat - Is Barack Obama 4-gram: - Barack Obama a democrat - Is Barack Obama a 5-gram: - Is Barack Obama a democrat query: "ASK WHERE { . } " query_parts: o: http://dbpedia.org/resource/Democratic_Party_(United_States): 1 p: http://dbpedia.org/ontology/party: 1 po: http://dbpedia.org/ontology/party: http://dbpedia.org/resource/Democratic_Party_(United_States): 1 s: http://dbpedia.org/resource/Barack_Obama: 1 sp: http://dbpedia.org/resource/Barack_Obama: http://dbpedia.org/ontology/party: 1 question: Is Barack Obama a democrat? question_ID: 308 source: QALD-6/qald-6-train-multilingual.json 309: patterns: 1-gram: - Eddie - many - children - Murphy 2-gram: - Eddie Murphy - How many - Murphy have - many children - children does - does Eddie 3-gram: - does Eddie Murphy - Eddie Murphy have - children does Eddie - many children does - How many children 4-gram: - does Eddie Murphy have - many children does Eddie - How many children does - children does Eddie Murphy 5-gram: - How many children does Eddie - many children does Eddie Murphy - children does Eddie Murphy have query: "SELECT DISTINCT ?n WHERE { ?n . } " query_parts: o: {} p: http://dbpedia.org/property/children: 1 po: {} s: http://dbpedia.org/resource/Eddie_Murphy: 1 sp: http://dbpedia.org/resource/Eddie_Murphy: http://dbpedia.org/property/children: 1 question: How many children does Eddie Murphy have? question_ID: 309 source: QALD-6/qald-6-train-multilingual.json 31: patterns: 1-gram: - Republic - currency - Czech 2-gram: - the currency - Czech Republic - currency of - the Czech 3-gram: - of the Czech - is the currency - the currency of - currency of the - the Czech Republic 4-gram: - the currency of the - currency of the Czech - is the currency of - of the Czech Republic - What is the currency 5-gram: - What is the currency of - the currency of the Czech - currency of the Czech Republic - is the currency of the query: "SELECT DISTINCT ?uri WHERE { ?uri . } " query_parts: o: {} p: http://dbpedia.org/ontology/currency: 1 po: {} s: http://dbpedia.org/resource/Czech_Republic: 1 sp: http://dbpedia.org/resource/Czech_Republic: http://dbpedia.org/ontology/currency: 1 question: What is the currency of the Czech Republic? question_ID: 31 source: QALD-6/qald-6-train-multilingual.json 310: patterns: 1-gram: - oldest - child - Meryl - Streep 2-gram: - child of - oldest child - the oldest - Meryl Streep - of Meryl 3-gram: - the oldest child - oldest child of - of Meryl Streep - is the oldest - child of Meryl 4-gram: - Who is the oldest - child of Meryl Streep - is the oldest child - oldest child of Meryl - the oldest child of 5-gram: - the oldest child of Meryl - Who is the oldest child - oldest child of Meryl Streep - is the oldest child of query: "SELECT DISTINCT ?uri WHERE { ?uri . ?uri ?d . } ORDER BY ASC(?d) OFFSET 0 LIMIT 1 " query_parts: o: {} p: http://dbpedia.org/ontology/birthDate: 1 http://dbpedia.org/ontology/child: 1 po: {} s: http://dbpedia.org/resource/Meryl_Streep: 1 sp: http://dbpedia.org/resource/Meryl_Streep: http://dbpedia.org/ontology/child: 1 question: Who is the oldest child of Meryl Streep? question_ID: 310 source: QALD-6/qald-6-train-multilingual.json 311: patterns: 1-gram: - Lennon - killed - John 2-gram: - Who killed - John Lennon - killed John 3-gram: - killed John Lennon - Who killed John 4-gram: - Who killed John Lennon 5-gram: [] query: "SELECT DISTINCT ?uri WHERE { ?uri . ?uri . } " query_parts: o: http://dbpedia.org/ontology/Person: 1 http://dbpedia.org/resource/Death_of_John_Lennon: 1 p: http://dbpedia.org/property/conviction: 1 po: http://dbpedia.org/property/conviction: http://dbpedia.org/resource/Death_of_John_Lennon: 1 s: {} sp: {} question: Who killed John Lennon? question_ID: 311 source: QALD-6/qald-6-train-multilingual.json 312: patterns: 1-gram: - China - city - headquartered 2-gram: - Air China - is Air - which city - China headquartered - city is 3-gram: - which city is - Air China headquartered - In which city - is Air China - city is Air 4-gram: - which city is Air - is Air China headquartered - In which city is - city is Air China 5-gram: - city is Air China headquartered - In which city is Air - which city is Air China query: "SELECT DISTINCT ?uri WHERE { ?uri . ?uri . } " query_parts: o: http://dbpedia.org/class/yago/City108524735: 1 p: http://dbpedia.org/ontology/headquarter: 1 po: {} s: http://dbpedia.org/resource/Air_China: 1 sp: http://dbpedia.org/resource/Air_China: http://dbpedia.org/ontology/headquarter: 1 question: In which city is Air China headquartered? question_ID: 312 source: QALD-6/qald-6-train-multilingual.json 313: patterns: 1-gram: - frequent - airlines - flyer - program 2-gram: - Which frequent - frequent flyer - program has - flyer program - most airlines 3-gram: - flyer program has - the most airlines - frequent flyer program - Which frequent flyer - program has the 4-gram: - Which frequent flyer program - frequent flyer program has - flyer program has the - program has the most - has the most airlines 5-gram: - frequent flyer program has the - Which frequent flyer program has - flyer program has the most - program has the most airlines query: "SELECT ?uri WHERE { ?airline . ?airline ?uri. ?uri . } ORDER BY DESC(COUNT(DISTINCT ?airline)) OFFSET 0 LIMIT 1 " query_parts: o: http://dbpedia.org/class/yago/FrequentFlyerPrograms: 1 http://dbpedia.org/ontology/Airline: 1 p: http://dbpedia.org/property/frequentFlyer: 1 po: {} s: {} sp: {} question: Which frequent flyer program has the most airlines? question_ID: 313 source: QALD-6/qald-6-train-multilingual.json 314: patterns: 1-gram: - Stevens - date - artists - born - Rachel 2-gram: - Which artists - were born - artists were - same date - date as - as Rachel - Rachel Stevens - born on 3-gram: - artists were born - date as Rachel - the same date - born on the - Which artists were - as Rachel Stevens - were born on - same date as 4-gram: - born on the same - on the same date - date as Rachel Stevens - Which artists were born - same date as Rachel - the same date as - were born on the - artists were born on 5-gram: - Which artists were born on - artists were born on the - on the same date as - born on the same date - were born on the same - the same date as Rachel - same date as Rachel Stevens query: "SELECT DISTINCT ?uri WHERE { ?uri . ?date . ?uri ?date . } " query_parts: o: http://dbpedia.org/ontology/Artist: 1 p: http://dbpedia.org/property/dateOfBirth: 1 po: {} s: http://dbpedia.org/resource/Rachel_Stevens: 1 sp: http://dbpedia.org/resource/Rachel_Stevens: http://dbpedia.org/property/dateOfBirth: 1 question: Which artists were born on the same date as Rachel Stevens? question_ID: 314 source: QALD-6/qald-6-train-multilingual.json 315: patterns: 1-gram: - university - many - graduated - League - scientists 2-gram: - scientists graduated - an Ivy - Ivy League - many scientists - How many - League university - graduated from 3-gram: - scientists graduated from - How many scientists - Ivy League university - graduated from an - many scientists graduated - from an Ivy - an Ivy League 4-gram: - How many scientists graduated - from an Ivy League - graduated from an Ivy - scientists graduated from an - many scientists graduated from - an Ivy League university 5-gram: - graduated from an Ivy League - How many scientists graduated from - scientists graduated from an Ivy - from an Ivy League university - many scientists graduated from an query: "SELECT (COUNT(DISTINCT ?uri) as ?c) WHERE { ?uri . ?uri ?university . ?university . } " query_parts: o: http://dbpedia.org/ontology/Scientist: 1 http://dbpedia.org/resource/Ivy_League: 1 p: http://dbpedia.org/ontology/affiliation: 1 http://dbpedia.org/ontology/almaMater: 1 po: http://dbpedia.org/ontology/affiliation: http://dbpedia.org/resource/Ivy_League: 1 s: {} sp: {} question: How many scientists graduated from an Ivy League university? question_ID: 315 source: QALD-6/qald-6-train-multilingual.json 316: patterns: 1-gram: - types - grapes - Oregon - grow 2-gram: - grapes grow - Which types - types of - grow in - of grapes - in Oregon 3-gram: - types of grapes - grapes grow in - Which types of - of grapes grow - grow in Oregon 4-gram: - of grapes grow in - Which types of grapes - types of grapes grow - grapes grow in Oregon 5-gram: - Which types of grapes grow - of grapes grow in Oregon - types of grapes grow in query: "SELECT DISTINCT ?uri WHERE { ?uri . } " query_parts: o: {} p: http://dbpedia.org/ontology/growingGrape: 1 po: {} s: http://dbpedia.org/resource/Oregon_wine: 1 sp: http://dbpedia.org/resource/Oregon_wine: http://dbpedia.org/ontology/growingGrape: 1 question: Which types of grapes grow in Oregon? question_ID: 316 source: QALD-6/qald-6-train-multilingual.json 317: patterns: 1-gram: - Benicio - starring - Spanish - produced - movies - Toro 2-gram: - Benicio del - Spanish movies - is starring - in Spanish - del Toro - starring in - by Benicio - movies produced - produced by 3-gram: - movies produced by - by Benicio del - Benicio del Toro - Who is starring - starring in Spanish - produced by Benicio - is starring in - Spanish movies produced - in Spanish movies 4-gram: - is starring in Spanish - Spanish movies produced by - in Spanish movies produced - produced by Benicio del - starring in Spanish movies - Who is starring in - movies produced by Benicio - by Benicio del Toro 5-gram: - in Spanish movies produced by - starring in Spanish movies produced - produced by Benicio del Toro - Spanish movies produced by Benicio - Who is starring in Spanish - movies produced by Benicio del - is starring in Spanish movies query: "SELECT DISTINCT ?uri WHERE { ?film . ?film . ?film . ?film ?uri . ?uri . } " query_parts: o: http://dbpedia.org/ontology/Film: 1 http://dbpedia.org/ontology/Person: 1 http://dbpedia.org/resource/Benicio_del_Toro: 1 http://dbpedia.org/resource/Spain: 1 p: http://dbpedia.org/ontology/country: 1 http://dbpedia.org/ontology/producer: 1 http://dbpedia.org/ontology/starring: 1 po: http://dbpedia.org/ontology/country: http://dbpedia.org/resource/Spain: 1 http://dbpedia.org/ontology/producer: http://dbpedia.org/resource/Benicio_del_Toro: 1 s: {} sp: {} question: Who is starring in Spanish movies produced by Benicio del Toro? question_ID: 317 source: QALD-6/qald-6-train-multilingual.json 318: patterns: 1-gram: - Real - manager - Madrid 2-gram: - manager of - of Real - the manager - Real Madrid 3-gram: - manager of Real - of Real Madrid - is the manager - the manager of 4-gram: - Who is the manager - the manager of Real - manager of Real Madrid - is the manager of 5-gram: - the manager of Real Madrid - Who is the manager of - is the manager of Real query: "SELECT DISTINCT ?uri WHERE { ?uri . } " query_parts: o: {} p: http://dbpedia.org/ontology/manager: 1 po: {} s: http://dbpedia.org/resource/Real_Madrid_C.F.: 1 sp: http://dbpedia.org/resource/Real_Madrid_C.F.: http://dbpedia.org/ontology/manager: 1 question: Who is the manager of Real Madrid? question_ID: 318 source: QALD-6/qald-6-train-multilingual.json 319: patterns: 1-gram: - currency - Give - China 2-gram: - of China - the currency - Give me - currency of 3-gram: - Give me the - me the currency - currency of China - the currency of 4-gram: - Give me the currency - me the currency of - the currency of China 5-gram: - Give me the currency of - me the currency of China query: "SELECT DISTINCT ?uri WHERE { ?uri . } " query_parts: o: {} p: http://dbpedia.org/ontology/currency: 1 po: {} s: http://dbpedia.org/resource/China: 1 sp: http://dbpedia.org/resource/China: http://dbpedia.org/ontology/currency: 1 question: Give me the currency of China. question_ID: 319 source: QALD-6/qald-6-train-multilingual.json 32: patterns: 1-gram: - countries - Euro - adopted 2-gram: - countries adopted - adopted the - the Euro - Which countries 3-gram: - adopted the Euro - countries adopted the - Which countries adopted 4-gram: - countries adopted the Euro - Which countries adopted the 5-gram: - Which countries adopted the Euro query: "SELECT DISTINCT ?uri WHERE { ?uri . { ?uri . } UNION { ?uri 'EUR'@en . } } " query_parts: o: http://dbpedia.org/ontology/Country: 1 http://dbpedia.org/resource/Euro: 1 p: http://dbpedia.org/ontology/currency: 1 http://dbpedia.org/property/currencyCode: 1 po: http://dbpedia.org/ontology/currency: http://dbpedia.org/resource/Euro: 1 http://dbpedia.org/property/currencyCode: "\"EUR\"@en": 1 s: {} sp: {} question: Which countries adopted the Euro? question_ID: 32 source: QALD-6/qald-6-train-multilingual.json 320: patterns: 1-gram: - Mickey - Rourke - directed - movies - Ritchie - starring 2-gram: - movies starring - directed by - Rourke were - Which movies - were directed - Guy Ritchie - by Guy - Mickey Rourke - starring Mickey 3-gram: - Rourke were directed - by Guy Ritchie - movies starring Mickey - Which movies starring - were directed by - starring Mickey Rourke - Mickey Rourke were - directed by Guy 4-gram: - Which movies starring Mickey - directed by Guy Ritchie - starring Mickey Rourke were - were directed by Guy - Rourke were directed by - Mickey Rourke were directed - movies starring Mickey Rourke 5-gram: - were directed by Guy Ritchie - Rourke were directed by Guy - Mickey Rourke were directed by - movies starring Mickey Rourke were - starring Mickey Rourke were directed - Which movies starring Mickey Rourke query: "SELECT DISTINCT ?uri WHERE { ?uri . ?uri . ?uri . } " query_parts: o: http://dbpedia.org/ontology/Film: 1 http://dbpedia.org/resource/Guy_Ritchie: 1 http://dbpedia.org/resource/Mickey_Rourke: 1 p: http://dbpedia.org/ontology/director: 1 http://dbpedia.org/ontology/starring: 1 po: http://dbpedia.org/ontology/director: http://dbpedia.org/resource/Guy_Ritchie: 1 http://dbpedia.org/ontology/starring: http://dbpedia.org/resource/Mickey_Rourke: 1 s: {} sp: {} question: Which movies starring Mickey Rourke were directed by Guy Ritchie? question_ID: 320 source: QALD-6/qald-6-train-multilingual.json 321: patterns: 1-gram: - Luke’s - Darth - father - Vader 2-gram: - Luke’s father - Vader Luke’s - Darth Vader - Is Darth 3-gram: - Is Darth Vader - Darth Vader Luke’s - Vader Luke’s father 4-gram: - Darth Vader Luke’s father - Is Darth Vader Luke’s 5-gram: - Is Darth Vader Luke’s father query: ASK WHERE { "Luke Skywalker"@en . } query_parts: o: {} p: http://dbpedia.org/property/children: 1 po: http://dbpedia.org/property/children: "\"Luke Skywalker\"@en": 1 s: http://dbpedia.org/resource/Darth_Vader: 1 sp: http://dbpedia.org/resource/Darth_Vader: http://dbpedia.org/property/children: 1 question: Is Darth Vader Luke’s father? question_ID: 321 source: QALD-6/qald-6-train-multilingual.json 322: patterns: 1-gram: - many - companies - founder - founded - Facebook 2-gram: - of Facebook - companies were - founder of - were founded - founded by - the founder - How many - many companies 3-gram: - founded by the - How many companies - founder of Facebook - were founded by - by the founder - companies were founded - the founder of - many companies were 4-gram: - How many companies were - companies were founded by - were founded by the - the founder of Facebook - many companies were founded - founded by the founder - by the founder of 5-gram: - were founded by the founder - many companies were founded by - companies were founded by the - by the founder of Facebook - How many companies were founded - founded by the founder of query: "SELECT (COUNT(DISTINCT ?uri) as ?c) WHERE { ?uri . ?uri ?uri . } " query_parts: o: {} p: http://dbpedia.org/ontology/foundedBy: 1 po: {} s: http://dbpedia.org/resource/Facebook: 1 sp: http://dbpedia.org/resource/Facebook: http://dbpedia.org/ontology/foundedBy: 1 question: How many companies were founded by the founder of Facebook? question_ID: 322 source: QALD-6/qald-6-train-multilingual.json 323: patterns: 1-gram: - companies - many - year - Google - founded 2-gram: - year as - same year - founded in - companies were - as Google - were founded - How many - many companies 3-gram: - companies were founded - many companies were - founded in the - How many companies - same year as - year as Google - were founded in - the same year 4-gram: - were founded in the - in the same year - same year as Google - companies were founded in - the same year as - many companies were founded - founded in the same - How many companies were 5-gram: - founded in the same year - the same year as Google - How many companies were founded - companies were founded in the - in the same year as - were founded in the same - many companies were founded in query: "SELECT (COUNT(DISTINCT ?uri) as ?c) WHERE { ?uri . ?uri ?year . ?year . } " query_parts: o: http://dbpedia.org/ontology/Company: 1 p: http://dbpedia.org/ontology/foundingYear: 1 po: {} s: http://dbpedia.org/resource/Google: 1 sp: http://dbpedia.org/resource/Google: http://dbpedia.org/ontology/foundingYear: 1 question: How many companies were founded in the same year as Google? question_ID: 323 source: QALD-6/qald-6-train-multilingual.json 324: patterns: 1-gram: - Dublin - serves - Travel - Glasgow - subsidiary 2-gram: - both Glasgow - Which subsidiary - serves both - of TUI - TUI Travel - subsidiary of - Glasgow and - and Dublin - Travel serves 3-gram: - Which subsidiary of - TUI Travel serves - both Glasgow and - serves both Glasgow - subsidiary of TUI - of TUI Travel - Travel serves both - Glasgow and Dublin 4-gram: - of TUI Travel serves - both Glasgow and Dublin - Which subsidiary of TUI - serves both Glasgow and - subsidiary of TUI Travel - TUI Travel serves both - Travel serves both Glasgow 5-gram: - of TUI Travel serves both - TUI Travel serves both Glasgow - Which subsidiary of TUI Travel - Travel serves both Glasgow and - serves both Glasgow and Dublin - subsidiary of TUI Travel serves query: "SELECT DISTINCT ?uri WHERE { ?uri . ?uri . ?uri . } " query_parts: o: http://dbpedia.org/resource/Dublin_Airport: 1 http://dbpedia.org/resource/Glasgow_Airport: 1 p: http://dbpedia.org/ontology/subsidiary: 1 http://dbpedia.org/ontology/targetAirport: 1 po: http://dbpedia.org/ontology/targetAirport: http://dbpedia.org/resource/Dublin_Airport: 1 http://dbpedia.org/resource/Glasgow_Airport: 1 s: http://dbpedia.org/resource/TUI_Travel: 1 sp: http://dbpedia.org/resource/TUI_Travel: http://dbpedia.org/ontology/subsidiary: 1 question: Which subsidiary of TUI Travel serves both Glasgow and Dublin? question_ID: 324 source: QALD-6/qald-6-train-multilingual.json 325: patterns: 1-gram: - members - Star - many - Alliance - airlines 2-gram: - members of - Star Alliance - many airlines - the Star - are members - How many - airlines are 3-gram: - the Star Alliance - airlines are members - How many airlines - of the Star - many airlines are - are members of - members of the 4-gram: - How many airlines are - many airlines are members - are members of the - members of the Star - airlines are members of - of the Star Alliance 5-gram: - members of the Star Alliance - many airlines are members of - airlines are members of the - How many airlines are members - are members of the Star query: "SELECT (COUNT(DISTINCT ?uri) as ?c) WHERE { ?uri . ?uri . } " query_parts: o: http://dbpedia.org/ontology/Airline: 1 http://dbpedia.org/resource/Star_Alliance: 1 p: http://dbpedia.org/property/alliance: 1 po: http://dbpedia.org/property/alliance: http://dbpedia.org/resource/Star_Alliance: 1 s: {} sp: {} question: How many airlines are members of the Star Alliance? question_ID: 325 source: QALD-6/qald-6-train-multilingual.json 326: patterns: 1-gram: - spacecrafts - Give - Mars - flew 2-gram: - to Mars - that flew - spacecrafts that - all spacecrafts - flew to - Give me 3-gram: - that flew to - flew to Mars - me all spacecrafts - spacecrafts that flew - all spacecrafts that - Give me all 4-gram: - Give me all spacecrafts - all spacecrafts that flew - spacecrafts that flew to - me all spacecrafts that - that flew to Mars 5-gram: - Give me all spacecrafts that - spacecrafts that flew to Mars - all spacecrafts that flew to - me all spacecrafts that flew query: "SELECT DISTINCT ?uri WHERE { ?uri . ?uri . } " query_parts: o: http://dbpedia.org/ontology/Spacecraft: 1 http://dbpedia.org/resource/Mars: 1 p: http://dbpedia.org/property/planet: 1 po: http://dbpedia.org/property/planet: http://dbpedia.org/resource/Mars: 1 s: {} sp: {} question: Give me all spacecrafts that flew to Mars. question_ID: 326 source: QALD-6/qald-6-train-multilingual.json 327: patterns: 1-gram: - musician - books - wrote 2-gram: - musician wrote - Which musician - wrote the - most books 3-gram: - the most books - wrote the most - musician wrote the - Which musician wrote 4-gram: - wrote the most books - musician wrote the most - Which musician wrote the 5-gram: - musician wrote the most books - Which musician wrote the most query: "SELECT DISTINCT ?uri WHERE { ?uri . ?x ?uri . ?x . } ORDER BY DESC(COUNT(?x)) OFFSET 0 LIMIT 1 " query_parts: o: http://dbpedia.org/ontology/Book: 1 http://dbpedia.org/resource/Musician: 1 p: http://dbpedia.org/ontology/author: 1 http://dbpedia.org/ontology/occupation: 1 po: http://dbpedia.org/ontology/occupation: http://dbpedia.org/resource/Musician: 1 s: {} sp: {} question: Which musician wrote the most books? question_ID: 327 source: QALD-6/qald-6-train-multilingual.json 328: patterns: 1-gram: - Halloween - Show - everyone - born 2-gram: - was born - me everyone - born on - everyone who - Show me - on Halloween 3-gram: - born on Halloween - everyone who was - me everyone who - was born on - who was born - Show me everyone 4-gram: - me everyone who was - everyone who was born - was born on Halloween - who was born on - Show me everyone who 5-gram: - everyone who was born on - me everyone who was born - Show me everyone who was - who was born on Halloween query: "SELECT DISTINCT ?uri WHERE { ?uri . { ?uri ?date . } UNION { ?uri ?date . } ?date . } " query_parts: o: http://dbpedia.org/ontology/Person: 1 p: http://dbpedia.org/ontology/birthDate: 1 http://dbpedia.org/property/birthDate: 1 http://dbpedia.org/property/date: 1 po: {} s: http://dbpedia.org/resource/Halloween: 1 sp: http://dbpedia.org/resource/Halloween: http://dbpedia.org/property/date: 1 question: Show me everyone who was born on Halloween. question_ID: 328 source: QALD-6/qald-6-train-multilingual.json 329: patterns: 1-gram: - Swiss - non-profit - organizations - Give 2-gram: - non-profit organizations - Give me - Swiss non-profit - all Swiss 3-gram: - all Swiss non-profit - Swiss non-profit organizations - Give me all - me all Swiss 4-gram: - Give me all Swiss - all Swiss non-profit organizations - me all Swiss non-profit 5-gram: - Give me all Swiss non-profit - me all Swiss non-profit organizations query: "SELECT DISTINCT ?uri WHERE { ?uri . { ?uri . } UNION { ?uri ?x . ?x . } } " query_parts: o: http://dbpedia.org/resource/Nonprofit_organization: 1 http://dbpedia.org/resource/Switzerland: 1 p: http://dbpedia.org/ontology/country: 1 http://dbpedia.org/ontology/location: 1 http://dbpedia.org/ontology/locationCountry: 1 http://dbpedia.org/ontology/type: 1 po: http://dbpedia.org/ontology/country: http://dbpedia.org/resource/Switzerland: 1 http://dbpedia.org/ontology/locationCountry: http://dbpedia.org/resource/Switzerland: 1 http://dbpedia.org/ontology/type: http://dbpedia.org/resource/Nonprofit_organization: 1 s: {} sp: {} question: Give me all Swiss non-profit organizations. question_ID: 329 source: QALD-6/qald-6-train-multilingual.json 33: patterns: 1-gram: - code - Berlin - area 2-gram: - code of - the area - of Berlin - area code 3-gram: - code of Berlin - is the area - area code of - the area code 4-gram: - is the area code - What is the area - the area code of - area code of Berlin 5-gram: - the area code of Berlin - is the area code of - What is the area code query: "SELECT DISTINCT ?string WHERE { ?string . } " query_parts: o: {} p: http://dbpedia.org/ontology/areaCode: 1 po: {} s: http://dbpedia.org/resource/Berlin: 1 sp: http://dbpedia.org/resource/Berlin: http://dbpedia.org/ontology/areaCode: 1 question: What is the area code of Berlin? question_ID: 33 source: QALD-6/qald-6-train-multilingual.json 330: patterns: 1-gram: - located - Mecca - country 2-gram: - is Mecca - Mecca located - which country - country is 3-gram: - country is Mecca - In which country - which country is - is Mecca located 4-gram: - which country is Mecca - In which country is - country is Mecca located 5-gram: - which country is Mecca located - In which country is Mecca query: "SELECT DISTINCT ?uri WHERE { ?uri . } " query_parts: o: {} p: http://dbpedia.org/ontology/country: 1 po: {} s: http://dbpedia.org/resource/Mecca: 1 sp: http://dbpedia.org/resource/Mecca: http://dbpedia.org/ontology/country: 1 question: In which country is Mecca located? question_ID: 330 source: QALD-6/qald-6-train-multilingual.json 331: patterns: 1-gram: - Apple - income 2-gram: - income of - the net - of Apple - net income 3-gram: - income of Apple - net income of - is the net - the net income 4-gram: - the net income of - is the net income - What is the net - net income of Apple 5-gram: - What is the net income - the net income of Apple - is the net income of query: "SELECT DISTINCT ?ni WHERE { ?ni . } " query_parts: o: {} p: http://dbpedia.org/ontology/netIncome: 1 po: {} s: http://dbpedia.org/resource/Apple_Inc.: 1 sp: http://dbpedia.org/resource/Apple_Inc.: http://dbpedia.org/ontology/netIncome: 1 question: What is the net income of Apple? question_ID: 331 source: QALD-6/qald-6-train-multilingual.json 332: patterns: 1-gram: - abbreviation - FIFA - stand 2-gram: - the abbreviation - FIFA stand - stand for - abbreviation FIFA 3-gram: - the abbreviation FIFA - does the abbreviation - abbreviation FIFA stand - FIFA stand for 4-gram: - abbreviation FIFA stand for - the abbreviation FIFA stand - does the abbreviation FIFA - What does the abbreviation 5-gram: - the abbreviation FIFA stand for - What does the abbreviation FIFA - does the abbreviation FIFA stand query: "SELECT DISTINCT ?name WHERE { ?name . } " query_parts: o: {} p: http://dbpedia.org/property/name: 1 po: {} s: http://dbpedia.org/resource/FIFA: 1 sp: http://dbpedia.org/resource/FIFA: http://dbpedia.org/property/name: 1 question: What does the abbreviation FIFA stand for? question_ID: 332 source: QALD-6/qald-6-train-multilingual.json 333: patterns: 1-gram: - dissolve - dynasty - Ming 2-gram: - Ming dynasty - dynasty dissolve - the Ming 3-gram: - did the Ming - the Ming dynasty - Ming dynasty dissolve 4-gram: - the Ming dynasty dissolve - When did the Ming - did the Ming dynasty 5-gram: - When did the Ming dynasty - did the Ming dynasty dissolve query: "SELECT DISTINCT ?date WHERE { ?date . } " query_parts: o: {} p: http://dbpedia.org/property/dateEnd: 1 po: {} s: http://dbpedia.org/resource/Ming_dynasty: 1 sp: http://dbpedia.org/resource/Ming_dynasty: http://dbpedia.org/property/dateEnd: 1 question: When did the Ming dynasty dissolve? question_ID: 333 source: QALD-6/qald-6-train-multilingual.json 334: patterns: 1-gram: - museum - visitors - York 2-gram: - Which museum - museum in - most visitors - York has - New York - in New 3-gram: - museum in New - York has the - New York has - the most visitors - Which museum in - in New York 4-gram: - museum in New York - has the most visitors - Which museum in New - New York has the - in New York has - York has the most 5-gram: - Which museum in New York - museum in New York has - in New York has the - York has the most visitors - New York has the most query: "SELECT DISTINCT ?uri WHERE { ?uri . ?uri . ?uri ?num . } ORDER BY DESC(?num) OFFSET 0 LIMIT 1 " query_parts: o: http://dbpedia.org/ontology/Museum: 1 http://dbpedia.org/resource/New_York_City: 1 p: http://dbpedia.org/ontology/location: 1 http://dbpedia.org/ontology/numberOfVisitors: 1 po: http://dbpedia.org/ontology/location: http://dbpedia.org/resource/New_York_City: 1 s: {} sp: {} question: Which museum in New York has the most visitors? question_ID: 334 source: QALD-6/qald-6-train-multilingual.json 335: patterns: 1-gram: - Bear - Lake - Baikal - bigger - Great 2-gram: - Baikal bigger - Is Lake - Bear Lake - Lake Baikal - the Great - bigger than - Great Bear 3-gram: - Great Bear Lake - Baikal bigger than - bigger than the - Lake Baikal bigger - the Great Bear - Is Lake Baikal - than the Great 4-gram: - the Great Bear Lake - Is Lake Baikal bigger - Lake Baikal bigger than - than the Great Bear - bigger than the Great - Baikal bigger than the 5-gram: - Is Lake Baikal bigger than - Lake Baikal bigger than the - than the Great Bear Lake - bigger than the Great Bear - Baikal bigger than the Great query: "ASK WHERE { ?a1 . ?a2 . FILTER (?a1 > ?a2) } " query_parts: o: {} p: http://dbpedia.org/ontology/areaTotal: 1 po: {} s: http://dbpedia.org/resource/Great_Bear_Lake: 1 http://dbpedia.org/resource/Lake_Baikal: 1 sp: http://dbpedia.org/resource/Great_Bear_Lake: http://dbpedia.org/ontology/areaTotal: 1 http://dbpedia.org/resource/Lake_Baikal: http://dbpedia.org/ontology/areaTotal: 1 question: Is Lake Baikal bigger than the Great Bear Lake? question_ID: 335 source: QALD-6/qald-6-train-multilingual.json 336: patterns: 1-gram: - fish - country - contain - Desserts 2-gram: - Desserts from - which country - contain fish - country contain 3-gram: - Desserts from which - country contain fish - from which country - which country contain 4-gram: - from which country contain - Desserts from which country - which country contain fish 5-gram: - Desserts from which country contain - from which country contain fish query: "SELECT DISTINCT ?uri WHERE { ?x . ?x ?uri . ?x . } " query_parts: o: http://dbpedia.org/resource/Dessert: 1 http://dbpedia.org/resource/Fish: 1 p: http://dbpedia.org/ontology/ingredient: 1 http://dbpedia.org/ontology/origin: 1 http://dbpedia.org/ontology/type: 1 po: http://dbpedia.org/ontology/ingredient: http://dbpedia.org/resource/Fish: 1 http://dbpedia.org/ontology/type: http://dbpedia.org/resource/Dessert: 1 s: {} sp: {} question: Desserts from which country contain fish? question_ID: 336 source: QALD-6/qald-6-train-multilingual.json 337: patterns: 1-gram: - Italy - mountain - highest 2-gram: - the highest - mountain in - in Italy - highest mountain 3-gram: - the highest mountain - is the highest - highest mountain in - mountain in Italy 4-gram: - What is the highest - highest mountain in Italy - the highest mountain in - is the highest mountain 5-gram: - the highest mountain in Italy - is the highest mountain in - What is the highest mountain query: "SELECT DISTINCT ?uri WHERE { ?uri . ?uri . ?uri ?num . } ORDER BY DESC(?num) OFFSET 0 LIMIT 1 " query_parts: o: http://dbpedia.org/ontology/Mountain: 1 http://dbpedia.org/resource/Italy: 1 p: http://dbpedia.org/ontology/elevation: 1 http://dbpedia.org/ontology/locatedInArea: 1 po: http://dbpedia.org/ontology/locatedInArea: http://dbpedia.org/resource/Italy: 1 s: {} sp: {} question: What is the highest mountain in Italy? question_ID: 337 source: QALD-6/qald-6-train-multilingual.json 338: patterns: 1-gram: - Tower - Eiffel - architect - study 2-gram: - Eiffel Tower - the architect - Tower study - the Eiffel - architect of 3-gram: - did the architect - Eiffel Tower study - architect of the - the architect of - of the Eiffel - the Eiffel Tower 4-gram: - the architect of the - the Eiffel Tower study - of the Eiffel Tower - did the architect of - Where did the architect - architect of the Eiffel 5-gram: - of the Eiffel Tower study - Where did the architect of - did the architect of the - architect of the Eiffel Tower - the architect of the Eiffel query: "SELECT DISTINCT ?uri WHERE { ?x . ?x ?uri . } " query_parts: o: {} p: http://dbpedia.org/ontology/architect: 1 http://dbpedia.org/property/almaMater: 1 po: {} s: http://dbpedia.org/resource/Eiffel_Tower: 1 sp: http://dbpedia.org/resource/Eiffel_Tower: http://dbpedia.org/ontology/architect: 1 question: Where did the architect of the Eiffel Tower study? question_ID: 338 source: QALD-6/qald-6-train-multilingual.json 339: patterns: 1-gram: - parties - pro-European - Greek 2-gram: - parties are - Greek parties - are pro-European - Which Greek 3-gram: - Which Greek parties - parties are pro-European - Greek parties are 4-gram: - Which Greek parties are - Greek parties are pro-European 5-gram: - Which Greek parties are pro-European query: "SELECT DISTINCT ?uri WHERE { ?uri . ?uri . ?uri . } " query_parts: o: http://dbpedia.org/ontology/PoliticalParty: 1 http://dbpedia.org/resource/Greece: 1 http://dbpedia.org/resource/Pro-Europeanism: 1 p: http://dbpedia.org/ontology/country: 1 http://dbpedia.org/ontology/ideology: 1 po: http://dbpedia.org/ontology/country: http://dbpedia.org/resource/Greece: 1 http://dbpedia.org/ontology/ideology: http://dbpedia.org/resource/Pro-Europeanism: 1 s: {} sp: {} question: Which Greek parties are pro-European? question_ID: 339 source: QALD-6/qald-6-train-multilingual.json 34: patterns: 1-gram: - countries - languages - official 2-gram: - two official - countries have - official languages - Which countries - than two 3-gram: - Which countries have - countries have more - two official languages - more than two - than two official 4-gram: - than two official languages - Which countries have more - more than two official - have more than two - countries have more than 5-gram: - Which countries have more than - have more than two official - countries have more than two - more than two official languages query: "SELECT DISTINCT ?uri WHERE { ?uri . ?uri ?language . } GROUP BY ?uri HAVING (COUNT(?language) > 2) " query_parts: o: http://dbpedia.org/ontology/Country: 1 p: http://dbpedia.org/ontology/officialLanguage: 1 po: {} s: {} sp: {} question: Which countries have more than two official languages? question_ID: 34 source: QALD-6/qald-6-train-multilingual.json 340: patterns: 1-gram: - height - Everest - difference - Mount 2-gram: - and K2 - Mount Everest - the height - between Mount - Everest and - height difference - difference between 3-gram: - between Mount Everest - the height difference - difference between Mount - Everest and K2 - height difference between - is the height - Mount Everest and 4-gram: - What is the height - height difference between Mount - is the height difference - Mount Everest and K2 - between Mount Everest and - the height difference between - difference between Mount Everest 5-gram: - is the height difference between - difference between Mount Everest and - the height difference between Mount - height difference between Mount Everest - between Mount Everest and K2 - What is the height difference query: "SELECT DISTINCT (?h1-?h2) WHERE { ?h1 . ?h2 . } " query_parts: o: {} p: http://dbpedia.org/ontology/elevation: 1 po: {} s: http://dbpedia.org/resource/K2: 1 http://dbpedia.org/resource/Mount_Everest: 1 sp: http://dbpedia.org/resource/K2: http://dbpedia.org/ontology/elevation: 1 http://dbpedia.org/resource/Mount_Everest: http://dbpedia.org/ontology/elevation: 1 question: What is the height difference between Mount Everest and K2? question_ID: 340 source: QALD-6/qald-6-train-multilingual.json 341: patterns: 1-gram: - Rotterdam - mayor 2-gram: - the mayor - of Rotterdam - mayor of 3-gram: - mayor of Rotterdam - is the mayor - the mayor of 4-gram: - is the mayor of - the mayor of Rotterdam - Who is the mayor 5-gram: - is the mayor of Rotterdam - Who is the mayor of query: "SELECT DISTINCT ?uri WHERE { ?uri . } " query_parts: o: {} p: http://dbpedia.org/ontology/leaderName: 1 po: {} s: http://dbpedia.org/resource/Rotterdam: 1 sp: http://dbpedia.org/resource/Rotterdam: http://dbpedia.org/ontology/leaderName: 1 question: Who is the mayor of Rotterdam? question_ID: 341 source: QALD-6/qald-6-train-multilingual.json 343: patterns: 1-gram: - lighthouse - Colombo - high 2-gram: - high is - in Colombo - How high - lighthouse in - the lighthouse 3-gram: - the lighthouse in - high is the - lighthouse in Colombo - is the lighthouse - How high is 4-gram: - high is the lighthouse - How high is the - the lighthouse in Colombo - is the lighthouse in 5-gram: - high is the lighthouse in - is the lighthouse in Colombo - How high is the lighthouse query: "SELECT DISTINCT ?num WHERE { ?num . } " query_parts: o: {} p: http://dbpedia.org/ontology/height: 1 po: {} s: http://dbpedia.org/resource/Colombo_Lighthouse: 1 sp: http://dbpedia.org/resource/Colombo_Lighthouse: http://dbpedia.org/ontology/height: 1 question: How high is the lighthouse in Colombo? question_ID: 343 source: QALD-6/qald-6-train-multilingual.json 344: patterns: 1-gram: - kind - instruments - musical - Taiko - Japanese 2-gram: - Taiko a - Are Taiko - kind of - a kind - Japanese musical - musical instruments - of Japanese 3-gram: - kind of Japanese - Taiko a kind - a kind of - Japanese musical instruments - Are Taiko a - of Japanese musical 4-gram: - of Japanese musical instruments - a kind of Japanese - kind of Japanese musical - Taiko a kind of - Are Taiko a kind 5-gram: - a kind of Japanese musical - Taiko a kind of Japanese - Are Taiko a kind of - kind of Japanese musical instruments query: "ASK WHERE { . } " query_parts: o: http://dbpedia.org/class/yago/JapaneseMusicalInstruments: 1 p: {} po: {} s: http://dbpedia.org/resource/Taiko: 1 sp: {} question: Are Taiko a kind of Japanese musical instruments? question_ID: 344 source: QALD-6/qald-6-train-multilingual.json 345: patterns: 1-gram: - ethnic - Slovenia - live - many - groups 2-gram: - How many - in Slovenia - groups live - live in - many ethnic - ethnic groups 3-gram: - groups live in - How many ethnic - ethnic groups live - live in Slovenia - many ethnic groups 4-gram: - How many ethnic groups - ethnic groups live in - groups live in Slovenia - many ethnic groups live 5-gram: - ethnic groups live in Slovenia - How many ethnic groups live - many ethnic groups live in query: "SELECT (COUNT(DISTINCT ?uri) as ?c) WHERE { ?uri . } " query_parts: o: {} p: http://dbpedia.org/ontology/ethnicGroup: 1 po: {} s: http://dbpedia.org/resource/Slovenia: 1 sp: http://dbpedia.org/resource/Slovenia: http://dbpedia.org/ontology/ethnicGroup: 1 question: How many ethnic groups live in Slovenia? question_ID: 345 source: QALD-6/qald-6-train-multilingual.json 346: patterns: 1-gram: - seven - Rome - kings - List 2-gram: - the seven - of Rome - seven kings - kings of - List the 3-gram: - kings of Rome - List the seven - the seven kings - seven kings of 4-gram: - the seven kings of - List the seven kings - seven kings of Rome 5-gram: - the seven kings of Rome - List the seven kings of query: "SELECT DISTINCT ?uri WHERE { ?uri . } " query_parts: o: http://dbpedia.org/resource/King_of_Rome: 1 p: http://dbpedia.org/property/title: 1 po: http://dbpedia.org/property/title: http://dbpedia.org/resource/King_of_Rome: 1 s: {} sp: {} question: List the seven kings of Rome. question_ID: 346 source: QALD-6/qald-6-train-multilingual.json 347: patterns: 1-gram: - parents - Victoria - Queen 2-gram: - of Queen - Queen Victoria - the parents - parents of 3-gram: - parents of Queen - were the parents - the parents of - of Queen Victoria 4-gram: - were the parents of - the parents of Queen - Who were the parents - parents of Queen Victoria 5-gram: - Who were the parents of - were the parents of Queen - the parents of Queen Victoria query: "SELECT DISTINCT ?uri WHERE { ?uri . } " query_parts: o: {} p: http://dbpedia.org/ontology/parent: 1 po: {} s: http://dbpedia.org/resource/Queen_Victoria: 1 sp: http://dbpedia.org/resource/Queen_Victoria: http://dbpedia.org/ontology/parent: 1 question: Who were the parents of Queen Victoria? question_ID: 347 source: QALD-6/qald-6-train-multilingual.json 348: patterns: 1-gram: - player - Bulls - Chicago - heaviest 2-gram: - Chicago Bulls - player of - the heaviest - heaviest player - the Chicago 3-gram: - player of the - heaviest player of - the Chicago Bulls - the heaviest player - is the heaviest - of the Chicago 4-gram: - Who is the heaviest - player of the Chicago - heaviest player of the - is the heaviest player - the heaviest player of - of the Chicago Bulls 5-gram: - Who is the heaviest player - player of the Chicago Bulls - the heaviest player of the - heaviest player of the Chicago - is the heaviest player of query: "SELECT DISTINCT ?uri WHERE { ?uri . ?uri ?num . { ?uri . } UNION { ?uri . } UNION { ?uri . } } ORDER BY DESC(?num) OFFSET 0 LIMIT 1 " query_parts: o: http://dbpedia.org/ontology/Person: 1 http://dbpedia.org/resource/Chicago_Bulls: 1 p: http://dbpedia.org/ontology/draftTeam: 1 http://dbpedia.org/ontology/weight: 1 http://dbpedia.org/property/draftTeam: 1 http://dbpedia.org/property/team: 1 po: http://dbpedia.org/ontology/draftTeam: http://dbpedia.org/resource/Chicago_Bulls: 1 http://dbpedia.org/property/draftTeam: http://dbpedia.org/resource/Chicago_Bulls: 1 http://dbpedia.org/property/team: http://dbpedia.org/resource/Chicago_Bulls: 1 s: {} sp: {} question: Who is the heaviest player of the Chicago Bulls? question_ID: 348 source: QALD-6/qald-6-train-multilingual.json 349: patterns: 1-gram: - since - Japan - volcanos - erupted - 2000 2-gram: - Which volcanos - since 2000 - in Japan - Japan erupted - erupted since - volcanos in 3-gram: - in Japan erupted - Japan erupted since - erupted since 2000 - Which volcanos in - volcanos in Japan 4-gram: - in Japan erupted since - Japan erupted since 2000 - volcanos in Japan erupted - Which volcanos in Japan 5-gram: - Which volcanos in Japan erupted - in Japan erupted since 2000 - volcanos in Japan erupted since query: "SELECT DISTINCT ?uri WHERE { ?uri . ?uri . ?uri ?date . FILTER (year(?date) >= 2000) } " query_parts: o: http://dbpedia.org/ontology/Volcano: 1 http://dbpedia.org/resource/Japan: 1 p: http://dbpedia.org/ontology/eruptionYear: 1 http://dbpedia.org/ontology/locatedInArea: 1 po: http://dbpedia.org/ontology/locatedInArea: http://dbpedia.org/resource/Japan: 1 s: {} sp: {} question: Which volcanos in Japan erupted since 2000? question_ID: 349 source: QALD-6/qald-6-train-multilingual.json 35: patterns: 1-gram: - Rolls-Royce - owner 2-gram: - the owner - owner of - of Rolls-Royce 3-gram: - owner of Rolls-Royce - the owner of - is the owner 4-gram: - is the owner of - the owner of Rolls-Royce - Who is the owner 5-gram: - Who is the owner of - is the owner of Rolls-Royce query: "SELECT DISTINCT ?uri WHERE { ?uri . } " query_parts: o: {} p: http://dbpedia.org/ontology/owner: 1 po: {} s: http://dbpedia.org/resource/Rolls-Royce_Motors: 1 sp: http://dbpedia.org/resource/Rolls-Royce_Motors: http://dbpedia.org/ontology/owner: 1 question: Who is the owner of Rolls-Royce? question_ID: 35 source: QALD-6/qald-6-train-multilingual.json 350: patterns: 1-gram: - basketball - tallest - player 2-gram: - basketball player - tallest basketball - the tallest 3-gram: - tallest basketball player - is the tallest - the tallest basketball 4-gram: - the tallest basketball player - is the tallest basketball - Who is the tallest 5-gram: - is the tallest basketball player - Who is the tallest basketball query: "SELECT DISTINCT ?uri WHERE { ?uri . ?uri ?num . } ORDER BY DESC(?num) OFFSET 0 LIMIT 1 " query_parts: o: http://dbpedia.org/ontology/BasketballPlayer: 1 p: http://dbpedia.org/ontology/height: 1 po: {} s: {} sp: {} question: Who is the tallest basketball player? question_ID: 350 source: QALD-6/qald-6-train-multilingual.json 36: patterns: 1-gram: - river - countries - flow - Yenisei 2-gram: - river flow - the Yenisei - Yenisei river - countries does - which countries 3-gram: - countries does the - does the Yenisei - Through which countries - Yenisei river flow - the Yenisei river - which countries does 4-gram: - countries does the Yenisei - Through which countries does - the Yenisei river flow - does the Yenisei river - which countries does the 5-gram: - countries does the Yenisei river - does the Yenisei river flow - Through which countries does the - which countries does the Yenisei query: "SELECT DISTINCT ?uri WHERE { ?uri . } " query_parts: o: {} p: http://dbpedia.org/ontology/country: 1 po: {} s: http://dbpedia.org/resource/Yenisei_River: 1 sp: http://dbpedia.org/resource/Yenisei_River: http://dbpedia.org/ontology/country: 1 question: Through which countries does the Yenisei river flow? question_ID: 36 source: QALD-6/qald-6-train-multilingual.json 37: patterns: 1-gram: - Latvia - join 2-gram: - Latvia join - the EU - join the - did Latvia 3-gram: - When did Latvia - join the EU - did Latvia join - Latvia join the 4-gram: - Latvia join the EU - did Latvia join the - When did Latvia join 5-gram: - did Latvia join the EU - When did Latvia join the query: "SELECT DISTINCT ?date WHERE { ?date . } " query_parts: o: {} p: http://dbpedia.org/property/accessioneudate: 1 po: {} s: http://dbpedia.org/resource/Latvia: 1 sp: http://dbpedia.org/resource/Latvia: http://dbpedia.org/property/accessioneudate: 1 question: When did Latvia join the EU? question_ID: 37 source: QALD-6/qald-6-train-multilingual.json 38: patterns: 1-gram: - German - politicians - married 2-gram: - were married - politicians were - a German - Which politicians - married to 3-gram: - were married to - to a German - politicians were married - married to a - Which politicians were 4-gram: - were married to a - politicians were married to - married to a German - Which politicians were married 5-gram: - politicians were married to a - Which politicians were married to - were married to a German query: "SELECT DISTINCT ?uri WHERE { ?uri . ?uri ?spouse . { ?spouse . } UNION { ?spouse ?p . ?p . } } " query_parts: o: http://dbpedia.org/ontology/Politician: 1 http://dbpedia.org/resource/Germany: 1 p: http://dbpedia.org/ontology/birthPlace: 1 http://dbpedia.org/ontology/country: 1 http://dbpedia.org/ontology/spouse: 1 po: http://dbpedia.org/ontology/birthPlace: http://dbpedia.org/resource/Germany: 1 http://dbpedia.org/ontology/country: http://dbpedia.org/resource/Germany: 1 s: {} sp: {} question: Which politicians were married to a German? question_ID: 38 source: QALD-6/qald-6-train-multilingual.json 39: patterns: 1-gram: - Battle - Gettysburg 2-gram: - Battle of - of Gettysburg - the Battle 3-gram: - the Battle of - was the Battle - Battle of Gettysburg 4-gram: - was the Battle of - When was the Battle - the Battle of Gettysburg 5-gram: - was the Battle of Gettysburg - When was the Battle of query: "SELECT DISTINCT ?date WHERE { ?date . } " query_parts: o: {} p: http://dbpedia.org/ontology/date: 1 po: {} s: http://dbpedia.org/resource/Battle_of_Gettysburg: 1 sp: http://dbpedia.org/resource/Battle_of_Gettysburg: http://dbpedia.org/ontology/date: 1 question: When was the Battle of Gettysburg? question_ID: 39 source: QALD-6/qald-6-train-multilingual.json 4: patterns: 1-gram: - river - cross - Bridge - Brooklyn 2-gram: - river does - Brooklyn Bridge - Which river - the Brooklyn - Bridge cross 3-gram: - does the Brooklyn - the Brooklyn Bridge - Which river does - river does the - Brooklyn Bridge cross 4-gram: - does the Brooklyn Bridge - Which river does the - the Brooklyn Bridge cross - river does the Brooklyn 5-gram: - river does the Brooklyn Bridge - Which river does the Brooklyn - does the Brooklyn Bridge cross query: "SELECT DISTINCT ?uri WHERE { ?uri . } " query_parts: o: {} p: http://dbpedia.org/ontology/crosses: 1 po: {} s: http://dbpedia.org/resource/Brooklyn_Bridge: 1 sp: http://dbpedia.org/resource/Brooklyn_Bridge: http://dbpedia.org/ontology/crosses: 1 question: Which river does the Brooklyn Bridge cross? question_ID: 4 source: QALD-6/qald-6-train-multilingual.json 40: patterns: 1-gram: - highest - Australia - mountain 2-gram: - mountain in - the highest - in Australia - highest mountain 3-gram: - mountain in Australia - highest mountain in - is the highest - the highest mountain 4-gram: - What is the highest - the highest mountain in - is the highest mountain - highest mountain in Australia 5-gram: - is the highest mountain in - the highest mountain in Australia - What is the highest mountain query: "SELECT DISTINCT ?uri WHERE { ?uri . ?uri . ?uri ?elevation . } ORDER BY DESC(?elevation) OFFSET 0 LIMIT 1 " query_parts: o: http://dbpedia.org/ontology/Mountain: 1 http://dbpedia.org/resource/Australia: 1 p: http://dbpedia.org/ontology/elevation: 1 http://dbpedia.org/ontology/locatedInArea: 1 po: http://dbpedia.org/ontology/locatedInArea: http://dbpedia.org/resource/Australia: 1 s: {} sp: {} question: What is the highest mountain in Australia? question_ID: 40 source: QALD-6/qald-6-train-multilingual.json 41: patterns: 1-gram: - Spain - Give - soccer - clubs 2-gram: - soccer clubs - all soccer - Give me - in Spain - clubs in 3-gram: - me all soccer - clubs in Spain - soccer clubs in - Give me all - all soccer clubs 4-gram: - soccer clubs in Spain - me all soccer clubs - Give me all soccer - all soccer clubs in 5-gram: - Give me all soccer clubs - me all soccer clubs in - all soccer clubs in Spain query: "SELECT DISTINCT ?uri WHERE { ?uri . { ?uri . } UNION { ?uri ?ground . FILTER (regex(?ground,'Spain')) } } " query_parts: o: http://dbpedia.org/ontology/SoccerClub: 1 http://dbpedia.org/resource/Spain: 1 p: http://dbpedia.org/ontology/ground: 1 http://dbpedia.org/property/ground: 1 po: http://dbpedia.org/ontology/ground: http://dbpedia.org/resource/Spain: 1 s: {} sp: {} question: Give me all soccer clubs in Spain. question_ID: 41 source: QALD-6/qald-6-train-multilingual.json 42: patterns: 1-gram: - Suriname - official - language 2-gram: - the official - language of - official language - of Suriname 3-gram: - is the official - the official language - language of Suriname - official language of 4-gram: - What is the official - is the official language - the official language of - official language of Suriname 5-gram: - What is the official language - is the official language of - the official language of Suriname query: "SELECT DISTINCT ?uri WHERE { ?uri . } " query_parts: o: {} p: http://dbpedia.org/ontology/officialLanguage: 1 po: {} s: http://dbpedia.org/resource/Suriname: 1 sp: http://dbpedia.org/resource/Suriname: http://dbpedia.org/ontology/officialLanguage: 1 question: What is the official language of Suriname? question_ID: 42 source: QALD-6/qald-6-train-multilingual.json 43: patterns: 1-gram: - mayor - Aviv 2-gram: - Tel Aviv - the mayor - of Tel - mayor of 3-gram: - mayor of Tel - of Tel Aviv - is the mayor - the mayor of 4-gram: - Who is the mayor - the mayor of Tel - is the mayor of - mayor of Tel Aviv 5-gram: - Who is the mayor of - the mayor of Tel Aviv - is the mayor of Tel query: "SELECT DISTINCT ?uri WHERE { ?uri . } " query_parts: o: {} p: http://dbpedia.org/ontology/leaderName: 1 po: {} s: http://dbpedia.org/resource/Tel_Aviv: 1 sp: http://dbpedia.org/resource/Tel_Aviv: http://dbpedia.org/ontology/leaderName: 1 question: Who is the mayor of Tel Aviv? question_ID: 43 source: QALD-6/qald-6-train-multilingual.json 44: patterns: 1-gram: - Brooklyn - Bridge - designed 2-gram: - Brooklyn Bridge - Who designed - the Brooklyn - designed the 3-gram: - the Brooklyn Bridge - designed the Brooklyn - Who designed the 4-gram: - Who designed the Brooklyn - designed the Brooklyn Bridge 5-gram: - Who designed the Brooklyn Bridge query: "SELECT DISTINCT ?uri WHERE { ?uri . } " query_parts: o: {} p: http://dbpedia.org/ontology/architect: 1 po: {} s: http://dbpedia.org/resource/Brooklyn_Bridge: 1 sp: http://dbpedia.org/resource/Brooklyn_Bridge: http://dbpedia.org/ontology/architect: 1 question: Who designed the Brooklyn Bridge? question_ID: 44 source: QALD-6/qald-6-train-multilingual.json 45: patterns: 1-gram: - located - organizations - Belgium - telecommunications 2-gram: - telecommunications organizations - in Belgium - located in - Which telecommunications - are located - organizations are 3-gram: - organizations are located - are located in - located in Belgium - Which telecommunications organizations - telecommunications organizations are 4-gram: - are located in Belgium - organizations are located in - Which telecommunications organizations are - telecommunications organizations are located 5-gram: - telecommunications organizations are located in - organizations are located in Belgium - Which telecommunications organizations are located query: "SELECT (COUNT(DISTINCT ?uri) as ?c) WHERE { ?uri . { ?uri . } UNION { ?uri ?industry . FILTER (regex(?industry,'Telecommunications')) . } { ?uri . } UNION { ?uri 'Belgium'@en . } } " query_parts: o: http://dbpedia.org/ontology/Organisation: 1 http://dbpedia.org/resource/Belgium: 1 http://dbpedia.org/resource/Telecommunication: 1 p: http://dbpedia.org/ontology/industry: 1 http://dbpedia.org/ontology/location: 1 http://dbpedia.org/property/industry: 1 http://dbpedia.org/property/locationCountry: 1 po: http://dbpedia.org/ontology/industry: http://dbpedia.org/resource/Telecommunication: 1 http://dbpedia.org/ontology/location: http://dbpedia.org/resource/Belgium: 1 http://dbpedia.org/property/locationCountry: "\"Belgium\"@en": 1 s: {} sp: {} question: Which telecommunications organizations are located in Belgium? question_ID: 45 source: QALD-6/qald-6-train-multilingual.json 46: patterns: 1-gram: - still - Frank - alive - Herbert 2-gram: - Herbert still - still alive - Is Frank - Frank Herbert 3-gram: - Herbert still alive - Is Frank Herbert - Frank Herbert still 4-gram: - Frank Herbert still alive - Is Frank Herbert still 5-gram: - Is Frank Herbert still alive query: "ASK WHERE { OPTIONAL { ?date . } FILTER (!BOUND(?date)) } " query_parts: o: {} p: http://dbpedia.org/ontology/deathDate: 1 po: {} s: http://dbpedia.org/resource/Frank_Herbert: 1 sp: http://dbpedia.org/resource/Frank_Herbert: http://dbpedia.org/ontology/deathDate: 1 question: Is Frank Herbert still alive? question_ID: 46 source: QALD-6/qald-6-train-multilingual.json 47: patterns: 1-gram: - highest - place - Urals 2-gram: - highest place - the Urals - place of - the highest 3-gram: - place of the - highest place of - the highest place - of the Urals - is the highest 4-gram: - What is the highest - place of the Urals - the highest place of - is the highest place - highest place of the 5-gram: - is the highest place of - the highest place of the - highest place of the Urals - What is the highest place query: "SELECT DISTINCT ?uri WHERE { ?uri . } " query_parts: o: {} p: http://dbpedia.org/property/highest: 1 po: {} s: http://dbpedia.org/resource/Ural_Mountains: 1 sp: http://dbpedia.org/resource/Ural_Mountains: http://dbpedia.org/property/highest: 1 question: What is the highest place of the Urals? question_ID: 47 source: QALD-6/qald-6-train-multilingual.json 48: patterns: 1-gram: - editor - Forbes 2-gram: - editor of - of Forbes - the editor 3-gram: - editor of Forbes - is the editor - the editor of 4-gram: - is the editor of - the editor of Forbes - Who is the editor 5-gram: - is the editor of Forbes - Who is the editor of query: "SELECT DISTINCT ?uri WHERE { ?uri . } " query_parts: o: {} p: http://dbpedia.org/ontology/editor: 1 po: {} s: http://dbpedia.org/resource/Forbes: 1 sp: http://dbpedia.org/resource/Forbes: http://dbpedia.org/ontology/editor: 1 question: Who is the editor of Forbes? question_ID: 48 source: QALD-6/qald-6-train-multilingual.json 49: patterns: 1-gram: - advertising - companies - Give - industry 2-gram: - companies in - all companies - advertising industry - Give me - the advertising 3-gram: - in the advertising - Give me all - me all companies - all companies in - companies in the - the advertising industry 4-gram: - in the advertising industry - me all companies in - companies in the advertising - all companies in the - Give me all companies 5-gram: - all companies in the advertising - Give me all companies in - me all companies in the - companies in the advertising industry query: "SELECT (COUNT(DISTINCT ?uri) as ?c) WHERE { ?uri . { ?uri } UNION { ?uri ?industry . FILTER regex(?industry,'advertising','i') . } } " query_parts: o: http://dbpedia.org/ontology/Company: 1 http://dbpedia.org/resource/Advertising: 1 p: http://dbpedia.org/ontology/industry: 1 po: http://dbpedia.org/ontology/industry: http://dbpedia.org/resource/Advertising: 1 s: {} sp: {} question: Give me all companies in the advertising industry. question_ID: 49 source: QALD-6/qald-6-train-multilingual.json 5: patterns: 1-gram: - countries - Europe - many 2-gram: - in Europe - How many - countries are - many countries 3-gram: - countries are there - many countries are - there in Europe - How many countries 4-gram: - How many countries are - countries are there in - many countries are there - are there in Europe 5-gram: - countries are there in Europe - How many countries are there - many countries are there in query: "SELECT (COUNT(DISTINCT ?uri) as ?c) WHERE { ?uri . } " query_parts: o: http://dbpedia.org/class/yago/EuropeanCountries: 1 p: {} po: {} s: {} sp: {} question: How many countries are there in Europe? question_ID: 5 source: QALD-6/qald-6-train-multilingual.json 50: patterns: 1-gram: - Bruce - Carver 2-gram: - die from - Carver die - did Bruce - Bruce Carver 3-gram: - What did Bruce - Bruce Carver die - did Bruce Carver - Carver die from 4-gram: - did Bruce Carver die - What did Bruce Carver - Bruce Carver die from 5-gram: - What did Bruce Carver die - did Bruce Carver die from query: "SELECT DISTINCT ?uri WHERE { ?uri . } " query_parts: o: {} p: http://dbpedia.org/ontology/deathCause: 1 po: {} s: http://dbpedia.org/resource/Bruce_Carver: 1 sp: http://dbpedia.org/resource/Bruce_Carver: http://dbpedia.org/ontology/deathCause: 1 question: What did Bruce Carver die from? question_ID: 50 source: QALD-6/qald-6-train-multilingual.json 51: patterns: 1-gram: - libraries - Give - 1400 - earlier - established 2-gram: - earlier than - established earlier - Give me - than 1400 - libraries established - all libraries 3-gram: - me all libraries - libraries established earlier - all libraries established - established earlier than - earlier than 1400 - Give me all 4-gram: - established earlier than 1400 - me all libraries established - Give me all libraries - all libraries established earlier - libraries established earlier than 5-gram: - libraries established earlier than 1400 - Give me all libraries established - all libraries established earlier than - me all libraries established earlier query: "SELECT DISTINCT ?uri WHERE { ?uri . ?uri ?year . FILTER (?year < 1400) } " query_parts: o: http://dbpedia.org/ontology/Library: 1 p: http://dbpedia.org/property/established: 1 po: {} s: {} sp: {} question: Give me all libraries established earlier than 1400. question_ID: 51 source: QALD-6/qald-6-train-multilingual.json 52: patterns: 1-gram: - presidents - 1945 - born 2-gram: - presidents were - in 1945 - born in - Which presidents - were born 3-gram: - Which presidents were - born in 1945 - were born in - presidents were born 4-gram: - were born in 1945 - Which presidents were born - presidents were born in 5-gram: - Which presidents were born in - presidents were born in 1945 query: "SELECT DISTINCT ?uri WHERE { ?uri . ?uri ?date . FILTER regex(?date, '^1945') . } " query_parts: o: http://dbpedia.org/ontology/President: 1 p: http://dbpedia.org/ontology/birthDate: 1 po: {} s: {} sp: {} question: Which presidents were born in 1945? question_ID: 52 source: QALD-6/qald-6-train-multilingual.json 53: patterns: 1-gram: - federal - chancellors - Give - Germany 2-gram: - chancellors of - all federal - of Germany - federal chancellors - Give me 3-gram: - all federal chancellors - Give me all - federal chancellors of - chancellors of Germany - me all federal 4-gram: - Give me all federal - all federal chancellors of - federal chancellors of Germany - me all federal chancellors 5-gram: - all federal chancellors of Germany - Give me all federal chancellors - me all federal chancellors of query: "SELECT DISTINCT ?uri WHERE { ?uri . { ?uri 'Chancellor of Germany' . } UNION { ?uri . } } " query_parts: o: http://dbpedia.org/ontology/Person: 1 http://dbpedia.org/resource/Chancellor_of_Germany: 1 p: http://dbpedia.org/ontology/office: 1 http://dbpedia.org/property/office: 1 po: http://dbpedia.org/ontology/office: "\"Chancellor of Germany\"": 1 http://dbpedia.org/property/office: http://dbpedia.org/resource/Chancellor_of_Germany: 1 s: {} sp: {} question: Give me all federal chancellors of Germany. question_ID: 53 source: QALD-6/qald-6-train-multilingual.json 54: patterns: 1-gram: - wife - president - Lincoln 2-gram: - of U.S - wife of - president Lincoln - the wife - U.S president 3-gram: - was the wife - of U.S president - wife of U.S - the wife of - U.S president Lincoln 4-gram: - wife of U.S president - the wife of U.S - Who was the wife - was the wife of - of U.S president Lincoln 5-gram: - was the wife of U.S - wife of U.S president Lincoln - the wife of U.S president - Who was the wife of query: "SELECT DISTINCT ?uri WHERE { ?uri. } " query_parts: o: {} p: http://dbpedia.org/ontology/spouse: 1 po: {} s: http://dbpedia.org/resource/Abraham_Lincoln: 1 sp: http://dbpedia.org/resource/Abraham_Lincoln: http://dbpedia.org/ontology/spouse: 1 question: Who was the wife of U.S. president Lincoln? question_ID: 54 source: QALD-6/qald-6-train-multilingual.json 55: patterns: 1-gram: - developed - World - game - video - Warcraft 2-gram: - of Warcraft - Who developed - developed the - World of - game World - the video - video game 3-gram: - World of Warcraft - the video game - video game World - Who developed the - developed the video - game World of 4-gram: - game World of Warcraft - video game World of - Who developed the video - developed the video game - the video game World 5-gram: - the video game World of - video game World of Warcraft - Who developed the video game - developed the video game World query: "SELECT DISTINCT ?uri WHERE { ?uri . } " query_parts: o: {} p: http://dbpedia.org/ontology/developer: 1 po: {} s: http://dbpedia.org/resource/World_of_Warcraft: 1 sp: http://dbpedia.org/resource/World_of_Warcraft: http://dbpedia.org/ontology/developer: 1 question: Who developed the video game World of Warcraft? question_ID: 55 source: QALD-6/qald-6-train-multilingual.json 56: patterns: 1-gram: - official - website - Cruise 2-gram: - official website - the official - website of - of Tom - Tom Cruise 3-gram: - the official website - of Tom Cruise - website of Tom - is the official - official website of 4-gram: - official website of Tom - the official website of - website of Tom Cruise - What is the official - is the official website 5-gram: - is the official website of - official website of Tom Cruise - What is the official website - the official website of Tom query: "SELECT DISTINCT ?string WHERE { ?string . } " query_parts: o: {} p: http://dbpedia.org/property/website: 1 po: {} s: http://dbpedia.org/resource/Tom_Cruise: 1 sp: http://dbpedia.org/resource/Tom_Cruise: http://dbpedia.org/property/website: 1 question: What is the official website of Tom Cruise? question_ID: 56 source: QALD-6/qald-6-train-multilingual.json 57: patterns: 1-gram: - first - episodes - series - List - television - Sopranos - season 2-gram: - List all - television series - all episodes - HBO television - the HBO - season of - episodes of - first season - series The - The Sopranos - the first 3-gram: - episodes of the - HBO television series - of the first - the first season - all episodes of - of the HBO - List all episodes - first season of - television series The - series The Sopranos - the HBO television - season of the 4-gram: - HBO television series The - all episodes of the - of the first season - season of the HBO - the HBO television series - List all episodes of - television series The Sopranos - of the HBO television - the first season of - first season of the - episodes of the first 5-gram: - the first season of the - of the HBO television series - of the first season of - all episodes of the first - first season of the HBO - season of the HBO television - List all episodes of the - episodes of the first season - HBO television series The Sopranos - the HBO television series The query: "SELECT DISTINCT ?uri WHERE { ?uri . ?uri 1 . } " query_parts: o: http://dbpedia.org/resource/The_Sopranos: 1 p: http://dbpedia.org/ontology/seasonNumber: 1 http://dbpedia.org/ontology/series: 1 po: http://dbpedia.org/ontology/series: http://dbpedia.org/resource/The_Sopranos: 1 s: {} sp: {} question: List all episodes of the first season of the HBO television series The Sopranos. question_ID: 57 source: QALD-6/qald-6-train-multilingual.json 58: patterns: 1-gram: - produced - films 2-gram: - produced the - Who produced - most films 3-gram: - produced the most - Who produced the - the most films 4-gram: - Who produced the most - produced the most films 5-gram: - Who produced the most films query: "SELECT DISTINCT ?uri WHERE { ?film . ?film ?uri . } ORDER BY DESC(COUNT(?film)) OFFSET 0 LIMIT 1 " query_parts: o: http://dbpedia.org/ontology/Film: 1 p: http://dbpedia.org/ontology/producer: 1 po: {} s: {} sp: {} question: Who produced the most films? question_ID: 58 source: QALD-6/qald-6-train-multilingual.json 59: patterns: 1-gram: - Give - Jimmy - first - people - name 2-gram: - name Jimmy - Give me - with first - all people - people with - first name 3-gram: - first name Jimmy - people with first - all people with - with first name - Give me all - me all people 4-gram: - me all people with - all people with first - with first name Jimmy - people with first name - Give me all people 5-gram: - all people with first name - people with first name Jimmy - me all people with first - Give me all people with query: "SELECT DISTINCT ?uri WHERE { ?uri foaf:Person . ?uri foaf:givenName 'Jimmy'@en . } " query_parts: o: http://xmlns.com/foaf/0.1/Person: 1 p: http://xmlns.com/foaf/0.1/givenName: 1 po: http://xmlns.com/foaf/0.1/givenName: "\"Jimmy\"@en": 1 s: {} sp: {} question: Give me all people with first name Jimmy. question_ID: 59 source: QALD-6/qald-6-train-multilingual.json 6: patterns: 1-gram: - city - Kennedy - John 2-gram: - Kennedy die - John F - F Kennedy - did John - city did - which city 3-gram: - did John F - In which city - which city did - city did John - F Kennedy die - John F Kennedy 4-gram: - John F Kennedy die - city did John F - In which city did - did John F Kennedy - which city did John 5-gram: - In which city did John - which city did John F - city did John F Kennedy - did John F Kennedy die query: "SELECT DISTINCT ?uri WHERE { ?uri . ?uri . } " query_parts: o: http://dbpedia.org/ontology/City: 1 p: http://dbpedia.org/ontology/deathPlace: 1 po: {} s: http://dbpedia.org/resource/John_F._Kennedy: 1 sp: http://dbpedia.org/resource/John_F._Kennedy: http://dbpedia.org/ontology/deathPlace: 1 question: In which city did John F. Kennedy die? question_ID: 6 source: QALD-6/qald-6-train-multilingual.json 60: patterns: 1-gram: - game - video - Chess - Battle - called 2-gram: - a video - game called - Battle Chess - video game - called Battle 3-gram: - game called Battle - there a video - called Battle Chess - a video game - video game called 4-gram: - there a video game - video game called Battle - Is there a video - a video game called - game called Battle Chess 5-gram: - a video game called Battle - video game called Battle Chess - there a video game called - Is there a video game query: "ASK WHERE { ?uri . ?uri 'Battle Chess'@en . } " query_parts: o: http://dbpedia.org/ontology/VideoGame: 1 p: {} po: {} s: {} sp: {} question: Is there a video game called Battle Chess? question_ID: 60 source: QALD-6/qald-6-train-multilingual.json 61: patterns: 1-gram: - Parbat - higher - Nanga - mountains 2-gram: - higher than - Which mountains - the Nanga - mountains are - Nanga Parbat - are higher 3-gram: - than the Nanga - mountains are higher - are higher than - higher than the - Which mountains are - the Nanga Parbat 4-gram: - are higher than the - higher than the Nanga - than the Nanga Parbat - Which mountains are higher - mountains are higher than 5-gram: - mountains are higher than the - are higher than the Nanga - Which mountains are higher than - higher than the Nanga Parbat query: "SELECT DISTINCT ?uri WHERE { ?elevation . ?uri . { ?uri ?otherelevation . } UNION { ?uri ?otherelevation . } FILTER (?otherelevation > ?elevation) . } " query_parts: o: http://dbpedia.org/ontology/Mountain: 1 p: http://dbpedia.org/ontology/elevation: 1 http://dbpedia.org/property/elevationM: 1 po: {} s: http://dbpedia.org/resource/Nanga_Parbat: 1 sp: http://dbpedia.org/resource/Nanga_Parbat: http://dbpedia.org/ontology/elevation: 1 question: Which mountains are higher than the Nanga Parbat? question_ID: 61 source: QALD-6/qald-6-train-multilingual.json 62: patterns: 1-gram: - Wikipedia - created 2-gram: - Who created - created Wikipedia 3-gram: - Who created Wikipedia 4-gram: [] 5-gram: [] query: "SELECT DISTINCT ?uri WHERE { ?uri . } " query_parts: o: {} p: http://dbpedia.org/ontology/author: 1 po: {} s: http://dbpedia.org/resource/Wikipedia: 1 sp: http://dbpedia.org/resource/Wikipedia: http://dbpedia.org/ontology/author: 1 question: Who created Wikipedia? question_ID: 62 source: QALD-6/qald-6-train-multilingual.json 63: patterns: 1-gram: - Action - starring - Hero - Last - Give - actors 2-gram: - actors starring - in Last - all actors - Last Action - Give me - starring in - Action Hero 3-gram: - me all actors - Last Action Hero - all actors starring - actors starring in - starring in Last - Give me all - in Last Action 4-gram: - me all actors starring - Give me all actors - all actors starring in - in Last Action Hero - actors starring in Last - starring in Last Action 5-gram: - Give me all actors starring - me all actors starring in - all actors starring in Last - starring in Last Action Hero - actors starring in Last Action query: "SELECT DISTINCT ?uri WHERE { ?uri . } " query_parts: o: {} p: http://dbpedia.org/ontology/starring: 1 po: {} s: http://dbpedia.org/resource/Last_Action_Hero: 1 sp: http://dbpedia.org/resource/Last_Action_Hero: http://dbpedia.org/ontology/starring: 1 question: Give me all actors starring in Last Action Hero. question_ID: 63 source: QALD-6/qald-6-train-multilingual.json 64: patterns: 1-gram: - organizations - founded - software - California - developed 2-gram: - organizations founded - in California - been developed - software has - developed by - by organizations - founded in - Which software 3-gram: - has been developed - been developed by - founded in California - Which software has - by organizations founded - software has been - developed by organizations - organizations founded in 4-gram: - organizations founded in California - has been developed by - developed by organizations founded - been developed by organizations - by organizations founded in - software has been developed - Which software has been 5-gram: - developed by organizations founded in - has been developed by organizations - been developed by organizations founded - by organizations founded in California - software has been developed by - Which software has been developed query: "SELECT DISTINCT ?uri WHERE { ?uri . ?company . ?uri ?company . ?company . } " query_parts: o: http://dbpedia.org/ontology/Company: 1 http://dbpedia.org/ontology/Software: 1 http://dbpedia.org/resource/California: 1 p: http://dbpedia.org/ontology/developer: 1 http://dbpedia.org/ontology/foundationPlace: 1 po: http://dbpedia.org/ontology/foundationPlace: http://dbpedia.org/resource/California: 1 s: {} sp: {} question: Which software has been developed by organizations founded in California? question_ID: 64 source: QALD-6/qald-6-train-multilingual.json 65: patterns: 1-gram: - medicine - aerospace - work - well - companies - industry 2-gram: - as well - work in - industry as - in medicine - the aerospace - companies work - Which companies - well as - aerospace industry 3-gram: - as in medicine - well as in - work in the - the aerospace industry - Which companies work - as well as - industry as well - in the aerospace - companies work in - aerospace industry as 4-gram: - industry as well as - Which companies work in - companies work in the - work in the aerospace - the aerospace industry as - in the aerospace industry - well as in medicine - aerospace industry as well - as well as in 5-gram: - the aerospace industry as well - industry as well as in - work in the aerospace industry - Which companies work in the - in the aerospace industry as - as well as in medicine - aerospace industry as well as - companies work in the aerospace query: "SELECT DISTINCT ?uri WHERE { ?uri . ?uri . ?uri . } " query_parts: o: http://dbpedia.org/ontology/Company: 1 http://dbpedia.org/resource/Aerospace: 1 http://dbpedia.org/resource/Medicine: 1 p: http://dbpedia.org/ontology/industry: 1 po: http://dbpedia.org/ontology/industry: http://dbpedia.org/resource/Aerospace: 1 http://dbpedia.org/resource/Medicine: 1 s: {} sp: {} question: Which companies work in the aerospace industry as well as in medicine? question_ID: 65 source: QALD-6/qald-6-train-multilingual.json 66: patterns: 1-gram: - Christian - Bale - starring - Goldmine - Velvet 2-gram: - Velvet Goldmine - Is Christian - Christian Bale - starring in - in Velvet - Bale starring 3-gram: - starring in Velvet - Is Christian Bale - Christian Bale starring - in Velvet Goldmine - Bale starring in 4-gram: - Bale starring in Velvet - Christian Bale starring in - starring in Velvet Goldmine - Is Christian Bale starring 5-gram: - Is Christian Bale starring in - Christian Bale starring in Velvet - Bale starring in Velvet Goldmine query: "ASK WHERE { . } " query_parts: o: http://dbpedia.org/resource/Christian_Bale: 1 p: http://dbpedia.org/ontology/starring: 1 po: http://dbpedia.org/ontology/starring: http://dbpedia.org/resource/Christian_Bale: 1 s: http://dbpedia.org/resource/Velvet_Goldmine: 1 sp: http://dbpedia.org/resource/Velvet_Goldmine: http://dbpedia.org/ontology/starring: 1 question: Is Christian Bale starring in Velvet Goldmine? question_ID: 66 source: QALD-6/qald-6-train-multilingual.json 67: patterns: 1-gram: - Give - companies - websites - 500000 - employees 2-gram: - the websites - companies with - of companies - 500000 employees - than 500000 - websites of - Give me 3-gram: - websites of companies - me the websites - the websites of - than 500000 employees - companies with more - Give me the - of companies with - more than 500000 4-gram: - the websites of companies - with more than 500000 - of companies with more - me the websites of - Give me the websites - companies with more than - websites of companies with - more than 500000 employees 5-gram: - websites of companies with more - with more than 500000 employees - Give me the websites of - companies with more than 500000 - of companies with more than - me the websites of companies - the websites of companies with query: "SELECT DISTINCT ?string WHERE { ?c . { ?c ?employees . } UNION { ?c ?employees . } FILTER( xsd:integer(?employees) > 500000 ) . ?c ?string . } " query_parts: o: http://dbpedia.org/ontology/Company: 1 p: http://dbpedia.org/ontology/numberOfEmployees: 1 http://dbpedia.org/property/homepage: 1 http://dbpedia.org/property/numEmployees: 1 po: {} s: {} sp: {} question: Give me the websites of companies with more than 500000 employees. question_ID: 67 source: QALD-6/qald-6-train-multilingual.json 68: patterns: 1-gram: - actors - Germany - born 2-gram: - born in - were born - Which actors - in Germany - actors were 3-gram: - actors were born - born in Germany - were born in - Which actors were 4-gram: - Which actors were born - were born in Germany - actors were born in 5-gram: - Which actors were born in - actors were born in Germany query: "SELECT DISTINCT ?uri WHERE { ?uri . { ?uri . } UNION { ?uri ?place . ?place . } } " query_parts: o: http://dbpedia.org/ontology/Actor: 1 http://dbpedia.org/resource/Germany: 1 p: http://dbpedia.org/ontology/birthPlace: 1 http://dbpedia.org/ontology/country: 1 po: http://dbpedia.org/ontology/birthPlace: http://dbpedia.org/resource/Germany: 1 http://dbpedia.org/ontology/country: http://dbpedia.org/resource/Germany: 1 s: {} sp: {} question: Which actors were born in Germany? question_ID: 68 source: QALD-6/qald-6-train-multilingual.json 69: patterns: 1-gram: - caves - entrances 2-gram: - Which caves - than 3 - caves have - 3 entrances 3-gram: - more than 3 - Which caves have - caves have more - than 3 entrances 4-gram: - have more than 3 - more than 3 entrances - caves have more than - Which caves have more 5-gram: - have more than 3 entrances - caves have more than 3 - Which caves have more than query: "SELECT DISTINCT ?uri WHERE { ?uri . ?uri ?entrance . FILTER (?entrance > 3) . } " query_parts: o: http://dbpedia.org/ontology/Cave: 1 p: http://dbpedia.org/property/entranceCount: 1 po: {} s: {} sp: {} question: Which caves have more than 3 entrances? question_ID: 69 source: QALD-6/qald-6-train-multilingual.json 7: patterns: 1-gram: - wife - called - president - Lincoln - Mary 2-gram: - Lincoln called - the wife - president Lincoln - called Mary - wife of - of president 3-gram: - Lincoln called Mary - president Lincoln called - of president Lincoln - wife of president - Was the wife - the wife of 4-gram: - the wife of president - president Lincoln called Mary - of president Lincoln called - wife of president Lincoln - Was the wife of 5-gram: - Was the wife of president - wife of president Lincoln called - of president Lincoln called Mary - the wife of president Lincoln query: "ASK WHERE { ?spouse . ?spouse ?name . FILTER(regex(?name,'Mary')) } " query_parts: o: {} p: http://dbpedia.org/ontology/spouse: 1 po: {} s: http://dbpedia.org/resource/Abraham_Lincoln: 1 sp: http://dbpedia.org/resource/Abraham_Lincoln: http://dbpedia.org/ontology/spouse: 1 question: Was the wife of president Lincoln called Mary? question_ID: 7 source: QALD-6/qald-6-train-multilingual.json 70: patterns: 1-gram: - films - produced - Give - Roach 2-gram: - Hal Roach - films produced - Give me - produced by - by Hal - all films 3-gram: - produced by Hal - films produced by - me all films - Give me all - all films produced - by Hal Roach 4-gram: - films produced by Hal - produced by Hal Roach - Give me all films - me all films produced - all films produced by 5-gram: - films produced by Hal Roach - Give me all films produced - all films produced by Hal - me all films produced by query: "SELECT DISTINCT ?uri WHERE { ?uri . ?uri . } " query_parts: o: http://dbpedia.org/ontology/Film: 1 http://dbpedia.org/resource/Hal_Roach: 1 p: http://dbpedia.org/ontology/producer: 1 po: http://dbpedia.org/ontology/producer: http://dbpedia.org/resource/Hal_Roach: 1 s: {} sp: {} question: Give me all films produced by Hal Roach. question_ID: 70 source: QALD-6/qald-6-train-multilingual.json 71: patterns: 1-gram: - Software - games - Hamster - Mean - video - published - Give 2-gram: - all video - published by - games published - video games - Hamster Software - by Mean - Give me - Mean Hamster 3-gram: - video games published - games published by - Give me all - Mean Hamster Software - published by Mean - all video games - me all video - by Mean Hamster 4-gram: - video games published by - all video games published - games published by Mean - me all video games - by Mean Hamster Software - published by Mean Hamster - Give me all video 5-gram: - all video games published by - video games published by Mean - Give me all video games - me all video games published - games published by Mean Hamster - published by Mean Hamster Software query: "SELECT DISTINCT ?uri WHERE { ?uri . ?uri . } " query_parts: o: http://dbpedia.org/ontology/VideoGame: 1 http://dbpedia.org/resource/Mean_Hamster_Software: 1 p: http://dbpedia.org/ontology/publisher: 1 po: http://dbpedia.org/ontology/publisher: http://dbpedia.org/resource/Mean_Hamster_Software: 1 s: {} sp: {} question: Give me all video games published by Mean Hamster Software. question_ID: 71 source: QALD-6/qald-6-train-multilingual.json 72: patterns: 1-gram: - Estonia - spoken - languages 2-gram: - languages are - are spoken - in Estonia - spoken in - Which languages 3-gram: - languages are spoken - spoken in Estonia - Which languages are - are spoken in 4-gram: - are spoken in Estonia - languages are spoken in - Which languages are spoken 5-gram: - languages are spoken in Estonia - Which languages are spoken in query: "SELECT DISTINCT ?uri WHERE { ?uri . } " query_parts: o: http://dbpedia.org/resource/Estonia: 1 p: http://dbpedia.org/ontology/spokenIn: 1 po: http://dbpedia.org/ontology/spokenIn: http://dbpedia.org/resource/Estonia: 1 s: {} sp: {} question: Which languages are spoken in Estonia? question_ID: 72 source: QALD-6/qald-6-train-multilingual.json 73: patterns: 1-gram: - stores - many - Aldi 2-gram: - stores are - Aldi stores - many Aldi - How many 3-gram: - stores are there - How many Aldi - Aldi stores are - many Aldi stores 4-gram: - Aldi stores are there - many Aldi stores are - How many Aldi stores 5-gram: - many Aldi stores are there - How many Aldi stores are query: "SELECT DISTINCT ?number WHERE { ?number . } " query_parts: o: {} p: http://dbpedia.org/ontology/numberOfLocations: 1 po: {} s: http://dbpedia.org/resource/Aldi: 1 sp: http://dbpedia.org/resource/Aldi: http://dbpedia.org/ontology/numberOfLocations: 1 question: How many Aldi stores are there? question_ID: 73 source: QALD-6/qald-6-train-multilingual.json 74: patterns: 1-gram: - summer - Europe - host - capitals - games - olympic - cities 2-gram: - in Europe - cities of - olympic games - Europe were - summer olympic - host cities - were host - capitals in - Which capitals - the summer 3-gram: - Which capitals in - host cities of - the summer olympic - Europe were host - were host cities - summer olympic games - capitals in Europe - in Europe were - of the summer - cities of the 4-gram: - the summer olympic games - Which capitals in Europe - Europe were host cities - of the summer olympic - in Europe were host - cities of the summer - host cities of the - were host cities of - capitals in Europe were 5-gram: - were host cities of the - host cities of the summer - capitals in Europe were host - of the summer olympic games - Which capitals in Europe were - cities of the summer olympic - Europe were host cities of - in Europe were host cities query: "SELECT DISTINCT ?uri WHERE { ?uri . ?uri . } " query_parts: o: http://dbpedia.org/class/yago/CapitalsInEurope: 1 http://dbpedia.org/class/yago/HostCitiesOfTheSummerOlympicGames: 1 p: {} po: {} s: {} sp: {} question: Which capitals in Europe were host cities of the summer olympic games? question_ID: 74 source: QALD-6/qald-6-train-multilingual.json 75: patterns: 1-gram: - States - 16th - president - United 2-gram: - the United - United States - president of - the 16th - 16th president 3-gram: - the United States - the 16th president - 16th president of - president of the - of the United - was the 16th 4-gram: - was the 16th president - president of the United - of the United States - the 16th president of - Who was the 16th - 16th president of the 5-gram: - 16th president of the United - was the 16th president of - the 16th president of the - president of the United States - Who was the 16th president query: "SELECT DISTINCT ?uri WHERE { ?uri 'President of the United States'^^ . ?uri '16th'^^ . } " query_parts: o: {} p: http://dbpedia.org/ontology/office: 1 http://dbpedia.org/ontology/orderInOffice: 1 po: {} s: {} sp: {} question: Who was the 16th president of the United States? question_ID: 75 source: QALD-6/qald-6-train-multilingual.json 76: patterns: 1-gram: - produce - films - Roach - many 2-gram: - Hal Roach - did Hal - How many - films did - Roach produce - many films 3-gram: - many films did - Hal Roach produce - did Hal Roach - How many films - films did Hal 4-gram: - many films did Hal - How many films did - films did Hal Roach - did Hal Roach produce 5-gram: - films did Hal Roach produce - How many films did Hal - many films did Hal Roach query: "SELECT (COUNT(DISTINCT ?uri) as ?c) WHERE { ?uri . } " query_parts: o: http://dbpedia.org/resource/Hal_Roach: 1 p: http://dbpedia.org/ontology/producer: 1 po: http://dbpedia.org/ontology/producer: http://dbpedia.org/resource/Hal_Roach: 1 s: {} sp: {} question: How many films did Hal Roach produce? question_ID: 76 source: QALD-6/qald-6-train-multilingual.json 77: patterns: 1-gram: - Last - albums - contain - song - Christmas - music 2-gram: - music albums - Which music - Last Christmas - the song - contain the - song Last - albums contain 3-gram: - music albums contain - Which music albums - contain the song - the song Last - song Last Christmas - albums contain the 4-gram: - music albums contain the - contain the song Last - Which music albums contain - albums contain the song - the song Last Christmas 5-gram: - music albums contain the song - contain the song Last Christmas - albums contain the song Last - Which music albums contain the query: "SELECT DISTINCT ?uri WHERE { ?single ?uri . ?single 'Last Christmas'@en . } " query_parts: o: {} p: http://dbpedia.org/ontology/album: 1 po: {} s: {} sp: {} question: Which music albums contain the song Last Christmas? question_ID: 77 source: QALD-6/qald-6-train-multilingual.json 78: patterns: 1-gram: - written - Danielle - Steel - books - Give 2-gram: - books written - Give me - all books - written by - by Danielle - Danielle Steel 3-gram: - all books written - by Danielle Steel - written by Danielle - books written by - Give me all - me all books 4-gram: - written by Danielle Steel - Give me all books - books written by Danielle - all books written by - me all books written 5-gram: - books written by Danielle Steel - all books written by Danielle - me all books written by - Give me all books written query: "SELECT DISTINCT ?uri WHERE { ?uri . ?uri . } " query_parts: o: http://dbpedia.org/ontology/Book: 1 http://dbpedia.org/resource/Danielle_Steel: 1 p: http://dbpedia.org/ontology/author: 1 po: http://dbpedia.org/ontology/author: http://dbpedia.org/resource/Danielle_Steel: 1 s: {} sp: {} question: Give me all books written by Danielle Steel. question_ID: 78 source: QALD-6/qald-6-train-multilingual.json 79: patterns: 1-gram: - airports - located - California 2-gram: - in California - are located - Which airports - airports are - located in - California USA 3-gram: - in California USA - airports are located - are located in - located in California - Which airports are 4-gram: - Which airports are located - airports are located in - are located in California - located in California USA 5-gram: - are located in California USA - Which airports are located in - airports are located in California query: "SELECT DISTINCT ?uri WHERE { ?uri . { ?uri . } UNION { ?uri . } UNION { ?uri ?city . ?city . } UNION { ?uri . } } " query_parts: o: http://dbpedia.org/ontology/Airport: 1 http://dbpedia.org/resource/California: 1 p: http://dbpedia.org/ontology/city: 1 http://dbpedia.org/ontology/isPartOf: 1 http://dbpedia.org/ontology/location: 1 http://dbpedia.org/ontology/operator: 1 po: http://dbpedia.org/ontology/city: http://dbpedia.org/resource/California: 1 http://dbpedia.org/ontology/isPartOf: http://dbpedia.org/resource/California: 1 http://dbpedia.org/ontology/location: http://dbpedia.org/resource/California: 1 http://dbpedia.org/ontology/operator: http://dbpedia.org/resource/California: 1 s: {} sp: {} question: Which airports are located in California, USA? question_ID: 79 source: QALD-6/qald-6-train-multilingual.json 8: patterns: 1-gram: - Social - Party - Democratic - Germany - states - governed 2-gram: - the Social - states of - are governed - Which states - Germany are - of Germany - governed by - Social Democratic - Democratic Party 3-gram: - states of Germany - the Social Democratic - Social Democratic Party - Which states of - by the Social - governed by the - of Germany are - Germany are governed - are governed by 4-gram: - of Germany are governed - states of Germany are - by the Social Democratic - governed by the Social - are governed by the - Which states of Germany - Germany are governed by - the Social Democratic Party 5-gram: - states of Germany are governed - governed by the Social Democratic - are governed by the Social - Which states of Germany are - of Germany are governed by - by the Social Democratic Party - Germany are governed by the query: "SELECT DISTINCT ?uri WHERE { ?uri . { ?uri . } UNION { ?uri 'SPD'@en . } } " query_parts: o: http://dbpedia.org/class/yago/StatesOfGermany: 1 http://dbpedia.org/resource/Social_Democratic_Party_of_Germany: 1 p: http://dbpedia.org/ontology/leaderParty: 1 http://dbpedia.org/property/rulingParty: 1 po: http://dbpedia.org/ontology/leaderParty: http://dbpedia.org/resource/Social_Democratic_Party_of_Germany: 1 http://dbpedia.org/property/rulingParty: "\"SPD\"@en": 1 s: {} sp: {} question: Which states of Germany are governed by the Social Democratic Party? question_ID: 8 source: QALD-6/qald-6-train-multilingual.json 80: patterns: 1-gram: - Canadian - labels - Give - Grunge - record 2-gram: - record labels - Give me - Canadian Grunge - all Canadian - Grunge record 3-gram: - Grunge record labels - me all Canadian - Canadian Grunge record - Give me all - all Canadian Grunge 4-gram: - all Canadian Grunge record - Give me all Canadian - Canadian Grunge record labels - me all Canadian Grunge 5-gram: - me all Canadian Grunge record - all Canadian Grunge record labels - Give me all Canadian Grunge query: "SELECT DISTINCT ?uri WHERE { ?uri . ?uri . ?uri . } " query_parts: o: http://dbpedia.org/ontology/RecordLabel: 1 http://dbpedia.org/resource/Canada: 1 http://dbpedia.org/resource/Grunge: 1 p: http://dbpedia.org/ontology/country: 1 http://dbpedia.org/ontology/genre: 1 po: http://dbpedia.org/ontology/country: http://dbpedia.org/resource/Canada: 1 http://dbpedia.org/ontology/genre: http://dbpedia.org/resource/Grunge: 1 s: {} sp: {} question: Give me all Canadian Grunge record labels. question_ID: 80 source: QALD-6/qald-6-train-multilingual.json 81: patterns: 1-gram: - official - languages - country 2-gram: - most official - Which country - country has - official languages 3-gram: - most official languages - the most official - country has the - Which country has 4-gram: - Which country has the - has the most official - the most official languages - country has the most 5-gram: - country has the most official - has the most official languages - Which country has the most query: "SELECT DISTINCT ?uri WHERE { ?uri . ?uri ?language . } ORDER BY DESC(COUNT(?language)) OFFSET 0 LIMIT 1 " query_parts: o: http://dbpedia.org/ontology/Country: 1 p: http://dbpedia.org/property/officialLanguages: 1 po: {} s: {} sp: {} question: Which country has the most official languages? question_ID: 81 source: QALD-6/qald-6-train-multilingual.json 82: patterns: 1-gram: - GIMP - language - written - programming 2-gram: - language is - programming language - which programming - is GIMP - GIMP written 3-gram: - is GIMP written - In which programming - which programming language - language is GIMP - programming language is 4-gram: - programming language is GIMP - In which programming language - which programming language is - language is GIMP written 5-gram: - In which programming language is - which programming language is GIMP - programming language is GIMP written query: "SELECT DISTINCT ?uri WHERE { ?uri . } " query_parts: o: {} p: http://dbpedia.org/ontology/programmingLanguage: 1 po: {} s: http://dbpedia.org/resource/GIMP: 1 sp: http://dbpedia.org/resource/GIMP: http://dbpedia.org/ontology/programmingLanguage: 1 question: In which programming language is GIMP written? question_ID: 82 source: QALD-6/qald-6-train-multilingual.json 83: patterns: 1-gram: - Natalie - starring - Portman - films - produced 2-gram: - films starring - Natalie Portman - Who produced - produced films - starring Natalie 3-gram: - Who produced films - starring Natalie Portman - produced films starring - films starring Natalie 4-gram: - produced films starring Natalie - films starring Natalie Portman - Who produced films starring 5-gram: - produced films starring Natalie Portman - Who produced films starring Natalie query: "SELECT DISTINCT ?uri WHERE { ?film . ?film . ?film ?uri . } " query_parts: o: http://dbpedia.org/ontology/Film: 1 http://dbpedia.org/resource/Natalie_Portman: 1 p: http://dbpedia.org/ontology/producer: 1 http://dbpedia.org/ontology/starring: 1 po: http://dbpedia.org/ontology/starring: http://dbpedia.org/resource/Natalie_Portman: 1 s: {} sp: {} question: Who produced films starring Natalie Portman? question_ID: 83 source: QALD-6/qald-6-train-multilingual.json 84: patterns: 1-gram: - Cruise - movies - Give 2-gram: - all movies - movies with - with Tom - Give me - Tom Cruise 3-gram: - with Tom Cruise - all movies with - movies with Tom - Give me all - me all movies 4-gram: - Give me all movies - all movies with Tom - movies with Tom Cruise - me all movies with 5-gram: - Give me all movies with - all movies with Tom Cruise - me all movies with Tom query: "SELECT DISTINCT ?uri WHERE { ?uri . ?uri . } " query_parts: o: http://dbpedia.org/ontology/Film: 1 http://dbpedia.org/resource/Tom_Cruise: 1 p: http://dbpedia.org/ontology/starring: 1 po: http://dbpedia.org/ontology/starring: http://dbpedia.org/resource/Tom_Cruise: 1 s: {} sp: {} question: Give me all movies with Tom Cruise. question_ID: 84 source: QALD-6/qald-6-train-multilingual.json 85: patterns: 1-gram: - Richard - Gere - films - Julia - play - Roberts - well 2-gram: - Gere play - as well - films did - did Julia - as Richard - Julia Roberts - Richard Gere - Roberts as - which films - well as 3-gram: - Richard Gere play - which films did - as well as - did Julia Roberts - Julia Roberts as - films did Julia - well as Richard - Roberts as well - In which films - as Richard Gere 4-gram: - Roberts as well as - did Julia Roberts as - as well as Richard - Julia Roberts as well - which films did Julia - films did Julia Roberts - In which films did - well as Richard Gere - as Richard Gere play 5-gram: - Julia Roberts as well as - which films did Julia Roberts - films did Julia Roberts as - did Julia Roberts as well - well as Richard Gere play - In which films did Julia - as well as Richard Gere - Roberts as well as Richard query: "SELECT DISTINCT ?uri WHERE { ?uri . ?uri . ?uri . } " query_parts: o: http://dbpedia.org/ontology/Film: 1 http://dbpedia.org/resource/Julia_Roberts: 1 http://dbpedia.org/resource/Richard_Gere: 1 p: http://dbpedia.org/ontology/starring: 1 po: http://dbpedia.org/ontology/starring: http://dbpedia.org/resource/Julia_Roberts: 1 http://dbpedia.org/resource/Richard_Gere: 1 s: {} sp: {} question: In which films did Julia Roberts as well as Richard Gere play? question_ID: 85 source: QALD-6/qald-6-train-multilingual.json 86: patterns: 1-gram: - given - female - names - Give 2-gram: - female given - all female - Give me - given names 3-gram: - Give me all - all female given - me all female - female given names 4-gram: - all female given names - me all female given - Give me all female 5-gram: - Give me all female given - me all female given names query: "SELECT DISTINCT ?uri WHERE { ?uri . ?uri . } " query_parts: o: http://dbpedia.org/ontology/GivenName: 1 http://dbpedia.org/resource/Female: 1 p: http://dbpedia.org/ontology/gender: 1 po: http://dbpedia.org/ontology/gender: http://dbpedia.org/resource/Female: 1 s: {} sp: {} question: Give me all female given names. question_ID: 86 source: QALD-6/qald-6-train-multilingual.json 87: patterns: 1-gram: - Pillars - Earth - book - wrote 2-gram: - wrote the - Pillars of - the Earth - Who wrote - book The - the book - The Pillars 3-gram: - of the Earth - the book The - wrote the book - Pillars of the - book The Pillars - The Pillars of - Who wrote the 4-gram: - book The Pillars of - the book The Pillars - wrote the book The - The Pillars of the - Who wrote the book - Pillars of the Earth 5-gram: - wrote the book The Pillars - The Pillars of the Earth - the book The Pillars of - Who wrote the book The - book The Pillars of the query: "SELECT DISTINCT ?uri WHERE { ?uri . } " query_parts: o: {} p: http://dbpedia.org/ontology/author: 1 po: {} s: http://dbpedia.org/resource/The_Pillars_of_the_Earth: 1 sp: http://dbpedia.org/resource/The_Pillars_of_the_Earth: http://dbpedia.org/ontology/author: 1 question: Who wrote the book The Pillars of the Earth? question_ID: 87 source: QALD-6/qald-6-train-multilingual.json 88: patterns: 1-gram: - Leonardo - DiCaprio - star - films - many 2-gram: - How many - films did - did Leonardo - many films - DiCaprio star - Leonardo DiCaprio - star in 3-gram: - DiCaprio star in - Leonardo DiCaprio star - did Leonardo DiCaprio - films did Leonardo - many films did - How many films 4-gram: - films did Leonardo DiCaprio - Leonardo DiCaprio star in - How many films did - many films did Leonardo - did Leonardo DiCaprio star 5-gram: - films did Leonardo DiCaprio star - How many films did Leonardo - did Leonardo DiCaprio star in - many films did Leonardo DiCaprio query: "SELECT (COUNT(DISTINCT ?uri) as ?c) WHERE { ?uri . ?uri . } " query_parts: o: http://dbpedia.org/ontology/Film: 1 http://dbpedia.org/resource/Leonardo_DiCaprio: 1 p: http://dbpedia.org/ontology/starring: 1 po: http://dbpedia.org/ontology/starring: http://dbpedia.org/resource/Leonardo_DiCaprio: 1 s: {} sp: {} question: How many films did Leonardo DiCaprio star in? question_ID: 88 source: QALD-6/qald-6-train-multilingual.json 89: patterns: 1-gram: - clubs - League - Premier - Give - soccer 2-gram: - clubs in - Premier League - the Premier - soccer clubs - Give me - all soccer 3-gram: - soccer clubs in - all soccer clubs - Give me all - clubs in the - in the Premier - me all soccer - the Premier League 4-gram: - all soccer clubs in - Give me all soccer - me all soccer clubs - clubs in the Premier - in the Premier League - soccer clubs in the 5-gram: - Give me all soccer clubs - clubs in the Premier League - soccer clubs in the Premier - all soccer clubs in the - me all soccer clubs in query: "SELECT DISTINCT ?uri WHERE { ?uri . ?uri . } " query_parts: o: http://dbpedia.org/ontology/SoccerClub: 1 http://dbpedia.org/resource/Premier_League: 1 p: http://dbpedia.org/ontology/league: 1 po: http://dbpedia.org/ontology/league: http://dbpedia.org/resource/Premier_League: 1 s: {} sp: {} question: Give me all soccer clubs in the Premier League. question_ID: 89 source: QALD-6/qald-6-train-multilingual.json 9: patterns: 1-gram: - state - Mount - located - McKinley 2-gram: - which U.S - state is - McKinley located - Mount McKinley - U.S state - is Mount 3-gram: - In which U.S - U.S state is - is Mount McKinley - Mount McKinley located - state is Mount - which U.S state 4-gram: - is Mount McKinley located - which U.S state is - U.S state is Mount - state is Mount McKinley - In which U.S state 5-gram: - which U.S state is Mount - In which U.S state is - state is Mount McKinley located - U.S state is Mount McKinley query: "SELECT DISTINCT ?uri WHERE { ?uri . ?uri . } " query_parts: o: http://dbpedia.org/class/yago/StatesOfTheUnitedStates: 1 p: http://dbpedia.org/ontology/locatedInArea: 1 po: {} s: http://dbpedia.org/resource/Mount_McKinley: 1 sp: http://dbpedia.org/resource/Mount_McKinley: http://dbpedia.org/ontology/locatedInArea: 1 question: In which U.S. state is Mount McKinley located? question_ID: 9 source: QALD-6/qald-6-train-multilingual.json 90: patterns: 1-gram: - Wolfskin - founded - Jack 2-gram: - Wolfskin founded - was Jack - Jack Wolfskin 3-gram: - Jack Wolfskin founded - When was Jack - was Jack Wolfskin 4-gram: - was Jack Wolfskin founded - When was Jack Wolfskin 5-gram: - When was Jack Wolfskin founded query: "SELECT DISTINCT ?year WHERE { ?year . } " query_parts: o: {} p: http://dbpedia.org/ontology/foundingYear: 1 po: {} s: http://dbpedia.org/resource/Jack_Wolfskin: 1 sp: http://dbpedia.org/resource/Jack_Wolfskin: http://dbpedia.org/ontology/foundingYear: 1 question: When was Jack Wolfskin founded? question_ID: 90 source: QALD-6/qald-6-train-multilingual.json 91: patterns: 1-gram: - 1930 - organizations - founded 2-gram: - were founded - Which organizations - founded in - in 1930 - organizations were 3-gram: - founded in 1930 - Which organizations were - were founded in - organizations were founded 4-gram: - organizations were founded in - were founded in 1930 - Which organizations were founded 5-gram: - Which organizations were founded in - organizations were founded in 1930 query: "SELECT DISTINCT ?uri WHERE { ?uri . { ?uri ?date . } UNION { ?uri ?date. } FILTER regex(?date,'^1930') . } " query_parts: o: http://dbpedia.org/ontology/Organisation: 1 p: http://dbpedia.org/ontology/formationYear: 1 http://dbpedia.org/ontology/foundingYear: 1 po: {} s: {} sp: {} question: Which organizations were founded in 1930? question_ID: 91 source: QALD-6/qald-6-train-multilingual.json 92: patterns: 1-gram: - highest - mountain 2-gram: - highest mountain - the highest 3-gram: - the highest mountain - is the highest 4-gram: - is the highest mountain - What is the highest 5-gram: - What is the highest mountain query: "SELECT DISTINCT ?uri WHERE { ?uri . ?uri ?elevation . } ORDER BY DESC(?elevation) OFFSET 0 LIMIT 1 " query_parts: o: http://dbpedia.org/ontology/Mountain: 1 p: http://dbpedia.org/ontology/elevation: 1 po: {} s: {} sp: {} question: What is the highest mountain? question_ID: 92 source: QALD-6/qald-6-train-multilingual.json 93: patterns: 1-gram: - born - United - Natalie - States - Portman 2-gram: - born in - Was Natalie - Natalie Portman - Portman born - United States - the United 3-gram: - Portman born in - Natalie Portman born - the United States - born in the - in the United - Was Natalie Portman 4-gram: - Natalie Portman born in - Portman born in the - born in the United - in the United States - Was Natalie Portman born 5-gram: - Portman born in the United - Natalie Portman born in the - Was Natalie Portman born in - born in the United States query: "ASK WHERE { { . } UNION { ?city . ?city . } } " query_parts: o: http://dbpedia.org/resource/United_States: 1 p: http://dbpedia.org/ontology/birthPlace: 1 http://dbpedia.org/ontology/country: 1 po: http://dbpedia.org/ontology/birthPlace: http://dbpedia.org/resource/United_States: 1 http://dbpedia.org/ontology/country: http://dbpedia.org/resource/United_States: 1 s: http://dbpedia.org/resource/Natalie_Portman: 1 sp: http://dbpedia.org/resource/Natalie_Portman: http://dbpedia.org/ontology/birthPlace: 1 question: Was Natalie Portman born in the United States? question_ID: 93 source: QALD-6/qald-6-train-multilingual.json QALD-7/qald-7-train-multilingual.json: 1: patterns: 1-gram: - List - John - Elton - music - musicals 2-gram: - Elton John - the musicals - music by - with music - musicals with - List all - by Elton 3-gram: - all the musicals - musicals with music - with music by - List all the - by Elton John - music by Elton - the musicals with 4-gram: - musicals with music by - music by Elton John - the musicals with music - List all the musicals - all the musicals with - with music by Elton 5-gram: - List all the musicals with - with music by Elton John - musicals with music by Elton - the musicals with music by - all the musicals with music query: "PREFIX dbo: \nPREFIX res: \nPREFIX rdf: \nSELECT DISTINCT ?uri\nWHERE { \n ?uri rdf:type dbo:Musical .\n ?uri dbo:musicBy res:Elton_John .\n}" query_parts: o: http://dbpedia.org/ontology/Musical: 1 http://dbpedia.org/resource/Elton_John: 1 p: http://dbpedia.org/ontology/musicBy: 1 po: http://dbpedia.org/ontology/musicBy: http://dbpedia.org/resource/Elton_John: 1 s: {} sp: {} question: List all the musicals with music by Elton John. question_ID: 1 source: QALD-7/qald-7-train-multilingual.json 110: patterns: 1-gram: - Michelle - wife - called - president - Obama 2-gram: - Obama called - wife of - of president - the wife - called Michelle - president Obama 3-gram: - the wife of - Obama called Michelle - president Obama called - Is the wife - wife of president - of president Obama 4-gram: - of president Obama called - the wife of president - Is the wife of - wife of president Obama - president Obama called Michelle 5-gram: - wife of president Obama called - Is the wife of president - of president Obama called Michelle - the wife of president Obama query: "PREFIX dbo: \nPREFIX res: \nPREFIX rdfs: \nASK \nWHERE {\n res:Barack_Obama dbo:spouse ?spouse .\n ?spouse rdfs:label ?name .\n FILTER(regex(?name,'Michelle')) \n}" query_parts: o: {} p: http://dbpedia.org/ontology/spouse: 1 po: {} s: http://dbpedia.org/resource/Barack_Obama: 1 sp: http://dbpedia.org/resource/Barack_Obama: http://dbpedia.org/ontology/spouse: 1 question: Is the wife of president Obama called Michelle? question_ID: 110 source: QALD-7/qald-7-train-multilingual.json 118: patterns: 1-gram: - tall - Claudia - Schiffer 2-gram: - is Claudia - Claudia Schiffer - tall is - How tall 3-gram: - is Claudia Schiffer - tall is Claudia - How tall is 4-gram: - How tall is Claudia - tall is Claudia Schiffer 5-gram: - How tall is Claudia Schiffer query: "PREFIX res: \nPREFIX dbo: \nSELECT DISTINCT ?height \nWHERE { \n res:Claudia_Schiffer dbo:height ?height . \n}" query_parts: o: {} p: http://dbpedia.org/ontology/height: 1 po: {} s: http://dbpedia.org/resource/Claudia_Schiffer: 1 sp: http://dbpedia.org/resource/Claudia_Schiffer: http://dbpedia.org/ontology/height: 1 question: How tall is Claudia Schiffer? question_ID: 118 source: QALD-7/qald-7-train-multilingual.json 120: patterns: 1-gram: - Lufthansa - subsidiary - serves - Dortmund - Tegel - Berlin 2-gram: - serves both - Lufthansa serves - Which subsidiary - Berlin Tegel - Dortmund and - of Lufthansa - subsidiary of - both Dortmund - and Berlin 3-gram: - Which subsidiary of - subsidiary of Lufthansa - of Lufthansa serves - Dortmund and Berlin - Lufthansa serves both - serves both Dortmund - both Dortmund and - and Berlin Tegel 4-gram: - subsidiary of Lufthansa serves - Lufthansa serves both Dortmund - serves both Dortmund and - Which subsidiary of Lufthansa - of Lufthansa serves both - Dortmund and Berlin Tegel - both Dortmund and Berlin 5-gram: - Lufthansa serves both Dortmund and - both Dortmund and Berlin Tegel - of Lufthansa serves both Dortmund - Which subsidiary of Lufthansa serves - serves both Dortmund and Berlin - subsidiary of Lufthansa serves both query: "PREFIX res: \nPREFIX dbo: \nSELECT DISTINCT ?uri \nWHERE {\n res:Lufthansa dbo:subsidiary ?uri .\n ?uri dbo:targetAirport res:Dortmund_Airport .\n ?uri dbo:targetAirport res:Berlin_Tegel_Airport .\n}" query_parts: o: http://dbpedia.org/resource/Berlin_Tegel_Airport: 1 http://dbpedia.org/resource/Dortmund_Airport: 1 p: http://dbpedia.org/ontology/subsidiary: 1 http://dbpedia.org/ontology/targetAirport: 1 po: http://dbpedia.org/ontology/targetAirport: http://dbpedia.org/resource/Berlin_Tegel_Airport: 1 http://dbpedia.org/resource/Dortmund_Airport: 1 s: http://dbpedia.org/resource/Lufthansa: 1 sp: http://dbpedia.org/resource/Lufthansa: http://dbpedia.org/ontology/subsidiary: 1 question: Which subsidiary of Lufthansa serves both Dortmund and Berlin Tegel? question_ID: 120 source: QALD-7/qald-7-train-multilingual.json 121: patterns: 1-gram: - John - successor - Kennedy 2-gram: - F Kennedy - successor of - the successor - John F - of John 3-gram: - the successor of - successor of John - John F Kennedy - was the successor - of John F 4-gram: - the successor of John - of John F Kennedy - was the successor of - successor of John F - Who was the successor 5-gram: - Who was the successor of - was the successor of John - successor of John F Kennedy - the successor of John F query: "PREFIX dbo: \nPREFIX res: \nSELECT DISTINCT ?uri \nWHERE {\n\tres:John_F._Kennedy dbo:successor ?uri .\n}" query_parts: o: {} p: http://dbpedia.org/ontology/successor: 1 po: {} s: http://dbpedia.org/resource/John_F._Kennedy: 1 sp: http://dbpedia.org/resource/John_F._Kennedy: http://dbpedia.org/ontology/successor: 1 question: Who was the successor of John F. Kennedy? question_ID: 121 source: QALD-7/qald-7-train-multilingual.json 136: patterns: 1-gram: - Nile - start - country 2-gram: - which country - Nile start - country does - the Nile 3-gram: - which country does - country does the - In which country - does the Nile - the Nile start 4-gram: - which country does the - does the Nile start - country does the Nile - In which country does 5-gram: - In which country does the - which country does the Nile - country does the Nile start query: "PREFIX dbo: \nPREFIX res: \nSELECT DISTINCT ?uri\nWHERE { \n res:Nile dbo:sourceCountry ?uri .\n}" query_parts: o: {} p: http://dbpedia.org/ontology/sourceCountry: 1 po: {} s: http://dbpedia.org/resource/Nile: 1 sp: http://dbpedia.org/resource/Nile: http://dbpedia.org/ontology/sourceCountry: 1 question: In which country does the Nile start? question_ID: 136 source: QALD-7/qald-7-train-multilingual.json 144: patterns: 1-gram: - Michelle - wife - Barack - Obama 2-gram: - Obama the - wife of - Barack Obama - Michelle Obama - the wife - Is Michelle - of Barack 3-gram: - wife of Barack - Obama the wife - Michelle Obama the - of Barack Obama - the wife of - Is Michelle Obama 4-gram: - Obama the wife of - wife of Barack Obama - Michelle Obama the wife - the wife of Barack - Is Michelle Obama the 5-gram: - Michelle Obama the wife of - Is Michelle Obama the wife - the wife of Barack Obama - Obama the wife of Barack query: "PREFIX dbo: \nPREFIX res: \nASK \nWHERE {\n\tres:Barack_Obama dbo:spouse res:Michelle_Obama .\n}" query_parts: o: http://dbpedia.org/resource/Michelle_Obama: 1 p: http://dbpedia.org/ontology/spouse: 1 po: http://dbpedia.org/ontology/spouse: http://dbpedia.org/resource/Michelle_Obama: 1 s: http://dbpedia.org/resource/Barack_Obama: 1 sp: http://dbpedia.org/resource/Barack_Obama: http://dbpedia.org/ontology/spouse: 1 question: Is Michelle Obama the wife of Barack Obama? question_ID: 144 source: QALD-7/qald-7-train-multilingual.json 150: patterns: 1-gram: - created - television - shows - Disney - Walt 2-gram: - Which television - created by - shows were - Walt Disney - were created - television shows - by Walt 3-gram: - Which television shows - were created by - by Walt Disney - shows were created - television shows were - created by Walt 4-gram: - created by Walt Disney - television shows were created - Which television shows were - shows were created by - were created by Walt 5-gram: - television shows were created by - were created by Walt Disney - Which television shows were created - shows were created by Walt query: "PREFIX dbo: \nPREFIX res: \nPREFIX rdf: \nSELECT DISTINCT ?uri\nWHERE {\n\t?uri rdf:type dbo:TelevisionShow .\n ?uri dbo:creator res:Walt_Disney .\n}" query_parts: o: http://dbpedia.org/ontology/TelevisionShow: 1 http://dbpedia.org/resource/Walt_Disney: 1 p: http://dbpedia.org/ontology/creator: 1 po: http://dbpedia.org/ontology/creator: http://dbpedia.org/resource/Walt_Disney: 1 s: {} sp: {} question: Which television shows were created by Walt Disney? question_ID: 150 source: QALD-7/qald-7-train-multilingual.json 19: patterns: 1-gram: - Piliers - terre - book - wrote 2-gram: - Les Piliers - Who wrote - the book - Piliers de - la terre - de la - book Les - wrote the 3-gram: - book Les Piliers - wrote the book - the book Les - Who wrote the - de la terre - Piliers de la - Les Piliers de 4-gram: - book Les Piliers de - the book Les Piliers - Les Piliers de la - Who wrote the book - wrote the book Les - Piliers de la terre 5-gram: - book Les Piliers de la - wrote the book Les Piliers - Les Piliers de la terre - the book Les Piliers de - Who wrote the book Les query: "PREFIX dbo: \nPREFIX res: \nSELECT DISTINCT ?uri \nWHERE {\n\tres:The_Pillars_of_the_Earth dbo:author ?uri .\n}" query_parts: o: {} p: http://dbpedia.org/ontology/author: 1 po: {} s: http://dbpedia.org/resource/The_Pillars_of_the_Earth: 1 sp: http://dbpedia.org/resource/The_Pillars_of_the_Earth: http://dbpedia.org/ontology/author: 1 question: Who wrote the book Les Piliers de la terre? question_ID: 19 source: QALD-7/qald-7-train-multilingual.json 190: patterns: 1-gram: - Knox - state - located - Fort 2-gram: - state is - which U.S - Fort Knox - U.S state - is Fort - Knox located 3-gram: - which U.S state - Fort Knox located - In which U.S - is Fort Knox - U.S state is - state is Fort 4-gram: - state is Fort Knox - In which U.S state - U.S state is Fort - is Fort Knox located - which U.S state is 5-gram: - In which U.S state is - U.S state is Fort Knox - which U.S state is Fort - state is Fort Knox located query: "PREFIX dbo: \nPREFIX dbp: \nPREFIX res: \nSELECT DISTINCT ?uri\nWHERE {\n\tres:Fort_Knox dbp:location ?uri .\n ?uri dbo:country res:United_States .\n}" query_parts: o: http://dbpedia.org/resource/United_States: 1 p: http://dbpedia.org/ontology/country: 1 http://dbpedia.org/property/location: 1 po: http://dbpedia.org/ontology/country: http://dbpedia.org/resource/United_States: 1 s: http://dbpedia.org/resource/Fort_Knox: 1 sp: http://dbpedia.org/resource/Fort_Knox: http://dbpedia.org/property/location: 1 question: In which U.S. state is Fort Knox located? question_ID: 190 source: QALD-7/qald-7-train-multilingual.json 198: patterns: 1-gram: - high - Marine - Tower - Yokohama 2-gram: - How high - Yokohama Marine - the Yokohama - high is - Marine Tower 3-gram: - high is the - How high is - Yokohama Marine Tower - is the Yokohama - the Yokohama Marine 4-gram: - How high is the - high is the Yokohama - is the Yokohama Marine - the Yokohama Marine Tower 5-gram: - is the Yokohama Marine Tower - How high is the Yokohama - high is the Yokohama Marine query: "PREFIX dbo: \nPREFIX res: \nSELECT DISTINCT ?num\nWHERE {\n res:Yokohama_Marine_Tower dbo:height ?num .\n}" query_parts: o: {} p: http://dbpedia.org/ontology/height: 1 po: {} s: http://dbpedia.org/resource/Yokohama_Marine_Tower: 1 sp: http://dbpedia.org/resource/Yokohama_Marine_Tower: http://dbpedia.org/ontology/height: 1 question: How high is the Yokohama Marine Tower? question_ID: 198 source: QALD-7/qald-7-train-multilingual.json 199: patterns: 1-gram: - Galactica - series - episodes - Battlestar 2-gram: - Battlestar Galactica - more episodes - old one - Galactica series - series have - the old - episodes than - the new - new Battlestar 3-gram: - than the old - the new Battlestar - have more episodes - more episodes than - Galactica series have - episodes than the - Does the new - Battlestar Galactica series - the old one - series have more - new Battlestar Galactica 4-gram: - Battlestar Galactica series have - series have more episodes - episodes than the old - new Battlestar Galactica series - more episodes than the - Does the new Battlestar - have more episodes than - than the old one - Galactica series have more - the new Battlestar Galactica 5-gram: - Galactica series have more episodes - new Battlestar Galactica series have - Battlestar Galactica series have more - series have more episodes than - episodes than the old one - more episodes than the old - have more episodes than the - the new Battlestar Galactica series - Does the new Battlestar Galactica query: "PREFIX dbo: \nPREFIX res: \nASK \nWHERE {\n\t dbo:numberOfEpisodes ?x .\n\t dbo:numberOfEpisodes ?y .\n\tFILTER (?y > ?x)\n}" query_parts: o: {} p: http://dbpedia.org/ontology/numberOfEpisodes: 1 po: {} s: http://dbpedia.org/resource/Battlestar_Galactica_%281978_TV_series%29: 1 http://dbpedia.org/resource/Battlestar_Galactica_%282004_TV_series%29: 1 sp: http://dbpedia.org/resource/Battlestar_Galactica_%281978_TV_series%29: http://dbpedia.org/ontology/numberOfEpisodes: 1 http://dbpedia.org/resource/Battlestar_Galactica_%282004_TV_series%29: http://dbpedia.org/ontology/numberOfEpisodes: 1 question: Does the new Battlestar Galactica series have more episodes than the old one? question_ID: 199 source: QALD-7/qald-7-train-multilingual.json 210: patterns: 1-gram: - born - surfers - professional - Philippines 2-gram: - Which professional - were born - surfers were - professional surfers - the Philippines - born on 3-gram: - professional surfers were - born on the - were born on - Which professional surfers - on the Philippines - surfers were born 4-gram: - were born on the - surfers were born on - Which professional surfers were - professional surfers were born - born on the Philippines 5-gram: - professional surfers were born on - Which professional surfers were born - were born on the Philippines - surfers were born on the query: "PREFIX dbo: \nPREFIX res: \nSELECT DISTINCT ?uri\nWHERE {\n\t?uri dbo:occupation res:Surfing .\n\t?uri dbo:birthPlace res:Philippines .\n}" query_parts: o: http://dbpedia.org/resource/Philippines: 1 http://dbpedia.org/resource/Surfing: 1 p: http://dbpedia.org/ontology/birthPlace: 1 http://dbpedia.org/ontology/occupation: 1 po: http://dbpedia.org/ontology/birthPlace: http://dbpedia.org/resource/Philippines: 1 http://dbpedia.org/ontology/occupation: http://dbpedia.org/resource/Surfing: 1 s: {} sp: {} question: Which professional surfers were born on the Philippines? question_ID: 210 source: QALD-7/qald-7-train-multilingual.json 43: patterns: 1-gram: - Bale - starring - Batman - Begins - Christian 2-gram: - Bale starring - in Batman - Batman Begins - Christian Bale - starring in - Is Christian 3-gram: - Is Christian Bale - in Batman Begins - starring in Batman - Christian Bale starring - Bale starring in 4-gram: - starring in Batman Begins - Is Christian Bale starring - Bale starring in Batman - Christian Bale starring in 5-gram: - Christian Bale starring in Batman - Bale starring in Batman Begins - Is Christian Bale starring in query: "PREFIX dbo: \nPREFIX res: \nASK \nWHERE {\n\tres:Batman_Begins dbo:starring res:Christian_Bale .\n}" query_parts: o: http://dbpedia.org/resource/Christian_Bale: 1 p: http://dbpedia.org/ontology/starring: 1 po: http://dbpedia.org/ontology/starring: http://dbpedia.org/resource/Christian_Bale: 1 s: http://dbpedia.org/resource/Batman_Begins: 1 sp: http://dbpedia.org/resource/Batman_Begins: http://dbpedia.org/ontology/starring: 1 question: Is Christian Bale starring in Batman Begins? question_ID: 43 source: QALD-7/qald-7-train-multilingual.json 60: patterns: 1-gram: - IYCM - stand 2-gram: - does IYCM - IYCM stand - stand for 3-gram: - What does IYCM - does IYCM stand - IYCM stand for 4-gram: - What does IYCM stand - does IYCM stand for 5-gram: - What does IYCM stand for query: "PREFIX dbo: \nPREFIX res: \nSELECT DISTINCT ?uri\nWHERE {\n ?uri dbo:abbreviation 'IYCM' .\n}" query_parts: o: {} p: http://dbpedia.org/ontology/abbreviation: 1 po: http://dbpedia.org/ontology/abbreviation: "\"IYCM\"": 1 s: {} sp: {} question: What does IYCM stand for? question_ID: 60 source: QALD-7/qald-7-train-multilingual.json 62: patterns: 1-gram: - first - episodes - Sopranos! - season - List - series - television 2-gram: - the first - series The - The Sopranos! - first season - season of - episodes of - the HBO - HBO television - all episodes - television series - List all 3-gram: - the HBO television - season of the - first season of - List all episodes - television series The - series The Sopranos! - episodes of the - all episodes of - the first season - of the first - of the HBO - HBO television series 4-gram: - of the HBO television - the first season of - television series The Sopranos! - episodes of the first - first season of the - season of the HBO - of the first season - all episodes of the - the HBO television series - List all episodes of - HBO television series The 5-gram: - episodes of the first season - List all episodes of the - the HBO television series The - HBO television series The Sopranos! - of the HBO television series - the first season of the - first season of the HBO - season of the HBO television - of the first season of - all episodes of the first query: "PREFIX dbo: \nPREFIX res: \nSELECT DISTINCT ?uri \nWHERE {\n\t?uri dbo:series res:The_Sopranos .\n ?uri dbo:seasonNumber 1 .\n}" query_parts: o: http://dbpedia.org/resource/The_Sopranos: 1 p: http://dbpedia.org/ontology/seasonNumber: 1 http://dbpedia.org/ontology/series: 1 po: http://dbpedia.org/ontology/series: http://dbpedia.org/resource/The_Sopranos: 1 s: {} sp: {} question: List all episodes of the first season of the HBO television series The Sopranos! question_ID: 62 source: QALD-7/qald-7-train-multilingual.json QALD-9/qald-9-train-multilingual.json: 1: patterns: 1-gram: - boardgames - List 2-gram: - all boardgames - boardgames by - by GMT - List all 3-gram: - List all boardgames - boardgames by GMT - all boardgames by 4-gram: - List all boardgames by - all boardgames by GMT 5-gram: - List all boardgames by GMT query: "PREFIX dbo: PREFIX res: PREFIX rdfs: SELECT ?uri WHERE { ?uri dbo:publisher res:GMT_Games }" query_parts: o: http://dbpedia.org/resource/GMT_Games: 1 p: http://dbpedia.org/ontology/publisher: 1 po: http://dbpedia.org/ontology/publisher: http://dbpedia.org/resource/GMT_Games: 1 s: {} sp: {} question: List all boardgames by GMT. question_ID: 1 source: QALD-9/qald-9-train-multilingual.json 10: patterns: 1-gram: - languages - official - Philippines 2-gram: - the Philippines - official languages - languages of - the official 3-gram: - of the Philippines - official languages of - the official languages - are the official - languages of the 4-gram: - the official languages of - languages of the Philippines - are the official languages - What are the official - official languages of the 5-gram: - official languages of the Philippines - the official languages of the - are the official languages of - What are the official languages query: "PREFIX dbo: PREFIX res: SELECT DISTINCT ?uri WHERE { res:Philippines dbo:officialLanguage ?uri }" query_parts: o: {} p: http://dbpedia.org/ontology/officialLanguage: 1 po: {} s: http://dbpedia.org/resource/Philippines: 1 sp: http://dbpedia.org/resource/Philippines: http://dbpedia.org/ontology/officialLanguage: 1 question: What are the official languages of the Philippines? question_ID: 10 source: QALD-9/qald-9-train-multilingual.json 11: patterns: 1-gram: - Danish - Give - films 2-gram: - Danish films - Give me - all Danish 3-gram: - me all Danish - Give me all - all Danish films 4-gram: - Give me all Danish - me all Danish films 5-gram: - Give me all Danish films query: "PREFIX dbo: PREFIX res: PREFIX rdf: SELECT DISTINCT ?uri WHERE { ?uri rdf:type dbo:Film ; dbo:country res:Denmark }" query_parts: o: http://dbpedia.org/ontology/Film: 1 http://dbpedia.org/resource/Denmark: 1 p: http://dbpedia.org/ontology/country: 1 po: http://dbpedia.org/ontology/country: http://dbpedia.org/resource/Denmark: 1 s: {} sp: {} question: Give me all Danish films. question_ID: 11 source: QALD-9/qald-9-train-multilingual.json 119: patterns: 1-gram: - Fault - written - Stars - books - author 2-gram: - books have - Fault in - author of - been written - The Fault - Our Stars - the author - written by - other books 3-gram: - been written by - Fault in Our - written by the - other books have - have been written - author of The - of The Fault - by the author - books have been - in Our Stars - The Fault in - What other books - the author of 4-gram: - have been written by - the author of The - by the author of - been written by the - The Fault in Our - other books have been - What other books have - Fault in Our Stars - author of The Fault - written by the author - of The Fault in - books have been written 5-gram: - of The Fault in Our - been written by the author - The Fault in Our Stars - books have been written by - have been written by the - other books have been written - written by the author of - What other books have been - by the author of The - author of The Fault in - the author of The Fault query: "PREFIX dbo: SELECT ?books WHERE { ?books dbo:author }" query_parts: o: http://dbpedia.org/resource/John_Green_(author): 1 p: http://dbpedia.org/ontology/author: 1 po: http://dbpedia.org/ontology/author: http://dbpedia.org/resource/John_Green_(author): 1 s: {} sp: {} question: What other books have been written by the author of The Fault in Our Stars? question_ID: 119 source: QALD-9/qald-9-train-multilingual.json 12: patterns: 1-gram: - directed - Pitt - movies - Brad - Ritchie - starring 2-gram: - starring Brad - were directed - Guy Ritchie - by Guy - Brad Pitt - Pitt were - movies starring - directed by - Which movies 3-gram: - movies starring Brad - by Guy Ritchie - Brad Pitt were - Which movies starring - Pitt were directed - were directed by - starring Brad Pitt - directed by Guy 4-gram: - Which movies starring Brad - starring Brad Pitt were - Pitt were directed by - Brad Pitt were directed - movies starring Brad Pitt - directed by Guy Ritchie - were directed by Guy 5-gram: - Pitt were directed by Guy - Brad Pitt were directed by - starring Brad Pitt were directed - movies starring Brad Pitt were - were directed by Guy Ritchie - Which movies starring Brad Pitt query: "PREFIX dbo: PREFIX res: PREFIX rdf: SELECT DISTINCT ?uri WHERE { ?uri rdf:type dbo:Film ; dbo:starring res:Brad_Pitt ; dbo:director res:Guy_Ritchie }" query_parts: o: http://dbpedia.org/ontology/Film: 1 http://dbpedia.org/resource/Brad_Pitt: 1 http://dbpedia.org/resource/Guy_Ritchie: 1 p: http://dbpedia.org/ontology/director: 1 http://dbpedia.org/ontology/starring: 1 po: http://dbpedia.org/ontology/director: http://dbpedia.org/resource/Guy_Ritchie: 1 http://dbpedia.org/ontology/starring: http://dbpedia.org/resource/Brad_Pitt: 1 s: {} sp: {} question: Which movies starring Brad Pitt were directed by Guy Ritchie? question_ID: 12 source: QALD-9/qald-9-train-multilingual.json 13: patterns: 1-gram: - grandchildren - Bruce - Give 2-gram: - Bruce Lee - Give me - grandchildren of - the grandchildren - of Bruce 3-gram: - Give me the - the grandchildren of - me the grandchildren - of Bruce Lee - grandchildren of Bruce 4-gram: - me the grandchildren of - Give me the grandchildren - grandchildren of Bruce Lee - the grandchildren of Bruce 5-gram: - the grandchildren of Bruce Lee - me the grandchildren of Bruce - Give me the grandchildren of query: "PREFIX dbo: PREFIX res: SELECT DISTINCT ?uri WHERE { res:Bruce_Lee dbo:child ?child . ?child ?uri }" query_parts: o: {} p: http://dbpedia.org/ontology/child: 1 http://dbpedia.org/property/children: 1 po: {} s: http://dbpedia.org/resource/Bruce_Lee: 1 sp: http://dbpedia.org/resource/Bruce_Lee: http://dbpedia.org/ontology/child: 1 question: Give me the grandchildren of Bruce Lee. question_ID: 13 source: QALD-9/qald-9-train-multilingual.json 14: patterns: 1-gram: - designer - weapons - develop 2-gram: - the designer - Uzi develop - weapons did - the Uzi - other weapons - designer of 3-gram: - Which other weapons - weapons did the - of the Uzi - designer of the - did the designer - other weapons did - the designer of - the Uzi develop 4-gram: - designer of the Uzi - other weapons did the - did the designer of - weapons did the designer - of the Uzi develop - Which other weapons did - the designer of the 5-gram: - did the designer of the - the designer of the Uzi - Which other weapons did the - designer of the Uzi develop - other weapons did the designer - weapons did the designer of query: "PREFIX dbo: PREFIX res: PREFIX dbp: PREFIX rdf: SELECT DISTINCT ?uri WHERE { ?uri rdf:type dbo:Weapon ; dbp:designer ?x . res:Uzi dbp:designer ?x FILTER ( ?uri != res:Uzi ) }" query_parts: o: http://dbpedia.org/ontology/Weapon: 1 p: http://dbpedia.org/property/designer: 1 po: {} s: http://dbpedia.org/resource/Uzi: 1 sp: http://dbpedia.org/resource/Uzi: http://dbpedia.org/property/designer: 1 question: Which other weapons did the designer of the Uzi develop? question_ID: 14 source: QALD-9/qald-9-train-multilingual.json 148: patterns: 1-gram: - celebrated - world - holidays - around 2-gram: - holidays are - Which holidays - celebrated around - around the - the world - are celebrated 3-gram: - around the world - are celebrated around - holidays are celebrated - Which holidays are - celebrated around the 4-gram: - are celebrated around the - holidays are celebrated around - celebrated around the world - Which holidays are celebrated 5-gram: - holidays are celebrated around the - are celebrated around the world - Which holidays are celebrated around query: "PREFIX dbo: PREFIX rdf: SELECT DISTINCT ?uri WHERE { ?uri rdf:type dbo:Holiday }" query_parts: o: http://dbpedia.org/ontology/Holiday: 1 p: {} po: {} s: {} sp: {} question: Which holidays are celebrated around the world? question_ID: 148 source: QALD-9/qald-9-train-multilingual.json 15: patterns: 1-gram: - Universal - owner - Studios 2-gram: - owner of - the owner - of Universal - Universal Studios 3-gram: - owner of Universal - of Universal Studios - is the owner - the owner of 4-gram: - owner of Universal Studios - the owner of Universal - Who is the owner - is the owner of 5-gram: - the owner of Universal Studios - Who is the owner of - is the owner of Universal query: "PREFIX dbo: PREFIX res: SELECT DISTINCT ?uri WHERE { res:Universal_Studios dbo:owner ?uri }" query_parts: o: {} p: http://dbpedia.org/ontology/owner: 1 po: {} s: http://dbpedia.org/resource/Universal_Studios: 1 sp: http://dbpedia.org/resource/Universal_Studios: http://dbpedia.org/ontology/owner: 1 question: Who is the owner of Universal Studios? question_ID: 15 source: QALD-9/qald-9-train-multilingual.json 154: patterns: 1-gram: - area - smallest - Germany - city 2-gram: - in Germany - city by - area in - by area - smallest city - the smallest 3-gram: - area in Germany - the smallest city - is the smallest - by area in - smallest city by - city by area 4-gram: - What is the smallest - by area in Germany - smallest city by area - city by area in - the smallest city by - is the smallest city 5-gram: - is the smallest city by - What is the smallest city - smallest city by area in - city by area in Germany - the smallest city by area query: "PREFIX dbo: PREFIX skos: PREFIX dbc: PREFIX dct: SELECT ?city WHERE { ?m skos:broader dbc:Cities_in_Germany . ?city dct:subject ?m ; dbo:areaTotal ?area } ORDER BY ?area LIMIT 1" query_parts: o: http://dbpedia.org/resource/Category:Cities_in_Germany: 1 p: http://dbpedia.org/ontology/areaTotal: 1 http://purl.org/dc/terms/subject: 1 http://www.w3.org/2004/02/skos/core#broader: 1 po: http://www.w3.org/2004/02/skos/core#broader: http://dbpedia.org/resource/Category:Cities_in_Germany: 1 s: {} sp: {} question: What is the smallest city by area in Germany? question_ID: 154 source: QALD-9/qald-9-train-multilingual.json 16: patterns: 1-gram: - density - state - population - highest 2-gram: - highest population - population density - USA has - state of - Which state - the USA - the highest 3-gram: - has the highest - highest population density - the USA has - Which state of - the highest population - of the USA - state of the - USA has the 4-gram: - the USA has the - of the USA has - the highest population density - Which state of the - state of the USA - has the highest population - USA has the highest 5-gram: - state of the USA has - the USA has the highest - USA has the highest population - of the USA has the - Which state of the USA - has the highest population density query: "PREFIX yago: PREFIX dbp: PREFIX rdf: SELECT DISTINCT ?uri WHERE { ?uri rdf:type yago:WikicatStatesOfTheUnitedStates ; dbp:densityrank ?rank } ORDER BY ASC(?rank) LIMIT 1" query_parts: o: http://dbpedia.org/class/yago/WikicatStatesOfTheUnitedStates: 1 p: http://dbpedia.org/property/densityrank: 1 po: {} s: {} sp: {} question: Which state of the USA has the highest population density? question_ID: 16 source: QALD-9/qald-9-train-multilingual.json 17: patterns: 1-gram: - married - German - monarchs 2-gram: - married to - monarchs were - a German - Which monarchs - were married 3-gram: - Which monarchs were - to a German - were married to - monarchs were married - married to a 4-gram: - were married to a - married to a German - monarchs were married to - Which monarchs were married 5-gram: - Which monarchs were married to - monarchs were married to a - were married to a German query: "PREFIX dbo: PREFIX res: PREFIX rdf: SELECT DISTINCT ?uri WHERE { ?uri rdf:type dbo:Monarch ; dbo:spouse ?spouse { ?spouse dbo:birthPlace res:Germany } UNION { ?spouse dbo:birthPlace ?p . ?p dbo:country res:Germany } }" query_parts: o: http://dbpedia.org/ontology/Monarch: 1 http://dbpedia.org/resource/Germany: 1 p: http://dbpedia.org/ontology/birthPlace: 1 http://dbpedia.org/ontology/country: 1 http://dbpedia.org/ontology/spouse: 1 po: http://dbpedia.org/ontology/birthPlace: http://dbpedia.org/resource/Germany: 1 http://dbpedia.org/ontology/country: http://dbpedia.org/resource/Germany: 1 s: {} sp: {} question: Which monarchs were married to a German? question_ID: 17 source: QALD-9/qald-9-train-multilingual.json 18: patterns: 1-gram: - founded - organizations - 1950 2-gram: - Which organizations - founded in - were founded - organizations were - in 1950 3-gram: - organizations were founded - founded in 1950 - Which organizations were - were founded in 4-gram: - Which organizations were founded - were founded in 1950 - organizations were founded in 5-gram: - organizations were founded in 1950 - Which organizations were founded in query: "PREFIX dbo: PREFIX dbp: PREFIX rdf: SELECT DISTINCT ?uri WHERE { ?uri rdf:type dbo:Organisation { ?uri dbo:formationYear ?date } UNION { ?uri dbo:foundingYear ?date } UNION { ?uri dbp:foundation ?date } UNION { ?uri dbp:formation ?date } FILTER regex(?date, \"^1950\") }" query_parts: o: http://dbpedia.org/ontology/Organisation: 1 p: http://dbpedia.org/ontology/formationYear: 1 http://dbpedia.org/ontology/foundingYear: 1 http://dbpedia.org/property/formation: 1 http://dbpedia.org/property/foundation: 1 po: {} s: {} sp: {} question: Which organizations were founded in 1950? question_ID: 18 source: QALD-9/qald-9-train-multilingual.json 189: patterns: 1-gram: - largest - city - america 2-gram: - in america - largest city - the largest - city in 3-gram: - largest city in - the largest city - city in america - is the largest 4-gram: - is the largest city - the largest city in - What is the largest - largest city in america 5-gram: - is the largest city in - What is the largest city - the largest city in america query: "PREFIX dbo: PREFIX dbr: SELECT ?lcity WHERE { dbr:United_States dbo:largestCity ?lcity }" query_parts: o: {} p: http://dbpedia.org/ontology/largestCity: 1 po: {} s: http://dbpedia.org/resource/United_States: 1 sp: http://dbpedia.org/resource/United_States: http://dbpedia.org/ontology/largestCity: 1 question: What is the largest city in america? question_ID: 189 source: QALD-9/qald-9-train-multilingual.json 19: patterns: 1-gram: - Captain - America - created - comic 2-gram: - the comic - comic Captain - created the - Who created - Captain America 3-gram: - comic Captain America - the comic Captain - Who created the - created the comic 4-gram: - the comic Captain America - Who created the comic - created the comic Captain 5-gram: - created the comic Captain America - Who created the comic Captain query: "PREFIX dbo: PREFIX res: SELECT DISTINCT ?uri WHERE { res:Captain_America dbo:creator ?uri }" query_parts: o: {} p: http://dbpedia.org/ontology/creator: 1 po: {} s: http://dbpedia.org/resource/Captain_America: 1 sp: http://dbpedia.org/resource/Captain_America: http://dbpedia.org/ontology/creator: 1 question: Who created the comic Captain America? question_ID: 19 source: QALD-9/qald-9-train-multilingual.json 194: patterns: 1-gram: - mater - Angela - Merkel - chancellor - Germany - alma 2-gram: - mater of - the alma - the chancellor - alma mater - Angela Merkel - Germany Angela - chancellor of - of Germany 3-gram: - alma mater of - of Germany Angela - the chancellor of - Germany Angela Merkel - mater of the - the alma mater - is the alma - of the chancellor - chancellor of Germany 4-gram: - of Germany Angela Merkel - alma mater of the - the chancellor of Germany - What is the alma - chancellor of Germany Angela - the alma mater of - of the chancellor of - mater of the chancellor - is the alma mater 5-gram: - chancellor of Germany Angela Merkel - alma mater of the chancellor - mater of the chancellor of - the chancellor of Germany Angela - What is the alma mater - the alma mater of the - is the alma mater of - of the chancellor of Germany query: "PREFIX dbo: PREFIX dbr: SELECT ?Almamater WHERE { dbr:Angela_Merkel dbo:almaMater ?Almamater }" query_parts: o: {} p: http://dbpedia.org/ontology/almaMater: 1 po: {} s: http://dbpedia.org/resource/Angela_Merkel: 1 sp: http://dbpedia.org/resource/Angela_Merkel: http://dbpedia.org/ontology/almaMater: 1 question: What is the alma mater of the chancellor of Germany Angela Merkel? question_ID: 194 source: QALD-9/qald-9-train-multilingual.json 197: patterns: 1-gram: - birthplace - Goethe 2-gram: - the birthplace - of Goethe - birthplace of 3-gram: - the birthplace of - is the birthplace - birthplace of Goethe 4-gram: - the birthplace of Goethe - Where is the birthplace - is the birthplace of 5-gram: - Where is the birthplace of - is the birthplace of Goethe query: "PREFIX dbo: PREFIX dbr: SELECT ?Goethe WHERE { dbr:Johann_Wolfgang_von_Goethe dbo:birthPlace ?Goethe }" query_parts: o: {} p: http://dbpedia.org/ontology/birthPlace: 1 po: {} s: http://dbpedia.org/resource/Johann_Wolfgang_von_Goethe: 1 sp: http://dbpedia.org/resource/Johann_Wolfgang_von_Goethe: http://dbpedia.org/ontology/birthPlace: 1 question: Where is the birthplace of Goethe? question_ID: 197 source: QALD-9/qald-9-train-multilingual.json 2: patterns: 1-gram: - developed - Skype 2-gram: - developed Skype - Who developed 3-gram: - Who developed Skype 4-gram: [] 5-gram: [] query: "PREFIX dbo: PREFIX res: PREFIX rdfs: SELECT DISTINCT ?uri WHERE { res:Skype dbo:developer ?uri. }" query_parts: o: {} p: http://dbpedia.org/ontology/developer: 1 po: {} s: http://dbpedia.org/resource/Skype: 1 sp: http://dbpedia.org/resource/Skype: http://dbpedia.org/ontology/developer: 1 question: Who developed Skype? question_ID: 2 source: QALD-9/qald-9-train-multilingual.json 20: patterns: 1-gram: - Apollo - astronauts - Give 2-gram: - 14 astronauts - Give me - Apollo 14 - the Apollo 3-gram: - me the Apollo - Apollo 14 astronauts - Give me the - the Apollo 14 4-gram: - me the Apollo 14 - Give me the Apollo - the Apollo 14 astronauts 5-gram: - me the Apollo 14 astronauts - Give me the Apollo 14 query: "PREFIX dbo: PREFIX res: SELECT DISTINCT ?uri WHERE { ?uri dbo:mission res:Apollo_14 }" query_parts: o: http://dbpedia.org/resource/Apollo_14: 1 p: http://dbpedia.org/ontology/mission: 1 po: http://dbpedia.org/ontology/mission: http://dbpedia.org/resource/Apollo_14: 1 s: {} sp: {} question: Give me the Apollo 14 astronauts. question_ID: 20 source: QALD-9/qald-9-train-multilingual.json 201: patterns: 1-gram: - highest - Germany - mountain - Saxony 2-gram: - in Saxony - Saxony Germany - the highest - mountain in - highest mountain 3-gram: - is the highest - in Saxony Germany - highest mountain in - the highest mountain - mountain in Saxony 4-gram: - What is the highest - highest mountain in Saxony - is the highest mountain - the highest mountain in - mountain in Saxony Germany 5-gram: - highest mountain in Saxony Germany - is the highest mountain in - the highest mountain in Saxony - What is the highest mountain query: "PREFIX dbo: PREFIX dbr: SELECT ?m WHERE { ?m dbo:mountainRange dbr:Ore_Mountains ; dbo:elevation ?height } ORDER BY DESC(?height) LIMIT 1" query_parts: o: http://dbpedia.org/resource/Ore_Mountains: 1 p: http://dbpedia.org/ontology/elevation: 1 http://dbpedia.org/ontology/mountainRange: 1 po: http://dbpedia.org/ontology/mountainRange: http://dbpedia.org/resource/Ore_Mountains: 1 s: {} sp: {} question: What is the highest mountain in Saxony Germany? question_ID: 201 source: QALD-9/qald-9-train-multilingual.json 202: patterns: 1-gram: - current - Germany - federal - finance - minister 2-gram: - in Germany - federal minister - current federal - the current - minister of - finance in - of finance 3-gram: - of finance in - finance in Germany - federal minister of - the current federal - minister of finance - is the current - current federal minister 4-gram: - current federal minister of - of finance in Germany - is the current federal - federal minister of finance - Who is the current - the current federal minister - minister of finance in 5-gram: - Who is the current federal - federal minister of finance in - current federal minister of finance - is the current federal minister - minister of finance in Germany - the current federal minister of query: "PREFIX dbo: SELECT ?leader WHERE { dbo:leader ?leader }" query_parts: o: {} p: http://dbpedia.org/ontology/leader: 1 po: {} s: http://dbpedia.org/resource/Federal_Ministry_of_Finance_(Germany): 1 sp: http://dbpedia.org/resource/Federal_Ministry_of_Finance_(Germany): http://dbpedia.org/ontology/leader: 1 question: Who is the current federal minister of finance in Germany? question_ID: 202 source: QALD-9/qald-9-train-multilingual.json 206: patterns: 1-gram: - located - State - Penn - University - state 2-gram: - which state - is located - University is - State University - Penn State - state Penn 3-gram: - which state Penn - University is located - state Penn State - Penn State University - State University is - In which state 4-gram: - In which state Penn - state Penn State University - State University is located - which state Penn State - Penn State University is 5-gram: - Penn State University is located - In which state Penn State - which state Penn State University - state Penn State University is query: "PREFIX dbo: PREFIX dbr: SELECT ?s WHERE { dbr:Pennsylvania_State_University dbo:state ?s }" query_parts: o: {} p: http://dbpedia.org/ontology/state: 1 po: {} s: http://dbpedia.org/resource/Pennsylvania_State_University: 1 sp: http://dbpedia.org/resource/Pennsylvania_State_University: http://dbpedia.org/ontology/state: 1 question: In which state Penn State University is located? question_ID: 206 source: QALD-9/qald-9-train-multilingual.json 209: patterns: 1-gram: - large - area 2-gram: - of UK - large is - area of - How large - the area 3-gram: - large is the - How large is - area of UK - is the area - the area of 4-gram: - is the area of - the area of UK - How large is the - large is the area 5-gram: - How large is the area - large is the area of - is the area of UK query: "PREFIX dbo: PREFIX dbr: SELECT ?area WHERE { dbr:United_Kingdom dbo:areaTotal ?area }" query_parts: o: {} p: http://dbpedia.org/ontology/areaTotal: 1 po: {} s: http://dbpedia.org/resource/United_Kingdom: 1 sp: http://dbpedia.org/resource/United_Kingdom: http://dbpedia.org/ontology/areaTotal: 1 question: How large is the area of UK? question_ID: 209 source: QALD-9/qald-9-train-multilingual.json 21: patterns: 1-gram: - Earth - wrote - book - pillars 2-gram: - wrote the - the Earth - book The - Who wrote - the book - pillars of - The pillars 3-gram: - The pillars of - wrote the book - book The pillars - Who wrote the - pillars of the - of the Earth - the book The 4-gram: - the book The pillars - The pillars of the - pillars of the Earth - book The pillars of - Who wrote the book - wrote the book The 5-gram: - book The pillars of the - The pillars of the Earth - wrote the book The pillars - the book The pillars of - Who wrote the book The query: "PREFIX dbo: PREFIX res: PREFIX rdfs: SELECT DISTINCT ?uri WHERE { res:The_Pillars_of_the_Earth dbo:author ?uri }" query_parts: o: {} p: http://dbpedia.org/ontology/author: 1 po: {} s: http://dbpedia.org/resource/The_Pillars_of_the_Earth: 1 sp: http://dbpedia.org/resource/The_Pillars_of_the_Earth: http://dbpedia.org/ontology/author: 1 question: Who wrote the book The pillars of the Earth? question_ID: 21 source: QALD-9/qald-9-train-multilingual.json 211: patterns: 1-gram: - married - Sigmund - Freud 2-gram: - Sigmund Freud - Freud married - Was Sigmund 3-gram: - Sigmund Freud married - Was Sigmund Freud 4-gram: - Was Sigmund Freud married 5-gram: [] query: "PREFIX dbo: PREFIX dbr: ASK WHERE { dbr:Sigmund_Freud dbo:spouse ?uri }" query_parts: o: {} p: http://dbpedia.org/ontology/spouse: 1 po: {} s: http://dbpedia.org/resource/Sigmund_Freud: 1 sp: http://dbpedia.org/resource/Sigmund_Freud: http://dbpedia.org/ontology/spouse: 1 question: Was Sigmund Freud married? question_ID: 211 source: QALD-9/qald-9-train-multilingual.json 216: patterns: 1-gram: - Düsseldorf - elevation - Airport - much 2-gram: - how much - Düsseldorf Airport - the elevation - elevation of - of Düsseldorf - much is 3-gram: - is the elevation - of Düsseldorf Airport - how much is - elevation of Düsseldorf - much is the - the elevation of 4-gram: - elevation of Düsseldorf Airport - much is the elevation - how much is the - the elevation of Düsseldorf - is the elevation of 5-gram: - is the elevation of Düsseldorf - how much is the elevation - the elevation of Düsseldorf Airport - much is the elevation of query: "PREFIX dbo: PREFIX dbr: SELECT ?ele WHERE { dbr:D\xC3\x83\xC2\xBCsseldorf_Airport dbo:elevation ?ele } LIMIT 1" query_parts: o: {} p: {} po: {} s: {} sp: {} question: how much is the elevation of Düsseldorf Airport ? question_ID: 216 source: QALD-9/qald-9-train-multilingual.json 217: patterns: 1-gram: - city - mexico - much - population 2-gram: - the population - mexico city - How much - of mexico - much is - population of 3-gram: - the population of - much is the - of mexico city - population of mexico - is the population - How much is 4-gram: - the population of mexico - much is the population - population of mexico city - is the population of - How much is the 5-gram: - much is the population of - the population of mexico city - is the population of mexico - How much is the population query: "PREFIX dbo: PREFIX dbr: SELECT ?Mexico_City WHERE { dbr:Mexico_City dbo:populationTotal ?Mexico_City }" query_parts: o: {} p: http://dbpedia.org/ontology/populationTotal: 1 po: {} s: http://dbpedia.org/resource/Mexico_City: 1 sp: http://dbpedia.org/resource/Mexico_City: http://dbpedia.org/ontology/populationTotal: 1 question: How much is the population of mexico city ? question_ID: 217 source: QALD-9/qald-9-train-multilingual.json 218: patterns: 1-gram: - republic - date - french - founding - fifth 2-gram: - the founding - french fifth - fifth republic - of french - date of - founding date 3-gram: - date of french - founding date of - of french fifth - the founding date - french fifth republic - was the founding 4-gram: - founding date of french - the founding date of - date of french fifth - when was the founding - of french fifth republic - was the founding date 5-gram: - was the founding date of - founding date of french fifth - when was the founding date - date of french fifth republic - the founding date of french query: "PREFIX dbo: PREFIX dbr: SELECT ?ff WHERE { dbr:French_Fifth_Republic dbo:foundingDate ?ff }" query_parts: o: {} p: http://dbpedia.org/ontology/foundingDate: 1 po: {} s: http://dbpedia.org/resource/French_Fifth_Republic: 1 sp: http://dbpedia.org/resource/French_Fifth_Republic: http://dbpedia.org/ontology/foundingDate: 1 question: when was the founding date of french fifth republic? question_ID: 218 source: QALD-9/qald-9-train-multilingual.json 219: patterns: 1-gram: - England - King - first 2-gram: - King of - of England - the first - first King 3-gram: - was the first - first King of - the first King - King of England 4-gram: - first King of England - Who was the first - was the first King - the first King of 5-gram: - the first King of England - was the first King of - Who was the first King query: "PREFIX dbo: PREFIX yago: PREFIX rdf: SELECT DISTINCT ?uri WHERE { ?uri rdf:type dbo:Royalty ; rdf:type yago:WikicatEnglishMonarchs ; dbo:activeYearsStartYear ?date } ORDER BY ASC(?date) OFFSET 0 LIMIT 1" query_parts: o: http://dbpedia.org/class/yago/WikicatEnglishMonarchs: 1 http://dbpedia.org/ontology/Royalty: 1 p: http://dbpedia.org/ontology/activeYearsStartYear: 1 po: {} s: {} sp: {} question: Who was the first King of England? question_ID: 219 source: QALD-9/qald-9-train-multilingual.json 22: patterns: 1-gram: - America - state - highest - United - density - States 2-gram: - United States - States of - highest density - of America - the highest - Which state - state of - the United - America has 3-gram: - the highest density - Which state of - of America has - United States of - has the highest - of the United - America has the - States of America - the United States - state of the 4-gram: - America has the highest - Which state of the - state of the United - States of America has - of America has the - United States of America - the United States of - of the United States - has the highest density 5-gram: - States of America has the - of America has the highest - United States of America has - Which state of the United - America has the highest density - state of the United States - of the United States of - the United States of America query: "PREFIX yago: PREFIX rdfs: PREFIX dbp: PREFIX rdf: SELECT ?uri WHERE { ?uri dbp:densityrank ?density } ORDER BY ASC(?density) LIMIT 1" query_parts: o: {} p: http://dbpedia.org/property/densityrank: 1 po: {} s: {} sp: {} question: Which state of the United States of America has the highest density? question_ID: 22 source: QALD-9/qald-9-train-multilingual.json 223: patterns: 1-gram: - racing - sport - horse 2-gram: - a sport - horse racing - racing a - Is horse 3-gram: - racing a sport - horse racing a - Is horse racing 4-gram: - horse racing a sport - Is horse racing a 5-gram: - Is horse racing a sport query: "PREFIX dbo: PREFIX dbr: PREFIX rdf: ASK WHERE { dbr:Horse_racing rdf:type dbo:Sport }" query_parts: o: http://dbpedia.org/ontology/Sport: 1 p: {} po: {} s: http://dbpedia.org/resource/Horse_racing: 1 sp: {} question: Is horse racing a sport? question_ID: 223 source: QALD-9/qald-9-train-multilingual.json 226: patterns: 1-gram: - series - aired - episode - Friends - last 2-gram: - the TV - Friends aired - episode of - last episode - TV series - the last - series Friends 3-gram: - of the TV - the last episode - the TV series - TV series Friends - was the last - episode of the - series Friends aired - last episode of 4-gram: - of the TV series - When was the last - was the last episode - the last episode of - last episode of the - episode of the TV - TV series Friends aired - the TV series Friends 5-gram: - was the last episode of - the TV series Friends aired - of the TV series Friends - When was the last episode - the last episode of the - episode of the TV series - last episode of the TV query: "PREFIX dbo: PREFIX dbr: SELECT ?date WHERE { dbr:Friends dbo:completionDate ?date }" query_parts: o: {} p: http://dbpedia.org/ontology/completionDate: 1 po: {} s: http://dbpedia.org/resource/Friends: 1 sp: http://dbpedia.org/resource/Friends: http://dbpedia.org/ontology/completionDate: 1 question: When was the last episode of the TV series Friends aired? question_ID: 226 source: QALD-9/qald-9-train-multilingual.json 229: patterns: 1-gram: - president 2-gram: - is 8th - president of - 8th president - of US 3-gram: - is 8th president - Who is 8th - president of US - 8th president of 4-gram: - Who is 8th president - 8th president of US - is 8th president of 5-gram: - Who is 8th president of - is 8th president of US query: "PREFIX dbo: PREFIX dbp: PREFIX dbr: SELECT ?name WHERE { dbr:8th_President_of_the_United_States dbo:wikiPageRedirects ?link . ?link dbp:name ?name }" query_parts: o: {} p: http://dbpedia.org/ontology/wikiPageRedirects: 1 http://dbpedia.org/property/name: 1 po: {} s: http://dbpedia.org/resource/8th_President_of_the_United_States: 1 sp: http://dbpedia.org/resource/8th_President_of_the_United_States: http://dbpedia.org/ontology/wikiPageRedirects: 1 question: Who is 8th president of US? question_ID: 229 source: QALD-9/qald-9-train-multilingual.json 23: patterns: 1-gram: - launched - spaceflights - Baikonur 2-gram: - from Baikonur - spaceflights were - launched from - Which spaceflights - were launched 3-gram: - were launched from - spaceflights were launched - Which spaceflights were - launched from Baikonur 4-gram: - spaceflights were launched from - were launched from Baikonur - Which spaceflights were launched 5-gram: - spaceflights were launched from Baikonur - Which spaceflights were launched from query: "PREFIX dbo: PREFIX res: SELECT DISTINCT ?uri WHERE { ?uri res:Baikonur_Cosmodrome }" query_parts: o: http://dbpedia.org/resource/Baikonur_Cosmodrome: 1 p: http://dbpedia.org/property/launchPad: 1 po: http://dbpedia.org/property/launchPad: http://dbpedia.org/resource/Baikonur_Cosmodrome: 1 s: {} sp: {} question: Which spaceflights were launched from Baikonur? question_ID: 23 source: QALD-9/qald-9-train-multilingual.json 230: patterns: 1-gram: - union - european - much - population - total 2-gram: - total population - of european - the total - european union - how much - population of - much is 3-gram: - of european union - population of european - how much is - much is the - the total population - total population of - is the total 4-gram: - total population of european - population of european union - is the total population - how much is the - the total population of - much is the total 5-gram: - the total population of european - how much is the total - is the total population of - much is the total population - total population of european union query: "PREFIX dbo: PREFIX dbr: SELECT ?europop WHERE { dbr:European_Union dbo:populationTotal ?europop }" query_parts: o: {} p: http://dbpedia.org/ontology/populationTotal: 1 po: {} s: http://dbpedia.org/resource/European_Union: 1 sp: http://dbpedia.org/resource/European_Union: http://dbpedia.org/ontology/populationTotal: 1 question: how much is the total population of european union? question_ID: 230 source: QALD-9/qald-9-train-multilingual.json 233: patterns: 1-gram: - birth - name - Adele 2-gram: - birth name - name of - the birth - of Adele 3-gram: - birth name of - the birth name - is the birth - name of Adele 4-gram: - birth name of Adele - is the birth name - the birth name of - What is the birth 5-gram: - What is the birth name - is the birth name of - the birth name of Adele query: "PREFIX dbo: PREFIX dbr: SELECT ?bn WHERE { dbr:Adele dbo:birthName ?bn }" query_parts: o: {} p: http://dbpedia.org/ontology/birthName: 1 po: {} s: http://dbpedia.org/resource/Adele: 1 sp: http://dbpedia.org/resource/Adele: http://dbpedia.org/ontology/birthName: 1 question: What is the birth name of Adele? question_ID: 233 source: QALD-9/qald-9-train-multilingual.json 234: patterns: 1-gram: - Cairo - population 2-gram: - population of - of Cairo - the population 3-gram: - population of Cairo - is the population - the population of 4-gram: - the population of Cairo - What is the population - is the population of 5-gram: - What is the population of - is the population of Cairo query: "PREFIX dbo: PREFIX dbr: SELECT ?pop WHERE { dbr:Cairo dbo:populationTotal ?pop }" query_parts: o: {} p: http://dbpedia.org/ontology/populationTotal: 1 po: {} s: http://dbpedia.org/resource/Cairo: 1 sp: http://dbpedia.org/resource/Cairo: http://dbpedia.org/ontology/populationTotal: 1 question: What is the population of Cairo? question_ID: 234 source: QALD-9/qald-9-train-multilingual.json 236: patterns: 1-gram: - work - last - Brown 2-gram: - last work - work of - the last - Dan Brown - of Dan 3-gram: - last work of - of Dan Brown - is the last - the last work - work of Dan 4-gram: - is the last work - work of Dan Brown - What is the last - last work of Dan - the last work of 5-gram: - What is the last work - last work of Dan Brown - the last work of Dan - is the last work of query: "PREFIX dbo: PREFIX dbp: PREFIX dbr: SELECT ?book WHERE { { ?book dbo:author dbr:Dan_Brown . ?book dbp:releaseDate ?date } UNION { ?book dbo:author dbr:Dan_Brown . ?book dbo:publicationDate ?date} } ORDER BY DESC(xsd:date(?date)) LIMIT 1" query_parts: o: http://dbpedia.org/resource/Dan_Brown: 1 p: http://dbpedia.org/ontology/author: 1 http://dbpedia.org/ontology/publicationDate: 1 http://dbpedia.org/property/releaseDate: 1 po: http://dbpedia.org/ontology/author: http://dbpedia.org/resource/Dan_Brown: 1 s: {} sp: {} question: What is the last work of Dan Brown? question_ID: 236 source: QALD-9/qald-9-train-multilingual.json 237: patterns: 1-gram: - Sungkyunkwan - University 2-gram: - Sungkyunkwan University - is Sungkyunkwan 3-gram: - is Sungkyunkwan University - Where is Sungkyunkwan 4-gram: - Where is Sungkyunkwan University 5-gram: [] query: "PREFIX dbo: PREFIX dbr: SELECT DISTINCT ?country WHERE { dbr:Sungkyunkwan_University dbo:city ?city ; dbo:country ?country }" query_parts: o: {} p: http://dbpedia.org/ontology/city: 1 http://dbpedia.org/ontology/country: 1 po: {} s: http://dbpedia.org/resource/Sungkyunkwan_University: 1 sp: http://dbpedia.org/resource/Sungkyunkwan_University: http://dbpedia.org/ontology/city: 1 http://dbpedia.org/ontology/country: 1 question: Where is Sungkyunkwan University? question_ID: 237 source: QALD-9/qald-9-train-multilingual.json 238: patterns: 1-gram: - author - dreams - interpretation 2-gram: - the interpretation - of dreams - interpretation of - the author - author of 3-gram: - the interpretation of - the author of - interpretation of dreams - author of the - of the interpretation - is the author 4-gram: - author of the interpretation - is the author of - the interpretation of dreams - the author of the - of the interpretation of - Who is the author 5-gram: - author of the interpretation of - the author of the interpretation - of the interpretation of dreams - Who is the author of - is the author of the query: "PREFIX dbo: PREFIX dbr: SELECT ?Author WHERE { dbr:The_Interpretation_of_Dreams dbo:author ?Author }" query_parts: o: {} p: http://dbpedia.org/ontology/author: 1 po: {} s: http://dbpedia.org/resource/The_Interpretation_of_Dreams: 1 sp: http://dbpedia.org/resource/The_Interpretation_of_Dreams: http://dbpedia.org/ontology/author: 1 question: Who is the author of the interpretation of dreams? question_ID: 238 source: QALD-9/qald-9-train-multilingual.json 239: patterns: 1-gram: - death - Shakespeare 2-gram: - of Shakespeare - death of - the death 3-gram: - the death of - was the death - death of Shakespeare 4-gram: - When was the death - was the death of - the death of Shakespeare 5-gram: - When was the death of - was the death of Shakespeare query: "PREFIX dbo: PREFIX dbr: SELECT ?x WHERE { dbr:William_Shakespeare dbo:deathDate ?x } LIMIT 1" query_parts: o: {} p: http://dbpedia.org/ontology/deathDate: 1 po: {} s: http://dbpedia.org/resource/William_Shakespeare: 1 sp: http://dbpedia.org/resource/William_Shakespeare: http://dbpedia.org/ontology/deathDate: 1 question: When was the death of Shakespeare? question_ID: 239 source: QALD-9/qald-9-train-multilingual.json 24: patterns: 1-gram: - list - bandleaders - players - Give - trumpet 2-gram: - a list - list of - trumpet players - players that - were bandleaders - Give me - all trumpet 3-gram: - of all trumpet - a list of - trumpet players that - players that were - all trumpet players - that were bandleaders - Give me a - me a list - list of all 4-gram: - Give me a list - all trumpet players that - a list of all - trumpet players that were - players that were bandleaders - me a list of - of all trumpet players - list of all trumpet 5-gram: - list of all trumpet players - of all trumpet players that - trumpet players that were bandleaders - all trumpet players that were - me a list of all - Give me a list of - a list of all trumpet query: "PREFIX dbo: PREFIX res: SELECT DISTINCT ?uri WHERE { ?uri dbo:occupation res:Bandleader ; dbo:instrument res:Trumpet }" query_parts: o: http://dbpedia.org/resource/Bandleader: 1 http://dbpedia.org/resource/Trumpet: 1 p: http://dbpedia.org/ontology/instrument: 1 http://dbpedia.org/ontology/occupation: 1 po: http://dbpedia.org/ontology/instrument: http://dbpedia.org/resource/Trumpet: 1 http://dbpedia.org/ontology/occupation: http://dbpedia.org/resource/Bandleader: 1 s: {} sp: {} question: Give me a list of all trumpet players that were bandleaders. question_ID: 24 source: QALD-9/qald-9-train-multilingual.json 242: patterns: 1-gram: - origin - reaper - Carolina 2-gram: - of Carolina - the origin - origin of - Carolina reaper 3-gram: - origin of Carolina - the origin of - is the origin - of Carolina reaper 4-gram: - Where is the origin - is the origin of - origin of Carolina reaper - the origin of Carolina 5-gram: - is the origin of Carolina - Where is the origin of - the origin of Carolina reaper query: "PREFIX dbo: PREFIX dbr: SELECT ?uri WHERE { dbr:Carolina_Reaper dbo:origin ?uri}" query_parts: o: {} p: http://dbpedia.org/ontology/origin: 1 po: {} s: http://dbpedia.org/resource/Carolina_Reaper: 1 sp: http://dbpedia.org/resource/Carolina_Reaper: http://dbpedia.org/ontology/origin: 1 question: Where is the origin of Carolina reaper? question_ID: 242 source: QALD-9/qald-9-train-multilingual.json 248: patterns: 1-gram: - Angela - Merkel - attend - university 2-gram: - did Angela - Merkel attend - Which university - Angela Merkel - university did 3-gram: - did Angela Merkel - Angela Merkel attend - Which university did - university did Angela 4-gram: - did Angela Merkel attend - Which university did Angela - university did Angela Merkel 5-gram: - university did Angela Merkel attend - Which university did Angela Merkel query: "PREFIX dbo: PREFIX res: SELECT DISTINCT ?university WHERE { res:Angela_Merkel dbo:almaMater ?university }" query_parts: o: {} p: http://dbpedia.org/ontology/almaMater: 1 po: {} s: http://dbpedia.org/resource/Angela_Merkel: 1 sp: http://dbpedia.org/resource/Angela_Merkel: http://dbpedia.org/ontology/almaMater: 1 question: Which university did Angela Merkel attend? question_ID: 248 source: QALD-9/qald-9-train-multilingual.json 25: patterns: 1-gram: - Utah - states - timezone 2-gram: - states are - same timezone - as Utah - timezone as - U.S states - Which U.S 3-gram: - Which U.S states - same timezone as - U.S states are - the same timezone - timezone as Utah - states are in 4-gram: - U.S states are in - same timezone as Utah - Which U.S states are - in the same timezone - states are in the - the same timezone as 5-gram: - states are in the same - Which U.S states are in - are in the same timezone - U.S states are in the - the same timezone as Utah - in the same timezone as query: "PREFIX yago: PREFIX res: PREFIX dbp: PREFIX rdf: SELECT DISTINCT ?uri WHERE { res:Utah dbp:timezone ?x . ?uri rdf:type yago:WikicatStatesOfTheUnitedStates ; dbp:timezone ?x FILTER ( ?uri != res:Utah ) }" query_parts: o: http://dbpedia.org/class/yago/WikicatStatesOfTheUnitedStates: 1 p: http://dbpedia.org/property/timezone: 1 po: {} s: http://dbpedia.org/resource/Utah: 1 sp: http://dbpedia.org/resource/Utah: http://dbpedia.org/property/timezone: 1 question: Which U.S. states are in the same timezone as Utah? question_ID: 25 source: QALD-9/qald-9-train-multilingual.json 251: patterns: 1-gram: - river - world - longest 2-gram: - the world - the longest - river in - longest river 3-gram: - in the world - is the longest - river in the - longest river in - the longest river 4-gram: - What is the longest - longest river in the - river in the world - the longest river in - is the longest river 5-gram: - longest river in the world - the longest river in the - What is the longest river - is the longest river in query: "PREFIX dbo: PREFIX rdf: SELECT ?uri WHERE { ?uri rdf:type dbo:BodyOfWater ; dbo:length ?length } ORDER BY DESC(?length) LIMIT 1" query_parts: o: http://dbpedia.org/ontology/BodyOfWater: 1 p: http://dbpedia.org/ontology/length: 1 po: {} s: {} sp: {} question: What is the longest river in the world? question_ID: 251 source: QALD-9/qald-9-train-multilingual.json 252: patterns: 1-gram: - born - John - Adams 2-gram: - was John - Adams born - John Adams 3-gram: - When was John - was John Adams - John Adams born 4-gram: - When was John Adams - was John Adams born 5-gram: - When was John Adams born query: "PREFIX dbo: PREFIX res: SELECT DISTINCT ?date WHERE { res:John_Adams dbo:birthDate ?date }" query_parts: o: {} p: http://dbpedia.org/ontology/birthDate: 1 po: {} s: http://dbpedia.org/resource/John_Adams: 1 sp: http://dbpedia.org/resource/John_Adams: http://dbpedia.org/ontology/birthDate: 1 question: When was John Adams born? question_ID: 252 source: QALD-9/qald-9-train-multilingual.json 255: patterns: 1-gram: - belong - elephant - species 2-gram: - Which species - an elephant - species does - elephant belong 3-gram: - does an elephant - Which species does - species does an - an elephant belong 4-gram: - species does an elephant - does an elephant belong - Which species does an 5-gram: - Which species does an elephant - species does an elephant belong query: "PREFIX dbr: PREFIX dbp: SELECT ?species WHERE { dbr:Elephant dbp:species ?species }" query_parts: o: {} p: http://dbpedia.org/property/species: 1 po: {} s: http://dbpedia.org/resource/Elephant: 1 sp: http://dbpedia.org/resource/Elephant: http://dbpedia.org/property/species: 1 question: Which species does an elephant belong? question_ID: 255 source: QALD-9/qald-9-train-multilingual.json 258: patterns: 1-gram: - come - Einstein - theories - many - Albert 2-gram: - How many - Einstein come - did Albert - come up - Albert Einstein - theories did - many theories 3-gram: - How many theories - Albert Einstein come - Einstein come up - did Albert Einstein - theories did Albert - come up with - many theories did 4-gram: - How many theories did - theories did Albert Einstein - Albert Einstein come up - did Albert Einstein come - many theories did Albert - Einstein come up with 5-gram: - many theories did Albert Einstein - How many theories did Albert - theories did Albert Einstein come - did Albert Einstein come up - Albert Einstein come up with query: "PREFIX dbo: PREFIX dbr: SELECT (COUNT(?uri) AS ?count) WHERE { dbr:Albert_Einstein dbo:knownFor ?uri }" query_parts: o: {} p: http://dbpedia.org/ontology/knownFor: 1 po: {} s: http://dbpedia.org/resource/Albert_Einstein: 1 sp: http://dbpedia.org/resource/Albert_Einstein: http://dbpedia.org/ontology/knownFor: 1 question: How many theories did Albert Einstein come up with? question_ID: 258 source: QALD-9/qald-9-train-multilingual.json 26: patterns: 1-gram: - gold - possess - states - minerals 2-gram: - U.S states - Which U.S - states possess - gold minerals - possess gold 3-gram: - U.S states possess - possess gold minerals - states possess gold - Which U.S states 4-gram: - Which U.S states possess - states possess gold minerals - U.S states possess gold 5-gram: - Which U.S states possess gold - U.S states possess gold minerals query: "PREFIX yago: PREFIX dbp: PREFIX rdf: SELECT DISTINCT ?uri WHERE { ?uri rdf:type yago:WikicatStatesOfTheUnitedStates ; dbp:mineral ?mineral FILTER regex(?mineral, \"gold\", \"i\") }" query_parts: o: http://dbpedia.org/class/yago/WikicatStatesOfTheUnitedStates: 1 p: http://dbpedia.org/property/mineral: 1 po: {} s: {} sp: {} question: Which U.S. states possess gold minerals? question_ID: 26 source: QALD-9/qald-9-train-multilingual.json 260: patterns: 1-gram: - Story - runtime - Give 2-gram: - Give me - of Toy - the runtime - runtime of - Toy Story 3-gram: - Give me the - runtime of Toy - the runtime of - of Toy Story - me the runtime 4-gram: - runtime of Toy Story - Give me the runtime - the runtime of Toy - me the runtime of 5-gram: - me the runtime of Toy - Give me the runtime of - the runtime of Toy Story query: "PREFIX dbo: PREFIX res: SELECT DISTINCT ?runtime WHERE { res:Toy_Story dbo:runtime ?runtime }" query_parts: o: {} p: http://dbpedia.org/ontology/runtime: 1 po: {} s: http://dbpedia.org/resource/Toy_Story: 1 sp: http://dbpedia.org/resource/Toy_Story: http://dbpedia.org/ontology/runtime: 1 question: Give me the runtime of Toy Story. question_ID: 260 source: QALD-9/qald-9-train-multilingual.json 262: patterns: 1-gram: - countries - Iran - many - borders 2-gram: - has borders - many countries - countries Iran - how many - Iran has 3-gram: - how many countries - Iran has borders - With how many - countries Iran has - many countries Iran 4-gram: - With how many countries - countries Iran has borders - many countries Iran has - how many countries Iran 5-gram: - With how many countries Iran - many countries Iran has borders - how many countries Iran has query: "PREFIX dbr: PREFIX dbp: SELECT ?border WHERE { dbr:Geography_of_Iran dbp:borders ?border } LIMIT 8" query_parts: o: {} p: http://dbpedia.org/property/borders: 1 po: {} s: http://dbpedia.org/resource/Geography_of_Iran: 1 sp: http://dbpedia.org/resource/Geography_of_Iran: http://dbpedia.org/property/borders: 1 question: With how many countries Iran has borders? question_ID: 262 source: QALD-9/qald-9-train-multilingual.json 27: patterns: 1-gram: - married - daughter - Bergman - Ingrid 2-gram: - Bergman married - the daughter - daughter of - Ingrid Bergman - married to - of Ingrid 3-gram: - Bergman married to - Ingrid Bergman married - daughter of Ingrid - the daughter of - is the daughter - of Ingrid Bergman 4-gram: - is the daughter of - Who is the daughter - Ingrid Bergman married to - daughter of Ingrid Bergman - the daughter of Ingrid - of Ingrid Bergman married 5-gram: - of Ingrid Bergman married to - Who is the daughter of - daughter of Ingrid Bergman married - the daughter of Ingrid Bergman - is the daughter of Ingrid query: "PREFIX dbo: PREFIX res: SELECT DISTINCT ?uri WHERE { res:Ingrid_Bergman dbo:child ?child . ?child ?uri }" query_parts: o: {} p: http://dbpedia.org/ontology/child: 1 http://dbpedia.org/property/spouse: 1 po: {} s: http://dbpedia.org/resource/Ingrid_Bergman: 1 sp: http://dbpedia.org/resource/Ingrid_Bergman: http://dbpedia.org/ontology/child: 1 question: Who is the daughter of Ingrid Bergman married to? question_ID: 27 source: QALD-9/qald-9-train-multilingual.json 278: patterns: 1-gram: - North - area - Westphalia - total - Rhine- 2-gram: - total area - North Rhine- - how big - the total - Rhine- Westphalia - big is - area of - of North 3-gram: - how big is - area of North - big is the - North Rhine- Westphalia - is the total - the total area - total area of - of North Rhine- 4-gram: - the total area of - of North Rhine- Westphalia - is the total area - area of North Rhine- - how big is the - total area of North - big is the total 5-gram: - the total area of North - area of North Rhine- Westphalia - big is the total area - total area of North Rhine- - how big is the total - is the total area of query: "PREFIX dbo: PREFIX dbr: SELECT ?tarea WHERE { dbr:North_Rhine-Westphalia dbo:areaTotal ?tarea }" query_parts: o: {} p: http://dbpedia.org/ontology/areaTotal: 1 po: {} s: http://dbpedia.org/resource/North_Rhine-Westphalia: 1 sp: http://dbpedia.org/resource/North_Rhine-Westphalia: http://dbpedia.org/ontology/areaTotal: 1 question: how big is the total area of North Rhine- Westphalia? question_ID: 278 source: QALD-9/qald-9-train-multilingual.json 28: patterns: 1-gram: - Placid - Lake - deep 2-gram: - Lake Placid - deep is - How deep - is Lake 3-gram: - How deep is - is Lake Placid - deep is Lake 4-gram: - How deep is Lake - deep is Lake Placid 5-gram: - How deep is Lake Placid query: "PREFIX dbo: SELECT DISTINCT ?n WHERE { dbo:maximumDepth ?n }" query_parts: o: {} p: http://dbpedia.org/ontology/maximumDepth: 1 po: {} s: http://dbpedia.org/resource/Lake_Placid_(Texas): 1 sp: http://dbpedia.org/resource/Lake_Placid_(Texas): http://dbpedia.org/ontology/maximumDepth: 1 question: How deep is Lake Placid? question_ID: 28 source: QALD-9/qald-9-train-multilingual.json 280: patterns: 1-gram: - main - Trump's - business - Donald 2-gram: - Trump's main - is Donald - main business - Donald Trump's 3-gram: - What is Donald - is Donald Trump's - Trump's main business - Donald Trump's main 4-gram: - is Donald Trump's main - Donald Trump's main business - What is Donald Trump's 5-gram: - What is Donald Trump's main - is Donald Trump's main business query: "PREFIX dbo: PREFIX dbr: SELECT ?owner WHERE { ?owner dbo:owner dbr:Donald_Trump }" query_parts: o: http://dbpedia.org/resource/Donald_Trump: 1 p: http://dbpedia.org/ontology/owner: 1 po: http://dbpedia.org/ontology/owner: http://dbpedia.org/resource/Donald_Trump: 1 s: {} sp: {} question: What is Donald Trump's main business? question_ID: 280 source: QALD-9/qald-9-train-multilingual.json 281: patterns: 1-gram: - 2018 - start - world - match - football - final 2-gram: - start the - football world - match of - the football - will start - world cup - the final - cup 2018 - final match 3-gram: - final match of - the football world - start the final - will start the - of the football - the final match - world cup 2018 - When will start - match of the - football world cup 4-gram: - match of the football - of the football world - football world cup 2018 - will start the final - When will start the - the final match of - the football world cup - start the final match - final match of the 5-gram: - the final match of the - will start the final match - match of the football world - final match of the football - of the football world cup - start the final match of - When will start the final - the football world cup 2018 query: "PREFIX dbr: PREFIX dbp: SELECT ?Date WHERE { dbr:2018_FIFA_World_Cup dbp:date ?Date } ORDER BY DESC(?Date) LIMIT 1" query_parts: o: {} p: http://dbpedia.org/property/date: 1 po: {} s: http://dbpedia.org/resource/2018_FIFA_World_Cup: 1 sp: http://dbpedia.org/resource/2018_FIFA_World_Cup: http://dbpedia.org/property/date: 1 question: When will start the final match of the football world cup 2018? question_ID: 281 source: QALD-9/qald-9-train-multilingual.json 283: patterns: 1-gram: - much - population - Iraq 2-gram: - the population - how much - population Iraq - much is 3-gram: - is the population - much is the - how much is - the population Iraq 4-gram: - is the population Iraq - how much is the - much is the population 5-gram: - much is the population Iraq - how much is the population query: "PREFIX dbo: PREFIX dbr: SELECT ?pIraq WHERE { dbr:Iraq dbo:populationTotal ?pIraq }" query_parts: o: {} p: http://dbpedia.org/ontology/populationTotal: 1 po: {} s: http://dbpedia.org/resource/Iraq: 1 sp: http://dbpedia.org/resource/Iraq: http://dbpedia.org/ontology/populationTotal: 1 question: how much is the population Iraq? question_ID: 283 source: QALD-9/qald-9-train-multilingual.json 288: patterns: 1-gram: - rank - germany - densty - population - much 2-gram: - how much - rank of - population densty - densty rank - the population - much is - of germany 3-gram: - much is the - rank of germany - how much is - population densty rank - densty rank of - is the population - the population densty 4-gram: - the population densty rank - population densty rank of - is the population densty - how much is the - much is the population - densty rank of germany 5-gram: - population densty rank of germany - much is the population densty - the population densty rank of - how much is the population - is the population densty rank query: "PREFIX dbr: PREFIX dbp: SELECT ?rank WHERE { dbr:Germany dbp:populationDensityRank ?rank }" query_parts: o: {} p: http://dbpedia.org/property/populationDensityRank: 1 po: {} s: http://dbpedia.org/resource/Germany: 1 sp: http://dbpedia.org/resource/Germany: http://dbpedia.org/property/populationDensityRank: 1 question: how much is the population densty rank of germany? question_ID: 288 source: QALD-9/qald-9-train-multilingual.json 299: patterns: 1-gram: - Pink - Wall - album - writers - Floyd 2-gram: - of Pink - album of - writers of - Wall album - Pink Floyd - the Wall - the writers 3-gram: - writers of the - of the Wall - are the writers - album of Pink - Wall album of - the writers of - the Wall album - of Pink Floyd 4-gram: - writers of the Wall - Who are the writers - album of Pink Floyd - the writers of the - of the Wall album - are the writers of - the Wall album of - Wall album of Pink 5-gram: - Wall album of Pink Floyd - of the Wall album of - Who are the writers of - the writers of the Wall - writers of the Wall album - are the writers of the - the Wall album of Pink query: "PREFIX dbr: PREFIX dbp: SELECT ?writers WHERE { dbr:The_Wall dbp:writer ?writers }" query_parts: o: {} p: http://dbpedia.org/property/writer: 1 po: {} s: http://dbpedia.org/resource/The_Wall: 1 sp: http://dbpedia.org/resource/The_Wall: http://dbpedia.org/property/writer: 1 question: Who are the writers of the Wall album of Pink Floyd? question_ID: 299 source: QALD-9/qald-9-train-multilingual.json 3: patterns: 1-gram: - Heraklion - born - people 2-gram: - people were - were born - in Heraklion - Which people - born in 3-gram: - were born in - people were born - Which people were - born in Heraklion 4-gram: - were born in Heraklion - people were born in - Which people were born 5-gram: - Which people were born in - people were born in Heraklion query: "PREFIX yago: PREFIX rdfs: PREFIX rdf: PREFIX onto: SELECT DISTINCT ?uri WHERE { ?uri rdf:type onto:Person ; onto:birthPlace . }" query_parts: o: http://dbpedia.org/ontology/Person: 1 http://dbpedia.org/resource/Heraklion: 1 p: http://dbpedia.org/ontology/birthPlace: 1 po: http://dbpedia.org/ontology/birthPlace: http://dbpedia.org/resource/Heraklion: 1 s: {} sp: {} question: Which people were born in Heraklion? question_ID: 3 source: QALD-9/qald-9-train-multilingual.json 303: patterns: 1-gram: - Africa - South - government - found - form 2-gram: - What form - in South - form of - is found - South Africa - government is - of government - found in 3-gram: - found in South - form of government - government is found - What form of - in South Africa - of government is - is found in 4-gram: - What form of government - government is found in - found in South Africa - is found in South - of government is found - form of government is 5-gram: - form of government is found - What form of government is - of government is found in - government is found in South - is found in South Africa query: "PREFIX dbo: PREFIX dbr: SELECT ?uri WHERE { dbr:South_Africa dbo:governmentType ?uri }" query_parts: o: {} p: http://dbpedia.org/ontology/governmentType: 1 po: {} s: http://dbpedia.org/resource/South_Africa: 1 sp: http://dbpedia.org/resource/South_Africa: http://dbpedia.org/ontology/governmentType: 1 question: What form of government is found in South Africa? question_ID: 303 source: QALD-9/qald-9-train-multilingual.json 305: patterns: 1-gram: - test2 - celebrated - world - around - holidays 2-gram: - celebrated around - Which holidays - holidays are - world test2 - are celebrated - the world - around the 3-gram: - the world test2 - celebrated around the - are celebrated around - around the world - Which holidays are - holidays are celebrated 4-gram: - celebrated around the world - Which holidays are celebrated - are celebrated around the - holidays are celebrated around - around the world test2 5-gram: - celebrated around the world test2 - are celebrated around the world - holidays are celebrated around the - Which holidays are celebrated around query: "PREFIX dbo: PREFIX rdf: SELECT DISTINCT ?uri WHERE { ?uri rdf:type dbo:Holiday }" query_parts: o: http://dbpedia.org/ontology/Holiday: 1 p: {} po: {} s: {} sp: {} question: Which holidays are celebrated around the world? test2 question_ID: 305 source: QALD-9/qald-9-train-multilingual.json 313: patterns: 1-gram: - place - Sinatra - Frank - Give - birth 2-gram: - the birth - place of - Give me - of Frank - Frank Sinatra - birth place 3-gram: - of Frank Sinatra - place of Frank - the birth place - me the birth - birth place of - Give me the 4-gram: - me the birth place - Give me the birth - the birth place of - place of Frank Sinatra - birth place of Frank 5-gram: - birth place of Frank Sinatra - Give me the birth place - the birth place of Frank - me the birth place of query: "PREFIX dbo: PREFIX res: SELECT DISTINCT ?place WHERE { res:Frank_Sinatra dbo:birthPlace ?place }" query_parts: o: {} p: http://dbpedia.org/ontology/birthPlace: 1 po: {} s: http://dbpedia.org/resource/Frank_Sinatra: 1 sp: http://dbpedia.org/resource/Frank_Sinatra: http://dbpedia.org/ontology/birthPlace: 1 question: Give me the birth place of Frank Sinatra. question_ID: 313 source: QALD-9/qald-9-train-multilingual.json 327: patterns: 1-gram: - Mexico - many - states 2-gram: - in Mexico - How many - states are - many states 3-gram: - states are in - How many states - are in Mexico - many states are 4-gram: - many states are in - states are in Mexico - How many states are 5-gram: - How many states are in - many states are in Mexico query: "PREFIX dbo: PREFIX dbr: SELECT (COUNT(?uri) AS ?count) WHERE { ?uri dbo:type dbr:States_of_Mexico }" query_parts: o: http://dbpedia.org/resource/States_of_Mexico: 1 p: http://dbpedia.org/ontology/type: 1 po: http://dbpedia.org/ontology/type: http://dbpedia.org/resource/States_of_Mexico: 1 s: {} sp: {} question: How many states are in Mexico? question_ID: 327 source: QALD-9/qald-9-train-multilingual.json 340: patterns: 1-gram: - Khalifa - floors - Burj - building 2-gram: - Burj Khalifa - the Burj - Khalifa has - most floors - Which building - building after 3-gram: - building after the - the Burj Khalifa - Burj Khalifa has - Which building after - the most floors - Khalifa has the - after the Burj 4-gram: - Khalifa has the most - has the most floors - the Burj Khalifa has - building after the Burj - after the Burj Khalifa - Burj Khalifa has the - Which building after the 5-gram: - building after the Burj Khalifa - Which building after the Burj - Burj Khalifa has the most - the Burj Khalifa has the - after the Burj Khalifa has - Khalifa has the most floors query: "PREFIX dbo: PREFIX res: PREFIX rdf: SELECT DISTINCT ?uri WHERE { res:Burj_Khalifa dbo:floorCount ?burj . ?uri rdf:type dbo:Building ; dbo:floorCount ?proj FILTER ( ?proj < ?burj ) } ORDER BY DESC(?proj) LIMIT 1" query_parts: o: http://dbpedia.org/ontology/Building: 1 p: http://dbpedia.org/ontology/floorCount: 1 po: {} s: http://dbpedia.org/resource/Burj_Khalifa: 1 sp: http://dbpedia.org/resource/Burj_Khalifa: http://dbpedia.org/ontology/floorCount: 1 question: Which building after the Burj Khalifa has the most floors? question_ID: 340 source: QALD-9/qald-9-train-multilingual.json 341: patterns: 1-gram: - final - Roses - result 2-gram: - the War - the final - final result - the Roses - War of - result of 3-gram: - of the Roses - War of the - result of the - of the War - the War of - was the final - the final result - final result of 4-gram: - of the War of - final result of the - What was the final - was the final result - result of the War - the War of the - War of the Roses - the final result of 5-gram: - final result of the War - of the War of the - result of the War of - was the final result of - the final result of the - the War of the Roses - What was the final result query: "PREFIX dbo: PREFIX dbr: SELECT DISTINCT ?result WHERE { ?uri dbo:isPartOfMilitaryConflict dbr:Wars_of_the_Roses ; dbo:result ?result ; dbo:date ?date } ORDER BY DESC(?date) OFFSET 0 LIMIT 1" query_parts: o: http://dbpedia.org/resource/Wars_of_the_Roses: 1 p: http://dbpedia.org/ontology/date: 1 http://dbpedia.org/ontology/isPartOfMilitaryConflict: 1 http://dbpedia.org/ontology/result: 1 po: http://dbpedia.org/ontology/isPartOfMilitaryConflict: http://dbpedia.org/resource/Wars_of_the_Roses: 1 s: {} sp: {} question: What was the final result of the War of the Roses? question_ID: 341 source: QALD-9/qald-9-train-multilingual.json 344: patterns: 1-gram: - common - Urdu - Persian - root 2-gram: - common root - a common - Urdu and - and Persian - Persian have - Do Urdu 3-gram: - Urdu and Persian - a common root - Persian have a - and Persian have - have a common - Do Urdu and 4-gram: - Do Urdu and Persian - Urdu and Persian have - have a common root - Persian have a common - and Persian have a 5-gram: - Persian have a common root - and Persian have a common - Urdu and Persian have a - Do Urdu and Persian have query: "PREFIX dbo: PREFIX dbr: ASK WHERE { dbr:Urdu dbo:languageFamily ?uri . dbr:Persian_language dbo:languageFamily ?uri }" query_parts: o: {} p: http://dbpedia.org/ontology/languageFamily: 1 po: {} s: http://dbpedia.org/resource/Persian_language: 1 http://dbpedia.org/resource/Urdu: 1 sp: http://dbpedia.org/resource/Persian_language: http://dbpedia.org/ontology/languageFamily: 1 http://dbpedia.org/resource/Urdu: http://dbpedia.org/ontology/languageFamily: 1 question: Do Urdu and Persian have a common root? question_ID: 344 source: QALD-9/qald-9-train-multilingual.json 349: patterns: 1-gram: - running - oldest - metro - city 2-gram: - city has - oldest running - running metro - Which city - the oldest 3-gram: - city has the - Which city has - the oldest running - oldest running metro - has the oldest 4-gram: - has the oldest running - the oldest running metro - Which city has the - city has the oldest 5-gram: - Which city has the oldest - has the oldest running metro - city has the oldest running query: "PREFIX dbo: PREFIX dbr: PREFIX rdf: SELECT ?loc WHERE { ?uri dbo:type dbr:Rapid_transit ; dbo:openingYear ?date ; dbo:location ?loc . ?loc rdf:type dbo:City } ORDER BY ASC(?date) LIMIT 1" query_parts: o: http://dbpedia.org/ontology/City: 1 http://dbpedia.org/resource/Rapid_transit: 1 p: http://dbpedia.org/ontology/location: 1 http://dbpedia.org/ontology/openingYear: 1 http://dbpedia.org/ontology/type: 1 po: http://dbpedia.org/ontology/type: http://dbpedia.org/resource/Rapid_transit: 1 s: {} sp: {} question: Which city has the oldest running metro? question_ID: 349 source: QALD-9/qald-9-train-multilingual.json 351: patterns: 1-gram: - live - many - Eurasia - people 2-gram: - live in - in Eurasia - How many - people live - many people 3-gram: - How many people - live in Eurasia - many people live - people live in 4-gram: - many people live in - people live in Eurasia - How many people live 5-gram: - many people live in Eurasia - How many people live in query: "PREFIX dbo: PREFIX res: SELECT DISTINCT ?population WHERE { res:Eurasia dbo:populationTotal ?population }" query_parts: o: {} p: http://dbpedia.org/ontology/populationTotal: 1 po: {} s: http://dbpedia.org/resource/Eurasia: 1 sp: http://dbpedia.org/resource/Eurasia: http://dbpedia.org/ontology/populationTotal: 1 question: How many people live in Eurasia? question_ID: 351 source: QALD-9/qald-9-train-multilingual.json 359: patterns: 1-gram: - Pyramid - buried - Giza - Great 2-gram: - Great Pyramid - the Great - buried in - Pyramid of - was buried - of Giza 3-gram: - the Great Pyramid - Who was buried - Pyramid of Giza - in the Great - Great Pyramid of - was buried in - buried in the 4-gram: - Who was buried in - in the Great Pyramid - was buried in the - Great Pyramid of Giza - the Great Pyramid of - buried in the Great 5-gram: - the Great Pyramid of Giza - Who was buried in the - in the Great Pyramid of - buried in the Great Pyramid - was buried in the Great query: "PREFIX dbo: PREFIX dbr: SELECT ?uri WHERE { ?uri dbo:restingPlace dbr:Great_Pyramid_of_Giza }" query_parts: o: http://dbpedia.org/resource/Great_Pyramid_of_Giza: 1 p: http://dbpedia.org/ontology/restingPlace: 1 po: http://dbpedia.org/ontology/restingPlace: http://dbpedia.org/resource/Great_Pyramid_of_Giza: 1 s: {} sp: {} question: Who was buried in the Great Pyramid of Giza? question_ID: 359 source: QALD-9/qald-9-train-multilingual.json 360: patterns: 1-gram: - Malaysia - Ford - manufacturing - Company - Motor - plant 2-gram: - plant in - a manufacturing - in Malaysia - Motor Company - Ford Motor - the Ford - Company have - manufacturing plant 3-gram: - plant in Malaysia - Ford Motor Company - Motor Company have - Does the Ford - have a manufacturing - Company have a - manufacturing plant in - a manufacturing plant - the Ford Motor 4-gram: - manufacturing plant in Malaysia - Ford Motor Company have - a manufacturing plant in - Company have a manufacturing - the Ford Motor Company - Does the Ford Motor - have a manufacturing plant - Motor Company have a 5-gram: - Company have a manufacturing plant - the Ford Motor Company have - a manufacturing plant in Malaysia - Motor Company have a manufacturing - Ford Motor Company have a - have a manufacturing plant in - Does the Ford Motor Company query: "PREFIX dbo: PREFIX dbr: ASK WHERE { ?uri dbo:assembly dbr:Malaysia ; dbo:manufacturer dbr:Ford_Motor_Company }" query_parts: o: http://dbpedia.org/resource/Ford_Motor_Company: 1 http://dbpedia.org/resource/Malaysia: 1 p: http://dbpedia.org/ontology/assembly: 1 http://dbpedia.org/ontology/manufacturer: 1 po: http://dbpedia.org/ontology/assembly: http://dbpedia.org/resource/Malaysia: 1 http://dbpedia.org/ontology/manufacturer: http://dbpedia.org/resource/Ford_Motor_Company: 1 s: {} sp: {} question: Does the Ford Motor Company have a manufacturing plant in Malaysia? question_ID: 360 source: QALD-9/qald-9-train-multilingual.json 4: patterns: 1-gram: - Area - state - located 2-gram: - U.S state - 51 located - is Area - state is - which U.S - Area 51 3-gram: - U.S state is - In which U.S - state is Area - which U.S state - is Area 51 - Area 51 located 4-gram: - U.S state is Area - In which U.S state - state is Area 51 - which U.S state is - is Area 51 located 5-gram: - state is Area 51 located - U.S state is Area 51 - In which U.S state is - which U.S state is Area query: "PREFIX dbo: PREFIX res: PREFIX rdfs: SELECT DISTINCT ?uri WHERE { res:Area_51 dbo:location ?uri . ?uri dbo:country res:United_States. }" query_parts: o: http://dbpedia.org/resource/United_States: 1 p: http://dbpedia.org/ontology/country: 1 http://dbpedia.org/ontology/location: 1 po: http://dbpedia.org/ontology/country: http://dbpedia.org/resource/United_States: 1 s: http://dbpedia.org/resource/Area_51: 1 sp: http://dbpedia.org/resource/Area_51: http://dbpedia.org/ontology/location: 1 question: In which U.S. state is Area 51 located? question_ID: 4 source: QALD-9/qald-9-train-multilingual.json 401: patterns: 1-gram: - Farmers' - writes - Almanac 2-gram: - writes the - the Farmers' - Farmers' Almanac - Who writes 3-gram: - Who writes the - the Farmers' Almanac - writes the Farmers' 4-gram: - writes the Farmers' Almanac - Who writes the Farmers' 5-gram: - Who writes the Farmers' Almanac query: "PREFIX dbp: SELECT ?uri WHERE { dbp:editor ?uri }" query_parts: o: {} p: http://dbpedia.org/property/editor: 1 po: {} s: http://dbpedia.org/resource/Farmers'_Almanac: 1 sp: http://dbpedia.org/resource/Farmers'_Almanac: http://dbpedia.org/property/editor: 1 question: Who writes the Farmers' Almanac? question_ID: 401 source: QALD-9/qald-9-train-multilingual.json 410: patterns: 1-gram: - Queens - band - name - first - Stone 2-gram: - first name - the first - Stone Age - the Stone - Queens of - band Queens - name of - the band 3-gram: - the Stone Age - the first name - first name of - Queens of the - name of the - of the band - of the Stone - the band Queens - was the first - band Queens of 4-gram: - name of the band - of the band Queens - Queens of the Stone - the band Queens of - What was the first - was the first name - the first name of - band Queens of the - first name of the - of the Stone Age 5-gram: - name of the band Queens - band Queens of the Stone - was the first name of - of the band Queens of - the first name of the - What was the first name - the band Queens of the - Queens of the Stone Age - first name of the band query: "PREFIX dbo: PREFIX res: SELECT DISTINCT ?name WHERE { res:Queens_of_the_Stone_Age dbo:alias ?name }" query_parts: o: {} p: http://dbpedia.org/ontology/alias: 1 po: {} s: http://dbpedia.org/resource/Queens_of_the_Stone_Age: 1 sp: http://dbpedia.org/resource/Queens_of_the_Stone_Age: http://dbpedia.org/ontology/alias: 1 question: What was the first name of the band Queens of the Stone Age? question_ID: 410 source: QALD-9/qald-9-train-multilingual.json 413: patterns: 1-gram: - discovered - Pluto 2-gram: - discovered Pluto - Who discovered 3-gram: - Who discovered Pluto 4-gram: [] 5-gram: [] query: "PREFIX dbo: PREFIX dbr: SELECT ?uri WHERE { dbr:Pluto dbo:discoverer ?uri }" query_parts: o: {} p: http://dbpedia.org/ontology/discoverer: 1 po: {} s: http://dbpedia.org/resource/Pluto: 1 sp: http://dbpedia.org/resource/Pluto: http://dbpedia.org/ontology/discoverer: 1 question: Who discovered Pluto? question_ID: 413 source: QALD-9/qald-9-train-multilingual.json 5: patterns: 1-gram: - City - York - mayor 2-gram: - mayor of - York City - the mayor - New York - of New 3-gram: - New York City - the mayor of - mayor of New - is the mayor - of New York 4-gram: - is the mayor of - the mayor of New - of New York City - mayor of New York - Who is the mayor 5-gram: - the mayor of New York - Who is the mayor of - is the mayor of New - mayor of New York City query: "PREFIX dbo: PREFIX res: SELECT DISTINCT ?uri WHERE { res:New_York_City dbo:leaderName ?uri }" query_parts: o: {} p: http://dbpedia.org/ontology/leaderName: 1 po: {} s: http://dbpedia.org/resource/New_York_City: 1 sp: http://dbpedia.org/resource/New_York_City: http://dbpedia.org/ontology/leaderName: 1 question: Who is the mayor of New York City? question_ID: 5 source: QALD-9/qald-9-train-multilingual.json 6: patterns: 1-gram: - places - countries - caves 2-gram: - two caves - Which countries - countries have - have places - than two - places with 3-gram: - countries have places - more than two - Which countries have - places with more - than two caves - have places with 4-gram: - places with more than - countries have places with - more than two caves - have places with more - Which countries have places - with more than two 5-gram: - places with more than two - with more than two caves - countries have places with more - have places with more than - Which countries have places with query: "PREFIX dbo: PREFIX rdf: SELECT DISTINCT ?uri WHERE { ?cave rdf:type dbo:Cave ; dbo:location ?uri . ?uri rdf:type dbo:Country } GROUP BY ?uri HAVING ( COUNT(?cave) > 2 )" query_parts: o: http://dbpedia.org/ontology/Cave: 1 http://dbpedia.org/ontology/Country: 1 p: http://dbpedia.org/ontology/location: 1 po: {} s: {} sp: {} question: Which countries have places with more than two caves? question_ID: 6 source: QALD-9/qald-9-train-multilingual.json 7: patterns: 1-gram: - Abraham - Lincoln 2-gram: - Lincoln die - did Abraham - Abraham Lincoln 3-gram: - did Abraham Lincoln - Where did Abraham - Abraham Lincoln die 4-gram: - Where did Abraham Lincoln - did Abraham Lincoln die 5-gram: - Where did Abraham Lincoln die query: "PREFIX dbo: PREFIX res: PREFIX rdfs: SELECT DISTINCT ?uri WHERE { res:Abraham_Lincoln dbo:deathPlace ?uri. }" query_parts: o: {} p: http://dbpedia.org/ontology/deathPlace: 1 po: {} s: http://dbpedia.org/resource/Abraham_Lincoln: 1 sp: http://dbpedia.org/resource/Abraham_Lincoln: http://dbpedia.org/ontology/deathPlace: 1 question: Where did Abraham Lincoln die? question_ID: 7 source: QALD-9/qald-9-train-multilingual.json 8: patterns: 1-gram: - China - airports - serve 2-gram: - Which airports - does Air - airports does - Air China - China serve 3-gram: - does Air China - Air China serve - airports does Air - Which airports does 4-gram: - airports does Air China - Which airports does Air - does Air China serve 5-gram: - airports does Air China serve - Which airports does Air China query: "PREFIX dbo: PREFIX res: SELECT DISTINCT ?uri WHERE { res:Air_China dbo:targetAirport ?uri }" query_parts: o: {} p: http://dbpedia.org/ontology/targetAirport: 1 po: {} s: http://dbpedia.org/resource/Air_China: 1 sp: http://dbpedia.org/resource/Air_China: http://dbpedia.org/ontology/targetAirport: 1 question: Which airports does Air China serve? question_ID: 8 source: QALD-9/qald-9-train-multilingual.json 9: patterns: 1-gram: - actors - directed - movies - Give - William - Shatner - starring 2-gram: - starring William - William Shatner - Give me - actors starring - movies directed - all actors - starring in - directed by - in movies - and starring 3-gram: - and starring William - all actors starring - movies directed by - starring William Shatner - me all actors - in movies directed - by and starring - Give me all - actors starring in - directed by and - starring in movies 4-gram: - by and starring William - and starring William Shatner - starring in movies directed - Give me all actors - all actors starring in - movies directed by and - me all actors starring - actors starring in movies - directed by and starring - in movies directed by 5-gram: - by and starring William Shatner - me all actors starring in - directed by and starring William - actors starring in movies directed - in movies directed by and - movies directed by and starring - all actors starring in movies - Give me all actors starring - starring in movies directed by query: "PREFIX dbo: PREFIX res: PREFIX dbp: SELECT DISTINCT ?uri WHERE { ?x dbo:director res:William_Shatner ; dbo:starring res:William_Shatner { ?x dbo:starring ?uri } UNION { ?x dbp:starring ?uri } }" query_parts: o: http://dbpedia.org/resource/William_Shatner: 1 p: http://dbpedia.org/ontology/director: 1 http://dbpedia.org/ontology/starring: 1 http://dbpedia.org/property/starring: 1 po: http://dbpedia.org/ontology/director: http://dbpedia.org/resource/William_Shatner: 1 http://dbpedia.org/ontology/starring: http://dbpedia.org/resource/William_Shatner: 1 s: {} sp: {} question: Give me all actors starring in movies directed by and starring William Shatner. question_ID: 9 source: QALD-9/qald-9-train-multilingual.json