text_query
stringlengths 14
732
| language
stringclasses 12
values | sparql_query
stringlengths 12
2.25k
| knowledge_graphs
stringclasses 15
values | context
stringlengths 4
830
⌀ |
---|---|---|---|---|
¿De qué estado americano es Sean Parnell el gobernador?
|
es
|
PREFIX yago: <http://dbpedia.org/class/yago/> PREFIX dbp: <http://dbpedia.org/property/> PREFIX res: <http://dbpedia.org/resource/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> SELECT DISTINCT ?uri WHERE { ?uri rdf:type yago:StatesOfTheUnitedStates . ?uri dbp:governor res:Sean_Parnell . }
|
DBpedia
| null |
Di quale stato degli Stati Uniti il governatore è Sean Parnell?
|
it
|
PREFIX yago: <http://dbpedia.org/class/yago/> PREFIX dbp: <http://dbpedia.org/property/> PREFIX res: <http://dbpedia.org/resource/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> SELECT DISTINCT ?uri WHERE { ?uri rdf:type yago:StatesOfTheUnitedStates . ?uri dbp:governor res:Sean_Parnell . }
|
DBpedia
| null |
Quel est l'état américain dont Sean Parnelle st le gouverneur?
|
fr
|
PREFIX yago: <http://dbpedia.org/class/yago/> PREFIX dbp: <http://dbpedia.org/property/> PREFIX res: <http://dbpedia.org/resource/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> SELECT DISTINCT ?uri WHERE { ?uri rdf:type yago:StatesOfTheUnitedStates . ?uri dbp:governor res:Sean_Parnell . }
|
DBpedia
| null |
Sean Parnell is de gouverneur van welke staat van de Verenigde Staten?
|
nl
|
PREFIX yago: <http://dbpedia.org/class/yago/> PREFIX dbp: <http://dbpedia.org/property/> PREFIX res: <http://dbpedia.org/resource/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> SELECT DISTINCT ?uri WHERE { ?uri rdf:type yago:StatesOfTheUnitedStates . ?uri dbp:governor res:Sean_Parnell . }
|
DBpedia
| null |
Gib mir alle Filme, bei denen Francis Ford Coppola Regie geführt hat.
|
de
|
PREFIX dbo: <http://dbpedia.org/ontology/> PREFIX res: <http://dbpedia.org/resource/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> SELECT DISTINCT ?uri WHERE { ?uri rdf:type dbo:Film . ?uri dbo:director res:Francis_Ford_Coppola . }
|
DBpedia
| null |
Dame todas las películas que haya dirigido Francis Ford Coppola.
|
es
|
PREFIX dbo: <http://dbpedia.org/ontology/> PREFIX res: <http://dbpedia.org/resource/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> SELECT DISTINCT ?uri WHERE { ?uri rdf:type dbo:Film . ?uri dbo:director res:Francis_Ford_Coppola . }
|
DBpedia
| null |
Dammi tutti i film diretti da Francis Ford Coppola.
|
it
|
PREFIX dbo: <http://dbpedia.org/ontology/> PREFIX res: <http://dbpedia.org/resource/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> SELECT DISTINCT ?uri WHERE { ?uri rdf:type dbo:Film . ?uri dbo:director res:Francis_Ford_Coppola . }
|
DBpedia
| null |
Donnes-moi tous les films dont Francis réalisés par Francis Ford Coppola.
|
fr
|
PREFIX dbo: <http://dbpedia.org/ontology/> PREFIX res: <http://dbpedia.org/resource/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> SELECT DISTINCT ?uri WHERE { ?uri rdf:type dbo:Film . ?uri dbo:director res:Francis_Ford_Coppola . }
|
DBpedia
| null |
Geef alle films die werden geregisseerd door Francis Ford Coppola.
|
nl
|
PREFIX dbo: <http://dbpedia.org/ontology/> PREFIX res: <http://dbpedia.org/resource/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> SELECT DISTINCT ?uri WHERE { ?uri rdf:type dbo:Film . ?uri dbo:director res:Francis_Ford_Coppola . }
|
DBpedia
| null |
Gib mir alle Schauspieler von Filmen, in denen William Shatner sowohl Regie geführt als auch selber mitgespielt hat.
|
de
|
PREFIX dbo: <http://dbpedia.org/ontology/> PREFIX dbp: <http://dbpedia.org/property/> PREFIX res: <http://dbpedia.org/resource/> SELECT DISTINCT ?uri WHERE { ?x dbo:director res:William_Shatner . ?x dbo:starring res:William_Shatner . { ?x dbo:starring ?uri . } UNION { ?x dbp:starring ?uri . } }
|
DBpedia
| null |
Dame todos los actores de películas dirigidas por William Shatner en las qué también haya actúado el mismo.
|
es
|
PREFIX dbo: <http://dbpedia.org/ontology/> PREFIX dbp: <http://dbpedia.org/property/> PREFIX res: <http://dbpedia.org/resource/> SELECT DISTINCT ?uri WHERE { ?x dbo:director res:William_Shatner . ?x dbo:starring res:William_Shatner . { ?x dbo:starring ?uri . } UNION { ?x dbp:starring ?uri . } }
|
DBpedia
| null |
Dammi tutti gli attori che recitano in film diretti e recitati da William Shatner.
|
it
|
PREFIX dbo: <http://dbpedia.org/ontology/> PREFIX dbp: <http://dbpedia.org/property/> PREFIX res: <http://dbpedia.org/resource/> SELECT DISTINCT ?uri WHERE { ?x dbo:director res:William_Shatner . ?x dbo:starring res:William_Shatner . { ?x dbo:starring ?uri . } UNION { ?x dbp:starring ?uri . } }
|
DBpedia
| null |
Donnes-moi tous les acteurs qui ont joué dans des films réalisés par Williams Shatner et dans lesquels il aussi joué.
|
fr
|
PREFIX dbo: <http://dbpedia.org/ontology/> PREFIX dbp: <http://dbpedia.org/property/> PREFIX res: <http://dbpedia.org/resource/> SELECT DISTINCT ?uri WHERE { ?x dbo:director res:William_Shatner . ?x dbo:starring res:William_Shatner . { ?x dbo:starring ?uri . } UNION { ?x dbp:starring ?uri . } }
|
DBpedia
| null |
Geef alle acteurs van films waar William Shatner de regie van voerde en in meespeelde.
|
nl
|
PREFIX dbo: <http://dbpedia.org/ontology/> PREFIX dbp: <http://dbpedia.org/property/> PREFIX res: <http://dbpedia.org/resource/> SELECT DISTINCT ?uri WHERE { ?x dbo:director res:William_Shatner . ?x dbo:starring res:William_Shatner . { ?x dbo:starring ?uri . } UNION { ?x dbp:starring ?uri . } }
|
DBpedia
| null |
Was ist der Geburtsname von Angela Merkel?
|
de
|
PREFIX dbp: <http://dbpedia.org/property/> PREFIX res: <http://dbpedia.org/resource/> SELECT DISTINCT ?string WHERE { res:Angela_Merkel dbp:birthName ?string . }
|
DBpedia
| null |
¿Cuál es el nombre de soltera de Angela Merkel?
|
es
|
PREFIX dbp: <http://dbpedia.org/property/> PREFIX res: <http://dbpedia.org/resource/> SELECT DISTINCT ?string WHERE { res:Angela_Merkel dbp:birthName ?string . }
|
DBpedia
| null |
Qual è il nome da nubile di Angela Merkel?
|
it
|
PREFIX dbp: <http://dbpedia.org/property/> PREFIX res: <http://dbpedia.org/resource/> SELECT DISTINCT ?string WHERE { res:Angela_Merkel dbp:birthName ?string . }
|
DBpedia
| null |
Quel est le nom de jeune fille d'Angela Merkel?
|
fr
|
PREFIX dbp: <http://dbpedia.org/property/> PREFIX res: <http://dbpedia.org/resource/> SELECT DISTINCT ?string WHERE { res:Angela_Merkel dbp:birthName ?string . }
|
DBpedia
| null |
Wat is de meisjesnaam van Angela Merkel?
|
nl
|
PREFIX dbp: <http://dbpedia.org/property/> PREFIX res: <http://dbpedia.org/resource/> SELECT DISTINCT ?string WHERE { res:Angela_Merkel dbp:birthName ?string . }
|
DBpedia
| null |
Gib mir alle aktuellen Staatsoberhäupter, die Methodisten sind.
|
de
|
PREFIX dbp: <http://dbpedia.org/property/> PREFIX res: <http://dbpedia.org/resource/> PREFIX yago: <http://dbpedia.org/class/yago/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> SELECT DISTINCT ?uri WHERE { ?uri rdf:type yago:CurrentNationalLeaders . ?uri dbp:religion res:Methodism . }
|
DBpedia
| null |
Dame todos los jefes de estado actuales que sean metodístas.
|
es
|
PREFIX dbp: <http://dbpedia.org/property/> PREFIX res: <http://dbpedia.org/resource/> PREFIX yago: <http://dbpedia.org/class/yago/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> SELECT DISTINCT ?uri WHERE { ?uri rdf:type yago:CurrentNationalLeaders . ?uri dbp:religion res:Methodism . }
|
DBpedia
| null |
Dammi tutti gli attuali capi di stato metodisti.
|
it
|
PREFIX dbp: <http://dbpedia.org/property/> PREFIX res: <http://dbpedia.org/resource/> PREFIX yago: <http://dbpedia.org/class/yago/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> SELECT DISTINCT ?uri WHERE { ?uri rdf:type yago:CurrentNationalLeaders . ?uri dbp:religion res:Methodism . }
|
DBpedia
| null |
Donnes-moi tous les chefs d'état actuels qui sont méthodistes.
|
fr
|
PREFIX dbp: <http://dbpedia.org/property/> PREFIX res: <http://dbpedia.org/resource/> PREFIX yago: <http://dbpedia.org/class/yago/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> SELECT DISTINCT ?uri WHERE { ?uri rdf:type yago:CurrentNationalLeaders . ?uri dbp:religion res:Methodism . }
|
DBpedia
| null |
Geef alle huidige staatshoofden die methodist zijn.
|
nl
|
PREFIX dbp: <http://dbpedia.org/property/> PREFIX res: <http://dbpedia.org/resource/> PREFIX yago: <http://dbpedia.org/class/yago/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> SELECT DISTINCT ?uri WHERE { ?uri rdf:type yago:CurrentNationalLeaders . ?uri dbp:religion res:Methodism . }
|
DBpedia
| null |
Wie oft hat Nicole Kidman geheiratet?
|
de
|
PREFIX dbo: <http://dbpedia.org/ontology/> PREFIX res: <http://dbpedia.org/resource/> SELECT COUNT(DISTINCT ?x) WHERE { res:Nicole_Kidman dbo:spouse ?x . }
|
DBpedia
| null |
¿Cuántas veces ha estado casada Nicole Kidman?
|
es
|
PREFIX dbo: <http://dbpedia.org/ontology/> PREFIX res: <http://dbpedia.org/resource/> SELECT COUNT(DISTINCT ?x) WHERE { res:Nicole_Kidman dbo:spouse ?x . }
|
DBpedia
| null |
Quante volte si è sposata Nicole Kidman?
|
it
|
PREFIX dbo: <http://dbpedia.org/ontology/> PREFIX res: <http://dbpedia.org/resource/> SELECT COUNT(DISTINCT ?x) WHERE { res:Nicole_Kidman dbo:spouse ?x . }
|
DBpedia
| null |
Combien de fois s'est mariée Nicole Kidman?
|
fr
|
PREFIX dbo: <http://dbpedia.org/ontology/> PREFIX res: <http://dbpedia.org/resource/> SELECT COUNT(DISTINCT ?x) WHERE { res:Nicole_Kidman dbo:spouse ?x . }
|
DBpedia
| null |
Hoe vaak is Nicole Kidman getrouwd?
|
nl
|
PREFIX dbo: <http://dbpedia.org/ontology/> PREFIX res: <http://dbpedia.org/resource/> SELECT COUNT(DISTINCT ?x) WHERE { res:Nicole_Kidman dbo:spouse ?x . }
|
DBpedia
| null |
Gib mir alle gemeinnützigen Organisationen in Australien.
|
de
|
PREFIX dbo: <http://dbpedia.org/ontology/> PREFIX res: <http://dbpedia.org/resource/> SELECT DISTINCT ?uri WHERE { ?uri dbo:type res:Nonprofit_organization . { ?uri dbo:locationCountry res:Australia . } UNION { ?uri dbo:location ?x . ?x dbo:country res:Australia . } }
|
DBpedia
| null |
Dame todas las organizaciones benéficas de Australia.
|
es
|
PREFIX dbo: <http://dbpedia.org/ontology/> PREFIX res: <http://dbpedia.org/resource/> SELECT DISTINCT ?uri WHERE { ?uri dbo:type res:Nonprofit_organization . { ?uri dbo:locationCountry res:Australia . } UNION { ?uri dbo:location ?x . ?x dbo:country res:Australia . } }
|
DBpedia
| null |
Dammi tutte le organizzazioni australiane non a scopo di lucro.
|
it
|
PREFIX dbo: <http://dbpedia.org/ontology/> PREFIX res: <http://dbpedia.org/resource/> SELECT DISTINCT ?uri WHERE { ?uri dbo:type res:Nonprofit_organization . { ?uri dbo:locationCountry res:Australia . } UNION { ?uri dbo:location ?x . ?x dbo:country res:Australia . } }
|
DBpedia
| null |
Donnes-moi toutes les associations australiennes à but non lucratif.
|
fr
|
PREFIX dbo: <http://dbpedia.org/ontology/> PREFIX res: <http://dbpedia.org/resource/> SELECT DISTINCT ?uri WHERE { ?uri dbo:type res:Nonprofit_organization . { ?uri dbo:locationCountry res:Australia . } UNION { ?uri dbo:location ?x . ?x dbo:country res:Australia . } }
|
DBpedia
| null |
Noem alle Australische organisaties zonder winstoogmerk.
|
nl
|
PREFIX dbo: <http://dbpedia.org/ontology/> PREFIX res: <http://dbpedia.org/resource/> SELECT DISTINCT ?uri WHERE { ?uri dbo:type res:Nonprofit_organization . { ?uri dbo:locationCountry res:Australia . } UNION { ?uri dbo:location ?x . ?x dbo:country res:Australia . } }
|
DBpedia
| null |
An welchen militärischen Auseinandersetzungen war Lawrence von Arabien beteiligt?
|
de
|
PREFIX dbo: <http://dbpedia.org/ontology/> PREFIX res: <http://dbpedia.org/resource/> SELECT DISTINCT ?uri WHERE { res:T._E._Lawrence dbo:battle ?uri . }
|
DBpedia
| null |
¿En qué conflictos militares participó Lawrence de Arabia?
|
es
|
PREFIX dbo: <http://dbpedia.org/ontology/> PREFIX res: <http://dbpedia.org/resource/> SELECT DISTINCT ?uri WHERE { res:T._E._Lawrence dbo:battle ?uri . }
|
DBpedia
| null |
A quali conflitti militari ha partecipato Lawrence d'Arabia?
|
it
|
PREFIX dbo: <http://dbpedia.org/ontology/> PREFIX res: <http://dbpedia.org/resource/> SELECT DISTINCT ?uri WHERE { res:T._E._Lawrence dbo:battle ?uri . }
|
DBpedia
| null |
Dans quels conflits militaires a participé Lawrence d'Arabie?
|
fr
|
PREFIX dbo: <http://dbpedia.org/ontology/> PREFIX res: <http://dbpedia.org/resource/> SELECT DISTINCT ?uri WHERE { res:T._E._Lawrence dbo:battle ?uri . }
|
DBpedia
| null |
Bij welke militaire conflicten was Lawrence of Arabia betrokken?
|
nl
|
PREFIX dbo: <http://dbpedia.org/ontology/> PREFIX res: <http://dbpedia.org/resource/> SELECT DISTINCT ?uri WHERE { res:T._E._Lawrence dbo:battle ?uri . }
|
DBpedia
| null |
Wer hat Minecraft entwickelt?
|
de
|
PREFIX dbo: <http://dbpedia.org/ontology/> PREFIX res: <http://dbpedia.org/resource/> SELECT DISTINCT ?uri WHERE { res:Minecraft dbo:developer ?uri . }
|
DBpedia
| null |
¿Quién desarrolló Minecraft?
|
es
|
PREFIX dbo: <http://dbpedia.org/ontology/> PREFIX res: <http://dbpedia.org/resource/> SELECT DISTINCT ?uri WHERE { res:Minecraft dbo:developer ?uri . }
|
DBpedia
| null |
Chi ha sviluppato Minecraft?
|
it
|
PREFIX dbo: <http://dbpedia.org/ontology/> PREFIX res: <http://dbpedia.org/resource/> SELECT DISTINCT ?uri WHERE { res:Minecraft dbo:developer ?uri . }
|
DBpedia
| null |
Qui a dévelopé Minecraft?
|
fr
|
PREFIX dbo: <http://dbpedia.org/ontology/> PREFIX res: <http://dbpedia.org/resource/> SELECT DISTINCT ?uri WHERE { res:Minecraft dbo:developer ?uri . }
|
DBpedia
| null |
Wie ontwikkelde Minecraft?
|
nl
|
PREFIX dbo: <http://dbpedia.org/ontology/> PREFIX res: <http://dbpedia.org/resource/> SELECT DISTINCT ?uri WHERE { res:Minecraft dbo:developer ?uri . }
|
DBpedia
| null |
Wo liegt der Schmelzpunkt von Kupfer?
|
de
|
OUT OF SCOPE
|
None
| null |
¿Cúal es el punto de fusión del cobre?
|
es
|
OUT OF SCOPE
|
None
| null |
Qual è il punto di fusione del rame?
|
it
|
OUT OF SCOPE
|
None
| null |
Quel est le point de fusion du cuivre?
|
fr
|
OUT OF SCOPE
|
None
| null |
Wat is het smeltpunt van koper?
|
nl
|
OUT OF SCOPE
|
None
| null |
Gib mir alle Partnerstädte von Brno.
|
de
|
OUT OF SCOPE
|
None
| null |
Dame las ciudades hermanadas con Brno.
|
es
|
OUT OF SCOPE
|
None
| null |
Dammi tutte le città gemellate con Brno.
|
it
|
OUT OF SCOPE
|
None
| null |
Quels sont les villes jumelles de Brno?
|
fr
|
OUT OF SCOPE
|
None
| null |
Geef alle zustersteden van Brno.
|
nl
|
OUT OF SCOPE
|
None
| null |
Wieviele Einwohner hat Maribor?
|
de
|
PREFIX dbo: <http://dbpedia.org/ontology/> PREFIX res: <http://dbpedia.org/resource/> SELECT DISTINCT ?num WHERE { res:Maribor dbo:populationTotal ?num . }
|
DBpedia
| null |
¿Cuántos habitantes tiene Maribor?
|
es
|
PREFIX dbo: <http://dbpedia.org/ontology/> PREFIX res: <http://dbpedia.org/resource/> SELECT DISTINCT ?num WHERE { res:Maribor dbo:populationTotal ?num . }
|
DBpedia
| null |
Quanti abitanti ha Maribor?
|
it
|
PREFIX dbo: <http://dbpedia.org/ontology/> PREFIX res: <http://dbpedia.org/resource/> SELECT DISTINCT ?num WHERE { res:Maribor dbo:populationTotal ?num . }
|
DBpedia
| null |
Combien d'habitants a Maribor?
|
fr
|
PREFIX dbo: <http://dbpedia.org/ontology/> PREFIX res: <http://dbpedia.org/resource/> SELECT DISTINCT ?num WHERE { res:Maribor dbo:populationTotal ?num . }
|
DBpedia
| null |
Hoeveel inwoners heeft Maribor?
|
nl
|
PREFIX dbo: <http://dbpedia.org/ontology/> PREFIX res: <http://dbpedia.org/resource/> SELECT DISTINCT ?num WHERE { res:Maribor dbo:populationTotal ?num . }
|
DBpedia
| null |
Gib mir alle Unternehmen in München.
|
de
|
PREFIX dbo: <http://dbpedia.org/ontology/> PREFIX res: <http://dbpedia.org/resource/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> SELECT DISTINCT ?uri WHERE { ?uri rdf:type dbo:Company . { ?uri dbo:location res:Munich . } UNION { ?uri dbo:headquarter res:Munich . } UNION { ?uri dbo:locationCity res:Munich . } }
|
DBpedia
| null |
Dame todas las empresas de Munich?
|
es
|
PREFIX dbo: <http://dbpedia.org/ontology/> PREFIX res: <http://dbpedia.org/resource/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> SELECT DISTINCT ?uri WHERE { ?uri rdf:type dbo:Company . { ?uri dbo:location res:Munich . } UNION { ?uri dbo:headquarter res:Munich . } UNION { ?uri dbo:locationCity res:Munich . } }
|
DBpedia
| null |
Dammi tutte le aziende di Monaco.
|
it
|
PREFIX dbo: <http://dbpedia.org/ontology/> PREFIX res: <http://dbpedia.org/resource/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> SELECT DISTINCT ?uri WHERE { ?uri rdf:type dbo:Company . { ?uri dbo:location res:Munich . } UNION { ?uri dbo:headquarter res:Munich . } UNION { ?uri dbo:locationCity res:Munich . } }
|
DBpedia
| null |
Donnes moi toutes les entreprises de Munich.
|
fr
|
PREFIX dbo: <http://dbpedia.org/ontology/> PREFIX res: <http://dbpedia.org/resource/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> SELECT DISTINCT ?uri WHERE { ?uri rdf:type dbo:Company . { ?uri dbo:location res:Munich . } UNION { ?uri dbo:headquarter res:Munich . } UNION { ?uri dbo:locationCity res:Munich . } }
|
DBpedia
| null |
Noem alle bedrijven in München.
|
nl
|
PREFIX dbo: <http://dbpedia.org/ontology/> PREFIX res: <http://dbpedia.org/resource/> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> SELECT DISTINCT ?uri WHERE { ?uri rdf:type dbo:Company . { ?uri dbo:location res:Munich . } UNION { ?uri dbo:headquarter res:Munich . } UNION { ?uri dbo:locationCity res:Munich . } }
|
DBpedia
| null |
Liste alle Spiele von GMT auf.
|
de
|
PREFIX dbo: <http://dbpedia.org/ontology/> PREFIX res: <http://dbpedia.org/resource/> SELECT DISTINCT ?uri WHERE { ?uri dbo:publisher res:GMT_Games . }
|
DBpedia
| null |
Dame todos los juegos de GMT.
|
es
|
PREFIX dbo: <http://dbpedia.org/ontology/> PREFIX res: <http://dbpedia.org/resource/> SELECT DISTINCT ?uri WHERE { ?uri dbo:publisher res:GMT_Games . }
|
DBpedia
| null |
Elenca tutti i giochi di GMT.
|
it
|
PREFIX dbo: <http://dbpedia.org/ontology/> PREFIX res: <http://dbpedia.org/resource/> SELECT DISTINCT ?uri WHERE { ?uri dbo:publisher res:GMT_Games . }
|
DBpedia
| null |
Donne-moi tous les jeux de GMT.
|
fr
|
PREFIX dbo: <http://dbpedia.org/ontology/> PREFIX res: <http://dbpedia.org/resource/> SELECT DISTINCT ?uri WHERE { ?uri dbo:publisher res:GMT_Games . }
|
DBpedia
| null |
Noem alle spelen van GMT.
|
nl
|
PREFIX dbo: <http://dbpedia.org/ontology/> PREFIX res: <http://dbpedia.org/resource/> SELECT DISTINCT ?uri WHERE { ?uri dbo:publisher res:GMT_Games . }
|
DBpedia
| null |
Wer hat Intel gegründet?
|
de
|
PREFIX dbo: <http://dbpedia.org/ontology/> PREFIX res: <http://dbpedia.org/resource/> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT DISTINCT ?uri WHERE { res:Intel dbo:foundedBy ?uri . }
|
DBpedia
| null |
¿Quién fundó Intel?
|
es
|
PREFIX dbo: <http://dbpedia.org/ontology/> PREFIX res: <http://dbpedia.org/resource/> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT DISTINCT ?uri WHERE { res:Intel dbo:foundedBy ?uri . }
|
DBpedia
| null |
Chi ha fondato Intel?
|
it
|
PREFIX dbo: <http://dbpedia.org/ontology/> PREFIX res: <http://dbpedia.org/resource/> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT DISTINCT ?uri WHERE { res:Intel dbo:foundedBy ?uri . }
|
DBpedia
| null |
Qui a fondé Intel?
|
fr
|
PREFIX dbo: <http://dbpedia.org/ontology/> PREFIX res: <http://dbpedia.org/resource/> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT DISTINCT ?uri WHERE { res:Intel dbo:foundedBy ?uri . }
|
DBpedia
| null |
Wie is de oprichter van Intel?
|
nl
|
PREFIX dbo: <http://dbpedia.org/ontology/> PREFIX res: <http://dbpedia.org/resource/> PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> SELECT DISTINCT ?uri WHERE { res:Intel dbo:foundedBy ?uri . }
|
DBpedia
| null |
Wer ist der Mann von Amanda Palmer?
|
de
|
PREFIX dbp: <http://dbpedia.org/property/> PREFIX res: <http://dbpedia.org/resource/> SELECT DISTINCT ?uri WHERE { res:Amanda_Palmer dbp:spouse ?uri . }
|
DBpedia
| null |
¿Quién es el marido de Amanda Palmer?
|
es
|
PREFIX dbp: <http://dbpedia.org/property/> PREFIX res: <http://dbpedia.org/resource/> SELECT DISTINCT ?uri WHERE { res:Amanda_Palmer dbp:spouse ?uri . }
|
DBpedia
| null |
Chi è il marito di Amanda Palmer?
|
it
|
PREFIX dbp: <http://dbpedia.org/property/> PREFIX res: <http://dbpedia.org/resource/> SELECT DISTINCT ?uri WHERE { res:Amanda_Palmer dbp:spouse ?uri . }
|
DBpedia
| null |
Qui est l'épou d'Amanda Palmer?
|
fr
|
PREFIX dbp: <http://dbpedia.org/property/> PREFIX res: <http://dbpedia.org/resource/> SELECT DISTINCT ?uri WHERE { res:Amanda_Palmer dbp:spouse ?uri . }
|
DBpedia
| null |
Wie is de echtgenoot van Amanda Palmer?
|
nl
|
PREFIX dbp: <http://dbpedia.org/property/> PREFIX res: <http://dbpedia.org/resource/> SELECT DISTINCT ?uri WHERE { res:Amanda_Palmer dbp:spouse ?uri . }
|
DBpedia
| null |
Gib mir alle Schäferhundrassen.
|
de
|
PREFIX dbp: <http://dbpedia.org/property/> PREFIX res: <http://dbpedia.org/resource/> SELECT DISTINCT ?uri WHERE { ?uri dbp:breed res:German_Shepherd . }
|
DBpedia
| null |
Dame todas las razas de pastor alemán.
|
es
|
PREFIX dbp: <http://dbpedia.org/property/> PREFIX res: <http://dbpedia.org/resource/> SELECT DISTINCT ?uri WHERE { ?uri dbp:breed res:German_Shepherd . }
|
DBpedia
| null |
Dammi tutte le razze del pastore tedesco.
|
it
|
PREFIX dbp: <http://dbpedia.org/property/> PREFIX res: <http://dbpedia.org/resource/> SELECT DISTINCT ?uri WHERE { ?uri dbp:breed res:German_Shepherd . }
|
DBpedia
| null |
Donnes-moi toutes les races de bergers allemands.
|
fr
|
PREFIX dbp: <http://dbpedia.org/property/> PREFIX res: <http://dbpedia.org/resource/> SELECT DISTINCT ?uri WHERE { ?uri dbp:breed res:German_Shepherd . }
|
DBpedia
| null |
Noem alle soorten Duitse herders.
|
nl
|
PREFIX dbp: <http://dbpedia.org/property/> PREFIX res: <http://dbpedia.org/resource/> SELECT DISTINCT ?uri WHERE { ?uri dbp:breed res:German_Shepherd . }
|
DBpedia
| null |
Durch welche Städte fließt die Weser?
|
de
|
PREFIX dbo: <http://dbpedia.org/ontology/> PREFIX res: <http://dbpedia.org/resource/> SELECT DISTINCT ?uri WHERE { res:Weser dbo:city ?uri . }
|
DBpedia
| null |
¿Por qué ciudades pasa el río Weser?
|
es
|
PREFIX dbo: <http://dbpedia.org/ontology/> PREFIX res: <http://dbpedia.org/resource/> SELECT DISTINCT ?uri WHERE { res:Weser dbo:city ?uri . }
|
DBpedia
| null |
Attraverso quali città scorre il fiume Weser?
|
it
|
PREFIX dbo: <http://dbpedia.org/ontology/> PREFIX res: <http://dbpedia.org/resource/> SELECT DISTINCT ?uri WHERE { res:Weser dbo:city ?uri . }
|
DBpedia
| null |
Quels sont les villes traversées par la Weser?
|
fr
|
PREFIX dbo: <http://dbpedia.org/ontology/> PREFIX res: <http://dbpedia.org/resource/> SELECT DISTINCT ?uri WHERE { res:Weser dbo:city ?uri . }
|
DBpedia
| null |
Door welke steden loopt de Weser?
|
nl
|
PREFIX dbo: <http://dbpedia.org/ontology/> PREFIX res: <http://dbpedia.org/resource/> SELECT DISTINCT ?uri WHERE { res:Weser dbo:city ?uri . }
|
DBpedia
| null |
Welche Länder verbindet der Rhein?
|
de
|
PREFIX dbo: <http://dbpedia.org/ontology/> PREFIX res: <http://dbpedia.org/resource/> SELECT DISTINCT ?uri WHERE { res:Rhine dbo:country ?uri . }
|
DBpedia
| null |
¿Qué países une el Rhin?
|
es
|
PREFIX dbo: <http://dbpedia.org/ontology/> PREFIX res: <http://dbpedia.org/resource/> SELECT DISTINCT ?uri WHERE { res:Rhine dbo:country ?uri . }
|
DBpedia
| null |
Quali stati sono collegati dal Reno?
|
it
|
PREFIX dbo: <http://dbpedia.org/ontology/> PREFIX res: <http://dbpedia.org/resource/> SELECT DISTINCT ?uri WHERE { res:Rhine dbo:country ?uri . }
|
DBpedia
| null |
Quels sont les pays connectés pas le Rhin?
|
fr
|
PREFIX dbo: <http://dbpedia.org/ontology/> PREFIX res: <http://dbpedia.org/resource/> SELECT DISTINCT ?uri WHERE { res:Rhine dbo:country ?uri . }
|
DBpedia
| null |
Welke landen worden door de Rijn verbonden?
|
nl
|
PREFIX dbo: <http://dbpedia.org/ontology/> PREFIX res: <http://dbpedia.org/resource/> SELECT DISTINCT ?uri WHERE { res:Rhine dbo:country ?uri . }
|
DBpedia
| null |
Welche Profisurfer wurden auf den Philippinen geboren?
|
de
|
PREFIX dbo: <http://dbpedia.org/ontology/> PREFIX res: <http://dbpedia.org/resource/> SELECT DISTINCT ?uri WHERE { ?uri dbo:occupation res:Surfing . ?uri dbo:birthPlace res:Philippines . }
|
DBpedia
| null |
¿Qué surfistas profesionales nacieron en las Filipinas?
|
es
|
PREFIX dbo: <http://dbpedia.org/ontology/> PREFIX res: <http://dbpedia.org/resource/> SELECT DISTINCT ?uri WHERE { ?uri dbo:occupation res:Surfing . ?uri dbo:birthPlace res:Philippines . }
|
DBpedia
| null |
Quali surfisti professionisti sono nati nelle Filippine?
|
it
|
PREFIX dbo: <http://dbpedia.org/ontology/> PREFIX res: <http://dbpedia.org/resource/> SELECT DISTINCT ?uri WHERE { ?uri dbo:occupation res:Surfing . ?uri dbo:birthPlace res:Philippines . }
|
DBpedia
| null |
Quels surfeurs professionels sont nés aux Philippines?
|
fr
|
PREFIX dbo: <http://dbpedia.org/ontology/> PREFIX res: <http://dbpedia.org/resource/> SELECT DISTINCT ?uri WHERE { ?uri dbo:occupation res:Surfing . ?uri dbo:birthPlace res:Philippines . }
|
DBpedia
| null |
Welke professionele surfers werden geboren op de Filipijnen?
|
nl
|
PREFIX dbo: <http://dbpedia.org/ontology/> PREFIX res: <http://dbpedia.org/resource/> SELECT DISTINCT ?uri WHERE { ?uri dbo:occupation res:Surfing . ?uri dbo:birthPlace res:Philippines . }
|
DBpedia
| null |
Was ist die Durchschnittstemperatur auf Hawaii?
|
de
|
OUT OF SCOPE
|
None
| null |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.